You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/11/24 09:12:10 UTC

Build failed in Jenkins: beam_SeedJob #7278

See <https://ci-beam.apache.org/job/beam_SeedJob/7278/display/redirect?page=changes>

Changes:

[Robin Qiu] Support ZetaSQL IN operator

[emilyye] fix java 11 container task

[emilyye] add java 11 examples test

[emilyye] add java 11 image to released images

[Boyuan Zhang] Add use_unified_worker to pipeline options.

[Boyuan Zhang] [BEAM-11070] Use self-checkpoint to enfore finalization happens.

[Boyuan Zhang] Enable more runner v2 tests.

[noreply] [BEAM-11266] Python IO MongoDB: add bucket_auto aggregation option for

[noreply] [BEAM-10593] Add Jenkins job for creating regular snapshots of the Beam


------------------------------------------
GitHub pull request #13407 of commit cd929384eb728a7df4c34bea865313eaf8b3c54e, no merge conflicts.
Running as SYSTEM
Setting status of cd929384eb728a7df4c34bea865313eaf8b3c54e to PENDING with url https://ci-beam.apache.org/job/beam_SeedJob/7278/ and message: 'Build started for merge commit.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-5 (beam) in workspace <https://ci-beam.apache.org/job/beam_SeedJob/ws/>
No credentials specified
 > 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/13407/*:refs/remotes/origin/pr/13407/* # timeout=10
 > git rev-parse refs/remotes/origin/pr/13407/merge^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/pr/13407/merge^{commit} # timeout=10
Checking out Revision 30fc1aa00508547055de3c0f736fd14cb939ec5f (refs/remotes/origin/pr/13407/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 30fc1aa00508547055de3c0f736fd14cb939ec5f # timeout=10
Commit message: "Merge cd929384eb728a7df4c34bea865313eaf8b3c54e into 8b4b78ed012a36e32963fa1a151c88d07332405f"
 > git rev-list --no-walk 387eb0f10bd197ada5e1ce5a5bfa978acd8be266 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[beam_SeedJob] $ /bin/bash -xe /tmp/jenkins990237916861637093.sh
+ cd .test-infra/jenkins/committers_list_generator
+ python3.8 -m venv ve3
+ source ve3/bin/activate
++ deactivate nondestructive
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n /bin/bash -o -n '' ']'
++ hash -r
++ '[' -n '' ']'
++ unset VIRTUAL_ENV
++ '[' '!' nondestructive = nondestructive ']'
++ VIRTUAL_ENV=<https://ci-beam.apache.org/job/beam_SeedJob/ws/.test-infra/jenkins/committers_list_generator/ve3>
++ export VIRTUAL_ENV
++ _OLD_VIRTUAL_PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
++ PATH=<https://ci-beam.apache.org/job/beam_SeedJob/ws/.test-infra/jenkins/committers_list_generator/ve3/bin>:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' 'x(ve3) ' '!=' x ']'
++ PS1='(ve3) '
++ export PS1
++ '[' -n /bin/bash -o -n '' ']'
++ hash -r
+ pip install -r requirements.txt
Collecting python-ldap
  Using cached python-ldap-3.3.1.tar.gz (379 kB)
Collecting jinja2
  Using cached Jinja2-2.11.2-py2.py3-none-any.whl (125 kB)
Collecting pyasn1>=0.3.7
  Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting pyasn1_modules>=0.1.5
  Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting MarkupSafe>=0.23
  Using cached MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl (32 kB)
Using legacy setup.py install for python-ldap, since package 'wheel' is not installed.
Installing collected packages: pyasn1, pyasn1-modules, python-ldap, MarkupSafe, jinja2
    Running setup.py install for python-ldap: started
    Running setup.py install for python-ldap: finished with status 'done'
Successfully installed MarkupSafe-1.1.1 jinja2-2.11.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-ldap-3.3.1
WARNING: You are using pip version 20.1.1; however, version 20.2.4 is available.
You should consider upgrading via the '<https://ci-beam.apache.org/job/beam_SeedJob/ws/.test-infra/jenkins/committers_list_generator/ve3/bin/python3.8> -m pip install --upgrade pip' command.
+ python main.py -o ..
INFO:root:Generating Committers.groovy
INFO:root:72 committers' GitHub usernames fetched correctly
INFO:root:Committers.groovy saved into ..
+ deactivate
+ '[' -n /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games ']'
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ export PATH
+ unset _OLD_VIRTUAL_PATH
+ '[' -n '' ']'
+ '[' -n /bin/bash -o -n '' ']'
+ hash -r
+ '[' -n '' ']'
+ unset VIRTUAL_ENV
+ '[' '!' '' = nondestructive ']'
+ unset -f deactivate
Processing DSL script .test-infra/jenkins/job_00_seed.groovy

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_SeedJob #7279

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_SeedJob/7279/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org