See <https://ci-beam.apache.org/job/beam_SeedJob_Standalone/8664/display/redirect>
Changes: ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on apache-beam-jenkins-12 (beam) in workspace <https://ci-beam.apache.org/job/beam_SeedJob_Standalone/ws/> The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/apache/beam.git > git init <https://ci-beam.apache.org/job/beam_SeedJob_Standalone/ws/> # > 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/* # timeout=10 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10 Fetching upstream changes from https://github.com/apache/beam.git > git fetch --tags --force --progress -- https://github.com/apache/beam.git > +refs/heads/*:refs/remotes/origin/* > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # > timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision cf9ea1f442636f781b9f449e953016bb39622781 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cf9ea1f442636f781b9f449e953016bb39622781 # timeout=10 Commit message: "[#22647] Upgrade org.apache.samza to 1.6 (#22648)" > git rev-list --no-walk cf9ea1f442636f781b9f449e953016bb39622781 # 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_Standalone] $ /bin/bash -xe /tmp/jenkins7555674445839460553.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_Standalone/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_Standalone/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-22.2.2-py3-none-any.whl (2.0 MB) Collecting setuptools Using cached setuptools-64.0.0-py3-none-any.whl (1.2 MB) Collecting wheel Using cached wheel-0.37.1-py2.py3-none-any.whl (35 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-22.2.2 setuptools-64.0.0 wheel-0.37.1 + pip install --retries 10 -r requirements.txt Collecting python-ldap Downloading python-ldap-3.4.2.tar.gz (378 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 378.1/378.1 kB 7.6 MB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Collecting jinja2 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting pyasn1-modules>=0.1.5 Using cached pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB) Collecting pyasn1>=0.3.7 Using cached pyasn1-0.4.8-py2.py3-none-any.whl (77 kB) Collecting MarkupSafe>=2.0 Using cached MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Building wheels for collected packages: python-ldap Building wheel for python-ldap (pyproject.toml): started Building wheel for python-ldap (pyproject.toml): finished with status 'done' Created wheel for python-ldap: filename=python_ldap-3.4.2-cp38-cp38-linux_x86_64.whl size=337605 sha256=c378bfeb5533ac0245df1c97a5b06268c705abeda65d270b0018b68dca3d0e7f Stored in directory: /home/jenkins/.cache/pip/wheels/b5/85/0b/aa4691600465bbc10ad6fd53b687b1e6bc5355ab0be030e667 Successfully built python-ldap Installing collected packages: pyasn1, pyasn1-modules, MarkupSafe, python-ldap, jinja2 Successfully installed MarkupSafe-2.1.1 jinja2-3.1.2 pyasn1-0.4.8 pyasn1-modules-0.2.8 python-ldap-3.4.2 + python main.py -o .. INFO:root:Generating Committers.groovy ERROR:root:Couldn't generate the list of committers Traceback (most recent call last): File "main.py", line 70, in get_committers_github_usernames people = connection.search_s( File "<https://ci-beam.apache.org/job/beam_SeedJob_Standalone/ws/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py",> line 631, in search_s return self.search_ext_s(base,scope,filterstr,attrlist,attrsonly,None,None,timeout=self.timeout) File "<https://ci-beam.apache.org/job/beam_SeedJob_Standalone/ws/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py",> line 624, in search_ext_s msgid = self.search_ext(base,scope,filterstr,attrlist,attrsonly,serverctrls,clientctrls,timeout,sizelimit) File "<https://ci-beam.apache.org/job/beam_SeedJob_Standalone/ws/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py",> line 614, in search_ext return self._ldap_call( File "<https://ci-beam.apache.org/job/beam_SeedJob_Standalone/ws/.test-infra/jenkins/committers_list_generator/ve3/lib/python3.8/site-packages/ldap/ldapobject.py",> line 128, in _ldap_call result = func(*args,**kwargs) ldap.SERVER_DOWN: {'result': -1, 'desc': "Can't contact LDAP server", 'errno': 107, 'ctrls': [], 'info': 'Transport endpoint is not connected'} The above exception was the direct cause of the following exception: Traceback (most recent call last): File "main.py", line 142, in <module> generate_groovy(args.output_dir, args.ldap_uris, args.cert_path) File "main.py", line 53, in generate_groovy github_usernames=get_committers_github_usernames( File "main.py", line 104, in get_committers_github_usernames raise CommittersGeneratorException("Could not fetch LDAP data") from e CommittersGeneratorException: Could not fetch LDAP data + 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] Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected] Not sending mail to unregistered user [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
