02:32:31 Started by timer 02:32:31 Running as SYSTEM 02:32:31 [EnvInject] - Loading node environment variables. 02:32:31 Building remotely on prd-centos8-builder-2c-2g-25570 (centos8-builder-2c-2g) in workspace /w/workspace/builder-openstack-cron 02:32:31 [ssh-agent] Looking for ssh-agent implementation... 02:32:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:32:31 $ ssh-agent 02:32:31 SSH_AUTH_SOCK=/tmp/ssh-tMIJUYrVAUen/agent.5449 02:32:31 SSH_AGENT_PID=5450 02:32:31 [ssh-agent] Started. 02:32:32 Running ssh-add (command line suppressed) 02:32:32 Identity added: /w/workspace/builder-openstack-cron@tmp/private_key_1641506068196273640.key (/w/workspace/builder-openstack-cron@tmp/private_key_1641506068196273640.key) 02:32:32 [ssh-agent] Using credentials jenkins (jenkins-ssh) 02:32:32 The recommended git tool is: NONE 02:32:34 using credential jenkins-ssh 02:32:34 Wiping out workspace first. 02:32:34 Cloning the remote Git repository 02:32:34 Cloning repository git://devvexx.opendaylight.org/mirror/releng/builder 02:32:34 > git init /w/workspace/builder-openstack-cron # timeout=10 02:32:34 Fetching upstream changes from git://devvexx.opendaylight.org/mirror/releng/builder 02:32:34 > git --version # timeout=10 02:32:34 > git --version # 'git version 2.43.0' 02:32:34 using GIT_SSH to set credentials jenkins-ssh 02:32:34 [INFO] Currently running in a labeled security context 02:32:34 [INFO] Currently SELinux is 'enforcing' on the host 02:32:34 > /usr/bin/chcon --type=ssh_home_t /w/workspace/builder-openstack-cron@tmp/jenkins-gitclient-ssh3241802366195390968.key 02:32:34 Verifying host key using known hosts file 02:32:34 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. 02:32:34 > git fetch --tags --force --progress -- git://devvexx.opendaylight.org/mirror/releng/builder +refs/heads/*:refs/remotes/origin/* # timeout=10 02:32:36 > git config remote.origin.url git://devvexx.opendaylight.org/mirror/releng/builder # timeout=10 02:32:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:32:37 Avoid second fetch 02:32:37 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 02:32:37 Checking out Revision 0d122213521f28467fa3505ae5695eaced472831 (refs/remotes/origin/master) 02:32:37 > git config core.sparsecheckout # timeout=10 02:32:37 > git checkout -f 0d122213521f28467fa3505ae5695eaced472831 # timeout=10 02:32:37 Commit message: "fix: Remove + prefix from SSH host key algorithms" 02:32:37 > git rev-list --no-walk 0d122213521f28467fa3505ae5695eaced472831 # timeout=10 02:32:37 > git remote # timeout=10 02:32:37 > git submodule init # timeout=10 02:32:37 > git submodule sync # timeout=10 02:32:37 > git config --get remote.origin.url # timeout=10 02:32:37 > git submodule init # timeout=10 02:32:38 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 02:32:38 > git config --get submodule.global-jjb.url # timeout=10 02:32:38 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 02:32:38 > git config --get submodule.packer/common-packer.url # timeout=10 02:32:38 > git config -f .gitmodules --get submodule.packer/common-packer.path # timeout=10 02:32:38 > git submodule update --init --recursive global-jjb # timeout=10 02:32:39 > git submodule update --init --recursive packer/common-packer # timeout=10 02:32:42 Run condition [Boolean condition] enabling prebuild for step [Execute shell] 02:32:42 Run condition [Boolean condition] enabling prebuild for step [Execute shell] 02:32:42 Run condition [Boolean condition] enabling prebuild for step [Execute shell] 02:32:42 Run condition [Boolean condition] enabling prebuild for step [Execute shell] 02:32:42 Run condition [Boolean condition] enabling prebuild for step [Execute shell] 02:32:42 Run condition [Boolean condition] enabling prebuild for step [Execute shell] 02:32:42 Run condition [Boolean condition] enabling prebuild for step [BuilderChain] 02:32:42 No emails were triggered. 02:32:42 provisioning config files... 02:32:43 copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml 02:32:43 copy managed file [npmrc] to file:/home/jenkins/.npmrc 02:32:43 copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf 02:32:43 [builder-openstack-cron] $ /bin/bash /tmp/jenkins4303347848713979035.sh 02:32:43 ---> python-tools-install.sh 02:32:43 Setup pyenv: 02:32:43 system 02:32:43 * 3.8.13 (set by /opt/pyenv/version) 02:32:43 * 3.9.13 (set by /opt/pyenv/version) 02:32:43 * 3.10.13 (set by /opt/pyenv/version) 02:32:43 * 3.11.7 (set by /opt/pyenv/version) 02:32:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fh24 02:32:48 lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv 02:32:48 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:32:48 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:32:51 lf-activate-venv(): INFO: Base packages installed successfully 02:32:51 lf-activate-venv(): INFO: Installing additional packages: lftools 02:33:15 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:33:15 Generating Requirements File 02:33:34 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 02:33:34 httplib2 0.31.0 requires pyparsing<4,>=3.0.4, but you have pyparsing 2.4.7 which is incompatible. 02:33:35 Python 3.11.7 02:33:35 pip 25.3 from /tmp/venv-fh24/lib/python3.11/site-packages/pip (python 3.11) 02:33:35 appdirs==1.4.4 02:33:35 argcomplete==3.6.3 02:33:35 aspy.yaml==1.3.0 02:33:35 attrs==25.4.0 02:33:35 autopage==0.5.2 02:33:35 beautifulsoup4==4.14.3 02:33:35 boto3==1.42.25 02:33:35 botocore==1.42.25 02:33:35 bs4==0.0.2 02:33:35 certifi==2026.1.4 02:33:35 cffi==2.0.0 02:33:35 cfgv==3.5.0 02:33:35 chardet==5.2.0 02:33:35 charset-normalizer==3.4.4 02:33:35 click==8.3.1 02:33:35 cliff==4.13.1 02:33:35 cmd2==3.1.0 02:33:35 cryptography==3.3.2 02:33:35 debtcollector==3.0.0 02:33:35 decorator==5.2.1 02:33:35 defusedxml==0.7.1 02:33:35 Deprecated==1.3.1 02:33:35 distlib==0.4.0 02:33:35 dnspython==2.8.0 02:33:35 docker==7.1.0 02:33:35 dogpile.cache==1.5.0 02:33:35 durationpy==0.10 02:33:35 email-validator==2.3.0 02:33:35 filelock==3.20.3 02:33:35 future==1.0.0 02:33:35 gitdb==4.0.12 02:33:35 GitPython==3.1.46 02:33:35 google-auth==2.47.0 02:33:35 httplib2==0.31.0 02:33:35 identify==2.6.15 02:33:35 idna==3.11 02:33:35 importlib-resources==1.5.0 02:33:35 iso8601==2.1.0 02:33:35 Jinja2==3.1.6 02:33:35 jmespath==1.0.1 02:33:35 jsonpatch==1.33 02:33:35 jsonpointer==3.0.0 02:33:35 jsonschema==4.26.0 02:33:35 jsonschema-specifications==2025.9.1 02:33:35 keystoneauth1==5.12.0 02:33:35 kubernetes==34.1.0 02:33:35 lftools==0.37.18 02:33:35 lxml==6.0.2 02:33:35 markdown-it-py==4.0.0 02:33:35 MarkupSafe==3.0.3 02:33:35 mdurl==0.1.2 02:33:35 msgpack==1.1.2 02:33:35 multi_key_dict==2.0.3 02:33:35 munch==4.0.0 02:33:35 netaddr==1.3.0 02:33:35 niet==1.4.2 02:33:35 nodeenv==1.10.0 02:33:35 oauth2client==4.1.3 02:33:35 oauthlib==3.3.1 02:33:35 openstacksdk==4.8.0 02:33:35 os-service-types==1.8.2 02:33:35 osc-lib==4.3.0 02:33:35 oslo.config==10.2.0 02:33:35 oslo.context==6.2.0 02:33:35 oslo.i18n==6.7.1 02:33:35 oslo.log==8.0.0 02:33:35 oslo.serialization==5.9.0 02:33:35 oslo.utils==9.2.0 02:33:35 packaging==25.0 02:33:35 pbr==7.0.3 02:33:35 platformdirs==4.5.1 02:33:35 prettytable==3.17.0 02:33:35 psutil==7.2.1 02:33:35 pyasn1==0.6.1 02:33:35 pyasn1_modules==0.4.2 02:33:35 pycparser==2.23 02:33:35 pygerrit2==2.0.15 02:33:35 PyGithub==2.8.1 02:33:35 Pygments==2.19.2 02:33:35 PyJWT==2.10.1 02:33:35 PyNaCl==1.6.2 02:33:35 pyparsing==2.4.7 02:33:35 pyperclip==1.11.0 02:33:35 pyrsistent==0.20.0 02:33:35 python-cinderclient==9.8.0 02:33:35 python-dateutil==2.9.0.post0 02:33:35 python-heatclient==4.3.0 02:33:35 python-jenkins==1.8.3 02:33:35 python-keystoneclient==5.7.0 02:33:35 python-magnumclient==4.9.0 02:33:35 python-openstackclient==8.3.0 02:33:35 python-swiftclient==4.9.0 02:33:35 PyYAML==6.0.3 02:33:35 referencing==0.37.0 02:33:35 requests==2.32.5 02:33:35 requests-oauthlib==2.0.0 02:33:35 requestsexceptions==1.4.0 02:33:35 rfc3986==2.0.0 02:33:35 rich==14.2.0 02:33:35 rich-argparse==1.7.2 02:33:35 rpds-py==0.30.0 02:33:35 rsa==4.9.1 02:33:35 ruamel.yaml==0.19.1 02:33:35 ruamel.yaml.clib==0.2.15 02:33:35 s3transfer==0.16.0 02:33:35 simplejson==3.20.2 02:33:35 six==1.17.0 02:33:35 smmap==5.0.2 02:33:35 soupsieve==2.8.1 02:33:35 stevedore==5.6.0 02:33:35 tabulate==0.9.0 02:33:35 toml==0.10.2 02:33:35 tomlkit==0.13.3 02:33:35 tqdm==4.67.1 02:33:35 typing_extensions==4.15.0 02:33:35 tzdata==2025.3 02:33:35 urllib3==1.26.20 02:33:35 virtualenv==20.36.1 02:33:35 wcwidth==0.2.14 02:33:35 websocket-client==1.9.0 02:33:35 wrapt==2.0.1 02:33:35 xdg==6.0.0 02:33:35 xmltodict==1.0.2 02:33:35 yq==3.4.3 02:33:35 [EnvInject] - Injecting environment variables from a build step. 02:33:35 [EnvInject] - Injecting as environment variables the properties content 02:33:35 OS_CLOUD=vex 02:33:35 02:33:35 [EnvInject] - Variables injected successfully. 02:33:35 [Boolean condition] checking [True] against [^(1|y|yes|t|true|on|run)$] (origin token: True) 02:33:35 Run condition [Boolean condition] enabling perform for step [Execute shell] 02:33:35 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins9135353038269271391.sh 02:33:35 ---> Orphaned k8s clusters 02:33:35 Setup pyenv: 02:33:35 system 02:33:35 3.8.13 02:33:35 3.9.13 02:33:35 3.10.13 02:33:35 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:33:36 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:33:36 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:33:36 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:33:38 lf-activate-venv(): INFO: Base packages installed successfully 02:33:38 lf-activate-venv(): INFO: Installing additional packages: kubernetes python-heatclient python-openstackclient python-magnumclient 02:33:46 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 02:33:46 lftools 0.37.18 requires urllib3<2.1.0, but you have urllib3 2.3.0 which is incompatible. 02:33:47 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:33:50 -----> Delete orphaned cluster 02:33:50 [Boolean condition] checking [True] against [^(1|y|yes|t|true|on|run)$] (origin token: True) 02:33:50 Run condition [Boolean condition] enabling perform for step [Execute shell] 02:33:50 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins11591584151686034083.sh 02:33:50 ---> Orphaned stacks 02:33:50 Setup pyenv: 02:33:50 system 02:33:50 3.8.13 02:33:50 3.9.13 02:33:50 3.10.13 02:33:50 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:33:50 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:33:50 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:33:50 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:33:52 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. 02:33:52 lftools 0.37.18 requires urllib3<2.1.0, but you have urllib3 2.3.0 which is incompatible. 02:33:52 lf-activate-venv(): INFO: Base packages installed successfully 02:33:52 lf-activate-venv(): INFO: Installing additional packages: lftools[openstack] kubernetes niet python-heatclient python-openstackclient python-magnumclient urllib3~=1.26.15 yq 02:34:13 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:34:13 + mapfile -t OS_COE_CLUSTERS_ID 02:34:13 ++ grep -E '(DELETE_FAILED|UNKNOWN|UNHEALTHY)' 02:34:13 ++ openstack --os-cloud vex coe cluster list -f value -c uuid -c name 02:34:13 ++ awk '{print $1}' 02:34:15 + echo '-----> Active clusters -> stacks' 02:34:15 -----> Active clusters -> stacks 02:34:15 + OS_COE_STACKS=() 02:34:15 + [[ 0 -gt 0 ]] 02:34:15 + mapfile -t OS_STACKS 02:34:15 ++ awk '{print $1}' 02:34:15 ++ openstack --os-cloud vex stack list -f value -c 'Stack Name' -c 'Stack Status' --property stack_status=CREATE_COMPLETE --property stack_status=DELETE_FAILED --property stack_status=CREATE_FAILED 02:34:17 + echo '-----> Active stacks' 02:34:17 -----> Active stacks 02:34:17 + for stack in "${OS_STACKS[@]}" 02:34:17 + echo releng-bgpcep-csit-1node-throughpcep-all-scandium-502 02:34:17 releng-bgpcep-csit-1node-throughpcep-all-scandium-502 02:34:17 + for stack in "${OS_STACKS[@]}" 02:34:17 + echo releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 02:34:17 releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 02:34:17 + for stack in "${OS_STACKS[@]}" 02:34:17 + echo releng-controller-csit-1node-notifications-longevity-only-scandium-90 02:34:17 releng-controller-csit-1node-notifications-longevity-only-scandium-90 02:34:17 + echo '-----> Delete orphaned stacks' 02:34:17 -----> Delete orphaned stacks 02:34:17 + for STACK_NAME in "${OS_STACKS[@]}" 02:34:17 + [[ 0 -gt 0 ]] 02:34:17 + stack_in_jenkins releng-bgpcep-csit-1node-throughpcep-all-scandium-502 https://jenkins.opendaylight.org/releng https://jenkins.opendaylight.org/sandbox 02:34:17 + STACK_NAME=releng-bgpcep-csit-1node-throughpcep-all-scandium-502 02:34:17 + builds=() 02:34:17 + for jenkins in "${@:2}" 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + JENKINS_URL='https://jenkins.opendaylight.org/releng/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 ++ curl -s -w '\n\n%{http_code}' --globoff -H Content-Type:application/json 'https://jenkins.opendaylight.org/releng/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + resp='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ head -n1 02:34:17 + json_data='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]}' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ awk 'END {print $NF}' 02:34:17 + status=200 02:34:17 + '[' 200 '!=' 200 ']' 02:34:17 + [[ https://jenkins.opendaylight.org/releng == *\j\e\n\k\i\n\s\.*\.\o\r\g ]] 02:34:17 + [[ https://jenkins.opendaylight.org/releng == *\j\e\n\k\i\n\s\.*\.\i\o ]] 02:34:17 ++ awk -F/ '{print $NF}' 02:34:17 ++ echo https://jenkins.opendaylight.org/releng 02:34:17 ++ sed 's/\/*$//' 02:34:17 + silo=releng 02:34:17 + export silo 02:34:17 + builds=(${builds[@]} $(echo "$json_data" | jq -r '.computer[].executors[].currentExecutable.url' | grep -v null | awk -F'/' '{print ENVIRON["silo"] "-" $6 "-" $7}')) 02:34:17 ++ grep -v null 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]}' 02:34:17 ++ jq -r '.computer[].executors[].currentExecutable.url' 02:34:17 ++ awk -F/ '{print ENVIRON["silo"] "-" $6 "-" $7}' 02:34:17 + for jenkins in "${@:2}" 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + JENKINS_URL='https://jenkins.opendaylight.org/sandbox/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 ++ curl -s -w '\n\n%{http_code}' --globoff -H Content-Type:application/json 'https://jenkins.opendaylight.org/sandbox/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + resp='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ head -n1 02:34:17 + json_data='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]}' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ awk 'END {print $NF}' 02:34:17 + status=200 02:34:17 + '[' 200 '!=' 200 ']' 02:34:17 + [[ https://jenkins.opendaylight.org/sandbox == *\j\e\n\k\i\n\s\.*\.\o\r\g ]] 02:34:17 + [[ https://jenkins.opendaylight.org/sandbox == *\j\e\n\k\i\n\s\.*\.\i\o ]] 02:34:17 ++ echo https://jenkins.opendaylight.org/sandbox 02:34:17 ++ sed 's/\/*$//' 02:34:17 ++ awk -F/ '{print $NF}' 02:34:17 + silo=sandbox 02:34:17 + export silo 02:34:17 + builds=(${builds[@]} $(echo "$json_data" | jq -r '.computer[].executors[].currentExecutable.url' | grep -v null | awk -F'/' '{print ENVIRON["silo"] "-" $6 "-" $7}')) 02:34:17 ++ grep -v null 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]}' 02:34:17 ++ jq -r '.computer[].executors[].currentExecutable.url' 02:34:17 ++ awk -F/ '{print ENVIRON["silo"] "-" $6 "-" $7}' 02:34:17 + [[ releng-builder-openstack-cron-76553 releng-controller-csit-1node-notifications-longevity-only-scandium-90 releng-bgpcep-csit-1node-throughpcep-all-scandium-502 releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 releng-integration-distribution-test-scandium-513 releng-integration-distribution-weekly-test-trigger-scandium-91 releng-bgpcep-maven-merge-0.23.x-58 =~ releng-bgpcep-csit-1node-throughpcep-all-scandium-502 ]] 02:34:17 + return 0 02:34:17 + continue 02:34:17 + for STACK_NAME in "${OS_STACKS[@]}" 02:34:17 + [[ 0 -gt 0 ]] 02:34:17 + stack_in_jenkins releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 https://jenkins.opendaylight.org/releng https://jenkins.opendaylight.org/sandbox 02:34:17 + STACK_NAME=releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 02:34:17 + builds=() 02:34:17 + for jenkins in "${@:2}" 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + JENKINS_URL='https://jenkins.opendaylight.org/releng/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 ++ curl -s -w '\n\n%{http_code}' --globoff -H Content-Type:application/json 'https://jenkins.opendaylight.org/releng/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + resp='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ head -n1 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 + json_data='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]}' 02:34:17 ++ awk 'END {print $NF}' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 + status=200 02:34:17 + '[' 200 '!=' 200 ']' 02:34:17 + [[ https://jenkins.opendaylight.org/releng == *\j\e\n\k\i\n\s\.*\.\o\r\g ]] 02:34:17 + [[ https://jenkins.opendaylight.org/releng == *\j\e\n\k\i\n\s\.*\.\i\o ]] 02:34:17 ++ awk -F/ '{print $NF}' 02:34:17 ++ echo https://jenkins.opendaylight.org/releng 02:34:17 ++ sed 's/\/*$//' 02:34:17 + silo=releng 02:34:17 + export silo 02:34:17 + builds=(${builds[@]} $(echo "$json_data" | jq -r '.computer[].executors[].currentExecutable.url' | grep -v null | awk -F'/' '{print ENVIRON["silo"] "-" $6 "-" $7}')) 02:34:17 ++ grep -v null 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]}' 02:34:17 ++ jq -r '.computer[].executors[].currentExecutable.url' 02:34:17 ++ awk -F/ '{print ENVIRON["silo"] "-" $6 "-" $7}' 02:34:17 + for jenkins in "${@:2}" 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + JENKINS_URL='https://jenkins.opendaylight.org/sandbox/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 ++ curl -s -w '\n\n%{http_code}' --globoff -H Content-Type:application/json 'https://jenkins.opendaylight.org/sandbox/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + resp='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ head -n1 02:34:17 + json_data='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]}' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ awk 'END {print $NF}' 02:34:17 + status=200 02:34:17 + '[' 200 '!=' 200 ']' 02:34:17 + [[ https://jenkins.opendaylight.org/sandbox == *\j\e\n\k\i\n\s\.*\.\o\r\g ]] 02:34:17 + [[ https://jenkins.opendaylight.org/sandbox == *\j\e\n\k\i\n\s\.*\.\i\o ]] 02:34:17 ++ awk -F/ '{print $NF}' 02:34:17 ++ echo https://jenkins.opendaylight.org/sandbox 02:34:17 ++ sed 's/\/*$//' 02:34:17 + silo=sandbox 02:34:17 + export silo 02:34:17 + builds=(${builds[@]} $(echo "$json_data" | jq -r '.computer[].executors[].currentExecutable.url' | grep -v null | awk -F'/' '{print ENVIRON["silo"] "-" $6 "-" $7}')) 02:34:17 ++ jq -r '.computer[].executors[].currentExecutable.url' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]}' 02:34:17 ++ awk -F/ '{print ENVIRON["silo"] "-" $6 "-" $7}' 02:34:17 ++ grep -v null 02:34:17 + [[ releng-builder-openstack-cron-76553 releng-controller-csit-1node-notifications-longevity-only-scandium-90 releng-bgpcep-csit-1node-throughpcep-all-scandium-502 releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 releng-integration-distribution-test-scandium-513 releng-integration-distribution-weekly-test-trigger-scandium-91 releng-bgpcep-maven-merge-0.23.x-58 =~ releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 ]] 02:34:17 + return 0 02:34:17 + continue 02:34:17 + for STACK_NAME in "${OS_STACKS[@]}" 02:34:17 + [[ 0 -gt 0 ]] 02:34:17 + stack_in_jenkins releng-controller-csit-1node-notifications-longevity-only-scandium-90 https://jenkins.opendaylight.org/releng https://jenkins.opendaylight.org/sandbox 02:34:17 + STACK_NAME=releng-controller-csit-1node-notifications-longevity-only-scandium-90 02:34:17 + builds=() 02:34:17 + for jenkins in "${@:2}" 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + JENKINS_URL='https://jenkins.opendaylight.org/releng/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 ++ curl -s -w '\n\n%{http_code}' --globoff -H Content-Type:application/json 'https://jenkins.opendaylight.org/releng/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + resp='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ head -n1 02:34:17 + json_data='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]}' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ awk 'END {print $NF}' 02:34:17 + status=200 02:34:17 + '[' 200 '!=' 200 ']' 02:34:17 + [[ https://jenkins.opendaylight.org/releng == *\j\e\n\k\i\n\s\.*\.\o\r\g ]] 02:34:17 + [[ https://jenkins.opendaylight.org/releng == *\j\e\n\k\i\n\s\.*\.\i\o ]] 02:34:17 ++ echo https://jenkins.opendaylight.org/releng 02:34:17 ++ sed 's/\/*$//' 02:34:17 ++ awk -F/ '{print $NF}' 02:34:17 + silo=releng 02:34:17 + export silo 02:34:17 + builds=(${builds[@]} $(echo "$json_data" | jq -r '.computer[].executors[].currentExecutable.url' | grep -v null | awk -F'/' '{print ENVIRON["silo"] "-" $6 "-" $7}')) 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/builder-openstack-cron/76553/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/controller-csit-1node-notifications-longevity-only-scandium/90/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-throughpcep-all-scandium/502/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-csit-1node-bgp-ingest-all-scandium/504/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-test-scandium/513/"}}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":null},{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/integration-distribution-weekly-test-trigger-scandium/91/"}},{"currentExecutable":null},{"currentExecutable":null}],"oneOffExecutors":[]},{"_class":"jenkins.plugins.openstack.compute.JCloudsComputer","executors":[{"currentExecutable":{"_class":"hudson.model.FreeStyleBuild","url":"https://jenkins.opendaylight.org/releng/job/bgpcep-maven-merge-0.23.x/58/"}}],"oneOffExecutors":[]}]}' 02:34:17 ++ awk -F/ '{print ENVIRON["silo"] "-" $6 "-" $7}' 02:34:17 ++ jq -r '.computer[].executors[].currentExecutable.url' 02:34:17 ++ grep -v null 02:34:17 + for jenkins in "${@:2}" 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]' 02:34:17 + PARAMS='tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + JENKINS_URL='https://jenkins.opendaylight.org/sandbox/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 ++ curl -s -w '\n\n%{http_code}' --globoff -H Content-Type:application/json 'https://jenkins.opendaylight.org/sandbox/computer/api/json?tree=computer[executors[currentExecutable[url]],oneOffExecutors[currentExecutable[url]]]&xpath=//url&wrapper=builds' 02:34:17 + resp='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ head -n1 02:34:17 + json_data='{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]}' 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]} 02:34:17 02:34:17 200' 02:34:17 ++ awk 'END {print $NF}' 02:34:17 + status=200 02:34:17 + '[' 200 '!=' 200 ']' 02:34:17 + [[ https://jenkins.opendaylight.org/sandbox == *\j\e\n\k\i\n\s\.*\.\o\r\g ]] 02:34:17 + [[ https://jenkins.opendaylight.org/sandbox == *\j\e\n\k\i\n\s\.*\.\i\o ]] 02:34:17 ++ echo https://jenkins.opendaylight.org/sandbox 02:34:17 ++ awk -F/ '{print $NF}' 02:34:17 ++ sed 's/\/*$//' 02:34:17 + silo=sandbox 02:34:17 + export silo 02:34:17 + builds=(${builds[@]} $(echo "$json_data" | jq -r '.computer[].executors[].currentExecutable.url' | grep -v null | awk -F'/' '{print ENVIRON["silo"] "-" $6 "-" $7}')) 02:34:17 ++ grep -v null 02:34:17 ++ echo '{"_class":"hudson.model.ComputerSet","computer":[{"_class":"hudson.model.Hudson$MasterComputer","executors":[],"oneOffExecutors":[]}]}' 02:34:17 ++ jq -r '.computer[].executors[].currentExecutable.url' 02:34:17 ++ awk -F/ '{print ENVIRON["silo"] "-" $6 "-" $7}' 02:34:17 + [[ releng-builder-openstack-cron-76553 releng-controller-csit-1node-notifications-longevity-only-scandium-90 releng-bgpcep-csit-1node-throughpcep-all-scandium-502 releng-bgpcep-csit-1node-bgp-ingest-all-scandium-504 releng-integration-distribution-test-scandium-513 releng-integration-distribution-weekly-test-trigger-scandium-91 releng-bgpcep-maven-merge-0.23.x-58 =~ releng-controller-csit-1node-notifications-longevity-only-scandium-90 ]] 02:34:17 + return 0 02:34:17 + continue 02:34:17 [Boolean condition] checking [True] against [^(1|y|yes|t|true|on|run)$] (origin token: True) 02:34:17 Run condition [Boolean condition] enabling perform for step [Execute shell] 02:34:17 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins11525232107376817163.sh 02:34:17 ---> Orphaned servers 02:34:17 Setup pyenv: 02:34:17 system 02:34:17 3.8.13 02:34:17 3.9.13 02:34:17 3.10.13 02:34:17 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:34:17 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:34:17 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:34:17 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:34:19 lf-activate-venv(): INFO: Base packages installed successfully 02:34:19 lf-activate-venv(): INFO: Installing additional packages: lftools[openstack] kubernetes niet python-heatclient python-openstackclient python-magnumclient yq 02:34:34 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:34:41 -----> Active servers 02:34:41 prd-ubuntu2204-docker-8c-8g-25571 02:34:41 prd-centos8-builder-2c-2g-25570 02:34:41 prd-centos8-robot-2c-8g-25567 02:34:41 prd-centos8-robot-2c-8g-25568 02:34:41 prd-centos8-robot-2c-8g-25569 02:34:41 prd-queue-disttest-2c-1g-25548 02:34:41 prd-centos8-robot-2c-8g-25539 02:34:41 prd-centos8-robot-2c-8g-25538 02:34:41 prd-centos8-robot-2c-8g-25455 02:34:41 prd-queue-intque-2c-1g-25453 02:34:41 -----> Delete orphaned servers 02:34:42 [Boolean condition] checking [True] against [^(1|y|yes|t|true|on|run)$] (origin token: True) 02:34:42 Run condition [Boolean condition] enabling perform for step [Execute shell] 02:34:42 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins11108369903398405982.sh 02:34:42 ---> Orphaned ports 02:34:42 Setup pyenv: 02:34:42 system 02:34:42 3.8.13 02:34:43 3.9.13 02:34:43 3.10.13 02:34:43 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:34:43 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:34:43 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:34:43 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:34:45 lf-activate-venv(): INFO: Base packages installed successfully 02:34:45 lf-activate-venv(): INFO: Installing additional packages: lftools[openstack] python-openstackclient 02:34:59 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:35:01 No orphaned ports to process. 02:35:01 [Boolean condition] checking [True] against [^(1|y|yes|t|true|on|run)$] (origin token: True) 02:35:01 Run condition [Boolean condition] enabling perform for step [Execute shell] 02:35:01 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins11763942167752257587.sh 02:35:01 ---> Orphaned volumes 02:35:01 + source /home/jenkins/lf-env.sh 02:35:01 + lf-activate-venv --python python3 'lftools[openstack]' kubernetes niet python-heatclient python-openstackclient python-magnumclient yq 02:35:01 ++ mktemp -d /tmp/venv-XXXX 02:35:01 + lf_venv=/tmp/venv-ZQya 02:35:01 + local venv_file=/tmp/.os_lf_venv 02:35:01 + local python=python3 02:35:01 + local options 02:35:01 + local set_path=true 02:35:01 + local install_args= 02:35:01 ++ getopt -o np:v: -l no-path,system-site-packages,python:,venv-file: -n lf-activate-venv -- --python python3 'lftools[openstack]' kubernetes niet python-heatclient python-openstackclient python-magnumclient yq 02:35:01 + options=' --python '\''python3'\'' -- '\''lftools[openstack]'\'' '\''kubernetes'\'' '\''niet'\'' '\''python-heatclient'\'' '\''python-openstackclient'\'' '\''python-magnumclient'\'' '\''yq'\''' 02:35:01 + eval set -- ' --python '\''python3'\'' -- '\''lftools[openstack]'\'' '\''kubernetes'\'' '\''niet'\'' '\''python-heatclient'\'' '\''python-openstackclient'\'' '\''python-magnumclient'\'' '\''yq'\''' 02:35:01 ++ set -- --python python3 -- 'lftools[openstack]' kubernetes niet python-heatclient python-openstackclient python-magnumclient yq 02:35:01 + true 02:35:01 + case $1 in 02:35:01 + python=python3 02:35:01 + shift 2 02:35:01 + true 02:35:01 + case $1 in 02:35:01 + shift 02:35:01 + break 02:35:01 + case $python in 02:35:01 + local pkg_list= 02:35:01 + [[ -d /opt/pyenv ]] 02:35:01 + echo 'Setup pyenv:' 02:35:01 Setup pyenv: 02:35:01 + export PYENV_ROOT=/opt/pyenv 02:35:01 + PYENV_ROOT=/opt/pyenv 02:35:01 + export PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 02:35:01 + PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 02:35:01 + pyenv versions 02:35:01 system 02:35:01 3.8.13 02:35:01 3.9.13 02:35:01 3.10.13 02:35:01 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:35:01 + command -v pyenv 02:35:01 ++ pyenv init - --no-rehash 02:35:01 + eval 'PATH="$(bash --norc -ec '\''IFS=:; paths=($PATH); 02:35:01 for i in ${!paths[@]}; do 02:35:01 if [[ ${paths[i]} == "'\'''\''/opt/pyenv/shims'\'''\''" ]]; then unset '\''\'\'''\''paths[i]'\''\'\'''\''; 02:35:01 fi; done; 02:35:01 echo "${paths[*]}"'\'')" 02:35:01 export PATH="/opt/pyenv/shims:${PATH}" 02:35:01 export PYENV_SHELL=bash 02:35:01 source '\''/opt/pyenv/libexec/../completions/pyenv.bash'\'' 02:35:01 pyenv() { 02:35:01 local command 02:35:01 command="${1:-}" 02:35:01 if [ "$#" -gt 0 ]; then 02:35:01 shift 02:35:01 fi 02:35:01 02:35:01 case "$command" in 02:35:01 rehash|shell) 02:35:01 eval "$(pyenv "sh-$command" "$@")" 02:35:01 ;; 02:35:01 *) 02:35:01 command pyenv "$command" "$@" 02:35:01 ;; 02:35:01 esac 02:35:01 }' 02:35:01 +++ bash --norc -ec 'IFS=:; paths=($PATH); 02:35:01 for i in ${!paths[@]}; do 02:35:01 if [[ ${paths[i]} == "/opt/pyenv/shims" ]]; then unset '\''paths[i]'\''; 02:35:01 fi; done; 02:35:01 echo "${paths[*]}"' 02:35:01 ++ PATH=/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 02:35:01 ++ export PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 02:35:01 ++ PATH=/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 02:35:01 ++ export PYENV_SHELL=bash 02:35:01 ++ PYENV_SHELL=bash 02:35:01 ++ source /opt/pyenv/libexec/../completions/pyenv.bash 02:35:01 +++ complete -F _pyenv pyenv 02:35:01 ++ lf-pyver python3 02:35:01 ++ local py_version_xy=python3 02:35:01 ++ local py_version_xyz= 02:35:01 ++ sed 's/^[ *]* //' 02:35:01 ++ awk '{ print $1 }' 02:35:01 ++ pyenv versions 02:35:01 ++ local command 02:35:01 ++ command=versions 02:35:01 ++ '[' 1 -gt 0 ']' 02:35:01 ++ shift 02:35:01 ++ case "$command" in 02:35:01 ++ command pyenv versions 02:35:01 ++ pyenv versions 02:35:01 ++ grep -E '^[0-9.]*[0-9]$' 02:35:02 ++ [[ ! -s /tmp/.pyenv_versions ]] 02:35:02 +++ tail -n 1 02:35:02 +++ grep '^3' /tmp/.pyenv_versions 02:35:02 +++ sort -V 02:35:02 ++ py_version_xyz=3.11.7 02:35:02 ++ [[ -z 3.11.7 ]] 02:35:02 ++ echo 3.11.7 02:35:02 ++ return 0 02:35:02 + pyenv local 3.11.7 02:35:02 + local command 02:35:02 + command=local 02:35:02 + '[' 2 -gt 0 ']' 02:35:02 + shift 02:35:02 + case "$command" in 02:35:02 + command pyenv local 3.11.7 02:35:02 + pyenv local 3.11.7 02:35:02 + for arg in "$@" 02:35:02 + case $arg in 02:35:02 + pkg_list+='lftools[openstack] ' 02:35:02 + for arg in "$@" 02:35:02 + case $arg in 02:35:02 + pkg_list+='kubernetes ' 02:35:02 + for arg in "$@" 02:35:02 + case $arg in 02:35:02 + pkg_list+='niet ' 02:35:02 + for arg in "$@" 02:35:02 + case $arg in 02:35:02 + pkg_list+='python-heatclient ' 02:35:02 + for arg in "$@" 02:35:02 + case $arg in 02:35:02 + pkg_list+='python-openstackclient ' 02:35:02 + for arg in "$@" 02:35:02 + case $arg in 02:35:02 + pkg_list+='python-magnumclient ' 02:35:02 + for arg in "$@" 02:35:02 + case $arg in 02:35:02 + pkg_list+='yq ' 02:35:02 + [[ -f /tmp/.os_lf_venv ]] 02:35:02 ++ cat /tmp/.os_lf_venv 02:35:02 + lf_venv=/tmp/venv-fh24 02:35:02 + echo 'lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from' file:/tmp/.os_lf_venv 02:35:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:35:02 + echo 'lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv)' 02:35:02 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:35:02 + local 'pip_opts=--upgrade --quiet' 02:35:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org' 02:35:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org' 02:35:02 + pip_opts='--upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org' 02:35:02 + [[ -n '' ]] 02:35:02 + [[ -n '' ]] 02:35:02 + echo 'lf-activate-venv(): INFO: Attempting to install with network-safe options...' 02:35:02 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:35:02 + /tmp/venv-fh24/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org pip 'setuptools<66' virtualenv 02:35:03 + echo 'lf-activate-venv(): INFO: Base packages installed successfully' 02:35:03 lf-activate-venv(): INFO: Base packages installed successfully 02:35:03 + [[ -z lftools[openstack] kubernetes niet python-heatclient python-openstackclient python-magnumclient yq ]] 02:35:03 + echo 'lf-activate-venv(): INFO: Installing additional packages: lftools[openstack] kubernetes niet python-heatclient python-openstackclient python-magnumclient yq ' 02:35:03 lf-activate-venv(): INFO: Installing additional packages: lftools[openstack] kubernetes niet python-heatclient python-openstackclient python-magnumclient yq 02:35:03 + /tmp/venv-fh24/bin/python3 -m pip install --upgrade --quiet --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.python.org --upgrade-strategy eager 'lftools[openstack]' kubernetes niet python-heatclient python-openstackclient python-magnumclient yq 02:35:21 + type python3 02:35:21 + true 02:35:21 + echo 'lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH' 02:35:21 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:35:21 + PATH=/tmp/venv-fh24/bin:/opt/pyenv/shims:/opt/pyenv/bin:/home/jenkins/.local/bin:/home/jenkins/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/opt/puppetlabs/bin 02:35:21 + return 0 02:35:21 + mapfile -t os_volumes 02:35:21 ++ openstack --os-cloud vex volume list -f value -c ID --status Available 02:35:24 + '[' 0 -eq 0 ']' 02:35:24 + echo 'No orphaned volumes found.' 02:35:24 No orphaned volumes found. 02:35:24 [Boolean condition] checking [True] against [^(1|y|yes|t|true|on|run)$] (origin token: True) 02:35:24 Run condition [Boolean condition] enabling perform for step [Execute shell] 02:35:24 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins13233378658289361849.sh 02:35:24 ---> Protect in-use images 02:35:24 Setup pyenv: 02:35:25 system 02:35:25 3.8.13 02:35:25 3.9.13 02:35:25 3.10.13 02:35:25 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:35:25 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:35:25 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:35:25 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:35:27 lf-activate-venv(): INFO: Base packages installed successfully 02:35:27 lf-activate-venv(): INFO: Installing additional packages: lftools[openstack] kubernetes python-heatclient python-openstackclient 02:35:41 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:35:41 INFO: There are images to protect defined in jenkins-config. 02:35:41 INFO: There are additional images to protect in the jjb dir. 02:35:41 INFO: Protecting the following images: 02:35:41 ZZCI - CentOS 7 - builder - x86_64 - 20240701-060130.538 02:35:41 ZZCI - CentOS 7 - docker - x86_64 - 20240601-220142.195 02:35:41 ZZCI - CentOS 7 - helm - x86_64 - 20230301-000133.034 02:35:41 ZZCI - CentOS 7 - robot - x86_64 - 20240601-220241.858 02:35:41 ZZCI - CentOS Stream 8 - builder - x86_64 - 20240601-160217.263 02:35:41 ZZCI - CentOS Stream 8 - robot - x86_64 - 20240601-010231.803 02:35:41 ZZCI - Ubuntu 18.04 - docker - x86_64 - 20250201-040221.796 02:35:41 ZZCI - Ubuntu 18.04 - helm - x86_64 - 20230301-140059.950 02:35:41 ZZCI - Ubuntu 20.04 - docker - x86_64 - 20260101-160222.557 02:35:41 ZZCI - Ubuntu 22.04 - builder - x86_64 - 20260109-084045.554 02:35:41 ZZCI - Ubuntu 22.04 - docker - x86_64 - 20260101-170116.289 02:35:41 ZZCI - Ubuntu 22.04 - mininet-ovs-217 - x86_64 - 20250917-133034.654 02:35:41 ZZCI - Ubuntu 25.04 - builder - x86_64 - 20260110-020626.069 02:35:42 Protected setting for ZZCI - CentOS 7 - builder - x86_64 - 20240701-060130.538: True 02:35:44 Protected setting for ZZCI - CentOS 7 - docker - x86_64 - 20240601-220142.195: True 02:35:45 Protected setting for ZZCI - CentOS 7 - helm - x86_64 - 20230301-000133.034: True 02:35:47 Protected setting for ZZCI - CentOS 7 - robot - x86_64 - 20240601-220241.858: True 02:35:49 Protected setting for ZZCI - CentOS Stream 8 - builder - x86_64 - 20240601-160217.263: True 02:35:50 Protected setting for ZZCI - CentOS Stream 8 - robot - x86_64 - 20240601-010231.803: True 02:35:52 Protected setting for ZZCI - Ubuntu 18.04 - docker - x86_64 - 20250201-040221.796: True 02:35:53 Protected setting for ZZCI - Ubuntu 18.04 - helm - x86_64 - 20230301-140059.950: True 02:35:55 Protected setting for ZZCI - Ubuntu 20.04 - docker - x86_64 - 20260101-160222.557: True 02:35:57 Protected setting for ZZCI - Ubuntu 22.04 - builder - x86_64 - 20260109-084045.554: True 02:35:58 Protected setting for ZZCI - Ubuntu 22.04 - docker - x86_64 - 20260101-170116.289: True 02:36:00 Protected setting for ZZCI - Ubuntu 22.04 - mininet-ovs-217 - x86_64 - 20250917-133034.654: True 02:36:02 Protected setting for ZZCI - Ubuntu 25.04 - builder - x86_64 - 20260110-020626.069: True 02:36:02 [Boolean condition] checking [True] against [^(1|y|yes|t|true|on|run)$] (origin token: True) 02:36:02 Run condition [Boolean condition] enabling perform for step [BuilderChain] 02:36:02 [EnvInject] - Injecting environment variables from a build step. 02:36:02 [EnvInject] - Injecting as environment variables the properties content 02:36:02 OS_IMAGE_CLEANUP_AGE=30 02:36:02 02:36:02 [EnvInject] - Variables injected successfully. 02:36:02 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins3782560959522225011.sh 02:36:02 ---> Cleanup old images 02:36:02 Setup pyenv: 02:36:02 system 02:36:02 3.8.13 02:36:02 3.9.13 02:36:02 3.10.13 02:36:02 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:36:02 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:36:02 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:36:02 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:36:04 lf-activate-venv(): INFO: Base packages installed successfully 02:36:04 lf-activate-venv(): INFO: Installing additional packages: lftools[openstack] kubernetes niet python-heatclient python-openstackclient python-magnumclient yq 02:36:22 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:36:22 + lftools openstack --os-cloud vex image cleanup --days=30 02:36:28 WARNING: Use of image.protected resulted in an exception 02:36:28 Removing 325 images from vex. 02:36:28 WARNING: Use of image.protected resulted in an exception 02:36:28 WARNING: Image ZZCI - Ubuntu 20.04 - builder - x86_64 - 20251201-160153.193 is shared. Cannot remove... 02:36:28 WARNING: Use of image.protected resulted in an exception 02:36:28 WARNING: Image ZZCI - Ubuntu 24.04 - builder - x86_64 - 20251201-000243.318 is shared. Cannot remove... 02:36:28 WARNING: Use of image.protected resulted in an exception 02:36:28 WARNING: Image ZZCI - Ubuntu 24.04 - builder - x86_64 - 20251113-144314.961 is shared. Cannot remove... 02:36:28 WARNING: Use of image.protected resulted in an exception 02:36:28 WARNING: Image ZZCI - Ubuntu 22.04 - builder - x86_64 - 20251112-140553.200 is shared. Cannot remove... 02:36:28 WARNING: Use of image.protected resulted in an exception 02:36:28 WARNING: Image ZZCI - Ubuntu 22.04 - builder - x86_64 - 20251112-123720.826 is shared. Cannot remove... 02:36:28 WARNING: Use of image.protected resulted in an exception 02:36:28 ERROR: Unexpected exception: More than one Image exists with the name 'ubuntu-2204-builder-2025-11-06-0835'. 02:36:28 openstack.exceptions.DuplicateResource: More than one Image exists with the name 'ubuntu-2204-builder-2025-11-06-0835'. 02:36:28 Build step 'Conditional steps (multiple)' marked build as failure 02:36:28 $ ssh-agent -k 02:36:28 unset SSH_AUTH_SOCK; 02:36:28 unset SSH_AGENT_PID; 02:36:28 echo Agent pid 5450 killed; 02:36:28 [ssh-agent] Stopped. 02:36:28 [PostBuildScript] - [INFO] Executing post build scripts. 02:36:28 [builder-openstack-cron] $ /bin/bash /tmp/jenkins5925792643322831620.sh 02:36:28 ---> sysstat.sh 02:36:29 [builder-openstack-cron] $ /bin/bash /tmp/jenkins2155109819500791432.sh 02:36:29 ---> package-listing.sh 02:36:29 ++ facter osfamily 02:36:29 ++ tr '[:upper:]' '[:lower:]' 02:36:29 + OS_FAMILY=redhat 02:36:29 + workspace=/w/workspace/builder-openstack-cron 02:36:29 + START_PACKAGES=/tmp/packages_start.txt 02:36:29 + END_PACKAGES=/tmp/packages_end.txt 02:36:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:36:29 + PACKAGES=/tmp/packages_start.txt 02:36:29 + '[' /w/workspace/builder-openstack-cron ']' 02:36:29 + PACKAGES=/tmp/packages_end.txt 02:36:29 + case "${OS_FAMILY}" in 02:36:29 + rpm -qa 02:36:29 + sort 02:36:29 + '[' -f /tmp/packages_start.txt ']' 02:36:29 + '[' -f /tmp/packages_end.txt ']' 02:36:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:36:29 + '[' /w/workspace/builder-openstack-cron ']' 02:36:29 + mkdir -p /w/workspace/builder-openstack-cron/archives/ 02:36:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/builder-openstack-cron/archives/ 02:36:30 [builder-openstack-cron] $ /bin/bash /tmp/jenkins7292571892782573642.sh 02:36:30 ---> capture-instance-metadata.sh 02:36:30 Setup pyenv: 02:36:30 system 02:36:30 3.8.13 02:36:30 3.9.13 02:36:30 3.10.13 02:36:30 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:36:30 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:36:30 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:36:30 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:36:32 lf-activate-venv(): INFO: Base packages installed successfully 02:36:32 lf-activate-venv(): INFO: Installing additional packages: lftools 02:36:43 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:36:43 INFO: Running in OpenStack, capturing instance metadata 02:36:43 [builder-openstack-cron] $ /bin/bash /tmp/jenkins1298806702573548991.sh 02:36:43 provisioning config files... 02:36:43 Could not find credentials [logs] for builder-openstack-cron #76553 02:36:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/builder-openstack-cron@tmp/config298816103340363543tmp 02:36:43 Regular expression run condition: Expression=[^.*logs-s3.*], Label=[odl-logs-s3-cloudfront-index] 02:36:43 Run condition [Regular expression match] enabling perform for step [Provide Configuration files] 02:36:43 provisioning config files... 02:36:43 copy managed file [jenkins-s3-log-ship] to file:/home/jenkins/.aws/credentials 02:36:43 [EnvInject] - Injecting environment variables from a build step. 02:36:43 [EnvInject] - Injecting as environment variables the properties content 02:36:43 SERVER_ID=logs 02:36:43 02:36:43 [EnvInject] - Variables injected successfully. 02:36:43 [builder-openstack-cron] $ /bin/bash /tmp/jenkins1629826043998045856.sh 02:36:43 ---> create-netrc.sh 02:36:43 WARN: Log server credential not found. 02:36:44 [builder-openstack-cron] $ /bin/bash /tmp/jenkins4535678020390199858.sh 02:36:44 ---> python-tools-install.sh 02:36:44 Setup pyenv: 02:36:44 system 02:36:44 3.8.13 02:36:44 3.9.13 02:36:44 3.10.13 02:36:44 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:36:44 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:36:44 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:36:44 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:36:46 lf-activate-venv(): INFO: Base packages installed successfully 02:36:46 lf-activate-venv(): INFO: Installing additional packages: lftools 02:36:56 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:36:56 [builder-openstack-cron] $ /bin/bash /tmp/jenkins7319127294090450551.sh 02:36:56 ---> sudo-logs.sh 02:36:56 Archiving 'sudo' log.. 02:36:57 [builder-openstack-cron] $ /bin/bash /tmp/jenkins17007371938993260248.sh 02:36:57 ---> job-cost.sh 02:36:57 Setup pyenv: 02:36:57 system 02:36:57 3.8.13 02:36:57 3.9.13 02:36:57 3.10.13 02:36:57 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:36:57 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:36:57 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:36:57 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:36:59 lf-activate-venv(): INFO: Base packages installed successfully 02:36:59 lf-activate-venv(): INFO: Installing additional packages: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 02:37:07 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:37:07 INFO: No Stack... 02:37:07 INFO: Retrieving Pricing Info for: v3-standard-2 02:37:08 INFO: Archiving Costs 02:37:08 [builder-openstack-cron] $ /bin/bash -l /tmp/jenkins14244763493911248491.sh 02:37:08 ---> logs-deploy.sh 02:37:08 Setup pyenv: 02:37:08 system 02:37:08 3.8.13 02:37:08 3.9.13 02:37:08 3.10.13 02:37:08 * 3.11.7 (set by /w/workspace/builder-openstack-cron/.python-version) 02:37:08 lf-activate-venv(): INFO: Reuse venv:/tmp/venv-fh24 from file:/tmp/.os_lf_venv 02:37:08 lf-activate-venv(): INFO: Installing base packages (pip, setuptools, virtualenv) 02:37:08 lf-activate-venv(): INFO: Attempting to install with network-safe options... 02:37:10 lf-activate-venv(): INFO: Base packages installed successfully 02:37:10 lf-activate-venv(): INFO: Installing additional packages: lftools urllib3~=1.26.15 02:37:22 lf-activate-venv(): INFO: Adding /tmp/venv-fh24/bin to PATH 02:37:22 WARNING: Nexus logging server not set 02:37:22 INFO: S3 path logs/releng/vex-yul-odl-jenkins-1/builder-openstack-cron/76553/ 02:37:22 INFO: archiving logs to S3 02:37:23 ---> uname -a: 02:37:23 Linux prd-centos8-builder-2c-2g-25570.novalocal 4.18.0-553.5.1.el8.x86_64 #1 SMP Tue May 21 05:46:01 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 02:37:23 02:37:23 02:37:23 ---> lscpu: 02:37:23 Architecture: x86_64 02:37:23 CPU op-mode(s): 32-bit, 64-bit 02:37:23 Byte Order: Little Endian 02:37:23 CPU(s): 2 02:37:23 On-line CPU(s) list: 0,1 02:37:23 Thread(s) per core: 1 02:37:23 Core(s) per socket: 1 02:37:23 Socket(s): 2 02:37:23 NUMA node(s): 1 02:37:23 Vendor ID: AuthenticAMD 02:37:23 CPU family: 23 02:37:23 Model: 49 02:37:23 Model name: AMD EPYC-Rome Processor 02:37:23 Stepping: 0 02:37:23 CPU MHz: 2800.000 02:37:23 BogoMIPS: 5600.00 02:37:23 Virtualization: AMD-V 02:37:23 Hypervisor vendor: KVM 02:37:23 Virtualization type: full 02:37:23 L1d cache: 32K 02:37:23 L1i cache: 32K 02:37:23 L2 cache: 512K 02:37:23 L3 cache: 16384K 02:37:23 NUMA node0 CPU(s): 0,1 02:37:23 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 rep_good nopl cpuid extd_apicid tsc_known_freq 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 ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:37:23 02:37:23 02:37:23 ---> nproc: 02:37:23 2 02:37:23 02:37:23 02:37:23 ---> df -h: 02:37:23 Filesystem Size Used Avail Use% Mounted on 02:37:23 devtmpfs 3.8G 0 3.8G 0% /dev 02:37:23 tmpfs 3.8G 0 3.8G 0% /dev/shm 02:37:23 tmpfs 3.8G 17M 3.8G 1% /run 02:37:23 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 02:37:23 /dev/vda1 40G 8.5G 32G 22% / 02:37:23 tmpfs 770M 0 770M 0% /run/user/1001 02:37:23 02:37:23 02:37:23 ---> free -m: 02:37:23 total used free shared buff/cache available 02:37:23 Mem: 7697 694 4729 19 2274 6706 02:37:23 Swap: 1023 0 1023 02:37:23 02:37:23 02:37:23 ---> ip addr: 02:37:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 02:37:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:37:23 inet 127.0.0.1/8 scope host lo 02:37:23 valid_lft forever preferred_lft forever 02:37:23 inet6 ::1/128 scope host 02:37:23 valid_lft forever preferred_lft forever 02:37:23 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 02:37:23 link/ether fa:16:3e:dd:56:4e brd ff:ff:ff:ff:ff:ff 02:37:23 altname enp0s3 02:37:23 altname ens3 02:37:23 inet 10.30.170.50/23 brd 10.30.171.255 scope global dynamic noprefixroute eth0 02:37:23 valid_lft 86077sec preferred_lft 86077sec 02:37:23 inet6 fe80::f816:3eff:fedd:564e/64 scope link 02:37:23 valid_lft forever preferred_lft forever 02:37:23 3: docker0: mtu 1458 qdisc noqueue state DOWN group default 02:37:23 link/ether 02:42:95:52:db:f4 brd ff:ff:ff:ff:ff:ff 02:37:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:37:23 valid_lft forever preferred_lft forever 02:37:23 02:37:23 02:37:23 ---> sar -b -r -n DEV: 02:37:23 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 01/11/2026 _x86_64_ (2 CPU) 02:37:23 02:37:23 02:31:51 LINUX RESTART (2 CPU) 02:37:23 02:37:23 02:33:01 AM tps rtps wtps bread/s bwrtn/s 02:37:23 02:34:01 AM 125.97 0.50 125.47 64.38 11490.42 02:37:23 02:35:01 AM 46.93 0.37 46.56 44.53 4857.87 02:37:23 02:36:01 AM 21.05 0.00 21.05 0.00 565.74 02:37:23 02:37:01 AM 26.66 1.27 25.39 114.90 701.38 02:37:23 Average: 55.15 0.53 54.62 55.95 4403.99 02:37:23 02:37:23 02:33:01 AM kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:37:23 02:34:01 AM 4860188 6876132 3022244 38.34 2688 2191900 1033428 11.57 206580 2461968 113856 02:37:23 02:35:01 AM 4944748 6961552 2937684 37.27 2688 2192160 963744 10.79 268744 2314124 11756 02:37:23 02:36:01 AM 4888460 6905428 2993972 37.98 2688 2192160 1010332 11.31 269796 2368816 10752 02:37:23 02:37:01 AM 4894580 6914720 2987852 37.91 2688 2195104 1002416 11.22 427184 2205380 10236 02:37:23 Average: 4896994 6914458 2985438 37.87 2688 2192831 1002480 11.22 293076 2337572 36650 02:37:23 02:37:23 02:33:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:37:23 02:34:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:34:01 AM eth0 83.34 68.31 963.13 10.17 0.00 0.00 0.00 0.00 02:37:23 02:34:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:35:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:35:01 AM eth0 52.29 44.51 303.40 10.96 0.00 0.00 0.00 0.00 02:37:23 02:35:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:36:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:36:01 AM eth0 18.85 18.60 18.02 6.86 0.00 0.00 0.00 0.00 02:37:23 02:36:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:37:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:37:01 AM eth0 25.14 21.23 29.90 10.14 0.00 0.00 0.00 0.00 02:37:23 02:37:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 Average: eth0 44.91 38.16 328.63 9.53 0.00 0.00 0.00 0.00 02:37:23 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:37:23 02:37:23 02:37:23 ---> sar -P ALL: 02:37:23 Linux 4.18.0-553.5.1.el8.x86_64 (centos-stream-8-builder-5e6ee0fb-b6d9-4116-90d4-35c890e2b0f7.nov) 01/11/2026 _x86_64_ (2 CPU) 02:37:23 02:37:23 02:31:51 LINUX RESTART (2 CPU) 02:37:23 02:37:23 02:33:01 AM CPU %user %nice %system %iowait %steal %idle 02:37:23 02:34:01 AM all 35.80 0.00 5.61 1.27 0.09 57.22 02:37:23 02:34:01 AM 0 15.90 0.00 3.81 1.15 0.08 79.06 02:37:23 02:34:01 AM 1 55.73 0.00 7.42 1.40 0.10 35.36 02:37:23 02:35:01 AM all 33.46 0.00 3.89 0.53 0.10 62.03 02:37:23 02:35:01 AM 0 17.89 0.00 3.08 0.47 0.10 78.46 02:37:23 02:35:01 AM 1 49.02 0.00 4.70 0.58 0.10 45.59 02:37:23 02:36:01 AM all 32.96 0.00 3.41 0.09 0.09 63.45 02:37:23 02:36:01 AM 0 19.56 0.00 2.58 0.08 0.10 77.67 02:37:23 02:36:01 AM 1 46.38 0.00 4.24 0.10 0.08 49.20 02:37:23 02:37:01 AM all 35.57 0.00 3.83 0.14 0.08 60.38 02:37:23 02:37:01 AM 0 33.12 0.00 3.83 0.13 0.08 62.84 02:37:23 02:37:01 AM 1 38.02 0.00 3.82 0.15 0.08 57.92 02:37:23 Average: all 34.45 0.00 4.19 0.51 0.09 60.77 02:37:23 Average: 0 21.62 0.00 3.33 0.46 0.09 74.51 02:37:23 Average: 1 47.29 0.00 5.04 0.56 0.09 47.01 02:37:23 02:37:23 02:37:23