See <https://ci-beam.apache.org/job/beam_SeedJob/11553/display/redirect>

Changes:


------------------------------------------
GitHub pull request #26642 of commit 5b408dbf1239eb98cdfe7b5dea704139a053df1a, 
no merge conflicts.
Running as SYSTEM
Setting status of 5b408dbf1239eb98cdfe7b5dea704139a053df1a to PENDING with url 
https://ci-beam.apache.org/job/beam_SeedJob/11553/ and message: 'Build started 
for merge commit.'
Using context: Jenkins: Seed Job
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-2 (beam) in workspace 
<https://ci-beam.apache.org/job/beam_SeedJob/ws/>
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir 
 > <https://ci-beam.apache.org/job/beam_SeedJob/ws/.git> # 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 --version # 'git version 2.25.1'
 > git fetch --tags --force --progress -- https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* 
 > +refs/pull/26642/*:refs/remotes/origin/pr/26642/* # timeout=10
 > git rev-parse refs/remotes/origin/pr/26642/merge^{commit} # timeout=10
Checking out Revision 9213c252852b0436e33753a1feddfc689a60cf0c 
(refs/remotes/origin/pr/26642/merge)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9213c252852b0436e33753a1feddfc689a60cf0c # timeout=10
Commit message: "Merge 5b408dbf1239eb98cdfe7b5dea704139a053df1a into 
fd9c60bbeba20b223a16286f28fc549092a33dfb"
First time build. Skipping changelog.
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/jenkins253207397065335846.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:/snap/bin
++ 
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:/snap/bin
++ export PATH
++ '[' -n '' ']'
++ '[' -z '' ']'
++ _OLD_VIRTUAL_PS1=
++ '[' 'x(ve3) ' '!=' x ']'
++ PS1='(ve3) '
++ export PS1
++ '[' -n /bin/bash -o -n '' ']'
++ hash -r
+ pip install --retries 10 --upgrade pip setuptools wheel
Collecting pip
  Using cached pip-23.1.2-py3-none-any.whl (2.1 MB)
Collecting setuptools
  Using cached setuptools-67.7.2-py3-none-any.whl (1.1 MB)
Collecting wheel
  Using cached wheel-0.40.0-py3-none-any.whl (64 kB)
Installing collected packages: pip, setuptools, wheel
  Attempting uninstall: pip
    Found existing installation: pip 20.0.2
    Uninstalling pip-20.0.2:
      Successfully uninstalled pip-20.0.2
  Attempting uninstall: setuptools
    Found existing installation: setuptools 44.0.0
    Uninstalling setuptools-44.0.0:
      Successfully uninstalled setuptools-44.0.0
Successfully installed pip-23.1.2 setuptools-67.7.2 wheel-0.40.0
+ pip install --retries 10 -r requirements.txt
Collecting python-ldap (from -r requirements.txt (line 17))
  Using cached python_ldap-3.4.3-cp38-cp38-linux_x86_64.whl
Collecting jinja2 (from -r requirements.txt (line 18))
  Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting pyasn1>=0.3.7 (from python-ldap->-r requirements.txt (line 17))
  Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
Collecting pyasn1-modules>=0.1.5 (from python-ldap->-r requirements.txt (line 
17))
  Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
Collecting MarkupSafe>=2.0 (from jinja2->-r requirements.txt (line 18))
  Using cached 
MarkupSafe-2.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 
kB)
Installing collected packages: pyasn1, MarkupSafe, pyasn1-modules, jinja2, 
python-ldap
Successfully installed MarkupSafe-2.1.2 jinja2-3.1.2 pyasn1-0.5.0 
pyasn1-modules-0.3.0 python-ldap-3.4.3
+ python main.py -o ..
INFO:root:Generating Committers.groovy
Traceback (most recent call last):
  File "main.py", line 145, in <module>
    generate_groovy(args.output_dir, args.ldap_uris)
  File "main.py", line 63, in generate_groovy
    github_usernames=get_committers_github_usernames(
  File "main.py", line 77, in get_committers_github_usernames
    ldap_user, ldap_password = ldap_creds_from_sys()
  File "main.py", line 44, in ldap_creds_from_sys
    for line in open(LDAP_CONF, "r").readlines():
FileNotFoundError: [Errno 2] No such file or directory: '/etc/ldap.conf'
+ echo 'ERROR: Failed to fetch committers'
ERROR: Failed to fetch committers
+ exit 3
Build step 'Execute shell' changed build result to UNSTABLE
Processing DSL script .test-infra/jenkins/job_00_seed.groovy
ERROR: (job_00_seed.groovy, line 82) No such property: GITHUB_USERNAMES for 
class: Committers
Not sending mail to unregistered user [email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to