See 
<https://builds.apache.org/job/beam_PostCommit_Python_ValidatesRunner_Dataflow/1567/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam6 (beam) in workspace 
<https://builds.apache.org/job/beam_PostCommit_Python_ValidatesRunner_Dataflow/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* 
 > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 60f90c8dcb229c35a82c7be15e64a89678bae058 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 60f90c8dcb229c35a82c7be15e64a89678bae058
Commit message: "Make experiments as set attr of RuntimeValueProvider"
 > git rev-list --no-walk 60f90c8dcb229c35a82c7be15e64a89678bae058 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[beam_PostCommit_Python_ValidatesRunner_Dataflow] $ /bin/bash -xe 
/tmp/jenkins3296916707805437040.sh
+ cd src
+ bash sdks/python/run_validatesrunner.sh

# pip install --user installation location.
LOCAL_PATH=$HOME/.local/bin/

# INFRA does not install virtualenv
pip install virtualenv --user
Requirement already satisfied: virtualenv in /usr/lib/python2.7/dist-packages 
(15.0.1)

# Virtualenv for the rest of the script to run setup & e2e tests
${LOCAL_PATH}/virtualenv sdks/python
sdks/python/run_validatesrunner.sh: line 38: 
/home/jenkins/.local/bin//virtualenv: No such file or directory
Build step 'Execute shell' marked build as failure
[Set GitHub commit status (universal)] ERROR on repos 
[GHRepository@5fa62ff5[description=Apache 
Beam,homepage=,name=beam,fork=false,size=58728,milestones={},language=Java,commits={},source=<null>,parent=<null>,responseHeaderFields={null=[HTTP/1.1
 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, 
Link, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, 
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval], 
Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], 
Content-Security-Policy=[default-src 'none'], Content-Type=[application/json; 
charset=utf-8], Date=[Wed, 09 May 2018 15:19:25 GMT], 
ETag=[W/"3f2fdd2b779aabf429f86f58ffb24cd3"], Last-Modified=[Wed, 09 May 2018 
10:15:34 GMT], OkHttp-Received-Millis=[1525879165411], 
OkHttp-Response-Source=[NETWORK 200], OkHttp-Selected-Protocol=[http/1.1], 
OkHttp-Sent-Millis=[1525879165155], Referrer-Policy=[origin-when-cross-origin, 
strict-origin-when-cross-origin], Server=[GitHub.com], Status=[200 OK], 
Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], 
Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, 
X-GitHub-OTP], X-Accepted-OAuth-Scopes=[repo], 
X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], 
X-GitHub-Media-Type=[github.v3; format=json], 
X-GitHub-Request-Id=[8D98:4F3F:8CE4D4:14C44F5:5AF3117D], 
X-OAuth-Scopes=[admin:repo_hook, repo, repo:status], X-RateLimit-Limit=[5000], 
X-RateLimit-Remaining=[4995], X-RateLimit-Reset=[1525882523], 
X-Runtime-rack=[0.052867], X-XSS-Protection=[1; 
mode=block]},url=https://api.github.com/repos/apache/beam,id=50904245]] 
(sha:60f90c8) with context:beam_PostCommit_Python_ValidatesRunner_Dataflow
Setting commit status on GitHub for 
https://github.com/apache/beam/commit/60f90c8dcb229c35a82c7be15e64a89678bae058
ERROR: Build step failed with exception
java.io.FileNotFoundException: 
https://api.github.com/repos/apache/beam/statuses/60f90c8dcb229c35a82c7be15e64a89678bae058
        at 
com.squareup.okhttp.internal.huc.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:243)
        at 
com.squareup.okhttp.internal.huc.DelegatingHttpsURLConnection.getInputStream(DelegatingHttpsURLConnection.java:210)
        at 
com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:25)
        at org.kohsuke.github.Requester.parse(Requester.java:612)
        at org.kohsuke.github.Requester.parse(Requester.java:594)
        at org.kohsuke.github.Requester._to(Requester.java:272)
Caused: org.kohsuke.github.GHFileNotFoundException: {"message":"Not 
Found","documentation_url":"https://developer.github.com/v3/repos/statuses/#create-a-status"}
        at org.kohsuke.github.Requester.handleApiError(Requester.java:686)
        at org.kohsuke.github.Requester._to(Requester.java:293)
        at org.kohsuke.github.Requester.to(Requester.java:234)
        at 
org.kohsuke.github.GHRepository.createCommitStatus(GHRepository.java:1075)
        at 
org.jenkinsci.plugins.github.status.GitHubCommitStatusSetter.perform(GitHubCommitStatusSetter.java:160)
Caused: 
org.jenkinsci.plugins.github.common.CombineErrorHandler$ErrorHandlingException
        at 
org.jenkinsci.plugins.github.common.CombineErrorHandler.handle(CombineErrorHandler.java:74)
        at 
org.jenkinsci.plugins.github.status.GitHubCommitStatusSetter.perform(GitHubCommitStatusSetter.java:164)
        at 
com.cloudbees.jenkins.GitHubCommitNotifier.perform(GitHubCommitNotifier.java:151)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1749)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
Build step 'Set build status on GitHub commit [deprecated]' marked build as 
failure
Not sending mail to unregistered user ro...@frantil.com
Not sending mail to unregistered user sid...@google.com
Not sending mail to unregistered user 
re...@relax-macbookpro2.roam.corp.google.com
Not sending mail to unregistered user hero...@google.com
Not sending mail to unregistered user w...@google.com
Not sending mail to unregistered user mari...@mariagh.svl.corp.google.com
Not sending mail to unregistered user kirpic...@google.com
Not sending mail to unregistered user mair...@google.com
Not sending mail to unregistered user pger...@us.ibm.com
Not sending mail to unregistered user git...@alasdairhodge.co.uk
Not sending mail to unregistered user aljoscha.kret...@gmail.com
Not sending mail to unregistered user jasonkus...@google.com
Not sending mail to unregistered user axelm...@gmail.com
Not sending mail to unregistered user sweg...@google.com
Not sending mail to unregistered user apill...@google.com
Not sending mail to unregistered user aal...@gmail.com
Not sending mail to unregistered user szewi...@gmail.com
Not sending mail to unregistered user ke...@google.com
Not sending mail to unregistered user daniel.o.program...@gmail.com
Not sending mail to unregistered user ankurgoe...@gmail.com
Not sending mail to unregistered user ekirpic...@gmail.com
Not sending mail to unregistered user katarzyna.kucharc...@polidea.com
Not sending mail to unregistered user schroed...@google.com

Reply via email to