Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-centos7-builder-2c-1g-26610 (centos7-builder-2c-1g) in workspace /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-A2CLdnh3Xwl0/agent.8106 SSH_AGENT_PID=8107 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker@tmp/private_key_1511222676935530179.key (/w/workspace/ci-management-packer-merge-ubuntu-20.04-docker@tmp/private_key_1511222676935530179.key) [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) The recommended git tool is: NONE using credential edgex-jenkins-ssh Wiping out workspace first. Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/ci-management > git init /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-management > git --version # timeout=10 > git --version # 'git version 2.36.1' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker@tmp/jenkins-gitclient-ssh4144997037081205807.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-management +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-management # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-management # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-management using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker@tmp/jenkins-gitclient-ssh16060889568487903938.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-management +refs/heads/*:refs/remotes/origin/* +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 380b54720f7ec2b4c3e704babc711841bc87e480 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 380b54720f7ec2b4c3e704babc711841bc87e480 # timeout=10 Commit message: "Merge pull request #684 from askb/master" > git rev-list --no-walk 380b54720f7ec2b4c3e704babc711841bc87e480 # timeout=10 > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.packer/common-packer.url # timeout=10 > git config -f .gitmodules --get submodule.packer/common-packer.path # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive packer/common-packer # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Run condition [Boolean condition] enabling prebuild for step [BuilderChain] provisioning config files... copy managed file [npmrc] to file:/home/jenkins/.npmrc copy managed file [pipconf] to file:/home/jenkins/.config/pip/pip.conf provisioning config files... copy managed file [ansible.cfg] to file:/home/jenkins/.ansible/ansible.cfg [Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: true) Run condition [Boolean condition] enabling perform for step [BuilderChain] provisioning config files... copy managed file [clouds-yaml] to file:/home/jenkins/.config/openstack/clouds.yaml [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content OS_CLOUD=vex [EnvInject] - Variables injected successfully. provisioning config files... copy managed file [packer-cloud-env-hcl] to file:/home/jenkins/.config/jenkins_jobs/cloud-env.pkrvars.hcl [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content PACKER_TEMPLATE=docker PACKER_PLATFORM=ubuntu-20.04 PACKER_VERSION=1.9.1 PACKER_BUILDER=openstack UPDATE_CLOUD_IMAGE=False [EnvInject] - Variables injected successfully. [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins5923667582008322964.sh ---> packer-install.sh Packer binary not available, installing Packer version 1.9.1. /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker 2024-01-02 04:58:18 URL:https://releases.hashicorp.com/packer/1.9.1/packer_1.9.1_linux_amd64.zip [23043796/23043796] -> "packer_1.9.1_linux_amd64.zip" [1] Archive: packer_1.9.1_linux_amd64.zip inflating: /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/bin/packer /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker ---> packer-build.sh packer init templates/docker.pkr.hcl ... Installed plugin github.com/hashicorp/openstack v1.1.1 in "/home/jenkins/.config/packer/plugins/github.com/hashicorp/openstack/packer-plugin-openstack_v1.1.1_x5.0_linux_amd64" Warning: Undefined variable The variable "stack_user" was set but was not declared as an input variable. To declare variable "stack_user" place this block in one of your .pkr.hcl files, such as variables.pkr.hcl variable "stack_user" { type = string default = null } Warning: Undefined variable The variable "stack_network" was set but was not declared as an input variable. To declare variable "stack_network" place this block in one of your .pkr.hcl files, such as variables.pkr.hcl variable "stack_network" { type = string default = null } Warning: Undefined variable The variable "stack_tenant" was set but was not declared as an input variable. To declare variable "stack_tenant" place this block in one of your .pkr.hcl files, such as variables.pkr.hcl variable "stack_tenant" { type = string default = null } Warning: Undefined variable The variable "stack_pass" was set but was not declared as an input variable. To declare variable "stack_pass" place this block in one of your .pkr.hcl files, such as variables.pkr.hcl variable "stack_pass" { type = string default = null } The configuration is valid. + [[ -n '' ]] + [[ https://github.com/edgexfoundry/ci-management =~ https://github.com ]] ++ git log --no-merges -1 --format=%H + LAST_CHANGE_SHA=6ce0c39c219bfe5f4d861366edf8de9259a233d7 ++ echo https://github.com/edgexfoundry/ci-management ++ sed -E 's#(www.)?github.com#api.github.com/repos#' + API_BASE=https://api.github.com/repos/edgexfoundry/ci-management + CONTEXT_VALUE='"Packer ubuntu-20.04-docker Verify Build"' + JQ_QUERY='.[] | select(.state == "success" and .context == "Packer ubuntu-20.04-docker Verify Build")' ++ curl https://api.github.com/repos/edgexfoundry/ci-management/statuses/6ce0c39c219bfe5f4d861366edf8de9259a233d7 ++ jq '.[] | select(.state == "success" and .context == "Packer ubuntu-20.04-docker Verify Build")' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15025 100 15025 0 0 43180 0 --:--:-- --:--:-- --:--:-- 43299 + STATUS= + [[ -n '' ]] + set +x ==> openstack.docker: Loading flavor: v2-highcpu-1 openstack.docker: Verified flavor. ID: c04abb7a-2b61-4ed3-8ce8-6c40ad9df750 ==> openstack.docker: Creating temporary RSA SSH key for instance... ==> openstack.docker: Creating temporary keypair: packer_659397ed-bde4-b91b-b5f0-eeff4c33e0ab ... ==> openstack.docker: Created temporary keypair: packer_659397ed-bde4-b91b-b5f0-eeff4c33e0ab openstack.docker: Found Image ID: 0f154d1e-6d2b-4cfd-ac09-f5c52730cc03 ==> openstack.docker: Creating volume... ==> openstack.docker: Waiting for volume packer_659397ed-0969-767f-d446-2b0c2cdb8004 (volume id: de08edfe-d739-4234-b0a3-af83fdd6abab) to become available... openstack.docker: Volume ID: de08edfe-d739-4234-b0a3-af83fdd6abab ==> openstack.docker: Launching server... ==> openstack.docker: Launching server... openstack.docker: Server ID: 5889ac59-8f4c-4747-96f6-cf2a9a6cb1f9 ==> openstack.docker: Waiting for server to become ready... openstack.docker: Floating IP not required ==> openstack.docker: Using SSH communicator to connect: 10.30.123.7 ==> openstack.docker: Waiting for SSH to become available... ==> openstack.docker: Connected to SSH! ==> openstack.docker: Provisioning with shell script: common-packer/provision/install-python.sh openstack.docker: ----> install-python.sh openstack.docker: Distro is Ubuntu openstack.docker: NetSelect version to install is netselect_0.3.ds1-28+b1_amd64.deb openstack.docker: Install netselect from debian to choose a mirror. ==> openstack.docker: ==> openstack.docker: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ==> openstack.docker: openstack.docker: Reading package lists... openstack.docker: Building dependency tree... openstack.docker: Reading state information... openstack.docker: wget is already the newest version (1.20.3-1ubuntu2). openstack.docker: wget set to manually installed. openstack.docker: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ==> openstack.docker: --2024-01-02 04:58:57-- http://ftp.au.debian.org/debian/pool/main/n/netselect/netselect_0.3.ds1-28+b1_amd64.deb ==> openstack.docker: Resolving ftp.au.debian.org (ftp.au.debian.org)... 103.84.224.37, 2400:a4c0::25 ==> openstack.docker: Connecting to ftp.au.debian.org (ftp.au.debian.org)|103.84.224.37|:80... connected. ==> openstack.docker: HTTP request sent, awaiting response... 200 OK ==> openstack.docker: Length: 31920 (31K) [application/x-debian-package] ==> openstack.docker: Saving to: ‘netselect_0.3.ds1-28+b1_amd64.deb’ ==> openstack.docker: ==> openstack.docker: 0K .......... .......... .......... . 100% 106K=0.3s ==> openstack.docker: ==> openstack.docker: 2024-01-02 04:58:59 (106 KB/s) - ‘netselect_0.3.ds1-28+b1_amd64.deb’ saved [31920/31920] ==> openstack.docker: openstack.docker: Selecting previously unselected package netselect. openstack.docker: (Reading database ... 63795 files and directories currently installed.) openstack.docker: Preparing to unpack netselect_0.3.ds1-28+b1_amd64.deb ... openstack.docker: Unpacking netselect (0.3.ds1-28+b1) ... openstack.docker: Setting up netselect (0.3.ds1-28+b1) ... ==> openstack.docker: debconf: unable to initialize frontend: Dialog ==> openstack.docker: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) ==> openstack.docker: debconf: falling back to frontend: Readline ==> openstack.docker: debconf: unable to initialize frontend: Readline ==> openstack.docker: debconf: (This frontend requires a controlling tty.) ==> openstack.docker: debconf: falling back to frontend: Teletype openstack.docker: Processing triggers for man-db (2.9.1-1) ... ==> openstack.docker: ==> openstack.docker: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ==> openstack.docker: openstack.docker: Reading package lists... openstack.docker: Building dependency tree... openstack.docker: Reading state information... openstack.docker: netselect is already the newest version (0.3.ds1-28+b1). openstack.docker: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. openstack.docker: Old mirror : http://archive.ubuntu.com/ubuntu/ openstack.docker: New mirror : http://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/ openstack.docker: Update and Remove unwanted packages... ==> openstack.docker: ==> openstack.docker: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ==> openstack.docker: ==> openstack.docker: ==> openstack.docker: WARNING: apt does not have a stable CLI interface. Use with caution in scripts. ==> openstack.docker: openstack.docker: Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] openstack.docker: Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease openstack.docker: Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] openstack.docker: Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] openstack.docker: Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] openstack.docker: Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2640 kB] openstack.docker: Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] openstack.docker: Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] openstack.docker: Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] openstack.docker: Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2451 kB] openstack.docker: Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] openstack.docker: Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] openstack.docker: Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [916 kB] openstack.docker: Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] openstack.docker: Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] openstack.docker: Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] openstack.docker: Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5504 B] openstack.docker: Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] openstack.docker: Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu focal/universe amd64 c-n-f Metadata [265 kB] openstack.docker: Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] openstack.docker: Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] openstack.docker: Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu focal/multiverse amd64 c-n-f Metadata [9136 B] openstack.docker: Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3021 kB] openstack.docker: Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] openstack.docker: Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] openstack.docker: Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2569 kB] openstack.docker: Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] openstack.docker: Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] openstack.docker: Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1142 kB] openstack.docker: Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] openstack.docker: Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] openstack.docker: Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] openstack.docker: Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7484 B] openstack.docker: Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] openstack.docker: Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] openstack.docker: Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/main Translation-en [16.3 kB] openstack.docker: Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1420 B] openstack.docker: Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/restricted amd64 c-n-f Metadata [116 B] openstack.docker: Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] openstack.docker: Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [16.3 kB] openstack.docker: Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] openstack.docker: Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports/multiverse amd64 c-n-f Metadata [116 B] openstack.docker: Fetched 29.7 MB in 4s (6858 kB/s) openstack.docker: Reading package lists... openstack.docker: Building dependency tree... openstack.docker: Reading state information... openstack.docker: 224 packages can be upgraded. Run 'apt list --upgradable' to see them. openstack.docker: Installing Python... openstack.docker: Package: python-is-python3 openstack.docker: Architecture: all openstack.docker: Version: 3.8.2-4 openstack.docker: Multi-Arch: allowed openstack.docker: Priority: optional openstack.docker: Section: python openstack.docker: Source: what-is-python (4) openstack.docker: Origin: Ubuntu openstack.docker: Maintainer: Dimitri John Ledkov openstack.docker: Bugs: https://bugs.launchpad.net/ubuntu/+filebug openstack.docker: Installed-Size: 10 openstack.docker: Depends: python3 openstack.docker: Breaks: python, python-is-python2, python-is-python2-but-deprecated openstack.docker: Replaces: python, python-is-python2, python-is-python2-but-deprecated openstack.docker: Filename: pool/main/w/what-is-python/python-is-python3_3.8.2-4_all.deb openstack.docker: Size: 2364 openstack.docker: MD5sum: 72d89bf720c220a183e9fa666d42073d openstack.docker: SHA1: 4f5aa631c3c0efa778fe29cb97e5bd249775c96d openstack.docker: SHA256: 3d9f8a6c0d9c0726d4ffa0e63805bf6e358a55e79d66fdb325d4df6d920a3b89 openstack.docker: Description-en: symlinks /usr/bin/python to python3 openstack.docker: In Ubuntu, all python packages use explicit python3 or python2 openstack.docker: interpreter and do not use unversioned /usr/bin/python at all. Some openstack.docker: third-party code is now predominantly python3 based, yet may use openstack.docker: /usr/bin/python. openstack.docker: . openstack.docker: This is a convenience package which ships a symlink to point openstack.docker: the /usr/bin/python interpreter at the current default python3. It may openstack.docker: improve compatibility with other modern systems, whilst breaking some openstack.docker: obsolete or 3rd-party software. openstack.docker: . openstack.docker: No packages may declare dependencies on this package. openstack.docker: Description-md5: 5d9334f25f93f880e351bd3490ffeb4e openstack.docker: Cnf-Ignore-Commands: python openstack.docker: openstack.docker: Reading package lists... openstack.docker: Building dependency tree... openstack.docker: Reading state information... openstack.docker: The following NEW packages will be installed: openstack.docker: python-is-python3 openstack.docker: 0 upgraded, 1 newly installed, 0 to remove and 224 not upgraded. openstack.docker: Need to get 2364 B of archives. openstack.docker: After this operation, 10.2 kB of additional disk space will be used. openstack.docker: Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal/main amd64 python-is-python3 all 3.8.2-4 [2364 B] ==> openstack.docker: debconf: unable to initialize frontend: Dialog ==> openstack.docker: debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) ==> openstack.docker: debconf: falling back to frontend: Readline ==> openstack.docker: debconf: unable to initialize frontend: Readline ==> openstack.docker: debconf: (This frontend requires a controlling tty.) ==> openstack.docker: debconf: falling back to frontend: Teletype ==> openstack.docker: dpkg-preconfigure: unable to re-open stdin: openstack.docker: Fetched 2364 B in 0s (50.1 kB/s) openstack.docker: Selecting previously unselected package python-is-python3. openstack.docker: (Reading database ... 63807 files and directories currently installed.) openstack.docker: Preparing to unpack .../python-is-python3_3.8.2-4_all.deb ... openstack.docker: Unpacking python-is-python3 (3.8.2-4) ... openstack.docker: Setting up python-is-python3 (3.8.2-4) ... openstack.docker: python3 is /usr/bin/python3 openstack.docker: Distro is NOT CentOS 8 openstack.docker: /usr/bin/sudo openstack.docker: sudo is /usr/bin/sudo ==> openstack.docker: Running local shell script: /tmp/packer-shell3210154488 openstack.docker: ----> ansible-galaxy.sh openstack.docker: Setup pyenv: openstack.docker: system openstack.docker: * 3.8.13 (set by /opt/pyenv/version) openstack.docker: * 3.9.13 (set by /opt/pyenv/version) openstack.docker: lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SGio openstack.docker: lf-activate-venv(): INFO: Save venv in file: /tmp/.ansible_venv openstack.docker: lf-activate-venv(): INFO: Installing: ansible~=2.9.27 openstack.docker: lf-activate-venv(): INFO: Adding /tmp/venv-SGio/bin to PATH openstack.docker: Running: ansible-galaxy install -p .galaxy -r ./common-packer/requirements.yaml openstack.docker: - downloading role 'docker-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-docker-install/archive/master.tar.gz openstack.docker: - extracting lfit.docker-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.docker-install openstack.docker: - lfit.docker-install (master) was installed successfully openstack.docker: - downloading role 'haveged-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-haveged-install/archive/master.tar.gz openstack.docker: - extracting lfit.haveged-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.haveged-install openstack.docker: - lfit.haveged-install (master) was installed successfully openstack.docker: - downloading role 'java-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-java-install/archive/master.tar.gz openstack.docker: - extracting lfit.java-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.java-install openstack.docker: - lfit.java-install (master) was installed successfully openstack.docker: - downloading role 'lf-dev-libs', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-lf-dev-libs/archive/master.tar.gz openstack.docker: - extracting lfit.lf-dev-libs to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.lf-dev-libs openstack.docker: - lfit.lf-dev-libs (master) was installed successfully openstack.docker: - downloading role 'lf-recommended-tools', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-lf-recommended-tools/archive/master.tar.gz openstack.docker: - extracting lfit.lf-recommended-tools to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.lf-recommended-tools openstack.docker: - lfit.lf-recommended-tools (master) was installed successfully openstack.docker: - downloading role 'mono-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-mono-install/archive/master.tar.gz openstack.docker: - extracting lfit.mono-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.mono-install openstack.docker: - lfit.mono-install (master) was installed successfully openstack.docker: - downloading role 'packer-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-packer-install/archive/master.tar.gz openstack.docker: - extracting lfit.packer-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.packer-install openstack.docker: - lfit.packer-install (master) was installed successfully openstack.docker: - downloading role 'protobuf-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-protobuf-install/archive/master.tar.gz openstack.docker: - extracting lfit.protobuf-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.protobuf-install openstack.docker: - lfit.protobuf-install (master) was installed successfully openstack.docker: - downloading role 'puppet-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-puppet-install/archive/master.tar.gz openstack.docker: - extracting lfit.puppet-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.puppet-install openstack.docker: - lfit.puppet-install (master) was installed successfully openstack.docker: - downloading role 'python-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-python-install/archive/master.tar.gz openstack.docker: - extracting lfit.python-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.python-install openstack.docker: - lfit.python-install (master) was installed successfully openstack.docker: - downloading role 'shellcheck-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-shellcheck-install/archive/master.tar.gz openstack.docker: - extracting lfit.shellcheck-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.shellcheck-install openstack.docker: - lfit.shellcheck-install (master) was installed successfully openstack.docker: - downloading role 'sysstat-install', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-sysstat-install/archive/master.tar.gz openstack.docker: - extracting lfit.sysstat-install to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.sysstat-install openstack.docker: - lfit.sysstat-install (master) was installed successfully openstack.docker: - downloading role 'system-update', owned by lfit openstack.docker: - downloading role from https://github.com/lfit/ansible-roles-system-update/archive/master.tar.gz openstack.docker: - extracting lfit.system-update to /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.system-update openstack.docker: - lfit.system-update (master) was installed successfully ==> openstack.docker: Provisioning with Ansible... openstack.docker: Setting up proxy adapter for Ansible.... ==> openstack.docker: Executing Ansible: ./common-packer/ansible-playbook.sh -e packer_build_name="docker" -e packer_builder_type=openstack --ssh-extra-args '-o IdentitiesOnly=yes' --ssh-extra-args -o IdentitiesOnly=yes -o HostKeyAlgorithms=+ssh-rsa -e ansible_ssh_private_key_file=/tmp/ansible-key3485969652 -i /tmp/packer-provisioner-ansible4132005463 /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/provision/local-docker.yaml openstack.docker: openstack.docker: PLAY [all] ********************************************************************* openstack.docker: openstack.docker: TASK [Gathering Facts] ********************************************************* openstack.docker: Tuesday 02 January 2024 05:00:18 +0000 (0:00:00.032) 0:00:00.032 ******* openstack.docker: [DEPRECATION WARNING]: Distribution ubuntu 20.04 on host default should use  openstack.docker: ok: [default] openstack.docker: /usr/bin/python3, but is using /usr/bin/python for backward compatibility with  openstack.docker: prior Ansible releases. A future Ansible release will default to using the  openstack.docker: discovered platform python for this host. See https://docs.ansible.com/ansible/ openstack.docker: 2.9/reference_appendices/interpreter_discovery.html for more information. This  openstack.docker: openstack.docker: feature will be removed in version 2.12. Deprecation warnings can be disabled  openstack.docker: TASK [include_role : lfit.system-update] *************************************** openstack.docker: by setting deprecation_warnings=False in ansible.cfg. openstack.docker: Tuesday 02 January 2024 05:00:20 +0000 (0:00:01.620) 0:00:01.653 ******* openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Tuesday 02 January 2024 05:00:20 +0000 (0:00:00.023) 0:00:01.676 ******* openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.system-update/tasks/Ubuntu.yml for default openstack.docker: openstack.docker: TASK [lfit.system-update : apt-get update] ************************************* openstack.docker: Tuesday 02 January 2024 05:00:20 +0000 (0:00:00.059) 0:00:01.736 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Tuesday 02 January 2024 05:00:21 +0000 (0:00:01.456) 0:00:03.193 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install base packages] *************************************************** openstack.docker: Tuesday 02 January 2024 05:04:26 +0000 (0:04:04.518) 0:04:07.712 ******* openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/common-packer/provision/install-base-pkgs-Ubuntu.yaml for default openstack.docker: openstack.docker: TASK [Install base packages] *************************************************** openstack.docker: Tuesday 02 January 2024 05:04:26 +0000 (0:00:00.052) 0:04:07.764 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Allow jenkins user sudo access] ****************************************** openstack.docker: Tuesday 02 January 2024 05:06:26 +0000 (0:02:00.097) 0:06:07.861 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Load operating-system specific variables] **** openstack.docker: Tuesday 02 January 2024 05:06:27 +0000 (0:00:00.863) 0:06:08.724 ******* openstack.docker: ok: [default] => (item=/w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.lf-recommended-tools/vars/Debian.yaml) openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : rpm_key] ************************************* openstack.docker: Tuesday 02 January 2024 05:06:27 +0000 (0:00:00.066) 0:06:08.791 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install LF Recommended Tools on RedHat] ****** openstack.docker: Tuesday 02 January 2024 05:06:27 +0000 (0:00:00.068) 0:06:08.859 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install LF Recommended Tools on Debian] ****** openstack.docker: Tuesday 02 January 2024 05:06:27 +0000 (0:00:00.038) 0:06:08.898 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install fedora-packager] ********************* openstack.docker: Tuesday 02 January 2024 05:07:37 +0000 (0:01:09.628) 0:07:18.526 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Create /opt/plantuml install directory] ****** openstack.docker: Tuesday 02 January 2024 05:07:37 +0000 (0:00:00.046) 0:07:18.573 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Fetch PlantUML] ****************************** openstack.docker: Tuesday 02 January 2024 05:07:37 +0000 (0:00:00.444) 0:07:19.017 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install PlantUML executable script] ********** openstack.docker: Tuesday 02 January 2024 05:07:39 +0000 (0:00:01.904) 0:07:20.922 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Set up the Nodesource RPM directory.] ******** openstack.docker: Tuesday 02 January 2024 05:07:40 +0000 (0:00:00.477) 0:07:21.399 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Import Nodesource RPM key] ******************* openstack.docker: Tuesday 02 January 2024 05:07:40 +0000 (0:00:00.048) 0:07:21.448 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Add Nodesource repositories for Node.js (CentOS 7+).] *** openstack.docker: Tuesday 02 January 2024 05:07:40 +0000 (0:00:00.044) 0:07:21.492 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Update package cache if repo was added.] ***** openstack.docker: Tuesday 02 January 2024 05:07:40 +0000 (0:00:00.046) 0:07:21.538 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Ensure Node.js AppStream module is disabled (CentOS 8+).] *** openstack.docker: Tuesday 02 January 2024 05:07:40 +0000 (0:00:00.042) 0:07:21.581 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Ensure Node.js and npm are installed.] ******* openstack.docker: Tuesday 02 January 2024 05:07:40 +0000 (0:00:00.045) 0:07:21.627 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Import the NodeSource GPG key into apt] ****** openstack.docker: Tuesday 02 January 2024 05:07:40 +0000 (0:00:00.045) 0:07:21.673 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Add NodeSource deb repository] *************** openstack.docker: Tuesday 02 January 2024 05:07:41 +0000 (0:00:01.281) 0:07:22.955 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Add NodeSource deb-src repository] *********** openstack.docker: Tuesday 02 January 2024 05:07:48 +0000 (0:00:07.171) 0:07:30.127 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install Node.js] ***************************** openstack.docker: Tuesday 02 January 2024 05:07:52 +0000 (0:00:03.421) 0:07:33.548 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-dev-libs : Pull in package names] ******************************** openstack.docker: Tuesday 02 January 2024 05:08:04 +0000 (0:00:12.431) 0:07:45.980 ******* openstack.docker: ok: [default] => (item=/w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.lf-dev-libs/vars/Debian.yaml) openstack.docker: openstack.docker: TASK [lfit.lf-dev-libs : Install Dev libraries] ******************************** openstack.docker: Tuesday 02 January 2024 05:08:04 +0000 (0:00:00.051) 0:07:46.032 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Install Epel Repo] ******************************** openstack.docker: Tuesday 02 January 2024 05:09:30 +0000 (0:01:25.268) 0:09:11.300 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Install haveged package] ************************** openstack.docker: Tuesday 02 January 2024 05:09:30 +0000 (0:00:00.045) 0:09:11.346 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Enable haveged service (Ubuntu)] ****************** openstack.docker: Tuesday 02 January 2024 05:09:37 +0000 (0:00:07.457) 0:09:18.803 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Enable haveged service (RedHat)] ****************** openstack.docker: Tuesday 02 January 2024 05:09:38 +0000 (0:00:00.650) 0:09:19.454 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : include_tasks] *************************************** openstack.docker: Tuesday 02 January 2024 05:09:38 +0000 (0:00:00.040) 0:09:19.494 ******* openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.java-install/tasks/Debian.yml for default openstack.docker: openstack.docker: TASK [lfit.java-install : Install ppa pre-requsites] *************************** openstack.docker: Tuesday 02 January 2024 05:09:38 +0000 (0:00:00.055) 0:09:19.550 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Setup openjdk-r/ppa] ********************************* openstack.docker: Tuesday 02 January 2024 05:09:42 +0000 (0:00:04.481) 0:09:24.031 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Install OpenJDK 1.8.0, 11 and 12] ******************** openstack.docker: Tuesday 02 January 2024 05:09:50 +0000 (0:00:07.591) 0:09:31.623 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Install OpenJDK 17] ********************************** openstack.docker: Tuesday 02 January 2024 05:10:38 +0000 (0:00:47.671) 0:10:19.295 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set Java path for OpenJDK 11 (non-arm)] ************** openstack.docker: Tuesday 02 January 2024 05:10:58 +0000 (0:00:20.184) 0:10:39.479 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set Java path for OpenJDK 11 (arm)] ****************** openstack.docker: Tuesday 02 January 2024 05:10:58 +0000 (0:00:00.078) 0:10:39.557 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set java alternatives] ******************************* openstack.docker: Tuesday 02 January 2024 05:10:58 +0000 (0:00:00.047) 0:10:39.605 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set javac alternatives] ****************************** openstack.docker: Tuesday 02 January 2024 05:10:59 +0000 (0:00:01.423) 0:10:41.028 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set jar alternatives] ******************************** openstack.docker: Tuesday 02 January 2024 05:11:00 +0000 (0:00:00.316) 0:10:41.345 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set jarsigner alternatives] ************************** openstack.docker: Tuesday 02 January 2024 05:11:00 +0000 (0:00:00.330) 0:10:41.676 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set javadoc alternatives] **************************** openstack.docker: Tuesday 02 January 2024 05:11:00 +0000 (0:00:00.383) 0:10:42.059 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set javap alternatives] ****************************** openstack.docker: Tuesday 02 January 2024 05:11:01 +0000 (0:00:00.316) 0:10:42.375 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set java_sdk_openjdk alternatives] ******************* openstack.docker: Tuesday 02 January 2024 05:11:01 +0000 (0:00:00.322) 0:10:42.698 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : include_tasks] ************************************* openstack.docker: Tuesday 02 January 2024 05:11:01 +0000 (0:00:00.301) 0:10:43.000 ******* openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.puppet-install/tasks/Debian.yml for default openstack.docker: openstack.docker: TASK [lfit.puppet-install : Purge puppet] ************************************** openstack.docker: Tuesday 02 January 2024 05:11:01 +0000 (0:00:00.059) 0:10:43.060 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : Install puppet-release] **************************** openstack.docker: Tuesday 02 January 2024 05:11:02 +0000 (0:00:00.779) 0:10:43.839 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : Install puppet-agent] ****************************** openstack.docker: Tuesday 02 January 2024 05:11:04 +0000 (0:00:02.080) 0:10:45.920 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : Symlink facter] ************************************ openstack.docker: Tuesday 02 January 2024 05:11:31 +0000 (0:00:27.138) 0:11:13.058 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : Symlink puppet] ************************************ openstack.docker: Tuesday 02 January 2024 05:11:32 +0000 (0:00:00.303) 0:11:13.362 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Include distro specific variables] ***************** openstack.docker: Tuesday 02 January 2024 05:11:32 +0000 (0:00:00.296) 0:11:13.658 ******* openstack.docker: ok: [default] => (item=/w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.python-install/vars/Ubuntu-20.yml) openstack.docker: openstack.docker: TASK [lfit.python-install : Install Python] ************************************ openstack.docker: Tuesday 02 January 2024 05:11:32 +0000 (0:00:00.054) 0:11:13.713 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Set Python version on Ubuntu >= 18.04 or CentOS 7] *** openstack.docker: Tuesday 02 January 2024 05:11:39 +0000 (0:00:06.637) 0:11:20.351 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Set Python 3.10 on CentOS >= 8 or on Ubuntu >= 18/04] *** openstack.docker: Tuesday 02 January 2024 05:11:39 +0000 (0:00:00.051) 0:11:20.402 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Update SSL dependencies for CentOS] **************** openstack.docker: Tuesday 02 January 2024 05:11:39 +0000 (0:00:00.046) 0:11:20.448 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Install pyenv v2.3.3] ****************************** openstack.docker: Tuesday 02 January 2024 05:11:39 +0000 (0:00:00.059) 0:11:20.508 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Install Python 3.9.13 3.8.13 3.10.6] *************** openstack.docker: Tuesday 02 January 2024 05:11:41 +0000 (0:00:01.979) 0:11:22.487 ******* openstack.docker: changed: [default] => (item=3.9.13) openstack.docker: changed: [default] => (item=3.8.13) openstack.docker: openstack.docker: TASK [lfit.python-install : Install Python 3.10.6] ***************************** openstack.docker: Tuesday 02 January 2024 05:17:44 +0000 (0:06:03.090) 0:17:25.578 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Set the required python 3.x versions using pyenv on Ubuntu] *** openstack.docker: Tuesday 02 January 2024 05:21:00 +0000 (0:03:16.576) 0:20:42.155 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Set the required python 3.x versions using pyenv on CentOS] *** openstack.docker: Tuesday 02 January 2024 05:21:01 +0000 (0:00:00.417) 0:20:42.572 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.shellcheck-install : Fetch ShellCheck] ****************************** openstack.docker: Tuesday 02 January 2024 05:21:01 +0000 (0:00:00.025) 0:20:42.598 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.shellcheck-install : Unpack ShellCheck] ***************************** openstack.docker: Tuesday 02 January 2024 05:21:02 +0000 (0:00:00.932) 0:20:43.531 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.shellcheck-install : Install ShellCheck to /usr/local/bin/shellcheck] *** openstack.docker: Tuesday 02 January 2024 05:21:03 +0000 (0:00:01.009) 0:20:44.540 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Install sysstat package] ************************** openstack.docker: Tuesday 02 January 2024 05:21:03 +0000 (0:00:00.307) 0:20:44.848 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Enable sysstat service] *************************** openstack.docker: Tuesday 02 January 2024 05:21:05 +0000 (0:00:01.737) 0:20:46.585 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Enable sysstat] *********************************** openstack.docker: Tuesday 02 January 2024 05:21:05 +0000 (0:00:00.392) 0:20:46.977 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Copy sysstat configuration] *********************** openstack.docker: Tuesday 02 January 2024 05:21:06 +0000 (0:00:00.344) 0:20:47.322 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Update /etc/nss-switch.conf to map hostname with IP] ********************* openstack.docker: Tuesday 02 January 2024 05:21:06 +0000 (0:00:00.486) 0:20:47.809 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Set all periodic update options to 0] ************************************ openstack.docker: Tuesday 02 January 2024 05:21:06 +0000 (0:00:00.360) 0:20:48.170 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Set all auto update options to 0] **************************************** openstack.docker: Tuesday 02 January 2024 05:21:07 +0000 (0:00:00.251) 0:20:48.422 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Disable unattended upgrades] ********************************************* openstack.docker: Tuesday 02 January 2024 05:21:07 +0000 (0:00:00.261) 0:20:48.683 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Uninstall unattended upgrades] ******************************************* openstack.docker: Tuesday 02 January 2024 05:21:07 +0000 (0:00:00.249) 0:20:48.933 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Prevent unattended upgrades from being installed] ************************ openstack.docker: Tuesday 02 January 2024 05:21:14 +0000 (0:00:07.298) 0:20:56.232 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Disable apt-daily.* systemd services] ************************************ openstack.docker: Tuesday 02 January 2024 05:21:15 +0000 (0:00:00.435) 0:20:56.668 ******* openstack.docker: changed: [default] => (item=apt-daily.service) openstack.docker: changed: [default] => (item=apt-daily.timer) openstack.docker: changed: [default] => (item=apt-daily-upgrade.service) openstack.docker: changed: [default] => (item=apt-daily-upgrade.timer) openstack.docker: openstack.docker: TASK [System Reseal] *********************************************************** openstack.docker: Tuesday 02 January 2024 05:21:17 +0000 (0:00:02.418) 0:20:59.086 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: PLAY [all] ********************************************************************* openstack.docker: openstack.docker: TASK [Gathering Facts] ********************************************************* openstack.docker: Tuesday 02 January 2024 05:21:28 +0000 (0:00:10.633) 0:21:09.719 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [include_role : lfit.system-update] *************************************** openstack.docker: Tuesday 02 January 2024 05:21:33 +0000 (0:00:04.794) 0:21:14.514 ******* openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Tuesday 02 January 2024 05:21:33 +0000 (0:00:00.032) 0:21:14.546 ******* openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/packer/.galaxy/lfit.system-update/tasks/Ubuntu.yml for default openstack.docker: openstack.docker: TASK [lfit.system-update : apt-get update] ************************************* openstack.docker: Tuesday 02 January 2024 05:21:33 +0000 (0:00:00.036) 0:21:14.583 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Tuesday 02 January 2024 05:21:36 +0000 (0:00:02.928) 0:21:17.511 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for x86_64] ******************************* openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:01.063) 0:21:18.575 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for aarch64] ****************************** openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:00.027) 0:21:18.602 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for Centos docker version] **************** openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:00.018) 0:21:18.621 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for Ubuntu docker version] **************** openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:00.017) 0:21:18.639 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker requirements] *********************** openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:00.023) 0:21:18.662 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Add Docker repository] ***************************** openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:00.021) 0:21:18.684 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker CE] ********************************* openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:00.020) 0:21:18.704 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker requirements] *********************** openstack.docker: Tuesday 02 January 2024 05:21:37 +0000 (0:00:00.019) 0:21:18.724 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Add Docker apt-key] ******************************** openstack.docker: Tuesday 02 January 2024 05:21:40 +0000 (0:00:02.900) 0:21:21.624 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Add Docker apt-repository] ************************* openstack.docker: Tuesday 02 January 2024 05:21:41 +0000 (0:00:00.857) 0:21:22.481 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker CE] ********************************* openstack.docker: Tuesday 02 January 2024 05:21:47 +0000 (0:00:06.465) 0:21:28.947 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Ensure /etc/docker directory exists] *************** openstack.docker: Tuesday 02 January 2024 05:23:25 +0000 (0:01:38.312) 0:23:07.260 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Copy LF Docker configuration] ********************** openstack.docker: Tuesday 02 January 2024 05:23:26 +0000 (0:00:00.315) 0:23:07.575 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Set mtu to 1458] *********************************** openstack.docker: Tuesday 02 January 2024 05:23:26 +0000 (0:00:00.490) 0:23:08.066 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Fix broken systemd file on Ubuntu] ***************** openstack.docker: Tuesday 02 January 2024 05:23:27 +0000 (0:00:00.269) 0:23:08.335 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Fix broken systemd file on Red Hat] **************** openstack.docker: Tuesday 02 January 2024 05:23:27 +0000 (0:00:00.260) 0:23:08.596 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Enable Docker service] ***************************** openstack.docker: Tuesday 02 January 2024 05:23:27 +0000 (0:00:00.023) 0:23:08.619 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [System Reseal] *********************************************************** openstack.docker: Tuesday 02 January 2024 05:23:27 +0000 (0:00:00.395) 0:23:09.015 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: PLAY [all] ********************************************************************* openstack.docker: openstack.docker: TASK [Gathering Facts] ********************************************************* openstack.docker: Tuesday 02 January 2024 05:23:38 +0000 (0:00:10.529) 0:23:19.544 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [Set golang download url] ************************************************* openstack.docker: Tuesday 02 January 2024 05:23:42 +0000 (0:00:04.621) 0:23:24.165 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [Set glide download url] ************************************************** openstack.docker: Tuesday 02 January 2024 05:23:42 +0000 (0:00:00.020) 0:23:24.185 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [Install Docker Compose 1.17.1] ******************************************* openstack.docker: Tuesday 02 January 2024 05:23:42 +0000 (0:00:00.024) 0:23:24.210 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch golang 1.9.1 to /tmp/go1.9.1.tar.gz] ******************************* openstack.docker: Tuesday 02 January 2024 05:23:48 +0000 (0:00:05.909) 0:23:30.119 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install golang 1.9.1 to /usr/local] ************************************** openstack.docker: Tuesday 02 January 2024 05:23:50 +0000 (0:00:01.695) 0:23:31.814 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Add golang to PATH] ****************************************************** openstack.docker: Tuesday 02 January 2024 05:23:57 +0000 (0:00:06.848) 0:23:38.663 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch golang 1.10 to /tmp/go1.10.tar.gz] ********************************* openstack.docker: Tuesday 02 January 2024 05:23:57 +0000 (0:00:00.417) 0:23:39.080 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install golang 1.10 to /opt/golang/110/bin/go] *************************** openstack.docker: Tuesday 02 January 2024 05:24:00 +0000 (0:00:03.114) 0:23:42.195 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch golang 1.11.2 to /tmp/go1.11.2.tar.gz] ***************************** openstack.docker: Tuesday 02 January 2024 05:24:08 +0000 (0:00:07.760) 0:23:49.955 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install golang 1.11.2 to /opt/golang/111/bin/go] ************************* openstack.docker: Tuesday 02 January 2024 05:24:11 +0000 (0:00:02.929) 0:23:52.885 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch Glide v0.13.1 to /tmp/glide-v0.13.1.tar.gz] ************************ openstack.docker: Tuesday 02 January 2024 05:24:20 +0000 (0:00:08.565) 0:24:01.451 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Unarchive Glide] ********************************************************* openstack.docker: Tuesday 02 January 2024 05:24:20 +0000 (0:00:00.749) 0:24:02.200 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install Glide to /usr/local/bin/glide] *********************************** openstack.docker: Tuesday 02 January 2024 05:24:21 +0000 (0:00:00.770) 0:24:02.971 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install zeromq via yum] ************************************************** openstack.docker: Tuesday 02 January 2024 05:24:22 +0000 (0:00:00.328) 0:24:03.299 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [Install zeromq via apt] ************************************************** openstack.docker: Tuesday 02 January 2024 05:24:22 +0000 (0:00:00.027) 0:24:03.327 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install cmake via yum] *************************************************** openstack.docker: Tuesday 02 January 2024 05:25:47 +0000 (0:01:25.900) 0:25:29.228 ******* openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [Install cmake via apt] *************************************************** openstack.docker: Tuesday 02 January 2024 05:25:47 +0000 (0:00:00.019) 0:25:29.247 ******* openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [Set docker proxy] ******************************************************** openstack.docker: Tuesday 02 January 2024 05:25:48 +0000 (0:00:00.932) 0:25:30.179 ******* openstack.docker: changed: [default] openstack.docker: openstack.docker: PLAY RECAP ********************************************************************* openstack.docker: default : ok=92  changed=70  unreachable=0 failed=0 skipped=25  rescued=0 ignored=0 openstack.docker: openstack.docker: Tuesday 02 January 2024 05:25:49 +0000 (0:00:00.255) 0:25:30.434 ******* openstack.docker: =============================================================================== openstack.docker: lfit.python-install : Install Python 3.9.13 3.8.13 3.10.6 ------------- 363.09s openstack.docker: lfit.system-update : Update all packages ------------------------------ 244.52s openstack.docker: lfit.python-install : Install Python 3.10.6 --------------------------- 196.58s openstack.docker: Install base packages ------------------------------------------------- 120.10s openstack.docker: lfit.docker-install : Install Docker CE -------------------------------- 98.31s openstack.docker: Install zeromq via apt ------------------------------------------------- 85.90s openstack.docker: lfit.lf-dev-libs : Install Dev libraries ------------------------------- 85.27s openstack.docker: lfit.lf-recommended-tools : Install LF Recommended Tools on Debian ----- 69.63s openstack.docker: lfit.java-install : Install OpenJDK 1.8.0, 11 and 12 ------------------- 47.67s openstack.docker: lfit.puppet-install : Install puppet-agent ----------------------------- 27.14s openstack.docker: lfit.java-install : Install OpenJDK 17 --------------------------------- 20.18s openstack.docker: lfit.lf-recommended-tools : Install Node.js ---------------------------- 12.43s openstack.docker: System Reseal ---------------------------------------------------------- 10.63s openstack.docker: System Reseal ---------------------------------------------------------- 10.53s openstack.docker: Install golang 1.11.2 to /opt/golang/111/bin/go ------------------------- 8.57s openstack.docker: Install golang 1.10 to /opt/golang/110/bin/go --------------------------- 7.76s openstack.docker: lfit.java-install : Setup openjdk-r/ppa --------------------------------- 7.59s openstack.docker: lfit.haveged-install : Install haveged package -------------------------- 7.46s openstack.docker: Uninstall unattended upgrades ------------------------------------------- 7.30s openstack.docker: lfit.lf-recommended-tools : Add NodeSource deb repository --------------- 7.17s ==> openstack.docker: Stopping server: 5889ac59-8f4c-4747-96f6-cf2a9a6cb1f9 ... openstack.docker: Waiting for server to stop: 5889ac59-8f4c-4747-96f6-cf2a9a6cb1f9 ... ==> openstack.docker: Terminating the source server: 5889ac59-8f4c-4747-96f6-cf2a9a6cb1f9 ... ==> openstack.docker: Creating the image: ZZCI - Ubuntu 20.04 - docker - x86_64 - 20240102-045821.280 openstack.docker: Image: 1937fa89-64f2-47f2-b542-439306a5272a ==> openstack.docker: Waiting for image ZZCI - Ubuntu 20.04 - docker - x86_64 - 20240102-045821.280 (image id: 1937fa89-64f2-47f2-b542-439306a5272a) to become ready... ==> openstack.docker: Terminating the source server: 5889ac59-8f4c-4747-96f6-cf2a9a6cb1f9 ... ==> openstack.docker: Error terminating server, may still be around: Resource not found ==> openstack.docker: Waiting for volume packer_659397ed-0969-767f-d446-2b0c2cdb8004 (volume id: de08edfe-d739-4234-b0a3-af83fdd6abab) to become available... ==> openstack.docker: Deleting volume: de08edfe-d739-4234-b0a3-af83fdd6abab ... ==> openstack.docker: Deleting temporary keypair: packer_659397ed-bde4-b91b-b5f0-eeff4c33e0ab ... Build 'openstack.docker' finished after 32 minutes 17 seconds. ==> Wait completed after 32 minutes 17 seconds ==> Builds finished. The artifacts of successful builds are: --> openstack.docker: An image was created: 1937fa89-64f2-47f2-b542-439306a5272a [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash -ue /tmp/jenkins13021218203630164483.sh ---> packer-clear-credentials.sh [description-setter] Description set: Image: ZZCI - Ubuntu 20.04 - docker - x86_64 - 20240102-045821.280 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 8107 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins14291235132226193571.sh ---> sysstat.sh [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins13010293565393187584.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=redhat + workspace=/w/workspace/ci-management-packer-merge-ubuntu-20.04-docker + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + rpm -qa + sort + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker ']' + mkdir -p /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/archives/ [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins6741435858642569425.sh ---> capture-instance-metadata.sh Setup pyenv: system * 3.8.13 (set by /opt/pyenv/version) * 3.9.13 (set by /opt/pyenv/version) lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EFej lf-activate-venv(): INFO: Save venv in file: /tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-EFej/bin to PATH INFO: Running in OpenStack, capturing instance metadata [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins15755103558326028237.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-packer-merge-ubuntu-20.04-docker@tmp/config17014844623862637922tmp Regular expression run condition: Expression=[^.*logs-s3.*], Label=[] Run condition [Regular expression match] preventing perform for step [Provide Configuration files] [EnvInject] - Injecting environment variables from a build step. [EnvInject] - Injecting as environment variables the properties content SERVER_ID=logs [EnvInject] - Variables injected successfully. [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins7679321163547580251.sh ---> create-netrc.sh [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins10424949861857125674.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 * 3.9.13 (set by /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-EFej from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-EFej/bin to PATH Generating Requirements File Python 3.9.13 pip 23.3.2 from /tmp/venv-EFej/lib/python3.9/site-packages/pip (python 3.9) appdirs==1.4.4 argcomplete==3.2.1 aspy.yaml==1.3.0 attrs==23.2.0 autopage==0.5.2 Babel==2.14.0 beautifulsoup4==4.12.2 boto3==1.34.11 botocore==1.34.11 bs4==0.0.1 cachetools==5.3.2 certifi==2023.11.17 cffi==1.16.0 cfgv==3.4.0 chardet==5.2.0 charset-normalizer==3.3.2 click==8.1.7 cliff==4.4.0 cmd2==2.4.3 cryptography==3.3.2 debtcollector==2.5.0 decorator==5.1.1 defusedxml==0.7.1 Deprecated==1.2.14 distlib==0.3.8 dnspython==2.4.2 docker==4.2.2 dogpile.cache==1.3.0 email-validator==2.1.0.post1 filelock==3.13.1 future==0.18.3 gitdb==4.0.11 GitPython==3.1.40 google-auth==2.25.2 httplib2==0.22.0 identify==2.5.33 idna==3.6 importlib-metadata==7.0.1 importlib-resources==1.5.0 iso8601==2.1.0 Jinja2==3.1.2 jmespath==1.0.1 jsonpatch==1.33 jsonpointer==2.4 jsonschema==4.20.0 jsonschema-specifications==2023.12.1 keystoneauth1==5.4.0 kubernetes==28.1.0 lftools==0.37.8 lxml==5.0.0 MarkupSafe==2.1.3 msgpack==1.0.7 multi_key_dict==2.0.3 munch==4.0.0 netaddr==0.10.0 netifaces==0.11.0 niet==1.4.2 nodeenv==1.8.0 oauth2client==4.1.3 oauthlib==3.2.2 openstacksdk==0.62.0 os-client-config==2.1.0 os-service-types==1.7.0 osc-lib==2.9.0 oslo.config==9.2.0 oslo.context==5.3.0 oslo.i18n==6.2.0 oslo.log==5.4.0 oslo.serialization==5.2.0 oslo.utils==6.3.0 packaging==23.2 pbr==6.0.0 platformdirs==4.1.0 prettytable==3.9.0 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.21 pygerrit2==2.0.15 PyGithub==2.1.1 pyinotify==0.9.6 PyJWT==2.8.0 PyNaCl==1.5.0 pyparsing==2.4.7 pyperclip==1.8.2 pyrsistent==0.20.0 python-cinderclient==9.4.0 python-dateutil==2.8.2 python-heatclient==3.3.0 python-jenkins==1.8.2 python-keystoneclient==5.2.0 python-magnumclient==4.3.0 python-novaclient==18.4.0 python-openstackclient==6.0.0 python-swiftclient==4.4.0 pytz==2023.3.post1 PyYAML==6.0.1 referencing==0.32.0 requests==2.31.0 requests-oauthlib==1.3.1 requestsexceptions==1.4.0 rfc3986==2.0.0 rpds-py==0.16.2 rsa==4.9 ruamel.yaml==0.18.5 ruamel.yaml.clib==0.2.8 s3transfer==0.10.0 simplejson==3.19.2 six==1.16.0 smmap==5.0.1 soupsieve==2.5 stevedore==5.1.0 tabulate==0.9.0 toml==0.10.2 tomlkit==0.12.3 tqdm==4.66.1 typing_extensions==4.9.0 tzdata==2023.4 urllib3==1.26.18 virtualenv==20.25.0 wcwidth==0.2.12 websocket-client==1.7.0 wrapt==1.16.0 xdg==6.0.0 xmltodict==0.13.0 yq==3.2.3 zipp==3.17.0 [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins2030257834769267756.sh ---> sudo-logs.sh Archiving 'sudo' log.. [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash /tmp/jenkins3968345720628626649.sh ---> job-cost.sh Setup pyenv: system 3.8.13 * 3.9.13 (set by /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-EFej from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient urllib3~=1.26.15 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. lftools 0.37.8 requires openstacksdk<1.5.0, but you have openstacksdk 2.0.0 which is incompatible. lf-activate-venv(): INFO: Adding /tmp/venv-EFej/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v3-standard-2 INFO: Archiving Costs [ci-management-packer-merge-ubuntu-20.04-docker] $ /bin/bash -l /tmp/jenkins2942981621978138369.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 * 3.9.13 (set by /w/workspace/ci-management-packer-merge-ubuntu-20.04-docker/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-EFej from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools 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. python-openstackclient 6.4.0 requires openstacksdk>=2.0.0, but you have openstacksdk 1.4.0 which is incompatible. lf-activate-venv(): INFO: Adding /tmp/venv-EFej/bin to PATH INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/ci-management-packer-merge-ubuntu-20.04-docker/41 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-centos7-builder-2c-1g-26610.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ---> lscpu: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 2 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC-Rome Processor Stepping: 0 CPU MHz: 2800.000 BogoMIPS: 5600.00 Virtualization: AMD-V Hypervisor vendor: KVM Virtualization type: full L1d cache: 32K L1i cache: 32K L2 cache: 512K L3 cache: 16384K NUMA node0 CPU(s): 0,1 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities ---> nproc: 2 ---> df -h: Filesystem Size Used Avail Use% Mounted on devtmpfs 3.8G 0 3.8G 0% /dev tmpfs 3.9G 0 3.9G 0% /dev/shm tmpfs 3.9G 17M 3.9G 1% /run tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup /dev/vda1 40G 6.1G 34G 16% / tmpfs 783M 0 783M 0% /run/user/1001 tmpfs 783M 0 783M 0% /run/user/0 ---> free -m: total used free shared buff/cache available Mem: 7821 570 4953 16 2297 6950 Swap: 1023 0 1023 ---> ip addr: 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1458 qdisc mq state UP group default qlen 1000 link/ether fa:16:3e:ab:93:ec brd ff:ff:ff:ff:ff:ff inet 10.30.122.128/23 brd 10.30.123.255 scope global dynamic eth0 valid_lft 84315sec preferred_lft 84315sec inet6 fe80::f816:3eff:feab:93ec/64 scope link valid_lft forever preferred_lft forever ---> sar -b -r -n DEV: Linux 3.10.0-1160.76.1.el7.x86_64 (centos-7-builder-632a22cb-d922-16a5-8334-39b2c44d85fc.novalocal) 01/02/2024 _x86_64_ (2 CPU) 04:57:41 AM LINUX RESTART 04:58:03 AM tps rtps wtps bread/s bwrtn/s 04:59:01 AM 81.59 11.23 70.36 3339.30 16129.80 05:00:01 AM 55.89 8.68 47.21 822.26 3507.35 05:01:01 AM 234.31 0.77 233.54 29.98 7429.16 05:02:01 AM 2.42 0.07 2.35 1.47 79.61 05:03:01 AM 0.27 0.00 0.27 0.00 2.83 05:04:01 AM 0.47 0.00 0.47 0.00 6.31 05:05:01 AM 0.27 0.00 0.27 0.00 2.55 05:06:01 AM 0.47 0.00 0.47 0.00 6.03 05:07:01 AM 0.25 0.00 0.25 0.00 12.00 05:08:01 AM 0.65 0.00 0.65 0.00 9.43 05:09:01 AM 1.18 0.00 1.18 0.00 40.47 05:10:01 AM 0.35 0.00 0.35 0.00 6.35 05:11:01 AM 0.75 0.00 0.75 0.00 25.62 05:12:01 AM 0.88 0.00 0.88 0.00 18.42 05:13:01 AM 0.80 0.03 0.77 1.07 19.93 05:14:01 AM 0.70 0.00 0.70 0.00 12.51 05:15:01 AM 0.27 0.00 0.27 0.00 2.92 05:16:01 AM 0.35 0.00 0.35 0.00 4.35 05:17:01 AM 0.37 0.00 0.37 0.00 4.97 05:18:01 AM 0.25 0.00 0.25 0.00 2.45 05:19:01 AM 0.38 0.00 0.38 0.00 5.80 05:20:01 AM 0.27 0.00 0.27 0.00 3.05 05:21:01 AM 0.18 0.00 0.18 0.00 1.63 05:22:01 AM 0.92 0.00 0.92 0.00 45.42 05:23:01 AM 1.12 0.00 1.12 0.00 17.49 05:24:01 AM 0.23 0.00 0.23 0.00 9.88 05:25:01 AM 1.28 0.00 1.28 0.00 29.02 05:26:01 AM 0.57 0.00 0.57 0.00 8.51 05:27:01 AM 0.60 0.00 0.60 0.00 10.83 05:28:01 AM 0.33 0.00 0.33 0.00 3.63 05:29:01 AM 0.22 0.00 0.22 0.00 2.20 05:30:02 AM 0.23 0.00 0.23 0.00 2.22 05:31:01 AM 17.15 1.37 15.77 141.10 455.93 05:32:01 AM 210.69 0.20 210.49 43.18 8502.03 Average: 18.08 0.65 17.43 125.67 1057.05 04:58:03 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:59:01 AM 5804340 2204568 27.53 2620 1624736 913504 10.09 535208 1427932 52 05:00:01 AM 5169660 2839248 35.45 2620 2067820 974532 10.76 832120 1640824 380168 05:01:01 AM 5421180 2587728 32.31 2620 1868112 1015760 11.21 719812 1556072 4 05:02:01 AM 5417520 2591388 32.36 2620 1868240 1014276 11.20 724092 1556140 4 05:03:01 AM 5414108 2594800 32.40 2620 1868244 1013408 11.19 727480 1556136 4 05:04:01 AM 5408948 2599960 32.46 2620 1868244 1014084 11.20 732680 1556136 8 05:05:01 AM 5416200 2592708 32.37 2620 1868268 1017832 11.24 726280 1556100 8 05:06:01 AM 5399060 2609848 32.59 2620 1868272 1017964 11.24 743084 1556100 16 05:07:01 AM 5407720 2601188 32.48 2620 1868576 1018196 11.24 734184 1556300 12 05:08:01 AM 5402272 2606636 32.55 2620 1869288 1021868 11.28 739316 1556460 700 05:09:01 AM 5401456 2607452 32.56 2620 1869308 1021884 11.28 740192 1556460 4 05:10:01 AM 5400812 2608096 32.56 2620 1869680 1022068 11.28 740744 1556688 272 05:11:01 AM 5396116 2612792 32.62 2620 1869924 1022144 11.29 745260 1556692 36 05:12:01 AM 5379476 2629432 32.83 2620 1870360 1027520 11.34 761400 1556800 288 05:13:01 AM 5378520 2630388 32.84 2620 1870364 1028032 11.35 761888 1556800 12 05:14:01 AM 5386944 2621964 32.74 2620 1870368 1028048 11.35 753544 1556800 4 05:15:01 AM 5387928 2620980 32.73 2620 1870388 1028032 11.35 753068 1556688 28 05:16:01 AM 5389260 2619648 32.71 2620 1870396 1028164 11.35 751528 1556688 4 05:17:01 AM 5386948 2621960 32.74 2620 1870396 1028196 11.35 753692 1556688 16 05:18:01 AM 5400556 2608352 32.57 2620 1870428 1023756 11.30 740488 1556696 40 05:19:01 AM 5386240 2622668 32.75 2620 1870428 1023772 11.30 755040 1556692 4 05:20:01 AM 5382148 2626760 32.80 2620 1870432 1023756 11.30 758592 1556692 8 05:21:01 AM 5381964 2626944 32.80 2620 1870456 1023984 11.31 759772 1556584 28 05:22:01 AM 5385064 2623844 32.76 2620 1871452 1040448 11.49 756116 1556376 4 05:23:01 AM 5384808 2624100 32.76 2620 1871460 1040448 11.49 757012 1556376 4 05:24:01 AM 5384312 2624596 32.77 2620 1871860 1040968 11.49 756456 1556360 188 05:25:01 AM 5369248 2639660 32.96 2620 1872008 1041988 11.50 772052 1556348 8 05:26:01 AM 5443420 2565488 32.03 2620 1869468 928344 10.25 699180 1555856 68 05:27:01 AM 5448016 2560892 31.98 2620 1869476 927072 10.24 695424 1555848 12 05:28:01 AM 5449556 2559352 31.96 2620 1869484 927072 10.24 693532 1555848 12 05:29:01 AM 5453220 2555688 31.91 2620 1869496 927088 10.24 690052 1555848 12 05:30:02 AM 5454060 2554848 31.90 2620 1869512 927072 10.24 689232 1555852 12 05:31:01 AM 5407736 2601172 32.48 2620 1924484 661224 7.30 830268 1455656 47604 05:32:01 AM 5065308 2943600 36.75 2620 2213232 661100 7.30 909964 1664744 145852 Average: 5398945 2609963 32.59 2620 1880137 984518 10.87 742316 1555302 16926 04:58:03 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 04:59:01 AM eth0 347.49 223.82 1287.52 66.55 0.00 0.00 0.00 04:59:01 AM lo 0.05 0.05 0.00 0.00 0.00 0.00 0.00 05:00:01 AM eth0 29.87 22.06 473.24 2.78 0.00 0.00 0.00 05:00:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:01:01 AM eth0 15.14 14.02 6.58 11.40 0.00 0.00 0.00 05:01:01 AM lo 5.58 5.58 10.23 10.23 0.00 0.00 0.00 05:02:01 AM eth0 0.33 0.50 0.03 0.05 0.00 0.00 0.00 05:02:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:03:01 AM eth0 0.33 0.50 0.03 0.05 0.00 0.00 0.00 05:03:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:04:01 AM eth0 0.60 0.60 0.12 0.11 0.00 0.00 0.00 05:04:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:05:01 AM eth0 1.77 1.80 3.94 2.72 0.00 0.00 0.00 05:05:01 AM lo 2.18 2.18 6.44 6.44 0.00 0.00 0.00 05:06:01 AM eth0 1.30 0.78 0.42 0.28 0.00 0.00 0.00 05:06:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:07:01 AM eth0 4.07 3.53 2.59 6.96 0.00 0.00 0.00 05:07:01 AM lo 4.95 4.95 9.04 9.04 0.00 0.00 0.00 05:08:01 AM eth0 9.40 8.16 2.37 19.11 0.00 0.00 0.00 05:08:01 AM lo 12.46 12.46 20.30 20.30 0.00 0.00 0.00 05:09:01 AM eth0 1.45 1.47 0.26 2.75 0.00 0.00 0.00 05:09:01 AM lo 1.67 1.67 2.70 2.70 0.00 0.00 0.00 05:10:01 AM eth0 5.86 5.35 1.41 15.41 0.00 0.00 0.00 05:10:01 AM lo 8.30 8.30 15.86 15.86 0.00 0.00 0.00 05:11:01 AM eth0 8.01 7.10 1.47 16.69 0.00 0.00 0.00 05:11:01 AM lo 12.03 12.03 17.34 17.34 0.00 0.00 0.00 05:12:01 AM eth0 8.71 7.70 1.29 19.22 0.00 0.00 0.00 05:12:01 AM lo 12.64 12.64 19.56 19.56 0.00 0.00 0.00 05:13:01 AM eth0 0.32 0.50 0.03 0.05 0.00 0.00 0.00 05:13:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:14:01 AM eth0 0.45 0.60 0.10 0.11 0.00 0.00 0.00 05:14:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:15:01 AM eth0 1.10 1.25 0.13 2.07 0.00 0.00 0.00 05:15:01 AM lo 1.63 1.63 2.10 2.10 0.00 0.00 0.00 05:16:01 AM eth0 0.25 0.40 0.02 0.04 0.00 0.00 0.00 05:16:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:17:01 AM eth0 0.73 0.68 0.28 0.24 0.00 0.00 0.00 05:17:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:18:01 AM eth0 1.23 1.27 0.15 2.09 0.00 0.00 0.00 05:18:01 AM lo 1.68 1.68 2.10 2.10 0.00 0.00 0.00 05:19:01 AM eth0 0.47 0.63 0.10 0.11 0.00 0.00 0.00 05:19:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:20:01 AM eth0 0.23 0.40 0.02 0.04 0.00 0.00 0.00 05:20:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:21:01 AM eth0 2.32 2.22 0.30 4.63 0.00 0.00 0.00 05:21:01 AM lo 3.17 3.17 4.66 4.66 0.00 0.00 0.00 05:22:01 AM eth0 26.12 22.68 4.33 71.55 0.00 0.00 0.00 05:22:01 AM lo 40.42 40.42 73.60 73.60 0.00 0.00 0.00 05:23:01 AM eth0 0.38 0.55 0.19 0.05 0.00 0.00 0.00 05:23:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 05:24:01 AM eth0 15.38 13.73 2.90 37.76 0.00 0.00 0.00 05:24:01 AM lo 23.53 23.53 39.56 39.56 0.00 0.00 0.00 05:25:01 AM eth0 6.91 6.38 0.94 19.32 0.00 0.00 0.00 05:25:01 AM lo 11.28 11.28 19.30 19.30 0.00 0.00 0.00 05:26:01 AM eth0 7.51 7.05 2.26 5.49 0.00 0.00 0.00 05:26:01 AM lo 3.53 3.53 4.95 4.95 0.00 0.00 0.00 05:27:01 AM eth0 7.50 7.03 3.05 0.81 0.00 0.00 0.00 05:27:01 AM lo 0.18 0.18 0.01 0.01 0.00 0.00 0.00 05:28:01 AM eth0 7.48 7.05 3.05 0.81 0.00 0.00 0.00 05:28:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:29:01 AM eth0 6.46 6.05 2.66 0.76 0.00 0.00 0.00 05:29:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:30:02 AM eth0 7.05 6.63 2.88 0.76 0.00 0.00 0.00 05:30:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:31:01 AM eth0 21.62 18.11 68.89 4.73 0.00 0.00 0.00 05:31:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:32:01 AM eth0 54.46 40.78 956.25 7.77 0.00 0.00 0.00 05:32:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: eth0 17.39 12.78 82.08 9.46 0.00 0.00 0.00 Average: lo 4.33 4.33 7.30 7.30 0.00 0.00 0.00 ---> sar -P ALL: Linux 3.10.0-1160.76.1.el7.x86_64 (centos-7-builder-632a22cb-d922-16a5-8334-39b2c44d85fc.novalocal) 01/02/2024 _x86_64_ (2 CPU) 04:57:41 AM LINUX RESTART 04:58:03 AM CPU %user %nice %system %iowait %steal %idle 04:59:01 AM all 13.87 0.00 2.14 3.92 0.06 80.00 04:59:01 AM 0 13.68 0.00 2.35 3.41 0.05 80.51 04:59:01 AM 1 14.08 0.00 1.93 4.43 0.07 79.48 05:00:01 AM all 21.20 0.00 3.84 0.99 0.10 73.87 05:00:01 AM 0 32.66 0.00 5.26 1.29 0.12 60.67 05:00:01 AM 1 10.16 0.00 2.46 0.70 0.08 86.59 05:01:01 AM all 5.73 0.00 1.37 6.90 0.15 85.86 05:01:01 AM 0 8.40 0.00 1.66 8.18 0.18 81.58 05:01:01 AM 1 3.15 0.00 1.10 5.66 0.14 89.94 05:02:01 AM all 1.31 0.00 0.15 0.00 0.10 98.44 05:02:01 AM 0 2.00 0.00 0.19 0.00 0.12 97.69 05:02:01 AM 1 0.67 0.00 0.09 0.00 0.09 99.16 05:03:01 AM all 1.16 0.00 0.13 0.00 0.13 98.58 05:03:01 AM 0 0.27 0.00 0.05 0.00 0.07 99.61 05:03:01 AM 1 2.11 0.00 0.21 0.00 0.18 97.50 05:04:01 AM all 1.43 0.00 0.12 0.00 0.10 98.34 05:04:01 AM 0 2.65 0.00 0.23 0.00 0.16 96.96 05:04:01 AM 1 0.27 0.00 0.03 0.00 0.05 99.65 05:05:01 AM all 1.82 0.00 0.22 0.00 0.09 97.87 05:05:01 AM 0 3.04 0.00 0.30 0.00 0.14 96.52 05:05:01 AM 1 0.66 0.00 0.15 0.00 0.05 99.14 05:06:01 AM all 1.48 0.00 0.12 0.00 0.11 98.29 05:06:01 AM 0 2.29 0.00 0.18 0.00 0.16 97.37 05:06:01 AM 1 0.68 0.00 0.07 0.00 0.08 99.17 05:07:01 AM all 1.97 0.00 0.33 0.00 0.11 97.59 05:07:01 AM 0 2.27 0.00 0.35 0.00 0.10 97.28 05:07:01 AM 1 1.69 0.00 0.31 0.00 0.10 97.90 05:08:01 AM all 2.50 0.00 0.68 0.00 0.14 96.69 05:08:01 AM 0 3.16 0.00 0.74 0.00 0.21 95.88 05:08:01 AM 1 1.87 0.00 0.61 0.00 0.07 97.46 05:09:01 AM all 1.21 0.00 0.17 0.00 0.11 98.51 05:09:01 AM 0 2.12 0.00 0.25 0.00 0.18 97.45 05:09:01 AM 1 0.35 0.00 0.08 0.00 0.05 99.51 05:09:01 AM CPU %user %nice %system %iowait %steal %idle 05:10:01 AM all 1.80 0.00 0.40 0.00 0.10 97.70 05:10:01 AM 0 0.85 0.00 0.32 0.00 0.07 98.76 05:10:01 AM 1 2.79 0.00 0.50 0.00 0.14 96.57 05:11:01 AM all 2.20 0.00 0.56 0.00 0.09 97.15 05:11:01 AM 0 1.49 0.00 0.42 0.00 0.07 98.01 05:11:01 AM 1 2.92 0.00 0.67 0.00 0.12 96.29 05:12:01 AM all 2.03 0.00 0.62 0.00 0.11 97.24 05:12:01 AM 0 1.38 0.00 0.58 0.00 0.05 97.99 05:12:01 AM 1 2.73 0.00 0.67 0.00 0.16 96.44 05:13:01 AM all 1.02 0.00 0.14 0.00 0.10 98.74 05:13:01 AM 0 0.18 0.00 0.08 0.00 0.05 99.68 05:13:01 AM 1 1.90 0.00 0.22 0.00 0.16 97.72 05:14:01 AM all 1.32 0.00 0.15 0.00 0.10 98.43 05:14:01 AM 0 0.63 0.00 0.08 0.00 0.07 99.22 05:14:01 AM 1 2.03 0.00 0.21 0.00 0.12 97.63 05:15:01 AM all 1.22 0.00 0.14 0.00 0.10 98.55 05:15:01 AM 0 1.02 0.00 0.12 0.00 0.10 98.75 05:15:01 AM 1 1.43 0.00 0.16 0.00 0.10 98.31 05:16:01 AM all 1.31 0.00 0.11 0.00 0.09 98.48 05:16:01 AM 0 1.00 0.00 0.09 0.00 0.07 98.85 05:16:01 AM 1 1.63 0.00 0.14 0.00 0.10 98.13 05:17:01 AM all 1.55 0.00 0.15 0.00 0.09 98.21 05:17:01 AM 0 0.44 0.00 0.05 0.00 0.07 99.44 05:17:01 AM 1 2.69 0.00 0.26 0.00 0.12 96.92 05:18:01 AM all 1.73 0.00 0.19 0.00 0.11 97.97 05:18:01 AM 0 1.12 0.00 0.14 0.00 0.10 98.64 05:18:01 AM 1 2.37 0.00 0.23 0.02 0.12 97.26 05:19:01 AM all 1.71 0.00 0.16 0.00 0.13 98.00 05:19:01 AM 0 1.65 0.00 0.15 0.00 0.12 98.08 05:19:01 AM 1 1.77 0.00 0.17 0.00 0.14 97.92 05:20:01 AM all 1.32 0.00 0.13 0.00 0.10 98.44 05:20:01 AM 0 1.41 0.00 0.12 0.00 0.12 98.34 05:20:01 AM 1 1.23 0.00 0.14 0.00 0.09 98.55 05:20:01 AM CPU %user %nice %system %iowait %steal %idle 05:21:01 AM all 1.43 0.00 0.24 0.00 0.10 98.22 05:21:01 AM 0 2.62 0.00 0.34 0.00 0.16 96.88 05:21:01 AM 1 0.32 0.00 0.15 0.00 0.03 99.50 05:22:01 AM all 3.37 0.00 1.37 0.00 0.10 95.17 05:22:01 AM 0 3.08 0.00 1.33 0.00 0.09 95.50 05:22:01 AM 1 3.64 0.00 1.39 0.00 0.12 94.85 05:23:01 AM all 1.32 0.00 0.15 0.00 0.10 98.44 05:23:01 AM 0 0.59 0.00 0.05 0.00 0.05 99.31 05:23:01 AM 1 2.10 0.00 0.25 0.00 0.14 97.51 05:24:01 AM all 2.19 0.00 0.87 0.00 0.10 96.84 05:24:01 AM 0 2.20 0.00 0.92 0.00 0.09 96.79 05:24:01 AM 1 2.19 0.00 0.85 0.00 0.10 96.86 05:25:01 AM all 1.53 0.00 0.46 0.00 0.11 97.90 05:25:01 AM 0 1.14 0.00 0.39 0.00 0.09 98.38 05:25:01 AM 1 1.92 0.00 0.51 0.00 0.12 97.45 05:26:01 AM all 1.40 0.00 0.25 0.00 0.08 98.27 05:26:01 AM 0 1.07 0.00 0.20 0.00 0.07 98.66 05:26:01 AM 1 1.75 0.00 0.29 0.00 0.10 97.85 05:27:01 AM all 0.13 0.00 0.05 0.00 0.05 99.77 05:27:01 AM 0 0.10 0.00 0.05 0.00 0.05 99.80 05:27:01 AM 1 0.17 0.00 0.05 0.00 0.03 99.75 05:28:01 AM all 0.18 0.00 0.04 0.00 0.03 99.75 05:28:01 AM 0 0.27 0.00 0.05 0.00 0.03 99.65 05:28:01 AM 1 0.07 0.00 0.05 0.00 0.05 99.83 05:29:01 AM all 0.10 0.00 0.04 0.00 0.05 99.81 05:29:01 AM 0 0.15 0.00 0.02 0.00 0.03 99.80 05:29:01 AM 1 0.05 0.00 0.05 0.00 0.05 99.85 05:30:02 AM all 0.14 0.00 0.03 0.00 0.04 99.78 05:30:02 AM 0 0.13 0.00 0.03 0.00 0.05 99.78 05:30:02 AM 1 0.17 0.00 0.03 0.00 0.05 99.75 05:31:01 AM all 13.61 0.00 1.18 0.23 0.07 84.91 05:31:01 AM 0 11.92 0.00 1.16 0.10 0.05 86.76 05:31:01 AM 1 15.29 0.00 1.20 0.35 0.07 83.10 05:31:01 AM CPU %user %nice %system %iowait %steal %idle 05:32:01 AM all 32.72 0.00 2.71 7.88 0.12 56.56 05:32:01 AM 0 19.99 0.00 2.54 8.87 0.12 68.47 05:32:01 AM 1 46.02 0.00 2.89 6.85 0.13 44.11 Average: all 3.75 0.00 0.57 0.58 0.10 95.01 Average: 0 3.68 0.00 0.60 0.63 0.10 94.99 Average: 1 3.82 0.00 0.53 0.52 0.10 95.03