Started by upstream project "pipeline-post-merge" build number 256 originally caused by: Triggered by Gerrit: https://gerrit.opensdn.io/c/opensdn-io/tf-jenkins/+/1306 Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on slave-openstack-gz1_1 (openstack) in workspace /home/jenkins/workspace/update-jenkins-jobs [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is disabled by the job configuration... [WS-CLEANUP] Done The recommended git tool is: git No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/opensdn-io/tf-jenkins.git > git init /home/jenkins/workspace/update-jenkins-jobs/src/opensdn-io/tf-jenkins # timeout=10 Fetching upstream changes from https://github.com/opensdn-io/tf-jenkins.git > git --version # timeout=10 > git --version # 'git version 2.25.1' > git fetch --tags --force --progress -- https://github.com/opensdn-io/tf-jenkins.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/opensdn-io/tf-jenkins.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 2369c83b9924d1f8fd14a144f89c09e4303ac1a4 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2369c83b9924d1f8fd14a144f89c09e4303ac1a4 # timeout=10 Commit message: "remove not supported: rhosp, operator" > git rev-list --no-walk e35f3491f5b56b4f63bfb586e8728615888f36dc # timeout=10 [update-jenkins-jobs] $ /bin/bash -e /tmp/jenkins1225533287458182678.sh Collecting setuptools Using cached setuptools-75.3.0-py3-none-any.whl (1.3 MB) Collecting wheel Using cached wheel-0.45.1-py3-none-any.whl (72 kB) Installing collected packages: setuptools, wheel Attempting uninstall: setuptools Found existing installation: setuptools 44.0.0 Uninstalling setuptools-44.0.0: Successfully uninstalled setuptools-44.0.0 Successfully installed setuptools-75.3.0 wheel-0.45.1 Collecting jenkins-job-builder Using cached jenkins_job_builder-6.4.2-py2.py3-none-any.whl (366 kB) Collecting urllib3<2.0.0 Using cached urllib3-1.26.20-py2.py3-none-any.whl (144 kB) Collecting Jinja2 Using cached jinja2-3.1.5-py3-none-any.whl (134 kB) Collecting packaging Using cached packaging-24.2-py3-none-any.whl (65 kB) Collecting PyYAML>=3.13 Using cached PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (746 kB) Collecting fasteners Using cached fasteners-0.19-py3-none-any.whl (18 kB) Collecting six>=1.9.0 Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) Collecting python-jenkins>=1.8.2 Using cached python_jenkins-1.8.2-py3-none-any.whl (29 kB) Requirement already satisfied: setuptools in ./.venv/lib/python3.8/site-packages (from jenkins-job-builder) (75.3.0) Collecting stevedore>=1.17.1; python_version >= "3.0" Using cached stevedore-5.3.0-py3-none-any.whl (49 kB) Collecting pbr>=1.8 Using cached pbr-6.1.0-py2.py3-none-any.whl (108 kB) Collecting MarkupSafe>=2.0 Using cached MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26 kB) Collecting requests Using cached requests-2.32.3-py3-none-any.whl (64 kB) Processing /home/jenkins/.cache/pip/wheels/38/ae/7b/f0308afed57df2bc61f2ccc08343243dff27c4a78377e718dd/multi_key_dict-2.0.3-py3-none-any.whl Collecting charset-normalizer<4,>=2 Using cached charset_normalizer-3.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (144 kB) Collecting idna<4,>=2.5 Using cached idna-3.10-py3-none-any.whl (70 kB) Collecting certifi>=2017.4.17 Using cached certifi-2024.12.14-py3-none-any.whl (164 kB) Installing collected packages: MarkupSafe, Jinja2, packaging, PyYAML, fasteners, six, charset-normalizer, urllib3, idna, certifi, requests, multi-key-dict, pbr, python-jenkins, stevedore, jenkins-job-builder Successfully installed Jinja2-3.1.5 MarkupSafe-2.1.5 PyYAML-6.0.2 certifi-2024.12.14 charset-normalizer-3.4.1 fasteners-0.19 idna-3.10 jenkins-job-builder-6.4.2 multi-key-dict-2.0.3 packaging-24.2 pbr-6.1.0 python-jenkins-1.8.2 requests-2.32.3 six-1.17.0 stevedore-5.3.0 urllib3-1.26.20 --------------------------------------------------------------------- test mkdir -p ./generated_xml find ./generated_xml -maxdepth 1 -type f ! -name README -delete WARNING:jenkins_jobs.cli.subcommand.test:(Deprecated) The default output behavior of `jenkins-jobs test` when given the --output flag will change in JJB 3.0. Instead of writing jobs to OUTPUT/jobname; they will be written to OUTPUT/jobname/config.xml. The new behavior can be enabled by the passing `--config-xml` parameter. INFO:jenkins_jobs.cli.subcommand.base:Updating jobs in [PosixPath('common'), PosixPath('jobs'), PosixPath('gerrit'), PosixPath('infra')] ([]) INFO:root:Caching type properties of properties = jenkins_jobs.modules.properties:Properties INFO:root:Caching type parameters of parameters = jenkins_jobs.modules.parameters:Parameters INFO:root:Caching type scm of scm = jenkins_jobs.modules.scm:SCM INFO:root:Caching type builders of builders = jenkins_jobs.modules.builders:Builders INFO:root:Caching type publishers of publishers = jenkins_jobs.modules.publishers:Publishers INFO:root:Caching type wrappers of wrappers = jenkins_jobs.modules.wrappers:Wrappers INFO:root:Caching type triggers of triggers = jenkins_jobs.modules.triggers:Triggers WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version INFO:jenkins_jobs.builder:Number of jobs generated: 61 INFO:jenkins_jobs.builder:Number of views generated: 0 --------------------------------------------------------------------- update find ./generated_xml -maxdepth 1 -type f ! -name README -delete INFO:jenkins_jobs.cli.subcommand.base:Updating jobs in [PosixPath('common'), PosixPath('jobs'), PosixPath('gerrit'), PosixPath('infra')] ([]) INFO:root:Caching type properties of properties = jenkins_jobs.modules.properties:Properties INFO:root:Caching type parameters of parameters = jenkins_jobs.modules.parameters:Parameters INFO:root:Caching type scm of scm = jenkins_jobs.modules.scm:SCM INFO:root:Caching type builders of builders = jenkins_jobs.modules.builders:Builders INFO:root:Caching type publishers of publishers = jenkins_jobs.modules.publishers:Publishers INFO:root:Caching type wrappers of wrappers = jenkins_jobs.modules.wrappers:Wrappers INFO:root:Caching type triggers of triggers = jenkins_jobs.modules.triggers:Triggers WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version WARNING:jenkins_jobs.modules.triggers:Gerrit Trigger property 'trigger-for-unreviewed-patches' is not supported in this plugin version INFO:jenkins_jobs.builder:Number of jobs generated: 61 INFO:jenkins_jobs.builder:Reconfiguring jenkins job aquascan INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-cleanup INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-compile INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-configure INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-fetch-sources INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-freeze INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-package INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-package-deployers INFO:jenkins_jobs.builder:Reconfiguring jenkins job build-prepare-sandbox INFO:jenkins_jobs.builder:Reconfiguring jenkins job cleanup-stalled-workers INFO:jenkins_jobs.builder:Reconfiguring jenkins job cleanup-tf-dev-sandbox INFO:jenkins_jobs.builder:Reconfiguring jenkins job cleanup-workers INFO:jenkins_jobs.builder:Reconfiguring jenkins job collect-logs-and-cleanup INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-platform-ansible-k8s INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-platform-ansible-os INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-platform-juju-hybrid INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-platform-juju-k8s INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-platform-juju-os INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-platform-k8s-manifests INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-tf-ansible-k8s INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-tf-ansible-os INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-tf-juju-hybrid INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-tf-juju-k8s INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-tf-juju-os INFO:jenkins_jobs.builder:Reconfiguring jenkins job deploy-tf-k8s-manifests INFO:jenkins_jobs.builder:Reconfiguring jenkins job docs-doxygen INFO:jenkins_jobs.builder:Reconfiguring jenkins job gerrit-gate-stale-reviews INFO:jenkins_jobs.builder:Reconfiguring jenkins job gerrit-submit-stale-reviews INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-abandon INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-check INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-gate INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-init-repos INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-nightly INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-post-merge INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-stage-repos INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-submit INFO:jenkins_jobs.builder:Reconfiguring jenkins job pipeline-templates INFO:jenkins_jobs.builder:Reconfiguring jenkins job publish INFO:jenkins_jobs.builder:Reconfiguring jenkins job publish-stage-images INFO:jenkins_jobs.builder:Reconfiguring jenkins job publish-stage-repos INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-deployment INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-sanity INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-smoke INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-tempest INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-agent INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-bgp INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-go INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-group-one INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-group-two INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-opserver INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-tox INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-ui INFO:jenkins_jobs.builder:Reconfiguring jenkins job test-unit-ungrouped INFO:jenkins_jobs.builder:Reconfiguring jenkins job update-base-images INFO:jenkins_jobs.builder:Reconfiguring jenkins job update-caches INFO:jenkins_jobs.builder:Reconfiguring jenkins job update-jenkins-jobs INFO:jenkins_jobs.builder:Reconfiguring jenkins job update-prepared-images INFO:jenkins_jobs.builder:Reconfiguring jenkins job update-stage-images INFO:jenkins_jobs.builder:Reconfiguring jenkins job update-stage-repos INFO:jenkins_jobs.builder:Reconfiguring jenkins job update-tpc-source-repository INFO:jenkins_jobs.builder:Reconfiguring jenkins job usage-report INFO:jenkins_jobs.cli.subcommand.update:Number of jobs updated: 61 INFO:jenkins_jobs.builder:Number of views generated: 0 INFO:jenkins_jobs.cli.subcommand.update:Number of views updated: 0 Finished: SUCCESS