[
https://issues.apache.org/jira/browse/BEAM-4249?focusedWorklogId=102209&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-102209
]
ASF GitHub Bot logged work on BEAM-4249:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/May/18 17:12
Start Date: 15/May/18 17:12
Worklog Time Spent: 10m
Work Description: udim closed pull request #5293: [BEAM-4249] Add
virtualenv and pip versions to inventory.
URL: https://github.com/apache/beam/pull/5293
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.test-infra/jenkins/job_beam_Inventory.groovy
b/.test-infra/jenkins/job_beam_Inventory.groovy
index 60b18d3d59c..7d22c0b5406 100644
--- a/.test-infra/jenkins/job_beam_Inventory.groovy
+++ b/.test-infra/jenkins/job_beam_Inventory.groovy
@@ -53,6 +53,8 @@ nums.each {
shell('ls /home/jenkins/tools/*')
shell('python --version || echo "python not found"')
shell('python3 --version || echo "python3 not found"')
+ shell('pip --version || echo "pip not found"')
+ shell('echo "virtualenv "; virtualenv --version || echo "virtualenv not
found"')
shell('/home/jenkins/tools/maven/latest/mvn -v || echo "mvn not found"')
shell('/home/jenkins/tools/gradle4.3/gradle -v || echo "gradle not
found"')
shell('gcloud -v || echo "gcloud not found"')
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 102209)
Time Spent: 1h 40m (was: 1.5h)
> beam_PostCommit_Python_ValidatesContainer_Dataflow red for a few days
> ---------------------------------------------------------------------
>
> Key: BEAM-4249
> URL: https://issues.apache.org/jira/browse/BEAM-4249
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Affects Versions: 2.5.0
> Reporter: Alan Myrvold
> Assignee: Alan Myrvold
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> https://builds.apache.org/job/beam_PostCommit_Python_ValidatesContainer_Dataflow/
> Installing collected packages: protobuf, futures, grpcio, grpcio-tools
> Could not install packages due to an EnvironmentError: [Errno 13] Permission
> denied:
> '/usr/local/lib/python2.7/dist-packages/protobuf-3.5.2.post1-py2.7-nspkg.pth'
> Consider using the `--user` option or check the permissions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)