Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on prd-centos7-builder-2c-1g-26712 (centos7-builder-2c-1g) in workspace /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-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-UCIchelA8w2y/agent.8103 SSH_AGENT_PID=8105 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker@tmp/private_key_2985895204507205010.key (/w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker@tmp/private_key_2985895204507205010.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-18.04-arm64-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-18.04-arm64-docker@tmp/jenkins-gitclient-ssh6851729001671886016.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-18.04-arm64-docker@tmp/jenkins-gitclient-ssh7872697514639930753.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-18.04-arm64 PACKER_VERSION=1.9.1 PACKER_BUILDER=openstack UPDATE_CLOUD_IMAGE=False [EnvInject] - Variables injected successfully. [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash /tmp/jenkins14120105002881241521.sh ---> packer-install.sh Packer binary not available, installing Packer version 1.9.1. /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker 2024-01-04 00:22:57 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-18.04-arm64-docker/bin/packer /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-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_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 } 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 } 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-18.04-arm64-docker Verify Build"' + JQ_QUERY='.[] | select(.state == "success" and .context == "Packer ubuntu-18.04-arm64-docker Verify Build")' ++ curl https://api.github.com/repos/edgexfoundry/ci-management/statuses/6ce0c39c219bfe5f4d861366edf8de9259a233d7 ++ jq '.[] | select(.state == "success" and .context == "Packer ubuntu-18.04-arm64-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 53804 0 --:--:-- --:--:-- --:--:-- 53853 + STATUS= + [[ -n '' ]] + set +x ==> openstack.docker: Loading flavor: v3-standard-2 openstack.docker: Verified flavor. ID: d6906d2a-e83f-42be-b33e-fbaeb5c511cb ==> openstack.docker: Creating temporary RSA SSH key for instance... ==> openstack.docker: Creating temporary keypair: packer_6595fa65-9fad-f042-1fb3-35727b5cd52f ... ==> openstack.docker: Created temporary keypair: packer_6595fa65-9fad-f042-1fb3-35727b5cd52f openstack.docker: Found Image ID: cfbc616e-f104-4819-9d14-d272dfee7c3a ==> openstack.docker: Creating volume... ==> openstack.docker: Waiting for volume packer_6595fa65-30c1-016f-9d66-90dd44c0f204 (volume id: 30083dcd-1e33-4092-95f5-d2f8523c7014) to become available... openstack.docker: Volume ID: 30083dcd-1e33-4092-95f5-d2f8523c7014 ==> openstack.docker: Launching server... ==> openstack.docker: Launching server... openstack.docker: Server ID: d2b853fa-dd44-4f2a-8224-da6c1f6220d0 ==> openstack.docker: Waiting for server to become ready... openstack.docker: Floating IP not required ==> openstack.docker: Using SSH communicator to connect: 10.30.122.48 ==> 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: 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: Hit:1 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic InRelease openstack.docker: Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] openstack.docker: Get:3 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] openstack.docker: Get:4 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB] openstack.docker: Get:5 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [8316 kB] openstack.docker: Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1559 kB] openstack.docker: Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main Translation-en [467 kB] openstack.docker: Get:8 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic/universe Translation-en [4941 kB] openstack.docker: Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [4972 B] openstack.docker: Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted Translation-en [182 kB] openstack.docker: Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1173 kB] openstack.docker: Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Translation-en [308 kB] openstack.docker: Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2672 B] openstack.docker: Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse Translation-en [3928 B] openstack.docker: Get:15 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [126 kB] openstack.docker: Get:16 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic/multiverse Translation-en [108 kB] openstack.docker: Get:17 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1845 kB] openstack.docker: Get:18 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main Translation-en [554 kB] openstack.docker: Get:19 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [5516 B] openstack.docker: Get:20 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/restricted Translation-en [187 kB] openstack.docker: Get:21 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1718 kB] openstack.docker: Get:22 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/universe Translation-en [421 kB] openstack.docker: Get:23 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [4948 B] openstack.docker: Get:24 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse Translation-en [6088 B] openstack.docker: Get:25 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [53.2 kB] openstack.docker: Get:26 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/main Translation-en [14.6 kB] openstack.docker: Get:27 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [17.8 kB] openstack.docker: Get:28 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-backports/universe Translation-en [8668 B] openstack.docker: Fetched 22.3 MB in 11s (1945 kB/s) openstack.docker: Reading package lists... openstack.docker: Building dependency tree... openstack.docker: Reading state information... openstack.docker: 192 packages can be upgraded. Run 'apt list --upgradable' to see them. openstack.docker: Installing Python... ==> openstack.docker: E: No packages found openstack.docker: Reading package lists... openstack.docker: Building dependency tree... openstack.docker: Reading state information... openstack.docker: The following additional packages will be installed: openstack.docker: libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python python2.7 openstack.docker: python2.7-minimal openstack.docker: Suggested packages: openstack.docker: python-doc python-tk python2.7-doc binutils binfmt-support openstack.docker: The following NEW packages will be installed: openstack.docker: libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python openstack.docker: python-minimal python2.7 python2.7-minimal openstack.docker: 0 upgraded, 7 newly installed, 0 to remove and 192 not upgraded. openstack.docker: Need to get 3755 kB of archives. openstack.docker: After this operation, 16.4 MB of additional disk space will be used. openstack.docker: Get:1 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython2.7-minimal arm64 2.7.17-1~18.04ubuntu1.11 [335 kB] openstack.docker: Get:2 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python2.7-minimal arm64 2.7.17-1~18.04ubuntu1.11 [1140 kB] openstack.docker: Get:3 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-minimal arm64 2.7.15~rc1-1 [28.1 kB] openstack.docker: Get:4 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython2.7-stdlib arm64 2.7.17-1~18.04ubuntu1.11 [1856 kB] openstack.docker: Get:5 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python2.7 arm64 2.7.17-1~18.04ubuntu1.11 [248 kB] openstack.docker: Get:6 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython-stdlib arm64 2.7.15~rc1-1 [7620 B] openstack.docker: Get:7 http://nova.clouds.ports.ubuntu.com/ubuntu-ports bionic/main arm64 python arm64 2.7.15~rc1-1 [140 kB] ==> 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 3755 kB in 1s (3477 kB/s) openstack.docker: Selecting previously unselected package libpython2.7-minimal:arm64. openstack.docker: (Reading database ... 59923 files and directories currently installed.) openstack.docker: Preparing to unpack .../0-libpython2.7-minimal_2.7.17-1~18.04ubuntu1.11_arm64.deb ... openstack.docker: Unpacking libpython2.7-minimal:arm64 (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Selecting previously unselected package python2.7-minimal. openstack.docker: Preparing to unpack .../1-python2.7-minimal_2.7.17-1~18.04ubuntu1.11_arm64.deb ... openstack.docker: Unpacking python2.7-minimal (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Selecting previously unselected package python-minimal. openstack.docker: Preparing to unpack .../2-python-minimal_2.7.15~rc1-1_arm64.deb ... openstack.docker: Unpacking python-minimal (2.7.15~rc1-1) ... openstack.docker: Selecting previously unselected package libpython2.7-stdlib:arm64. openstack.docker: Preparing to unpack .../3-libpython2.7-stdlib_2.7.17-1~18.04ubuntu1.11_arm64.deb ... openstack.docker: Unpacking libpython2.7-stdlib:arm64 (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Selecting previously unselected package python2.7. openstack.docker: Preparing to unpack .../4-python2.7_2.7.17-1~18.04ubuntu1.11_arm64.deb ... openstack.docker: Unpacking python2.7 (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Selecting previously unselected package libpython-stdlib:arm64. openstack.docker: Preparing to unpack .../5-libpython-stdlib_2.7.15~rc1-1_arm64.deb ... openstack.docker: Unpacking libpython-stdlib:arm64 (2.7.15~rc1-1) ... openstack.docker: Setting up libpython2.7-minimal:arm64 (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Setting up python2.7-minimal (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Linking and byte-compiling packages for runtime python2.7... openstack.docker: Setting up python-minimal (2.7.15~rc1-1) ... openstack.docker: Selecting previously unselected package python. openstack.docker: (Reading database ... 60671 files and directories currently installed.) openstack.docker: Preparing to unpack .../python_2.7.15~rc1-1_arm64.deb ... openstack.docker: Unpacking python (2.7.15~rc1-1) ... openstack.docker: Setting up libpython2.7-stdlib:arm64 (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Setting up python2.7 (2.7.17-1~18.04ubuntu1.11) ... openstack.docker: Setting up libpython-stdlib:arm64 (2.7.15~rc1-1) ... openstack.docker: Setting up python (2.7.15~rc1-1) ... openstack.docker: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... openstack.docker: Processing triggers for mime-support (3.60ubuntu1) ... openstack.docker: python is /usr/bin/python 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-shell485952345 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-cppg 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-cppg/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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-18.04-arm64-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-key2008305710 -i /tmp/packer-provisioner-ansible2360721787 /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/provision/local-docker.yaml openstack.docker: openstack.docker: PLAY [all] ********************************************************************* openstack.docker: openstack.docker: TASK [Gathering Facts] ********************************************************* openstack.docker: Thursday 04 January 2024 00:26:06 +0000 (0:00:00.031) 0:00:00.031 ****** openstack.docker: [DEPRECATION WARNING]: Distribution Ubuntu 18.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: feature will be removed in version 2.12. Deprecation warnings can be disabled  openstack.docker: by setting deprecation_warnings=False in ansible.cfg. openstack.docker: openstack.docker: TASK [include_role : lfit.system-update] *************************************** openstack.docker: Thursday 04 January 2024 00:26:08 +0000 (0:00:02.216) 0:00:02.248 ****** openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Thursday 04 January 2024 00:26:08 +0000 (0:00:00.029) 0:00:02.277 ****** openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/.galaxy/lfit.system-update/tasks/Ubuntu.yml for default openstack.docker: openstack.docker: TASK [lfit.system-update : apt-get update] ************************************* openstack.docker: Thursday 04 January 2024 00:26:08 +0000 (0:00:00.062) 0:00:02.340 ****** openstack.docker: changed: [default] openstack.docker: [WARNING]: Updating cache and auto-installing missing dependency: python-apt openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Thursday 04 January 2024 00:26:33 +0000 (0:00:24.558) 0:00:26.898 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install base packages] *************************************************** openstack.docker: Thursday 04 January 2024 00:33:56 +0000 (0:07:23.215) 0:07:50.114 ****** openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/common-packer/provision/install-base-pkgs-Ubuntu.yaml for default openstack.docker: openstack.docker: TASK [Install base packages] *************************************************** openstack.docker: Thursday 04 January 2024 00:33:56 +0000 (0:00:00.054) 0:07:50.168 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Allow jenkins user sudo access] ****************************************** openstack.docker: Thursday 04 January 2024 00:37:03 +0000 (0:03:06.907) 0:10:57.075 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Load operating-system specific variables] **** openstack.docker: Thursday 04 January 2024 00:37:05 +0000 (0:00:01.459) 0:10:58.535 ****** openstack.docker: ok: [default] => (item=/w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/.galaxy/lfit.lf-recommended-tools/vars/Debian.yaml) openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : rpm_key] ************************************* openstack.docker: Thursday 04 January 2024 00:37:05 +0000 (0:00:00.054) 0:10:58.590 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install LF Recommended Tools on RedHat] ****** openstack.docker: Thursday 04 January 2024 00:37:05 +0000 (0:00:00.040) 0:10:58.630 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install LF Recommended Tools on Debian] ****** openstack.docker: Thursday 04 January 2024 00:37:05 +0000 (0:00:00.044) 0:10:58.674 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install fedora-packager] ********************* openstack.docker: Thursday 04 January 2024 00:39:05 +0000 (0:02:00.204) 0:12:58.878 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Create /opt/plantuml install directory] ****** openstack.docker: Thursday 04 January 2024 00:39:05 +0000 (0:00:00.047) 0:12:58.926 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Fetch PlantUML] ****************************** openstack.docker: Thursday 04 January 2024 00:39:06 +0000 (0:00:00.785) 0:12:59.711 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install PlantUML executable script] ********** openstack.docker: Thursday 04 January 2024 00:39:09 +0000 (0:00:03.203) 0:13:02.914 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Set up the Nodesource RPM directory.] ******** openstack.docker: Thursday 04 January 2024 00:39:10 +0000 (0:00:01.176) 0:13:04.091 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Import Nodesource RPM key] ******************* openstack.docker: Thursday 04 January 2024 00:39:10 +0000 (0:00:00.043) 0:13:04.134 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Add Nodesource repositories for Node.js (CentOS 7+).] *** openstack.docker: Thursday 04 January 2024 00:39:10 +0000 (0:00:00.043) 0:13:04.178 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Update package cache if repo was added.] ***** openstack.docker: Thursday 04 January 2024 00:39:10 +0000 (0:00:00.042) 0:13:04.220 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Ensure Node.js AppStream module is disabled (CentOS 8+).] *** openstack.docker: Thursday 04 January 2024 00:39:10 +0000 (0:00:00.042) 0:13:04.262 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Ensure Node.js and npm are installed.] ******* openstack.docker: Thursday 04 January 2024 00:39:10 +0000 (0:00:00.043) 0:13:04.306 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Import the NodeSource GPG key into apt] ****** openstack.docker: Thursday 04 January 2024 00:39:10 +0000 (0:00:00.039) 0:13:04.345 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Add NodeSource deb repository] *************** openstack.docker: Thursday 04 January 2024 00:39:14 +0000 (0:00:03.198) 0:13:07.543 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Add NodeSource deb-src repository] *********** openstack.docker: Thursday 04 January 2024 00:39:35 +0000 (0:00:21.372) 0:13:28.916 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-recommended-tools : Install Node.js] ***************************** openstack.docker: Thursday 04 January 2024 00:39:50 +0000 (0:00:15.536) 0:13:44.453 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.lf-dev-libs : Pull in package names] ******************************** openstack.docker: Thursday 04 January 2024 00:40:19 +0000 (0:00:28.059) 0:14:12.512 ****** openstack.docker: ok: [default] => (item=/w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/.galaxy/lfit.lf-dev-libs/vars/Debian.yaml) openstack.docker: openstack.docker: TASK [lfit.lf-dev-libs : Install Dev libraries] ******************************** openstack.docker: Thursday 04 January 2024 00:40:19 +0000 (0:00:00.056) 0:14:12.569 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Install Epel Repo] ******************************** openstack.docker: Thursday 04 January 2024 00:42:26 +0000 (0:02:07.549) 0:16:20.118 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Install haveged package] ************************** openstack.docker: Thursday 04 January 2024 00:42:26 +0000 (0:00:00.044) 0:16:20.163 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Enable haveged service (Ubuntu)] ****************** openstack.docker: Thursday 04 January 2024 00:42:45 +0000 (0:00:19.234) 0:16:39.398 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.haveged-install : Enable haveged service (RedHat)] ****************** openstack.docker: Thursday 04 January 2024 00:42:47 +0000 (0:00:01.102) 0:16:40.500 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : include_tasks] *************************************** openstack.docker: Thursday 04 January 2024 00:42:47 +0000 (0:00:00.044) 0:16:40.545 ****** openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-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: Thursday 04 January 2024 00:42:47 +0000 (0:00:00.057) 0:16:40.602 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Setup openjdk-r/ppa] ********************************* openstack.docker: Thursday 04 January 2024 00:43:04 +0000 (0:00:17.344) 0:16:57.947 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Install OpenJDK 1.8.0, 11 and 12] ******************** openstack.docker: Thursday 04 January 2024 00:43:27 +0000 (0:00:23.478) 0:17:21.426 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Install OpenJDK 17] ********************************** openstack.docker: Thursday 04 January 2024 00:44:52 +0000 (0:01:24.052) 0:18:45.479 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set Java path for OpenJDK 11 (non-arm)] ************** openstack.docker: Thursday 04 January 2024 00:45:36 +0000 (0:00:44.101) 0:19:29.580 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set Java path for OpenJDK 11 (arm)] ****************** openstack.docker: Thursday 04 January 2024 00:45:36 +0000 (0:00:00.041) 0:19:29.621 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set java alternatives] ******************************* openstack.docker: Thursday 04 January 2024 00:45:36 +0000 (0:00:00.051) 0:19:29.673 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set javac alternatives] ****************************** openstack.docker: Thursday 04 January 2024 00:45:36 +0000 (0:00:00.778) 0:19:30.452 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set jar alternatives] ******************************** openstack.docker: Thursday 04 January 2024 00:45:37 +0000 (0:00:00.702) 0:19:31.154 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set jarsigner alternatives] ************************** openstack.docker: Thursday 04 January 2024 00:45:38 +0000 (0:00:00.698) 0:19:31.853 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set javadoc alternatives] **************************** openstack.docker: Thursday 04 January 2024 00:45:39 +0000 (0:00:00.673) 0:19:32.526 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set javap alternatives] ****************************** openstack.docker: Thursday 04 January 2024 00:45:39 +0000 (0:00:00.661) 0:19:33.188 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.java-install : Set java_sdk_openjdk alternatives] ******************* openstack.docker: Thursday 04 January 2024 00:45:40 +0000 (0:00:00.668) 0:19:33.856 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : include_tasks] ************************************* openstack.docker: Thursday 04 January 2024 00:45:41 +0000 (0:00:00.655) 0:19:34.512 ****** openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/.galaxy/lfit.puppet-install/tasks/Debian-aarch64.yml for default openstack.docker: openstack.docker: TASK [lfit.puppet-install : Install Facter] ************************************ openstack.docker: Thursday 04 January 2024 00:45:41 +0000 (0:00:00.054) 0:19:34.566 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : Symlink facter] ************************************ openstack.docker: Thursday 04 January 2024 00:45:49 +0000 (0:00:08.558) 0:19:43.124 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.puppet-install : Symlink puppet] ************************************ openstack.docker: Thursday 04 January 2024 00:45:49 +0000 (0:00:00.046) 0:19:43.171 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Include distro specific variables] ***************** openstack.docker: Thursday 04 January 2024 00:45:49 +0000 (0:00:00.043) 0:19:43.214 ****** openstack.docker: ok: [default] => (item=/w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/.galaxy/lfit.python-install/vars/Debian.yml) openstack.docker: openstack.docker: TASK [lfit.python-install : Install Python] ************************************ openstack.docker: Thursday 04 January 2024 00:45:49 +0000 (0:00:00.053) 0:19:43.268 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Set Python version on Ubuntu >= 18.04 or CentOS 7] *** openstack.docker: Thursday 04 January 2024 00:46:35 +0000 (0:00:45.540) 0:20:28.808 ****** 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: Thursday 04 January 2024 00:46:35 +0000 (0:00:00.054) 0:20:28.863 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Update SSL dependencies for CentOS] **************** openstack.docker: Thursday 04 January 2024 00:46:35 +0000 (0:00:00.057) 0:20:28.921 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.python-install : Install pyenv v2.3.3] ****************************** openstack.docker: Thursday 04 January 2024 00:46:35 +0000 (0:00:00.061) 0:20:28.982 ****** 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: Thursday 04 January 2024 00:46:39 +0000 (0:00:04.213) 0:20:33.195 ****** 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: Thursday 04 January 2024 01:07:36 +0000 (0:20:57.142) 0:41:30.337 ****** 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: Thursday 04 January 2024 01:18:31 +0000 (0:10:54.533) 0:52:24.871 ****** 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: Thursday 04 January 2024 01:18:32 +0000 (0:00:00.725) 0:52:25.597 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.shellcheck-install : Fetch ShellCheck] ****************************** openstack.docker: Thursday 04 January 2024 01:18:32 +0000 (0:00:00.019) 0:52:25.616 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.shellcheck-install : Unpack ShellCheck] ***************************** openstack.docker: Thursday 04 January 2024 01:18:33 +0000 (0:00:01.118) 0:52:26.735 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.shellcheck-install : Install ShellCheck to /usr/local/bin/shellcheck] *** openstack.docker: Thursday 04 January 2024 01:18:35 +0000 (0:00:02.251) 0:52:28.986 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Install sysstat package] ************************** openstack.docker: Thursday 04 January 2024 01:18:36 +0000 (0:00:00.770) 0:52:29.757 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Enable sysstat service] *************************** openstack.docker: Thursday 04 January 2024 01:18:39 +0000 (0:00:03.472) 0:52:33.229 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Enable sysstat] *********************************** openstack.docker: Thursday 04 January 2024 01:18:40 +0000 (0:00:00.903) 0:52:34.133 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.sysstat-install : Copy sysstat configuration] *********************** openstack.docker: Thursday 04 January 2024 01:18:41 +0000 (0:00:00.750) 0:52:34.883 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Update /etc/nss-switch.conf to map hostname with IP] ********************* openstack.docker: Thursday 04 January 2024 01:18:42 +0000 (0:00:01.504) 0:52:36.388 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Set all periodic update options to 0] ************************************ openstack.docker: Thursday 04 January 2024 01:18:43 +0000 (0:00:00.721) 0:52:37.109 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Set all auto update options to 0] **************************************** openstack.docker: Thursday 04 January 2024 01:18:44 +0000 (0:00:00.598) 0:52:37.707 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Disable unattended upgrades] ********************************************* openstack.docker: Thursday 04 January 2024 01:18:44 +0000 (0:00:00.717) 0:52:38.425 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Uninstall unattended upgrades] ******************************************* openstack.docker: Thursday 04 January 2024 01:18:45 +0000 (0:00:00.636) 0:52:39.062 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Prevent unattended upgrades from being installed] ************************ openstack.docker: Thursday 04 January 2024 01:18:58 +0000 (0:00:12.710) 0:52:51.773 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Disable apt-daily.* systemd services] ************************************ openstack.docker: Thursday 04 January 2024 01:18:59 +0000 (0:00:00.886) 0:52:52.659 ****** 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: Thursday 04 January 2024 01:19:05 +0000 (0:00:06.041) 0:52:58.701 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: PLAY [all] ********************************************************************* openstack.docker: openstack.docker: TASK [Gathering Facts] ********************************************************* openstack.docker: Thursday 04 January 2024 01:19:15 +0000 (0:00:10.765) 0:53:09.466 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [include_role : lfit.system-update] *************************************** openstack.docker: Thursday 04 January 2024 01:19:19 +0000 (0:00:03.789) 0:53:13.256 ****** openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Thursday 04 January 2024 01:19:19 +0000 (0:00:00.025) 0:53:13.282 ****** openstack.docker: included: /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/packer/.galaxy/lfit.system-update/tasks/Ubuntu.yml for default openstack.docker: openstack.docker: TASK [lfit.system-update : apt-get update] ************************************* openstack.docker: Thursday 04 January 2024 01:19:19 +0000 (0:00:00.035) 0:53:13.317 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.system-update : Update all packages] ******************************** openstack.docker: Thursday 04 January 2024 01:19:32 +0000 (0:00:12.217) 0:53:25.535 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for x86_64] ******************************* openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:04.047) 0:53:29.582 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for aarch64] ****************************** openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:00.017) 0:53:29.599 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for Centos docker version] **************** openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:00.031) 0:53:29.631 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Checking for Ubuntu docker version] **************** openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:00.027) 0:53:29.659 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker requirements] *********************** openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:00.024) 0:53:29.683 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Add Docker repository] ***************************** openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:00.022) 0:53:29.706 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker CE] ********************************* openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:00.024) 0:53:29.731 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker requirements] *********************** openstack.docker: Thursday 04 January 2024 01:19:36 +0000 (0:00:00.025) 0:53:29.757 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Add Docker apt-key] ******************************** openstack.docker: Thursday 04 January 2024 01:19:49 +0000 (0:00:13.018) 0:53:42.775 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Add Docker apt-repository] ************************* openstack.docker: Thursday 04 January 2024 01:19:52 +0000 (0:00:02.760) 0:53:45.535 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Install Docker CE] ********************************* openstack.docker: Thursday 04 January 2024 01:20:14 +0000 (0:00:22.462) 0:54:07.998 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Ensure /etc/docker directory exists] *************** openstack.docker: Thursday 04 January 2024 01:22:26 +0000 (0:02:11.637) 0:56:19.635 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Copy LF Docker configuration] ********************** openstack.docker: Thursday 04 January 2024 01:22:26 +0000 (0:00:00.658) 0:56:20.294 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Set mtu to 1458] *********************************** openstack.docker: Thursday 04 January 2024 01:22:27 +0000 (0:00:01.163) 0:56:21.457 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Fix broken systemd file on Ubuntu] ***************** openstack.docker: Thursday 04 January 2024 01:22:28 +0000 (0:00:00.665) 0:56:22.123 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Fix broken systemd file on Red Hat] **************** openstack.docker: Thursday 04 January 2024 01:22:29 +0000 (0:00:00.625) 0:56:22.749 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [lfit.docker-install : Enable Docker service] ***************************** openstack.docker: Thursday 04 January 2024 01:22:29 +0000 (0:00:00.021) 0:56:22.770 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [System Reseal] *********************************************************** openstack.docker: Thursday 04 January 2024 01:22:30 +0000 (0:00:00.920) 0:56:23.691 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: PLAY [all] ********************************************************************* openstack.docker: openstack.docker: TASK [Gathering Facts] ********************************************************* openstack.docker: Thursday 04 January 2024 01:22:40 +0000 (0:00:10.530) 0:56:34.222 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [Set golang download url] ************************************************* openstack.docker: Thursday 04 January 2024 01:22:44 +0000 (0:00:03.863) 0:56:38.085 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [Set glide download url] ************************************************** openstack.docker: Thursday 04 January 2024 01:22:44 +0000 (0:00:00.030) 0:56:38.116 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [Install Docker Compose 1.17.1] ******************************************* openstack.docker: Thursday 04 January 2024 01:22:44 +0000 (0:00:00.034) 0:56:38.150 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch golang 1.9.1 to /tmp/go1.9.1.tar.gz] ******************************* openstack.docker: Thursday 04 January 2024 01:23:11 +0000 (0:00:27.280) 0:57:05.431 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install golang 1.9.1 to /usr/local] ************************************** openstack.docker: Thursday 04 January 2024 01:23:16 +0000 (0:00:04.324) 0:57:09.755 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Add golang to PATH] ****************************************************** openstack.docker: Thursday 04 January 2024 01:23:32 +0000 (0:00:16.037) 0:57:25.793 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch golang 1.10 to /tmp/go1.10.tar.gz] ********************************* openstack.docker: Thursday 04 January 2024 01:23:32 +0000 (0:00:00.656) 0:57:26.449 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install golang 1.10 to /opt/golang/110/bin/go] *************************** openstack.docker: Thursday 04 January 2024 01:23:38 +0000 (0:00:05.874) 0:57:32.323 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch golang 1.11.2 to /tmp/go1.11.2.tar.gz] ***************************** openstack.docker: Thursday 04 January 2024 01:24:00 +0000 (0:00:21.210) 0:57:53.533 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install golang 1.11.2 to /opt/golang/111/bin/go] ************************* openstack.docker: Thursday 04 January 2024 01:24:05 +0000 (0:00:05.411) 0:57:58.945 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Fetch Glide v0.13.1 to /tmp/glide-v0.13.1.tar.gz] ************************ openstack.docker: Thursday 04 January 2024 01:24:27 +0000 (0:00:22.197) 0:58:21.142 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Unarchive Glide] ********************************************************* openstack.docker: Thursday 04 January 2024 01:24:28 +0000 (0:00:01.307) 0:58:22.449 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install Glide to /usr/local/bin/glide] *********************************** openstack.docker: Thursday 04 January 2024 01:24:31 +0000 (0:00:02.034) 0:58:24.483 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install zeromq via yum] ************************************************** openstack.docker: Thursday 04 January 2024 01:24:31 +0000 (0:00:00.880) 0:58:25.364 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [Install zeromq via apt] ************************************************** openstack.docker: Thursday 04 January 2024 01:24:31 +0000 (0:00:00.024) 0:58:25.388 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: TASK [Install cmake via yum] *************************************************** openstack.docker: Thursday 04 January 2024 01:26:12 +0000 (0:01:40.398) 1:00:05.787 ****** openstack.docker: skipping: [default] openstack.docker: openstack.docker: TASK [Install cmake via apt] *************************************************** openstack.docker: Thursday 04 January 2024 01:26:12 +0000 (0:00:00.030) 1:00:05.817 ****** openstack.docker: ok: [default] openstack.docker: openstack.docker: TASK [Set docker proxy] ******************************************************** openstack.docker: Thursday 04 January 2024 01:26:15 +0000 (0:00:03.140) 1:00:08.958 ****** openstack.docker: changed: [default] openstack.docker: openstack.docker: PLAY RECAP ********************************************************************* openstack.docker: default : ok=90  changed=66  unreachable=0 failed=0 skipped=25  rescued=0 ignored=0 openstack.docker: openstack.docker: Thursday 04 January 2024 01:26:16 +0000 (0:00:00.667) 1:00:09.626 ****** openstack.docker: =============================================================================== openstack.docker: lfit.python-install : Install Python 3.9.13 3.8.13 3.10.6 ------------ 1257.14s openstack.docker: lfit.python-install : Install Python 3.10.6 --------------------------- 654.53s openstack.docker: lfit.system-update : Update all packages ------------------------------ 443.22s openstack.docker: Install base packages ------------------------------------------------- 186.91s openstack.docker: lfit.docker-install : Install Docker CE ------------------------------- 131.64s openstack.docker: lfit.lf-dev-libs : Install Dev libraries ------------------------------ 127.55s openstack.docker: lfit.lf-recommended-tools : Install LF Recommended Tools on Debian ---- 120.20s openstack.docker: Install zeromq via apt ------------------------------------------------ 100.40s openstack.docker: lfit.java-install : Install OpenJDK 1.8.0, 11 and 12 ------------------- 84.05s openstack.docker: lfit.python-install : Install Python ----------------------------------- 45.54s openstack.docker: lfit.java-install : Install OpenJDK 17 --------------------------------- 44.10s openstack.docker: lfit.lf-recommended-tools : Install Node.js ---------------------------- 28.06s openstack.docker: Install Docker Compose 1.17.1 ------------------------------------------ 27.28s openstack.docker: lfit.system-update : apt-get update ------------------------------------ 24.56s openstack.docker: lfit.java-install : Setup openjdk-r/ppa -------------------------------- 23.48s openstack.docker: lfit.docker-install : Add Docker apt-repository ------------------------ 22.46s openstack.docker: Install golang 1.11.2 to /opt/golang/111/bin/go ------------------------ 22.20s openstack.docker: lfit.lf-recommended-tools : Add NodeSource deb repository -------------- 21.37s openstack.docker: Install golang 1.10 to /opt/golang/110/bin/go -------------------------- 21.21s openstack.docker: lfit.haveged-install : Install haveged package ------------------------- 19.23s ==> openstack.docker: Stopping server: d2b853fa-dd44-4f2a-8224-da6c1f6220d0 ... openstack.docker: Waiting for server to stop: d2b853fa-dd44-4f2a-8224-da6c1f6220d0 ... ==> openstack.docker: Terminating the source server: d2b853fa-dd44-4f2a-8224-da6c1f6220d0 ... ==> openstack.docker: Creating the image: ZZCI - Ubuntu 18.04 - docker - arm64 - 20240104-002300.499 openstack.docker: Image: 071b6123-6b8f-4c7c-9ee7-af4a3e509a4f ==> openstack.docker: Waiting for image ZZCI - Ubuntu 18.04 - docker - arm64 - 20240104-002300.499 (image id: 071b6123-6b8f-4c7c-9ee7-af4a3e509a4f) to become ready... ==> openstack.docker: Terminating the source server: d2b853fa-dd44-4f2a-8224-da6c1f6220d0 ... ==> openstack.docker: Error terminating server, may still be around: Resource not found ==> openstack.docker: Waiting for volume packer_6595fa65-30c1-016f-9d66-90dd44c0f204 (volume id: 30083dcd-1e33-4092-95f5-d2f8523c7014) to become available... ==> openstack.docker: Deleting volume: 30083dcd-1e33-4092-95f5-d2f8523c7014 ... ==> openstack.docker: Deleting temporary keypair: packer_6595fa65-9fad-f042-1fb3-35727b5cd52f ... Build 'openstack.docker' finished after 1 hour 8 minutes. ==> Wait completed after 1 hour 8 minutes ==> Builds finished. The artifacts of successful builds are: --> openstack.docker: An image was created: 071b6123-6b8f-4c7c-9ee7-af4a3e509a4f [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash -ue /tmp/jenkins10185255711337162155.sh ---> packer-clear-credentials.sh [description-setter] Description set: Image: ZZCI - Ubuntu 18.04 - docker - arm64 - 20240104-002300.499 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 8105 killed; [ssh-agent] Stopped. [PostBuildScript] - [INFO] Executing post build scripts. [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash /tmp/jenkins7425791168802483338.sh ---> sysstat.sh [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash /tmp/jenkins13901628201014156330.sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=redhat + workspace=/w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-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-18.04-arm64-docker ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + sort + rpm -qa + '[' -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-18.04-arm64-docker ']' + mkdir -p /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/archives/ [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash /tmp/jenkins10143408770497644079.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-1Up9 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-1Up9/bin to PATH INFO: Running in OpenStack, capturing instance metadata [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash /tmp/jenkins15502014823750797933.sh provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker@tmp/config4558309787490454168tmp 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-18.04-arm64-docker] $ /bin/bash /tmp/jenkins12342485537526134467.sh ---> create-netrc.sh [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash /tmp/jenkins6550451563427940818.sh ---> python-tools-install.sh Setup pyenv: system 3.8.13 * 3.9.13 (set by /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1Up9 from file:/tmp/.os_lf_venv lf-activate-venv(): INFO: Installing: lftools lf-activate-venv(): INFO: Adding /tmp/venv-1Up9/bin to PATH Generating Requirements File Python 3.9.13 pip 23.3.2 from /tmp/venv-1Up9/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.12 botocore==1.34.12 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.26.1 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.1 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-18.04-arm64-docker] $ /bin/bash /tmp/jenkins16402721253772742395.sh ---> sudo-logs.sh Archiving 'sudo' log.. [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash /tmp/jenkins4925392118990028505.sh ---> job-cost.sh Setup pyenv: system 3.8.13 * 3.9.13 (set by /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1Up9 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-1Up9/bin to PATH INFO: No Stack... INFO: Retrieving Pricing Info for: v3-standard-2 INFO: Archiving Costs [ci-management-packer-merge-ubuntu-18.04-arm64-docker] $ /bin/bash -l /tmp/jenkins10992547524715136146.sh ---> logs-deploy.sh Setup pyenv: system 3.8.13 * 3.9.13 (set by /w/workspace/ci-management-packer-merge-ubuntu-18.04-arm64-docker/.python-version) lf-activate-venv(): INFO: Reuse venv:/tmp/venv-1Up9 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-1Up9/bin to PATH INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/ci-management-packer-merge-ubuntu-18.04-arm64-docker/424 INFO: archiving workspace using pattern(s): Archives upload complete. INFO: archiving logs to Nexus ---> uname -a: Linux prd-centos7-builder-2c-1g-26712.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: 2799.998 BogoMIPS: 5599.99 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 621 4812 16 2387 6884 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:6b:8f:9f brd ff:ff:ff:ff:ff:ff inet 10.30.123.83/23 brd 10.30.123.255 scope global dynamic eth0 valid_lft 82158sec preferred_lft 82158sec inet6 fe80::f816:3eff:fe6b:8f9f/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/04/2024 _x86_64_ (2 CPU) 12:22:20 AM LINUX RESTART 12:23:01 AM tps rtps wtps bread/s bwrtn/s 12:24:01 AM 51.17 1.17 50.01 37.31 6181.21 12:25:01 AM 3.10 0.00 3.10 0.00 117.72 12:26:01 AM 87.56 8.84 78.72 832.11 4861.47 12:27:01 AM 198.58 0.60 197.98 20.66 5915.66 12:28:01 AM 1.50 0.00 1.50 0.00 43.45 12:29:01 AM 0.48 0.00 0.48 0.00 6.61 12:30:01 AM 0.23 0.00 0.23 0.00 2.18 12:31:01 AM 0.27 0.00 0.27 0.00 2.95 12:32:01 AM 0.25 0.00 0.25 0.00 2.22 12:33:01 AM 0.17 0.00 0.17 0.00 1.62 12:34:01 AM 0.28 0.00 0.28 0.00 3.20 12:35:01 AM 0.42 0.00 0.42 0.00 5.45 12:36:01 AM 0.38 0.00 0.38 0.00 4.71 12:37:01 AM 0.22 0.00 0.22 0.00 2.03 12:38:01 AM 0.60 0.03 0.57 1.07 18.27 12:39:01 AM 0.83 0.00 0.83 0.00 15.18 12:40:01 AM 0.73 0.00 0.73 0.00 32.98 12:41:01 AM 0.80 0.00 0.80 0.00 13.28 12:42:01 AM 0.13 0.00 0.13 0.00 0.93 12:43:01 AM 0.30 0.00 0.30 0.00 5.71 12:44:01 AM 0.60 0.00 0.60 0.00 18.27 12:45:01 AM 0.32 0.00 0.32 0.00 4.55 12:46:01 AM 0.50 0.00 0.50 0.00 7.95 12:47:01 AM 1.10 0.00 1.10 0.00 31.97 12:48:02 AM 0.55 0.00 0.55 0.00 8.15 12:49:01 AM 0.36 0.00 0.36 0.00 4.15 12:50:01 AM 0.18 0.00 0.18 0.00 1.48 12:51:01 AM 0.22 0.00 0.22 0.00 2.52 12:52:01 AM 0.22 0.00 0.22 0.00 2.70 12:53:01 AM 0.27 0.00 0.27 0.00 2.95 12:54:01 AM 0.18 0.00 0.18 0.00 2.55 12:55:01 AM 0.15 0.00 0.15 0.00 1.07 12:56:01 AM 0.22 0.00 0.22 0.00 2.65 12:57:01 AM 0.18 0.00 0.18 0.00 1.75 12:58:01 AM 0.17 0.00 0.17 0.00 1.93 12:59:01 AM 0.48 0.00 0.48 0.00 7.08 01:00:01 AM 0.18 0.00 0.18 0.00 1.43 01:01:01 AM 0.25 0.02 0.23 0.13 2.73 01:02:01 AM 0.38 0.08 0.30 1.60 4.90 01:03:01 AM 0.22 0.00 0.22 0.00 2.37 01:04:01 AM 0.23 0.00 0.23 0.00 3.10 01:05:01 AM 0.25 0.00 0.25 0.00 2.68 01:06:01 AM 0.25 0.00 0.25 0.00 2.52 01:07:01 AM 0.15 0.00 0.15 0.00 1.87 01:08:01 AM 1.32 1.00 0.32 57.05 7.13 01:09:01 AM 0.47 0.00 0.47 0.00 6.13 01:10:01 AM 0.23 0.00 0.23 0.00 2.52 01:11:01 AM 0.18 0.00 0.18 0.00 1.88 01:12:01 AM 0.13 0.00 0.13 0.00 1.20 01:13:01 AM 0.13 0.00 0.13 0.00 1.00 01:14:01 AM 0.32 0.00 0.32 0.00 4.35 01:15:01 AM 0.23 0.00 0.23 0.00 2.52 01:16:01 AM 0.20 0.00 0.20 0.00 2.30 01:17:01 AM 0.18 0.00 0.18 0.00 1.62 01:18:01 AM 0.15 0.00 0.15 0.00 1.20 01:19:01 AM 0.18 0.00 0.18 0.00 2.07 01:20:01 AM 1.50 0.00 1.50 0.00 53.20 01:21:01 AM 0.67 0.00 0.67 0.00 12.54 01:22:01 AM 5.06 4.81 0.25 67.57 3.65 01:23:01 AM 254.31 234.63 19.69 3116.72 916.74 01:24:01 AM 0.92 0.00 0.92 0.00 20.87 01:25:02 AM 0.75 0.00 0.75 0.00 14.11 01:26:01 AM 0.56 0.00 0.56 0.00 9.08 01:27:01 AM 0.60 0.00 0.60 0.00 11.88 01:28:01 AM 0.27 0.00 0.27 0.00 2.58 01:29:01 AM 0.30 0.00 0.30 0.00 2.92 01:30:01 AM 0.23 0.00 0.23 0.00 2.60 01:31:01 AM 0.35 0.00 0.35 0.00 4.03 01:32:01 AM 57.78 1.05 56.73 172.02 2683.51 01:33:01 AM 236.30 0.18 236.12 22.39 8484.09 Average: 13.14 3.61 9.53 61.88 423.32 12:23:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:24:01 AM 5807376 2201540 27.49 2620 1624720 882476 9.74 532740 1428496 20 12:25:01 AM 5806900 2202016 27.49 2620 1624744 882444 9.74 533392 1428252 12 12:26:01 AM 5448744 2560172 31.97 2620 1866476 915388 10.11 675692 1559428 162328 12:27:01 AM 5433980 2574936 32.15 2620 1868112 982376 10.85 707008 1556616 36 12:28:01 AM 5430732 2578184 32.19 2620 1868116 983820 10.86 710592 1556616 4 12:29:01 AM 5422600 2586316 32.29 2620 1868120 983936 10.86 718368 1556616 4 12:30:01 AM 5423368 2585548 32.28 2620 1868124 983936 10.86 717752 1556616 4 12:31:01 AM 5428188 2580728 32.22 2620 1868132 982912 10.85 712520 1556616 4 12:32:01 AM 5428576 2580340 32.22 2620 1868132 983176 10.85 712708 1556616 4 12:33:01 AM 5427248 2581668 32.23 2620 1868136 983800 10.86 713748 1556616 4 12:34:01 AM 5433052 2575864 32.16 2620 1868156 983104 10.85 708540 1556580 28 12:35:01 AM 5430120 2578796 32.20 2620 1868160 983632 10.86 711100 1556580 4 12:36:01 AM 5426648 2582268 32.24 2620 1868168 984416 10.87 714932 1556580 4 12:37:01 AM 5418036 2590880 32.35 2620 1868168 983236 10.86 723020 1556580 4 12:38:01 AM 5423020 2585896 32.29 2620 1868476 985168 10.88 717744 1556780 16 12:39:01 AM 5413068 2595848 32.41 2620 1868480 985284 10.88 728108 1556780 4 12:40:01 AM 5410672 2598244 32.44 2620 1869196 986204 10.89 730212 1556940 28 12:41:01 AM 5409280 2599636 32.46 2620 1869216 987820 10.91 731708 1556936 4 12:42:01 AM 5410592 2598324 32.44 2620 1869216 987820 10.91 729776 1556936 4 12:43:01 AM 5412576 2596340 32.42 2620 1869560 987156 10.90 727608 1557168 272 12:44:01 AM 5423812 2585104 32.28 2620 1869592 986876 10.90 716612 1557168 4 12:45:01 AM 5421588 2587328 32.31 2620 1869628 987460 10.90 719460 1557172 36 12:46:01 AM 5418328 2590588 32.35 2620 1869916 987456 10.90 722416 1557164 292 12:47:01 AM 5401992 2606924 32.55 2620 1870200 992756 10.96 738724 1557400 4 12:48:02 AM 5403336 2605580 32.53 2620 1870204 992724 10.96 737060 1557400 12 12:49:01 AM 5402028 2606888 32.55 2620 1870208 992708 10.96 738444 1557404 8 12:50:01 AM 5413336 2595580 32.41 2620 1870212 992708 10.96 727164 1557400 4 12:51:01 AM 5408204 2600712 32.47 2620 1870216 992964 10.96 731720 1557400 4 12:52:01 AM 5408064 2600852 32.47 2620 1870220 992996 10.96 731776 1557400 4 12:53:01 AM 5407816 2601100 32.48 2620 1870224 992980 10.96 731804 1557400 16 12:54:01 AM 5408428 2600488 32.47 2620 1870236 992964 10.96 731756 1557400 8 12:55:01 AM 5407388 2601528 32.48 2620 1870236 992964 10.96 732632 1557400 4 12:56:01 AM 5400616 2608300 32.57 2620 1870244 993096 10.96 739480 1557404 4 12:57:01 AM 5400392 2608524 32.57 2620 1870244 993096 10.96 739484 1557400 4 12:58:01 AM 5400748 2608168 32.57 2620 1870272 993112 10.96 739916 1557292 44 12:59:01 AM 5400624 2608292 32.57 2620 1870280 993096 10.96 739852 1557292 8 01:00:01 AM 5402104 2606812 32.55 2620 1870280 993096 10.96 738176 1557292 4 01:01:01 AM 5400836 2608080 32.56 2620 1870288 995440 10.99 738900 1557292 4 01:02:01 AM 5401568 2607348 32.56 2620 1870416 993604 10.97 738576 1557360 8 01:03:01 AM 5400520 2608396 32.57 2620 1870420 993620 10.97 739100 1557356 16 01:04:01 AM 5399600 2609316 32.58 2620 1870424 993604 10.97 739836 1557356 8 01:05:01 AM 5399624 2609292 32.58 2620 1870428 993604 10.97 740320 1557356 4 01:06:01 AM 5399880 2609036 32.58 2620 1870432 993636 10.97 740460 1557356 16 01:07:01 AM 5399640 2609276 32.58 2620 1870436 993604 10.97 740280 1557356 8 01:08:01 AM 5387360 2621556 32.73 2620 1872140 1024180 11.31 752136 1557980 32 01:09:01 AM 5386812 2622104 32.74 2620 1872148 1024064 11.31 752848 1557980 8 01:10:01 AM 5386136 2622780 32.75 2620 1872148 1024068 11.31 753624 1557980 4 01:11:01 AM 5375188 2633728 32.88 2620 1872152 1024068 11.31 764000 1557980 4 01:12:01 AM 5374940 2633976 32.89 2620 1872160 1024068 11.31 764012 1557980 4 01:13:01 AM 5374416 2634500 32.89 2620 1872160 1024084 11.31 764556 1557980 12 01:14:01 AM 5374672 2634244 32.89 2620 1872168 1024068 11.31 764488 1557980 8 01:15:01 AM 5374672 2634244 32.89 2620 1872168 1024068 11.31 764604 1557980 4 01:16:01 AM 5372376 2636540 32.92 2620 1872176 1024068 11.31 766568 1557980 4 01:17:01 AM 5372280 2636636 32.92 2620 1872180 1024100 11.31 766628 1557980 4 01:18:01 AM 5373220 2635696 32.91 2620 1872184 1024084 11.31 766068 1557984 12 01:19:01 AM 5384140 2624776 32.77 2620 1873012 1025000 11.32 755640 1557820 824 01:20:01 AM 5382308 2626608 32.80 2620 1873192 1040636 11.49 757520 1557672 52 01:21:01 AM 5381768 2627148 32.80 2620 1873216 1040656 11.49 758068 1557680 4 01:22:01 AM 5368500 2640416 32.97 2620 1874820 1044320 11.53 768240 1558320 4 01:23:01 AM 5225468 2783448 34.75 2620 1930868 1045104 11.54 812936 1575700 132 01:24:01 AM 5242552 2766364 34.54 2620 1931000 1040900 11.49 795976 1575552 32 01:25:02 AM 5227128 2781788 34.73 2620 1931124 1041036 11.49 811816 1575556 4 01:26:01 AM 5225912 2783004 34.75 2620 1931128 1041036 11.49 811996 1575552 4 01:27:01 AM 5295008 2713908 33.89 2620 1928588 928620 10.25 745168 1575052 12 01:28:01 AM 5296524 2712392 33.87 2620 1928600 927104 10.24 744380 1575052 24 01:29:01 AM 5304144 2704772 33.77 2620 1928612 927168 10.24 736480 1575052 20 01:30:01 AM 5302976 2705940 33.79 2620 1928620 927232 10.24 738008 1575056 12 01:31:01 AM 5304472 2704444 33.77 2620 1928632 927216 10.24 735852 1575052 12 01:32:01 AM 5088636 2920280 36.46 2620 2116868 673892 7.44 905412 1583936 134412 01:33:01 AM 4898712 3110204 38.83 2620 2275288 678112 7.49 949416 1702664 133048 Average: 5386508 2622408 32.74 2620 1880175 983017 10.85 739967 1558430 6171 12:23:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 12:24:01 AM eth0 9.98 7.31 7.48 0.87 0.00 0.00 0.00 12:24:01 AM lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 12:25:01 AM eth0 4.38 3.76 0.71 0.70 0.00 0.00 0.00 12:25:01 AM lo 0.02 0.02 0.00 0.00 0.00 0.00 0.00 12:26:01 AM eth0 38.43 31.04 475.77 3.41 0.00 0.00 0.00 12:26:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:27:01 AM eth0 9.48 9.43 3.63 10.80 0.00 0.00 0.00 12:27:01 AM lo 5.75 5.75 10.21 10.21 0.00 0.00 0.00 12:28:01 AM eth0 0.68 0.67 0.18 0.11 0.00 0.00 0.00 12:28:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:29:01 AM eth0 0.33 0.48 0.03 0.05 0.00 0.00 0.00 12:29:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:30:01 AM eth0 0.35 0.48 0.03 0.05 0.00 0.00 0.00 12:30:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:31:01 AM eth0 0.37 0.53 0.03 0.05 0.00 0.00 0.00 12:31:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:32:01 AM eth0 0.67 0.48 0.07 0.05 0.00 0.00 0.00 12:32:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:33:01 AM eth0 1.02 1.05 0.42 0.32 0.00 0.00 0.00 12:33:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:34:01 AM eth0 1.82 2.03 3.48 2.74 0.00 0.00 0.00 12:34:01 AM lo 2.15 2.15 5.96 5.96 0.00 0.00 0.00 12:35:01 AM eth0 0.37 0.50 0.03 0.05 0.00 0.00 0.00 12:35:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:36:01 AM eth0 0.35 0.50 0.03 0.05 0.00 0.00 0.00 12:36:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:37:01 AM eth0 0.32 0.50 0.03 0.05 0.00 0.00 0.00 12:37:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:38:01 AM eth0 3.91 4.08 2.46 7.03 0.00 0.00 0.00 12:38:01 AM lo 4.95 4.95 8.81 8.81 0.00 0.00 0.00 12:39:01 AM eth0 0.22 0.40 0.02 0.04 0.00 0.00 0.00 12:39:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:40:01 AM eth0 8.65 9.08 2.22 19.13 0.00 0.00 0.00 12:40:01 AM lo 12.74 12.74 20.30 20.30 0.00 0.00 0.00 12:41:01 AM eth0 1.43 1.52 0.21 2.70 0.00 0.00 0.00 12:41:01 AM lo 1.67 1.67 2.70 2.70 0.00 0.00 0.00 12:42:01 AM eth0 0.32 0.48 0.03 0.04 0.00 0.00 0.00 12:42:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:43:01 AM eth0 3.93 4.07 1.32 10.05 0.00 0.00 0.00 12:43:01 AM lo 5.25 5.25 10.76 10.76 0.00 0.00 0.00 12:44:01 AM eth0 2.10 2.45 0.28 5.18 0.00 0.00 0.00 12:44:01 AM lo 3.22 3.22 5.21 5.21 0.00 0.00 0.00 12:45:01 AM eth0 1.73 2.07 0.57 2.71 0.00 0.00 0.00 12:45:01 AM lo 1.78 1.78 3.02 3.02 0.00 0.00 0.00 12:46:01 AM eth0 10.01 9.83 1.52 19.59 0.00 0.00 0.00 12:46:01 AM lo 13.99 13.99 19.73 19.73 0.00 0.00 0.00 12:47:01 AM eth0 2.98 3.10 0.86 4.64 0.00 0.00 0.00 12:47:01 AM lo 3.18 3.18 4.63 4.63 0.00 0.00 0.00 12:48:02 AM eth0 0.43 0.58 0.10 0.11 0.00 0.00 0.00 12:48:02 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:49:01 AM eth0 0.29 0.47 0.03 0.04 0.00 0.00 0.00 12:49:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:50:01 AM eth0 0.52 0.60 0.09 0.06 0.00 0.00 0.00 12:50:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:51:01 AM eth0 0.27 0.47 0.02 0.04 0.00 0.00 0.00 12:51:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:52:01 AM eth0 0.42 0.55 0.14 0.11 0.00 0.00 0.00 12:52:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:53:01 AM eth0 0.42 0.57 0.10 0.11 0.00 0.00 0.00 12:53:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:54:01 AM eth0 0.38 0.47 0.08 0.04 0.00 0.00 0.00 12:54:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:55:01 AM eth0 0.27 0.45 0.02 0.04 0.00 0.00 0.00 12:55:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:56:01 AM eth0 0.32 0.47 0.03 0.04 0.00 0.00 0.00 12:56:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:57:01 AM eth0 0.28 0.48 0.03 0.04 0.00 0.00 0.00 12:57:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 12:58:01 AM eth0 1.30 1.48 0.26 2.15 0.00 0.00 0.00 12:58:01 AM lo 1.60 1.60 2.10 2.10 0.00 0.00 0.00 12:59:01 AM eth0 0.28 0.47 0.02 0.04 0.00 0.00 0.00 12:59:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:00:01 AM eth0 0.28 0.47 0.03 0.04 0.00 0.00 0.00 01:00:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:01:01 AM eth0 0.28 0.50 0.02 0.05 0.00 0.00 0.00 01:01:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:02:01 AM eth0 0.37 0.52 0.03 0.05 0.00 0.00 0.00 01:02:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:03:01 AM eth0 0.40 0.55 0.10 0.11 0.00 0.00 0.00 01:03:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:04:01 AM eth0 0.28 0.45 0.02 0.04 0.00 0.00 0.00 01:04:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:05:01 AM eth0 0.30 0.48 0.03 0.04 0.00 0.00 0.00 01:05:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:06:01 AM eth0 1.35 0.85 0.48 0.31 0.00 0.00 0.00 01:06:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:07:01 AM eth0 0.20 0.40 0.02 0.04 0.00 0.00 0.00 01:07:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:08:01 AM eth0 8.95 6.68 6.23 13.04 0.00 0.00 0.00 01:08:01 AM lo 1.72 1.72 2.11 2.11 0.00 0.00 0.00 01:09:01 AM eth0 0.23 0.43 0.02 0.04 0.00 0.00 0.00 01:09:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:10:01 AM eth0 0.30 0.47 0.03 0.04 0.00 0.00 0.00 01:10:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:11:01 AM eth0 0.22 0.40 0.02 0.04 0.00 0.00 0.00 01:11:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:12:01 AM eth0 0.30 0.47 0.03 0.04 0.00 0.00 0.00 01:12:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:13:01 AM eth0 0.38 0.55 0.10 0.11 0.00 0.00 0.00 01:13:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:14:01 AM eth0 0.32 0.48 0.03 0.04 0.00 0.00 0.00 01:14:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:15:01 AM eth0 0.22 0.40 0.02 0.04 0.00 0.00 0.00 01:15:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:16:01 AM eth0 0.40 0.52 0.08 0.05 0.00 0.00 0.00 01:16:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:17:01 AM eth0 0.72 0.72 0.29 0.24 0.00 0.00 0.00 01:17:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:18:01 AM eth0 0.45 0.60 0.16 0.11 0.00 0.00 0.00 01:18:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:19:01 AM eth0 16.59 17.71 2.40 46.69 0.00 0.00 0.00 01:19:01 AM lo 27.82 27.82 47.88 47.88 0.00 0.00 0.00 01:20:01 AM eth0 10.43 10.38 1.93 27.14 0.00 0.00 0.00 01:20:01 AM lo 14.50 14.50 27.57 27.57 0.00 0.00 0.00 01:21:01 AM eth0 1.23 1.42 0.15 2.66 0.00 0.00 0.00 01:21:01 AM lo 1.75 1.75 2.67 2.67 0.00 0.00 0.00 01:22:01 AM eth0 0.27 0.43 0.02 0.04 0.00 0.00 0.00 01:22:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:23:01 AM eth0 9.28 9.63 1.91 22.08 0.00 0.00 0.00 01:23:01 AM lo 13.84 13.84 22.82 22.82 0.00 0.00 0.00 01:24:01 AM eth0 6.80 7.33 1.03 18.76 0.00 0.00 0.00 01:24:01 AM lo 11.53 11.53 19.22 19.22 0.00 0.00 0.00 01:25:02 AM eth0 6.11 6.68 0.85 16.49 0.00 0.00 0.00 01:25:02 AM lo 9.78 9.78 16.75 16.75 0.00 0.00 0.00 01:26:01 AM eth0 0.25 0.44 0.02 0.04 0.00 0.00 0.00 01:26:01 AM lo 0.15 0.15 0.01 0.01 0.00 0.00 0.00 01:27:01 AM eth0 10.85 10.13 3.71 5.77 0.00 0.00 0.00 01:27:01 AM lo 3.42 3.42 4.88 4.88 0.00 0.00 0.00 01:28:01 AM eth0 7.88 6.96 3.11 0.92 0.00 0.00 0.00 01:28:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 01:29:01 AM eth0 7.95 6.65 3.05 0.95 0.00 0.00 0.00 01:29:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:30:01 AM eth0 7.40 6.63 2.98 0.94 0.00 0.00 0.00 01:30:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:31:01 AM eth0 7.33 6.76 3.00 0.96 0.00 0.00 0.00 01:31:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:32:01 AM eth0 52.05 38.86 531.65 8.66 0.00 0.00 0.00 01:32:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:01 AM eth0 46.86 33.50 545.81 7.23 0.00 0.00 0.00 01:33:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 Average: eth0 4.52 4.04 23.04 3.82 0.00 0.00 0.00 Average: lo 2.10 2.10 3.40 3.40 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/04/2024 _x86_64_ (2 CPU) 12:22:20 AM LINUX RESTART 12:23:01 AM CPU %user %nice %system %iowait %steal %idle 12:24:01 AM all 1.66 0.00 0.13 1.63 0.03 96.56 12:24:01 AM 0 2.90 0.00 0.13 2.20 0.02 94.75 12:24:01 AM 1 0.42 0.00 0.13 1.05 0.03 98.36 12:25:01 AM all 0.20 0.00 0.08 0.00 0.03 99.70 12:25:01 AM 0 0.12 0.00 0.07 0.02 0.02 99.78 12:25:01 AM 1 0.27 0.00 0.08 0.00 0.03 99.61 12:26:01 AM all 23.89 0.00 4.60 1.34 0.09 70.09 12:26:01 AM 0 37.55 0.00 5.77 1.68 0.07 54.93 12:26:01 AM 1 10.58 0.00 3.46 0.99 0.09 84.88 12:27:01 AM all 2.99 0.00 0.66 5.76 0.10 90.49 12:27:01 AM 0 4.65 0.00 0.80 6.64 0.14 87.77 12:27:01 AM 1 1.43 0.00 0.54 4.92 0.07 93.04 12:28:01 AM all 1.50 0.00 0.16 0.00 0.10 98.25 12:28:01 AM 0 1.32 0.00 0.15 0.00 0.07 98.46 12:28:01 AM 1 1.68 0.00 0.16 0.00 0.12 98.05 12:29:01 AM all 1.66 0.00 0.20 0.00 0.09 98.05 12:29:01 AM 0 2.32 0.00 0.28 0.00 0.12 97.27 12:29:01 AM 1 1.00 0.00 0.12 0.00 0.05 98.83 12:30:01 AM all 1.39 0.00 0.13 0.00 0.10 98.38 12:30:01 AM 0 2.24 0.00 0.21 0.00 0.16 97.39 12:30:01 AM 1 0.60 0.00 0.03 0.00 0.05 99.31 12:31:01 AM all 1.71 0.00 0.14 0.00 0.08 98.07 12:31:01 AM 0 2.82 0.00 0.27 0.00 0.12 96.79 12:31:01 AM 1 0.69 0.00 0.03 0.00 0.02 99.26 12:32:01 AM all 1.77 0.00 0.15 0.00 0.09 97.99 12:32:01 AM 0 2.60 0.00 0.17 0.00 0.14 97.08 12:32:01 AM 1 0.97 0.00 0.10 0.00 0.07 98.86 12:33:01 AM all 1.34 0.00 0.13 0.00 0.09 98.44 12:33:01 AM 0 0.37 0.00 0.05 0.00 0.03 99.55 12:33:01 AM 1 2.37 0.00 0.23 0.00 0.14 97.25 12:34:01 AM all 1.72 0.00 0.22 0.00 0.10 97.95 12:34:01 AM 0 0.86 0.00 0.17 0.00 0.07 98.91 12:34:01 AM 1 2.63 0.00 0.28 0.00 0.14 96.95 12:34:01 AM CPU %user %nice %system %iowait %steal %idle 12:35:01 AM all 1.83 0.00 0.17 0.00 0.08 97.92 12:35:01 AM 0 3.08 0.00 0.28 0.00 0.11 96.53 12:35:01 AM 1 0.62 0.00 0.05 0.00 0.03 99.30 12:36:01 AM all 1.45 0.00 0.13 0.00 0.10 98.32 12:36:01 AM 0 1.87 0.00 0.19 0.00 0.12 97.81 12:36:01 AM 1 1.04 0.00 0.09 0.00 0.07 98.80 12:37:01 AM all 1.77 0.00 0.22 0.00 0.07 97.94 12:37:01 AM 0 0.57 0.00 0.08 0.00 0.03 99.31 12:37:01 AM 1 3.04 0.00 0.35 0.00 0.12 96.48 12:38:01 AM all 2.21 0.00 0.47 0.00 0.08 97.25 12:38:01 AM 0 3.26 0.00 0.53 0.00 0.11 96.10 12:38:01 AM 1 1.20 0.00 0.37 0.00 0.05 98.38 12:39:01 AM all 1.92 0.00 0.18 0.00 0.07 97.83 12:39:01 AM 0 0.35 0.00 0.03 0.00 0.03 99.58 12:39:01 AM 1 3.55 0.00 0.33 0.00 0.11 96.01 12:40:01 AM all 2.91 0.00 0.67 0.00 0.09 96.33 12:40:01 AM 0 3.69 0.00 0.75 0.00 0.10 95.46 12:40:01 AM 1 2.18 0.00 0.61 0.00 0.05 97.16 12:41:01 AM all 1.59 0.00 0.26 0.00 0.07 98.08 12:41:01 AM 0 2.41 0.00 0.30 0.00 0.11 97.19 12:41:01 AM 1 0.78 0.00 0.24 0.00 0.05 98.93 12:42:01 AM all 1.24 0.00 0.13 0.00 0.09 98.54 12:42:01 AM 0 0.35 0.00 0.07 0.00 0.03 99.55 12:42:01 AM 1 2.21 0.00 0.16 0.00 0.14 97.48 12:43:01 AM all 1.94 0.00 0.35 0.00 0.08 97.63 12:43:01 AM 0 1.87 0.00 0.35 0.00 0.07 97.71 12:43:01 AM 1 2.01 0.00 0.34 0.00 0.07 97.58 12:44:01 AM all 1.33 0.00 0.22 0.00 0.09 98.36 12:44:01 AM 0 0.61 0.00 0.15 0.00 0.05 99.19 12:44:01 AM 1 2.09 0.00 0.28 0.00 0.14 97.49 12:45:01 AM all 1.20 0.00 0.15 0.00 0.10 98.56 12:45:01 AM 0 0.59 0.00 0.10 0.00 0.05 99.25 12:45:01 AM 1 1.84 0.00 0.19 0.00 0.12 97.85 12:45:01 AM CPU %user %nice %system %iowait %steal %idle 12:46:01 AM all 2.54 0.00 0.67 0.00 0.09 96.70 12:46:01 AM 0 2.55 0.00 0.70 0.00 0.10 96.65 12:46:01 AM 1 2.54 0.00 0.65 0.00 0.07 96.74 12:47:01 AM all 1.58 0.00 0.27 0.00 0.10 98.05 12:47:01 AM 0 1.01 0.00 0.20 0.00 0.07 98.72 12:47:01 AM 1 2.16 0.00 0.33 0.00 0.14 97.36 12:48:02 AM all 1.14 0.00 0.10 0.00 0.10 98.66 12:48:02 AM 0 0.82 0.00 0.07 0.00 0.07 99.04 12:48:02 AM 1 1.47 0.00 0.14 0.00 0.12 98.26 12:49:01 AM all 1.15 0.00 0.12 0.00 0.09 98.63 12:49:01 AM 0 0.57 0.00 0.09 0.00 0.07 99.27 12:49:01 AM 1 1.74 0.00 0.18 0.00 0.11 97.98 12:50:01 AM all 1.15 0.00 0.13 0.00 0.09 98.63 12:50:01 AM 0 0.40 0.00 0.07 0.00 0.03 99.50 12:50:01 AM 1 1.95 0.00 0.20 0.00 0.14 97.71 12:51:01 AM all 1.12 0.00 0.10 0.00 0.09 98.69 12:51:01 AM 0 0.35 0.00 0.05 0.00 0.03 99.56 12:51:01 AM 1 1.96 0.00 0.16 0.00 0.16 97.72 12:52:01 AM all 1.48 0.00 0.13 0.00 0.08 98.31 12:52:01 AM 0 1.07 0.00 0.08 0.00 0.05 98.80 12:52:01 AM 1 1.91 0.00 0.18 0.00 0.11 97.81 12:53:01 AM all 1.57 0.00 0.16 0.00 0.08 98.20 12:53:01 AM 0 0.59 0.00 0.07 0.00 0.03 99.31 12:53:01 AM 1 2.58 0.00 0.25 0.00 0.11 97.07 12:54:01 AM all 1.60 0.00 0.18 0.00 0.07 98.15 12:54:01 AM 0 2.54 0.00 0.26 0.00 0.10 97.10 12:54:01 AM 1 0.70 0.00 0.08 0.00 0.05 99.17 12:55:01 AM all 1.58 0.00 0.16 0.00 0.07 98.19 12:55:01 AM 0 2.97 0.00 0.30 0.00 0.12 96.60 12:55:01 AM 1 0.27 0.00 0.05 0.00 0.02 99.66 12:56:01 AM all 1.29 0.00 0.15 0.00 0.09 98.48 12:56:01 AM 0 0.83 0.00 0.10 0.00 0.05 99.02 12:56:01 AM 1 1.76 0.00 0.16 0.00 0.12 97.96 12:56:01 AM CPU %user %nice %system %iowait %steal %idle 12:57:01 AM all 1.21 0.00 0.10 0.00 0.08 98.62 12:57:01 AM 0 0.35 0.00 0.03 0.00 0.02 99.60 12:57:01 AM 1 2.13 0.00 0.18 0.00 0.13 97.57 12:58:01 AM all 1.55 0.00 0.19 0.00 0.08 98.18 12:58:01 AM 0 0.67 0.00 0.12 0.00 0.03 99.17 12:58:01 AM 1 2.47 0.00 0.26 0.00 0.12 97.14 12:59:01 AM all 1.58 0.00 0.14 0.00 0.08 98.21 12:59:01 AM 0 0.80 0.00 0.09 0.00 0.07 99.04 12:59:01 AM 1 2.36 0.00 0.19 0.00 0.09 97.36 01:00:01 AM all 1.16 0.00 0.10 0.01 0.09 98.65 01:00:01 AM 0 1.89 0.00 0.14 0.00 0.14 97.82 01:00:01 AM 1 0.45 0.00 0.03 0.02 0.05 99.45 01:01:01 AM all 1.44 0.00 0.16 0.00 0.08 98.33 01:01:01 AM 0 2.24 0.00 0.21 0.00 0.11 97.44 01:01:01 AM 1 0.69 0.00 0.10 0.00 0.03 99.17 01:02:01 AM all 1.55 0.00 0.17 0.00 0.40 97.87 01:02:01 AM 0 2.62 0.00 0.28 0.00 0.79 96.31 01:02:01 AM 1 0.52 0.00 0.08 0.00 0.05 99.34 01:03:01 AM all 1.58 0.00 0.15 0.00 0.09 98.17 01:03:01 AM 0 2.96 0.00 0.28 0.00 0.14 96.62 01:03:01 AM 1 0.27 0.00 0.03 0.00 0.03 99.66 01:04:01 AM all 1.45 0.00 0.15 0.00 0.18 98.22 01:04:01 AM 0 2.50 0.00 0.23 0.00 0.32 96.96 01:04:01 AM 1 0.44 0.00 0.05 0.00 0.07 99.44 01:05:01 AM all 1.49 0.00 0.12 0.00 0.09 98.29 01:05:01 AM 0 2.56 0.00 0.21 0.00 0.16 97.06 01:05:01 AM 1 0.49 0.00 0.03 0.00 0.02 99.46 01:06:01 AM all 1.29 0.00 0.13 0.00 0.10 98.49 01:06:01 AM 0 2.23 0.00 0.25 0.00 0.16 97.35 01:06:01 AM 1 0.40 0.00 0.03 0.00 0.03 99.53 01:07:01 AM all 1.45 0.00 0.13 0.00 0.18 98.24 01:07:01 AM 0 2.52 0.00 0.20 0.00 0.30 96.98 01:07:01 AM 1 0.44 0.00 0.05 0.00 0.08 99.43 01:07:01 AM CPU %user %nice %system %iowait %steal %idle 01:08:01 AM all 2.14 0.00 0.24 0.03 0.10 97.48 01:08:01 AM 0 2.40 0.00 0.26 0.02 0.10 97.21 01:08:01 AM 1 1.89 0.00 0.24 0.05 0.07 97.75 01:09:01 AM all 1.45 0.00 0.15 0.00 0.09 98.31 01:09:01 AM 0 2.17 0.00 0.21 0.00 0.14 97.48 01:09:01 AM 1 0.76 0.00 0.08 0.00 0.05 99.10 01:10:01 AM all 1.44 0.00 0.13 0.00 0.09 98.35 01:10:01 AM 0 0.75 0.00 0.07 0.00 0.07 99.12 01:10:01 AM 1 2.15 0.00 0.18 0.00 0.12 97.55 01:11:01 AM all 1.23 0.00 0.11 0.00 0.09 98.57 01:11:01 AM 0 0.39 0.00 0.05 0.00 0.02 99.55 01:11:01 AM 1 2.15 0.00 0.20 0.00 0.14 97.51 01:12:01 AM all 1.18 0.00 0.11 0.00 0.10 98.61 01:12:01 AM 0 0.33 0.00 0.05 0.00 0.05 99.56 01:12:01 AM 1 2.06 0.00 0.20 0.00 0.18 97.57 01:13:01 AM all 1.48 0.00 0.14 0.00 0.09 98.30 01:13:01 AM 0 0.35 0.00 0.05 0.00 0.03 99.56 01:13:01 AM 1 2.69 0.00 0.23 0.00 0.14 96.94 01:14:01 AM all 1.20 0.00 0.11 0.00 0.10 98.59 01:14:01 AM 0 0.18 0.00 0.03 0.00 0.02 99.77 01:14:01 AM 1 2.27 0.00 0.20 0.00 0.18 97.36 01:15:01 AM all 1.18 0.00 0.11 0.00 0.10 98.61 01:15:01 AM 0 0.20 0.00 0.02 0.00 0.03 99.75 01:15:01 AM 1 2.24 0.00 0.21 0.00 0.16 97.38 01:16:01 AM all 1.68 0.00 0.16 0.00 0.08 98.08 01:16:01 AM 0 0.71 0.00 0.08 0.00 0.03 99.17 01:16:01 AM 1 2.68 0.00 0.23 0.00 0.12 96.97 01:17:01 AM all 1.20 0.00 0.10 0.00 0.10 98.61 01:17:01 AM 0 0.56 0.00 0.03 0.00 0.05 99.36 01:17:01 AM 1 1.88 0.00 0.18 0.00 0.12 97.82 01:18:01 AM all 1.19 0.00 0.11 0.00 0.10 98.61 01:18:01 AM 0 1.89 0.00 0.16 0.00 0.14 97.81 01:18:01 AM 1 0.51 0.00 0.05 0.00 0.05 99.39 01:18:01 AM CPU %user %nice %system %iowait %steal %idle 01:19:01 AM all 2.64 0.00 1.08 0.00 0.09 96.20 01:19:01 AM 0 3.03 0.00 1.16 0.00 0.11 95.71 01:19:01 AM 1 2.26 0.00 1.00 0.00 0.09 96.66 01:20:01 AM all 1.98 0.00 0.68 0.00 0.10 97.25 01:20:01 AM 0 1.47 0.00 0.63 0.00 0.07 97.83 01:20:01 AM 1 2.52 0.00 0.74 0.00 0.12 96.62 01:21:01 AM all 1.28 0.00 0.17 0.00 0.12 98.42 01:21:01 AM 0 0.64 0.00 0.08 0.00 0.07 99.20 01:21:01 AM 1 1.95 0.00 0.25 0.00 0.18 97.62 01:22:01 AM all 1.19 0.10 0.37 0.08 0.10 98.16 01:22:01 AM 0 0.78 0.07 0.37 0.07 0.05 98.66 01:22:01 AM 1 1.59 0.12 0.39 0.09 0.14 97.66 01:23:01 AM all 3.01 4.28 14.93 4.32 0.24 73.22 01:23:01 AM 0 3.05 4.49 15.58 4.26 0.25 72.37 01:23:01 AM 1 2.99 4.05 14.27 4.39 0.26 74.04 01:24:01 AM all 1.85 0.00 0.51 0.00 0.09 97.55 01:24:01 AM 0 2.72 0.00 0.57 0.00 0.14 96.57 01:24:01 AM 1 1.01 0.00 0.45 0.00 0.03 98.50 01:25:02 AM all 1.88 0.00 0.44 0.00 0.09 97.59 01:25:02 AM 0 2.57 0.00 0.51 0.00 0.10 96.82 01:25:02 AM 1 1.21 0.00 0.38 0.00 0.05 98.36 01:26:01 AM all 1.22 0.00 0.14 0.00 0.12 98.52 01:26:01 AM 0 1.73 0.00 0.20 0.00 0.18 97.90 01:26:01 AM 1 0.73 0.00 0.07 0.00 0.09 99.11 01:27:01 AM all 0.77 0.00 0.26 0.00 0.06 98.91 01:27:01 AM 0 0.50 0.00 0.27 0.00 0.02 99.21 01:27:01 AM 1 1.02 0.00 0.29 0.00 0.08 98.61 01:28:01 AM all 0.19 0.00 0.08 0.00 0.02 99.71 01:28:01 AM 0 0.28 0.00 0.08 0.00 0.03 99.60 01:28:01 AM 1 0.10 0.00 0.07 0.00 0.02 99.82 01:29:01 AM all 0.18 0.00 0.06 0.00 0.03 99.73 01:29:01 AM 0 0.22 0.00 0.05 0.00 0.02 99.72 01:29:01 AM 1 0.13 0.00 0.07 0.00 0.05 99.75 01:29:01 AM CPU %user %nice %system %iowait %steal %idle 01:30:01 AM all 0.17 0.00 0.06 0.00 0.03 99.75 01:30:01 AM 0 0.07 0.00 0.03 0.00 0.00 99.90 01:30:01 AM 1 0.28 0.00 0.08 0.00 0.03 99.60 01:31:01 AM all 0.25 0.00 0.06 0.00 0.03 99.67 01:31:01 AM 0 0.08 0.00 0.05 0.00 0.03 99.83 01:31:01 AM 1 0.40 0.00 0.07 0.00 0.03 99.50 01:32:01 AM all 26.71 0.00 2.38 0.89 0.08 69.95 01:32:01 AM 0 31.90 0.00 2.46 0.90 0.09 64.66 01:32:01 AM 1 21.61 0.00 2.30 0.86 0.07 75.16 01:33:01 AM all 33.60 0.00 2.90 7.28 0.11 56.11 01:33:01 AM 0 36.66 0.00 2.99 6.74 0.12 53.49 01:33:01 AM 1 30.56 0.00 2.82 7.83 0.09 58.71 Average: all 2.60 0.06 0.55 0.30 0.09 96.39 Average: 0 2.91 0.06 0.58 0.32 0.09 96.04 Average: 1 2.30 0.06 0.53 0.29 0.09 96.74