12:29:09 Started by timer 12:29:09 Running as SYSTEM 12:29:09 [EnvInject] - Loading node environment variables. 12:29:09 Building remotely on prd-centos7-docker-4c-4g-4721 (centos7-docker-4c-4g) in workspace /w/workspace/distribution-docker-merge-scandium 12:29:10 [ssh-agent] Looking for ssh-agent implementation... 12:29:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:29:10 $ ssh-agent 12:29:10 SSH_AUTH_SOCK=/tmp/ssh-3h62ADkBFPCq/agent.8116 12:29:10 SSH_AGENT_PID=8118 12:29:10 [ssh-agent] Started. 12:29:10 Running ssh-add (command line suppressed) 12:29:10 Identity added: /w/workspace/distribution-docker-merge-scandium@tmp/private_key_15489983616242429460.key (/w/workspace/distribution-docker-merge-scandium@tmp/private_key_15489983616242429460.key) 12:29:11 [ssh-agent] Using credentials jenkins (jenkins-ssh) 12:29:11 The recommended git tool is: NONE 12:29:13 using credential jenkins-ssh 12:29:13 Wiping out workspace first. 12:29:13 Cloning the remote Git repository 12:29:13 Cloning repository git://devvexx.opendaylight.org/mirror/integration/distribution 12:29:13 > git init /w/workspace/distribution-docker-merge-scandium # timeout=10 12:29:13 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/integration/distribution 12:29:13 > git --version # timeout=10 12:29:13 > git --version # 'git version 2.36.6' 12:29:13 using GIT_SSH to set credentials jenkins-ssh 12:29:13 [INFO] Currently running in a labeled security context 12:29:13 [INFO] Currently SELinux is 'enforcing' on the host 12:29:13 > /usr/bin/chcon --type=ssh_home_t /w/workspace/distribution-docker-merge-scandium@tmp/jenkins-gitclient-ssh11009090739777471152.key 12:29:13 Verifying host key using known hosts file 12:29:13 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 12:29:13 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/integration/distribution +refs/heads/*:refs/remotes/origin/* # timeout=10 12:29:14 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/integration/distribution # timeout=10 12:29:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:29:14 Avoid second fetch 12:29:14 > git rev-parse refs/remotes/origin/stable/scandium^{commit} # timeout=10 12:29:14 Checking out Revision 0bdc63d52c1b6c2b43be7ecbd58266a5fb298af9 (refs/remotes/origin/stable/scandium) 12:29:14 > git config core.sparsecheckout # timeout=10 12:29:15 > git checkout -f 0bdc63d52c1b6c2b43be7ecbd58266a5fb298af9 # timeout=10 12:29:15 Commit message: "Bump versions by x.y.(z+1)" 12:29:15 > git rev-list --no-walk 0bdc63d52c1b6c2b43be7ecbd58266a5fb298af9 # timeout=10 12:29:18 provisioning config files... 12:29:18 copy managed file [npmrc] to file:/home/jenkins/.npmrc 12:29:18 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 12:29:18 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins2565441540167820821.sh 12:29:18 ---> python-tools-install.sh 12:29:18 Setup pyenv: 12:29:18 system 12:29:18 * 3.8.13 (set by /opt/pyenv/version) 12:29:18 * 3.9.13 (set by /opt/pyenv/version) 12:29:18 3.10.13 12:29:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bNJv 12:29:23 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 12:29:23 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:29:23 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:29:28 lf-activate-venv(): INFO: Base packages installed successfully 12:29:28 lf-activate-venv(): INFO: Installing additional packages: lftools 12:29:51 error: subprocess-exited-with-error 12:29:51 12:29:51 × Building wheel for psutil (pyproject.toml) did not run successfully. 12:29:51 │ exit code: 1 12:29:51 ╰─> [56 lines of output] 12:29:51 running bdist_wheel 12:29:51 running build 12:29:51 running build_py 12:29:51 creating build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_common.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_psaix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_psbsd.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_pslinux.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_psosx.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_psposix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_pssunos.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 copying psutil/_pswindows.py -> build/lib.linux-x86_64-cpython-310/psutil 12:29:51 creating build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/__main__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_aix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_bsd.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_connections.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_contracts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_linux.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_memleaks.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_misc.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_osx.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_posix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_process.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_process_all.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_scripts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_sudo.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_sunos.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_system.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_testutils.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 copying psutil/tests/test_windows.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:29:51 running build_ext 12:29:51 building 'psutil._psutil_linux' extension 12:29:51 creating build/temp.linux-x86_64-cpython-310/psutil 12:29:51 creating build/temp.linux-x86_64-cpython-310/psutil/arch/all 12:29:51 creating build/temp.linux-x86_64-cpython-310/psutil/arch/linux 12:29:51 creating build/temp.linux-x86_64-cpython-310/psutil/arch/posix 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-cpython-310/psutil/_psutil_linux.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/errors.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/errors.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/init.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/pids.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/pids.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/str.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/str.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/disk.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/disk.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/mem.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/mem.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/net.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/net.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/proc.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/proc.o 12:29:51 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/posix/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/posix/init.o 12:29:51 psutil/arch/posix/init.c: In function ‘psutil_posix_add_methods’: 12:29:51 psutil/arch/posix/init.c:73:5: error: ‘for’ loop initial declarations are only allowed in C99 mode 12:29:51 for (int i = 0; posix_methods[i].ml_name != NULL; i++) { 12:29:51 ^ 12:29:51 psutil/arch/posix/init.c:73:5: note: use option -std=c99 or -std=gnu99 to compile your code 12:29:51 error: command '/usr/bin/gcc' failed with exit code 1 12:29:51 [end of output] 12:29:51 12:29:51 note: This error originates from a subprocess, and is likely not a problem with pip. 12:29:51 ERROR: Failed building wheel for psutil 12:29:52 error: failed-wheel-build-for-install 12:29:52 12:29:52 × Failed to build installable wheels for some pyproject.toml based projects 12:29:52 ╰─> psutil 12:29:53 lf-activate-venv(): ERROR: Failed to install packages: lftools 12:29:53 Build step 'Execute shell' marked build as failure 12:29:53 $ ssh-agent -k 12:29:53 unset SSH_AUTH_SOCK; 12:29:53 unset SSH_AGENT_PID; 12:29:53 echo Agent pid 8118 killed; 12:29:53 [ssh-agent] Stopped. 12:29:53 [PostBuildScript] - [INFO] Executing post build scripts. 12:29:53 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins17836449999439494457.sh 12:29:53 ---> sysstat.sh 12:29:53 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins15630922607097015999.sh 12:29:53 ---> package-listing.sh 12:29:53 ++ facter osfamily 12:29:53 ++ tr '[:upper:]' '[:lower:]' 12:29:53 + OS_FAMILY=redhat 12:29:53 + workspace=/w/workspace/distribution-docker-merge-scandium 12:29:53 + START_PACKAGES=/tmp/packages_start.txt 12:29:53 + END_PACKAGES=/tmp/packages_end.txt 12:29:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:29:53 + PACKAGES=/tmp/packages_start.txt 12:29:53 + '[' /w/workspace/distribution-docker-merge-scandium ']' 12:29:53 + PACKAGES=/tmp/packages_end.txt 12:29:53 + case "${OS_FAMILY}" in 12:29:53 + rpm -qa 12:29:53 + sort 12:29:54 + '[' -f /tmp/packages_start.txt ']' 12:29:54 + '[' -f /tmp/packages_end.txt ']' 12:29:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:29:54 + '[' /w/workspace/distribution-docker-merge-scandium ']' 12:29:54 + mkdir -p /w/workspace/distribution-docker-merge-scandium/archives/ 12:29:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/distribution-docker-merge-scandium/archives/ 12:29:54 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins7607005488443584357.sh 12:29:54 ---> capture-instance-metadata.sh 12:29:54 Setup pyenv: 12:29:54 system 12:29:54 3.8.13 12:29:54 3.9.13 12:29:54 * 3.10.13 (set by /w/workspace/distribution-docker-merge-scandium/.python-version) 12:29:54 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bNJv from file:/tmp/.os_lf_venv 12:29:54 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:29:54 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:29:55 lf-activate-venv(): INFO: Base packages installed successfully 12:29:55 lf-activate-venv(): INFO: Installing additional packages: lftools 12:30:10 error: subprocess-exited-with-error 12:30:10 12:30:10 × Building wheel for psutil (pyproject.toml) did not run successfully. 12:30:10 │ exit code: 1 12:30:10 ╰─> [56 lines of output] 12:30:10 running bdist_wheel 12:30:10 running build 12:30:10 running build_py 12:30:10 creating build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_common.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_psaix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_psbsd.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_pslinux.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_psosx.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_psposix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_pssunos.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 copying psutil/_pswindows.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:10 creating build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/__main__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_aix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_bsd.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_connections.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_contracts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_linux.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_memleaks.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_misc.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_osx.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_posix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_process.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_process_all.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_scripts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_sudo.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_sunos.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_system.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_testutils.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 copying psutil/tests/test_windows.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:10 running build_ext 12:30:10 building 'psutil._psutil_linux' extension 12:30:10 creating build/temp.linux-x86_64-cpython-310/psutil 12:30:10 creating build/temp.linux-x86_64-cpython-310/psutil/arch/all 12:30:10 creating build/temp.linux-x86_64-cpython-310/psutil/arch/linux 12:30:10 creating build/temp.linux-x86_64-cpython-310/psutil/arch/posix 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-cpython-310/psutil/_psutil_linux.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/errors.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/errors.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/init.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/pids.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/pids.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/str.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/str.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/disk.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/disk.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/mem.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/mem.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/net.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/net.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/proc.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/proc.o 12:30:10 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/posix/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/posix/init.o 12:30:10 psutil/arch/posix/init.c: In function ‘psutil_posix_add_methods’: 12:30:10 psutil/arch/posix/init.c:73:5: error: ‘for’ loop initial declarations are only allowed in C99 mode 12:30:10 for (int i = 0; posix_methods[i].ml_name != NULL; i++) { 12:30:10 ^ 12:30:10 psutil/arch/posix/init.c:73:5: note: use option -std=c99 or -std=gnu99 to compile your code 12:30:10 error: command '/usr/bin/gcc' failed with exit code 1 12:30:10 [end of output] 12:30:10 12:30:10 note: This error originates from a subprocess, and is likely not a problem with pip. 12:30:10 ERROR: Failed building wheel for psutil 12:30:10 error: failed-wheel-build-for-install 12:30:10 12:30:10 × Failed to build installable wheels for some pyproject.toml based projects 12:30:10 ╰─> psutil 12:30:11 lf-activate-venv(): ERROR: Failed to install packages: lftools 12:30:11 INFO: Running in OpenStack, capturing instance metadata 12:30:11 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins4242195358050230658.sh 12:30:11 provisioning config files... 12:30:11 Could not find credentials [logs] for distribution-docker-merge-scandium #79 12:30:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/distribution-docker-merge-scandium@tmp/config4123379782334029834tmp 12:30:11 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 12:30:11 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 12:30:11 provisioning config files... 12:30:11 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 12:30:11 [EnvInject] - Injecting environment variables from a build step. 12:30:11 [EnvInject] - Injecting as environment variables the properties content 12:30:11 SERVER_ID=logs 12:30:11 12:30:11 [EnvInject] - Variables injected successfully. 12:30:11 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins6452097981214555112.sh 12:30:11 ---> create-netrc.sh 12:30:11 WARN: Log server credential not found. 12:30:11 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins7952397707814471002.sh 12:30:11 ---> python-tools-install.sh 12:30:11 Setup pyenv: 12:30:12 system 12:30:12 3.8.13 12:30:12 3.9.13 12:30:12 * 3.10.13 (set by /w/workspace/distribution-docker-merge-scandium/.python-version) 12:30:12 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bNJv from file:/tmp/.os_lf_venv 12:30:12 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:30:12 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:30:13 lf-activate-venv(): INFO: Base packages installed successfully 12:30:13 lf-activate-venv(): INFO: Installing additional packages: lftools 12:30:27 error: subprocess-exited-with-error 12:30:27 12:30:27 × Building wheel for psutil (pyproject.toml) did not run successfully. 12:30:27 │ exit code: 1 12:30:27 ╰─> [56 lines of output] 12:30:27 running bdist_wheel 12:30:27 running build 12:30:27 running build_py 12:30:27 creating build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_common.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_psaix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_psbsd.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_pslinux.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_psosx.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_psposix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_pssunos.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 copying psutil/_pswindows.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:27 creating build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/__main__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_aix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_bsd.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_connections.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_contracts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_linux.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_memleaks.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_misc.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_osx.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_posix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_process.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_process_all.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_scripts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_sudo.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_sunos.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_system.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_testutils.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 copying psutil/tests/test_windows.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:27 running build_ext 12:30:27 building 'psutil._psutil_linux' extension 12:30:27 creating build/temp.linux-x86_64-cpython-310/psutil 12:30:27 creating build/temp.linux-x86_64-cpython-310/psutil/arch/all 12:30:27 creating build/temp.linux-x86_64-cpython-310/psutil/arch/linux 12:30:27 creating build/temp.linux-x86_64-cpython-310/psutil/arch/posix 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-cpython-310/psutil/_psutil_linux.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/errors.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/errors.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/init.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/pids.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/pids.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/str.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/str.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/disk.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/disk.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/mem.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/mem.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/net.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/net.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/proc.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/proc.o 12:30:27 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/posix/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/posix/init.o 12:30:27 psutil/arch/posix/init.c: In function ‘psutil_posix_add_methods’: 12:30:27 psutil/arch/posix/init.c:73:5: error: ‘for’ loop initial declarations are only allowed in C99 mode 12:30:27 for (int i = 0; posix_methods[i].ml_name != NULL; i++) { 12:30:27 ^ 12:30:27 psutil/arch/posix/init.c:73:5: note: use option -std=c99 or -std=gnu99 to compile your code 12:30:27 error: command '/usr/bin/gcc' failed with exit code 1 12:30:27 [end of output] 12:30:27 12:30:27 note: This error originates from a subprocess, and is likely not a problem with pip. 12:30:27 ERROR: Failed building wheel for psutil 12:30:27 error: failed-wheel-build-for-install 12:30:27 12:30:27 × Failed to build installable wheels for some pyproject.toml based projects 12:30:27 ╰─> psutil 12:30:28 lf-activate-venv(): ERROR: Failed to install packages: lftools 12:30:28 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins8278635937465786870.sh 12:30:28 ---> sudo-logs.sh 12:30:28 Archiving 'sudo' log.. 12:30:28 [distribution-docker-merge-scandium] $ /bin/bash /tmp/jenkins15142789391280143832.sh 12:30:28 ---> job-cost.sh 12:30:28 Setup pyenv: 12:30:28 system 12:30:28 3.8.13 12:30:28 3.9.13 12:30:28 * 3.10.13 (set by /w/workspace/distribution-docker-merge-scandium/.python-version) 12:30:29 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bNJv from file:/tmp/.os_lf_venv 12:30:29 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:30:29 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:30:30 lf-activate-venv(): INFO: Base packages installed successfully 12:30:30 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:30:40 error: subprocess-exited-with-error 12:30:40 12:30:40 × Building wheel for psutil (pyproject.toml) did not run successfully. 12:30:40 │ exit code: 1 12:30:40 ╰─> [56 lines of output] 12:30:40 running bdist_wheel 12:30:40 running build 12:30:40 running build_py 12:30:40 creating build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_common.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_psaix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_psbsd.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_pslinux.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_psosx.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_psposix.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_pssunos.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 copying psutil/_pswindows.py -> build/lib.linux-x86_64-cpython-310/psutil 12:30:40 creating build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/__main__.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_aix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_bsd.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_connections.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_contracts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_linux.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_memleaks.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_misc.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_osx.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_posix.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_process.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_process_all.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_scripts.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_sudo.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_sunos.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_system.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_testutils.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_unicode.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 copying psutil/tests/test_windows.py -> build/lib.linux-x86_64-cpython-310/psutil/tests 12:30:40 running build_ext 12:30:40 building 'psutil._psutil_linux' extension 12:30:40 creating build/temp.linux-x86_64-cpython-310/psutil 12:30:40 creating build/temp.linux-x86_64-cpython-310/psutil/arch/all 12:30:40 creating build/temp.linux-x86_64-cpython-310/psutil/arch/linux 12:30:40 creating build/temp.linux-x86_64-cpython-310/psutil/arch/posix 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-cpython-310/psutil/_psutil_linux.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/errors.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/errors.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/init.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/pids.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/pids.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/all/str.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/all/str.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/disk.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/disk.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/mem.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/mem.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/net.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/net.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/linux/proc.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/linux/proc.o 12:30:40 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_SIZEOF_PID_T=4 -DPSUTIL_VERSION=713 -DPy_LIMITED_API=0x03060000 -DPSUTIL_LINUX=1 -I/tmp/venv-bNJv/include -I/opt/pyenv/versions/3.10.13/include/python3.10 -c psutil/arch/posix/init.c -o build/temp.linux-x86_64-cpython-310/psutil/arch/posix/init.o 12:30:40 psutil/arch/posix/init.c: In function ‘psutil_posix_add_methods’: 12:30:40 psutil/arch/posix/init.c:73:5: error: ‘for’ loop initial declarations are only allowed in C99 mode 12:30:40 for (int i = 0; posix_methods[i].ml_name != NULL; i++) { 12:30:40 ^ 12:30:40 psutil/arch/posix/init.c:73:5: note: use option -std=c99 or -std=gnu99 to compile your code 12:30:40 error: command '/usr/bin/gcc' failed with exit code 1 12:30:40 [end of output] 12:30:40 12:30:40 note: This error originates from a subprocess, and is likely not a problem with pip. 12:30:40 ERROR: Failed building wheel for psutil 12:30:40 error: failed-wheel-build-for-install 12:30:40 12:30:40 × Failed to build installable wheels for some pyproject.toml based projects 12:30:40 ╰─> psutil 12:30:40 lf-activate-venv(): ERROR: Failed to install packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 12:30:40 [distribution-docker-merge-scandium] $ /bin/bash -l /tmp/jenkins12441409492535566534.sh 12:30:40 ---> logs-deploy.sh 12:30:40 Setup pyenv: 12:30:40 system 12:30:40 3.8.13 12:30:40 3.9.13 12:30:40 * 3.10.13 (set by /w/workspace/distribution-docker-merge-scandium/.python-version) 12:30:40 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-bNJv from file:/tmp/.os_lf_venv 12:30:40 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 12:30:40 lf-activate-venv(): INFO: Attempting to install with network-safe options... 12:30:41 lf-activate-venv(): INFO: Base packages installed successfully 12:30:41 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 12:31:05 lf-activate-venv(): INFO: Adding /tmp/venv-bNJv/bin to PATH 12:31:05 WARNING: Nexus logging server not set 12:31:05 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/distribution-docker-merge-scandium/79/ 12:31:05 INFO: archiving logs to S3 12:31:06 ---> uname -a: 12:31:06 Linux prd-centos7-docker-4c-4g-4721.novalocal 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 12:31:06 12:31:06 12:31:06 ---> lscpu: 12:31:06 Architecture: x86_64 12:31:06 CPU op-mode(s): 32-bit, 64-bit 12:31:06 Byte Order: Little Endian 12:31:06 CPU(s): 4 12:31:06 On-line CPU(s) list: 0-3 12:31:06 Thread(s) per core: 1 12:31:06 Core(s) per socket: 1 12:31:06 Socket(s): 4 12:31:06 NUMA node(s): 1 12:31:06 Vendor ID: AuthenticAMD 12:31:06 CPU family: 23 12:31:06 Model: 49 12:31:06 Model name: AMD EPYC-Rome Processor 12:31:06 Stepping: 0 12:31:06 CPU MHz: 2799.998 12:31:06 BogoMIPS: 5599.99 12:31:06 Virtualization: AMD-V 12:31:06 Hypervisor vendor: KVM 12:31:06 Virtualization type: full 12:31:06 L1d cache: 32K 12:31:06 L1i cache: 32K 12:31:06 L2 cache: 512K 12:31:06 L3 cache: 16384K 12:31:06 NUMA node0 CPU(s): 0-3 12:31:06 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd rsb_ctxsw ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 12:31:06 12:31:06 12:31:06 ---> nproc: 12:31:06 4 12:31:06 12:31:06 12:31:06 ---> df -h: 12:31:06 Filesystem Size Used Avail Use% Mounted on 12:31:06 devtmpfs 7.8G 0 7.8G 0% /dev 12:31:06 tmpfs 7.8G 0 7.8G 0% /dev/shm 12:31:06 tmpfs 7.8G 17M 7.8G 1% /run 12:31:06 tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup 12:31:06 /dev/vda1 80G 6.1G 74G 8% / 12:31:06 tmpfs 1.6G 0 1.6G 0% /run/user/1001 12:31:06 12:31:06 12:31:06 ---> free -m: 12:31:06 total used free shared buff/cache available 12:31:06 Mem: 15884 751 13166 16 1967 14820 12:31:06 Swap: 1023 0 1023 12:31:06 12:31:06 12:31:06 ---> ip addr: 12:31:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:31:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:31:06 inet 127.0.0.1/8 scope host lo 12:31:06 valid_lft forever preferred_lft forever 12:31:06 inet6 ::1/128 scope host 12:31:06 valid_lft forever preferred_lft forever 12:31:06 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 12:31:06 link/ether fa:16:3e:e5:18:f1 brd ff:ff:ff:ff:ff:ff 12:31:06 inet 10.30.170.180/23 brd 10.30.171.255 scope global dynamic eth0 12:31:06 valid_lft 86265sec preferred_lft 86265sec 12:31:06 inet6 fe80::f816:3eff:fee5:18f1/64 scope link 12:31:06 valid_lft forever preferred_lft forever 12:31:06 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 12:31:06 link/ether 02:42:3b:fb:0d:be brd ff:ff:ff:ff:ff:ff 12:31:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:31:06 valid_lft forever preferred_lft forever 12:31:06 12:31:06 12:31:06 ---> sar -b -r -n DEV: 12:31:06 Linux 3.10.0-1160.118.1.el7.x86_64 (centos-7-docker-708a1d49-32f8-4851-81f0-e8de5d85628b.novalocal) 11/02/2025 _x86_64_ (4 CPU) 12:31:06 12:31:06 12:28:46 PM LINUX RESTART 12:31:06 12:31:06 12:29:05 PM tps rtps wtps bread/s bwrtn/s 12:31:06 12:30:01 PM 237.83 32.11 205.73 5976.60 8964.09 12:31:06 12:31:01 PM 37.35 0.53 36.82 100.32 1116.02 12:31:06 Average: 134.15 15.78 118.37 2937.49 4905.21 12:31:06 12:31:06 12:29:05 PM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:31:06 12:30:01 PM 13652944 2613020 16.06 2620 1784964 1038392 6.00 788196 1463736 12264 12:31:06 12:31:01 PM 13461572 2804392 17.24 2620 1903540 1095412 6.33 921136 1515720 126132 12:31:06 Average: 13557258 2708706 16.65 2620 1844252 1066902 6.16 854666 1489728 69198 12:31:06 12:31:06 12:29:05 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 12:31:06 12:30:01 PM eth0 405.17 265.72 1848.37 72.91 0.00 0.00 0.00 12:31:06 12:30:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:31:06 12:30:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:31:06 12:31:01 PM eth0 28.81 28.88 146.85 11.04 0.00 0.00 0.00 12:31:06 12:31:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:31:06 12:31:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:31:06 Average: eth0 210.52 143.23 968.38 40.91 0.00 0.00 0.00 12:31:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:31:06 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:31:06 12:31:06 12:31:06 ---> sar -P ALL: 12:31:06 Linux 3.10.0-1160.118.1.el7.x86_64 (centos-7-docker-708a1d49-32f8-4851-81f0-e8de5d85628b.novalocal) 11/02/2025 _x86_64_ (4 CPU) 12:31:06 12:31:06 12:28:46 PM LINUX RESTART 12:31:06 12:31:06 12:29:05 PM CPU %user %nice %system %iowait %steal %idle 12:31:06 12:30:01 PM all 22.63 0.00 3.52 1.50 0.07 72.28 12:31:06 12:30:01 PM 0 20.87 0.00 3.49 1.80 0.07 73.77 12:31:06 12:30:01 PM 1 19.21 0.00 3.20 2.42 0.09 75.07 12:31:06 12:30:01 PM 2 38.67 0.00 4.28 0.86 0.10 56.10 12:31:06 12:30:01 PM 3 12.30 0.00 3.12 0.88 0.05 83.65 12:31:06 12:31:01 PM all 18.17 0.00 1.21 0.15 0.05 80.42 12:31:06 12:31:01 PM 0 1.81 0.00 0.52 0.02 0.02 97.64 12:31:06 12:31:01 PM 1 38.66 0.00 2.02 0.35 0.07 58.90 12:31:06 12:31:01 PM 2 15.18 0.00 0.85 0.10 0.05 83.81 12:31:06 12:31:01 PM 3 17.97 0.00 1.47 0.14 0.03 80.39 12:31:06 Average: all 20.31 0.00 2.31 0.80 0.06 76.52 12:31:06 Average: 0 10.85 0.00 1.93 0.86 0.04 86.32 12:31:06 Average: 1 29.18 0.00 2.60 1.36 0.08 66.78 12:31:06 Average: 2 26.28 0.00 2.47 0.46 0.07 70.72 12:31:06 Average: 3 15.23 0.00 2.27 0.50 0.04 81.96 12:31:06 12:31:06 12:31:06