Pull request #262 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 21d8ee104e478b3d419416e3520ee12883ef47c4+7f10fc8ede43ab0a1e02c0d4ad73e0798a225963 (f0872026a919f1ecea4440a9e3377a7d22e9bf0d) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 /tmp/jenkins-gitclient-ssh7374417640521248717.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 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 /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh14306668883068153524.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision dae07dc806156effb2cae02074e2f5f64a063e83 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-262/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-262/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17957069148877475479.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git 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 /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-262/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh18058054848291290448.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > 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.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 /tmp/jenkins-gitclient-ssh14685068304344871924.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-262/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-262/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10231152270452916925.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4301 in /w/workspace/foundry_device-virtual-go_PR-262 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-262 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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/foundry_device-virtual-go_PR-262@tmp/jenkins-gitclient-ssh285737636392704419.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7f10fc8ede43ab0a1e02c0d4ad73e0798a225963 into PR head commit 21d8ee104e478b3d419416e3520ee12883ef47c4 Merge succeeded, producing 21d8ee104e478b3d419416e3520ee12883ef47c4 Checking out Revision 21d8ee104e478b3d419416e3520ee12883ef47c4 (PR-262) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 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/foundry_device-virtual-go_PR-262@tmp/jenkins-gitclient-ssh1545221867672567267.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21d8ee104e478b3d419416e3520ee12883ef47c4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 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/foundry_device-virtual-go_PR-262@tmp/jenkins-gitclient-ssh3801224273913008980.key > git merge 7f10fc8ede43ab0a1e02c0d4ad73e0798a225963 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21d8ee104e478b3d419416e3520ee12883ef47c4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:04:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:04:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:04:26 ========================================================= 11:04:26 EdgeX Global Pipelines Version Info 11:04:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:04:28 ------------------- 11:04:28 stable info: 11:04:28 ------------------- 11:04:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:04:28 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 11:04:28 Message: update stable to v1.0.219 11:04:28 ------------------- 11:04:28 experimental info: 11:04:28 ------------------- 11:04:28 Commited By: **** collab-it+edgex@linuxfoundation.org 11:04:28 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 11:04:28 Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-262 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-262 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-262 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21d8ee104e478b3d419416e3520ee12883ef47c4 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21d8ee1 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:30 provisioning config files... 11:04:30 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-262@tmp/config8257156082368976485tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:04:30 ---> docker-login.sh 11:04:30 nexus3.edgexfoundry.org:10001 11:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:30 Configure a credential helper to remove this warning. See 11:04:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:30 11:04:30 Login Succeeded 11:04:30 nexus3.edgexfoundry.org:10002 11:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:30 Configure a credential helper to remove this warning. See 11:04:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:30 11:04:30 Login Succeeded 11:04:30 nexus3.edgexfoundry.org:10003 11:04:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:31 Configure a credential helper to remove this warning. See 11:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:31 11:04:31 Login Succeeded 11:04:31 nexus3.edgexfoundry.org:10004 11:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:31 Configure a credential helper to remove this warning. See 11:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:31 11:04:31 Login Succeeded 11:04:31 docker.io 11:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:31 Configure a credential helper to remove this warning. See 11:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:31 11:04:31 Login Succeeded 11:04:31 ---> docker-login.sh ends [Pipeline] } 11:04:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:04:32 + git rev-list -1 --merges 21d8ee104e478b3d419416e3520ee12883ef47c4~1..21d8ee104e478b3d419416e3520ee12883ef47c4 [Pipeline] echo 11:04:32 -----------> git rev-list -1 --merges 21d8ee104e478b3d419416e3520ee12883ef47c4~1..21d8ee104e478b3d419416e3520ee12883ef47c4 21d8ee104e478b3d419416e3520ee12883ef47c4 [false] [Pipeline] sh 11:04:32 + git log --format=format:%s -1 21d8ee104e478b3d419416e3520ee12883ef47c4 [Pipeline] echo 11:04:32 ========================================================= 11:04:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:04:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:04:33 + git log --format=format:%s -1 21d8ee104e478b3d419416e3520ee12883ef47c4 [Pipeline] echo 11:04:33 [semverPrep] GIT_COMMIT: 21d8ee104e478b3d419416e3520ee12883ef47c4, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 11:04:33 [semverPrep] This is not a build commit. [Pipeline] sh 11:04:33 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 11:04:33 + grep -v github /etc/ssh/ssh_known_hosts 11:04:33 + '[' -e /tmp/ssh_known_hosts ']' 11:04:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:04:33 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 11:04:33 + sudo tee -a /etc/ssh/ssh_known_hosts 11:04:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 11:04:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:04:33 11:04:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:04:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:04:34 latest: Pulling from edgex-devops/git-semver 11:04:34 a0d0a0d46f8b: Pulling fs layer 11:04:34 3e5f54012d9b: Pulling fs layer 11:04:34 4c7163046ea9: Pulling fs layer 11:04:34 0c2d73faf560: Pulling fs layer 11:04:34 0c2d73faf560: Waiting 11:04:34 3e5f54012d9b: Verifying Checksum 11:04:34 3e5f54012d9b: Download complete 11:04:34 a0d0a0d46f8b: Verifying Checksum 11:04:34 a0d0a0d46f8b: Download complete 11:04:34 4c7163046ea9: Verifying Checksum 11:04:34 4c7163046ea9: Download complete 11:04:34 0c2d73faf560: Verifying Checksum 11:04:34 0c2d73faf560: Download complete 11:04:34 a0d0a0d46f8b: Pull complete 11:04:34 3e5f54012d9b: Pull complete 11:04:34 4c7163046ea9: Pull complete 11:04:35 0c2d73faf560: Pull complete 11:04:35 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 11:04:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:04:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:04:35 prd-centos7-docker-4c-2g-4301 does not seem to be running inside a container 11:04:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-262 -v /w/workspace/foundry_device-virtual-go_PR-262:/w/workspace/foundry_device-virtual-go_PR-262:rw,z -v /w/workspace/foundry_device-virtual-go_PR-262@tmp:/w/workspace/foundry_device-virtual-go_PR-262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:04:35 $ docker top 0665d9e6671a4714c878ad680c219f2fa2e358806ca430a4e5a9ef1f7f5b403f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:36 [ssh-agent] Looking for ssh-agent implementation... 11:04:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:36 $ docker exec 0665d9e6671a4714c878ad680c219f2fa2e358806ca430a4e5a9ef1f7f5b403f ssh-agent 11:04:36 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiOgikl/agent.13 11:04:36 SSH_AGENT_PID=20 11:04:36 Running ssh-add (command line suppressed) 11:04:36 Identity added: /w/workspace/foundry_device-virtual-go_PR-262@tmp/private_key_6191594271923848369.key (/w/workspace/foundry_device-virtual-go_PR-262@tmp/private_key_6191594271923848369.key) 11:04:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:36 + git tag --points-at HEAD [Pipeline] } 11:04:36 $ docker exec --env ******** --env ******** 0665d9e6671a4714c878ad680c219f2fa2e358806ca430a4e5a9ef1f7f5b403f ssh-agent -k 11:04:36 unset SSH_AUTH_SOCK; 11:04:36 unset SSH_AGENT_PID; 11:04:36 echo Agent pid 20 killed; 11:04:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:04:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:36 [ssh-agent] Looking for ssh-agent implementation... 11:04:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:37 $ docker exec 0665d9e6671a4714c878ad680c219f2fa2e358806ca430a4e5a9ef1f7f5b403f ssh-agent 11:04:37 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcHjCph/agent.55 11:04:37 SSH_AGENT_PID=61 11:04:37 Running ssh-add (command line suppressed) 11:04:37 Identity added: /w/workspace/foundry_device-virtual-go_PR-262@tmp/private_key_148779712616278529.key (/w/workspace/foundry_device-virtual-go_PR-262@tmp/private_key_148779712616278529.key) 11:04:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:37 + git semver init 11:04:37 # -> Open(): unable to determine branch for HEAD 11:04:37 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-262/.git 11:04:37 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-262 11:04:37 # $SEMVER_REMOTE_NAME = origin 11:04:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:04:37 # $SEMVER_USER_NAME = edgex-jenkins 11:04:37 # $SEMVER_BRANCH = PR-262 11:04:37 # $SEMVER_TEMP = /tmp/semver-420177789 11:04:37 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 11:04:39 # '/tmp/semver-420177789' -> '/w/workspace/foundry_device-virtual-go_PR-262/.semver' 11:04:39 # -> Force: false 11:04:39 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-262/.semver [Pipeline] } 11:04:39 $ docker exec --env ******** --env ******** 0665d9e6671a4714c878ad680c219f2fa2e358806ca430a4e5a9ef1f7f5b403f ssh-agent -k 11:04:39 unset SSH_AUTH_SOCK; 11:04:39 unset SSH_AGENT_PID; 11:04:39 echo Agent pid 61 killed; 11:04:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:39 + git semver [Pipeline] } 11:04:39 $ docker stop --time=1 0665d9e6671a4714c878ad680c219f2fa2e358806ca430a4e5a9ef1f7f5b403f 11:04:40 $ docker rm -f 0665d9e6671a4714c878ad680c219f2fa2e358806ca430a4e5a9ef1f7f5b403f [Pipeline] // withDockerContainer [Pipeline] sh 11:04:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:04:41 Stashed 1 file(s) [Pipeline] echo 11:04:41 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:04:42 provisioning config files... 11:04:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-262@tmp/config4708105045564494631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:04:42 ---> docker-login.sh 11:04:42 nexus3.edgexfoundry.org:10001 11:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:42 Configure a credential helper to remove this warning. See 11:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:42 11:04:42 Login Succeeded 11:04:42 nexus3.edgexfoundry.org:10002 11:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:42 Configure a credential helper to remove this warning. See 11:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:42 11:04:42 Login Succeeded 11:04:42 nexus3.edgexfoundry.org:10003 11:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:42 Configure a credential helper to remove this warning. See 11:04:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:42 11:04:42 Login Succeeded 11:04:42 nexus3.edgexfoundry.org:10004 11:04:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:43 Configure a credential helper to remove this warning. See 11:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:43 11:04:43 Login Succeeded 11:04:43 docker.io 11:04:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:04:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:04:43 Configure a credential helper to remove this warning. See 11:04:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:04:43 11:04:43 Login Succeeded 11:04:43 ---> docker-login.sh ends [Pipeline] } 11:04:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:04:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:04:43 ========================================================= 11:04:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 11:04:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 11:04:44 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . 11:04:44 Sending build context to Docker daemon 22.86MB 11:04:44 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 11:04:44 Step 2/12 : FROM ${BASE} AS builder 11:04:44 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 11:04:44 59bf1c3509f3: Pulling fs layer 11:04:44 666ba61612fd: Pulling fs layer 11:04:44 8ed8ca486205: Pulling fs layer 11:04:44 4fe6c5a15a65: Pulling fs layer 11:04:44 22a0e8bec74d: Pulling fs layer 11:04:44 f965cba54748: Pulling fs layer 11:04:44 861ffc35075e: Pulling fs layer 11:04:44 4b385c91608e: Pulling fs layer 11:04:44 560528eb2ebb: Pulling fs layer 11:04:44 f965cba54748: Waiting 11:04:44 861ffc35075e: Waiting 11:04:44 4fe6c5a15a65: Waiting 11:04:44 4b385c91608e: Waiting 11:04:44 22a0e8bec74d: Waiting 11:04:44 560528eb2ebb: Waiting 11:04:44 8ed8ca486205: Verifying Checksum 11:04:44 8ed8ca486205: Download complete 11:04:44 666ba61612fd: Verifying Checksum 11:04:44 666ba61612fd: Download complete 11:04:44 22a0e8bec74d: Verifying Checksum 11:04:44 22a0e8bec74d: Download complete 11:04:44 f965cba54748: Verifying Checksum 11:04:44 f965cba54748: Download complete 11:04:44 59bf1c3509f3: Verifying Checksum 11:04:44 59bf1c3509f3: Download complete 11:04:44 861ffc35075e: Verifying Checksum 11:04:44 861ffc35075e: Download complete 11:04:44 4b385c91608e: Verifying Checksum 11:04:44 4b385c91608e: Download complete 11:04:44 59bf1c3509f3: Pull complete 11:04:44 666ba61612fd: Pull complete 11:04:44 8ed8ca486205: Pull complete 11:04:44 4fe6c5a15a65: Verifying Checksum 11:04:44 4fe6c5a15a65: Download complete 11:04:45 560528eb2ebb: Verifying Checksum 11:04:45 560528eb2ebb: Download complete 11:04:49 4fe6c5a15a65: Pull complete 11:04:49 22a0e8bec74d: Pull complete 11:04:49 f965cba54748: Pull complete 11:04:49 861ffc35075e: Pull complete 11:04:49 4b385c91608e: Pull complete 11:04:52 560528eb2ebb: Pull complete 11:04:52 Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f 11:04:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 11:04:52 ---> dd4a08f94e63 11:04:52 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:04:56 ---> Running in 7654eeb7dad3 11:04:56 Removing intermediate container 7654eeb7dad3 11:04:56 ---> 7e17566c71a4 11:04:56 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:04:56 ---> Running in 6bfb198208ee 11:04:56 Removing intermediate container 6bfb198208ee 11:04:56 ---> 6b744d448fd1 11:04:56 Step 5/12 : WORKDIR /device-virtual-go 11:04:56 ---> Running in b73003e17ab5 11:04:56 Removing intermediate container b73003e17ab5 11:04:56 ---> 122deaa16b26 11:04:56 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:56 ---> Running in d19210386aaf 11:04:56 Removing intermediate container d19210386aaf 11:04:56 ---> 5dd620e92f08 11:04:56 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:04:56 ---> Running in f6b2fac765ac 11:04:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 11:04:57 Still waiting to schedule task 11:04:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:04:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 11:04:58 (1/4) Installing openssh-keygen (8.8_p1-r1) 11:04:58 (2/4) Installing libedit (20210910.3.1-r0) 11:04:58 (3/4) Installing openssh-client-common (8.8_p1-r1) 11:04:58 (4/4) Installing openssh-client-default (8.8_p1-r1) 11:04:58 Executing busybox-1.34.1-r3.trigger 11:04:58 OK: 224 MiB in 56 packages 11:04:59 Removing intermediate container f6b2fac765ac 11:04:59 ---> b8c47b86be89 11:04:59 Step 8/12 : COPY go.mod vendor* ./ 11:04:59 ---> 6ebd7fbbd63a 11:04:59 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:04:59 ---> Running in f1a20d028871 11:05:46 Removing intermediate container f1a20d028871 11:05:46 ---> af7c2e0e1d69 11:05:46 Step 10/12 : COPY . . 11:05:46 ---> 49cf3ab51c81 11:05:46 Step 11/12 : ARG MAKE='make build' 11:05:46 ---> Running in 44e61ab472e5 11:05:46 Removing intermediate container 44e61ab472e5 11:05:46 ---> 24d3892f5beb 11:05:46 Step 12/12 : RUN $MAKE 11:05:46 ---> Running in 55658df943f7 11:05:46 noop 11:05:46 Removing intermediate container 55658df943f7 11:05:46 ---> c3329b3e9bb2 11:05:46 Successfully built c3329b3e9bb2 11:05:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:05:46 + docker inspect -f . ci-base-image-x86_64 11:05:46 . [Pipeline] withDockerContainer 11:05:46 prd-centos7-docker-4c-2g-4301 does not seem to be running inside a container 11:05:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-262 -v /w/workspace/foundry_device-virtual-go_PR-262:/w/workspace/foundry_device-virtual-go_PR-262:rw,z -v /w/workspace/foundry_device-virtual-go_PR-262@tmp:/w/workspace/foundry_device-virtual-go_PR-262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:05:47 $ docker top 54dd7c11ecd2cb5c9017a26076e70e5c2c5eb9229f9f01f93923fe3e35b73aa8 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:47 + go version 11:05:47 go version go1.17.6 linux/amd64 [Pipeline] } 11:05:47 $ docker stop --time=1 54dd7c11ecd2cb5c9017a26076e70e5c2c5eb9229f9f01f93923fe3e35b73aa8 11:05:48 $ docker rm -f 54dd7c11ecd2cb5c9017a26076e70e5c2c5eb9229f9f01f93923fe3e35b73aa8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:05:49 + docker inspect -f . ci-base-image-x86_64 11:05:49 . [Pipeline] withDockerContainer 11:05:49 prd-centos7-docker-4c-2g-4301 does not seem to be running inside a container 11:05:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-262 -v /w/workspace/foundry_device-virtual-go_PR-262:/w/workspace/foundry_device-virtual-go_PR-262:rw,z -v /w/workspace/foundry_device-virtual-go_PR-262@tmp:/w/workspace/foundry_device-virtual-go_PR-262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:05:50 $ docker top 9eab66b009cb34820bf9c9c9dd0dfcd15c07bf4df77e0809ec85e2f4b7130d01 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:05:50 + make test 11:05:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 11:05:51 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:06:09 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:06:09 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.028s coverage: 65.7% of statements 11:06:09 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:06:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:06:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:06:11 ./bin/test-attribution-txt.sh 11:06:11 An attribution for github.com/go-kit/log is missing from in Attribution.txt, please add 11:06:11 make: *** [Makefile:35: test] Error 1 [Pipeline] } 11:06:11 $ docker stop --time=1 9eab66b009cb34820bf9c9c9dd0dfcd15c07bf4df77e0809ec85e2f4b7130d01 11:06:13 $ docker rm -f 9eab66b009cb34820bf9c9c9dd0dfcd15c07bf4df77e0809ec85e2f4b7130d01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:06:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:14 11:06:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 11:06:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:14 latest: Pulling from edgex-lftools-log-publisher 11:06:14 b4d181a07f80: Pulling fs layer 11:06:14 a1111a8f2ec3: Pulling fs layer 11:06:14 ed53099fbce6: Pulling fs layer 11:06:14 dc539afda2c1: Pulling fs layer 11:06:14 77bc0d833cb6: Pulling fs layer 11:06:14 9065ff56babe: Pulling fs layer 11:06:14 d287ab97295c: Pulling fs layer 11:06:14 dc539afda2c1: Waiting 11:06:14 77bc0d833cb6: Waiting 11:06:14 9065ff56babe: Waiting 11:06:14 d287ab97295c: Waiting 11:06:14 a1111a8f2ec3: Verifying Checksum 11:06:14 a1111a8f2ec3: Download complete 11:06:14 dc539afda2c1: Verifying Checksum 11:06:14 dc539afda2c1: Download complete 11:06:15 77bc0d833cb6: Verifying Checksum 11:06:15 77bc0d833cb6: Download complete 11:06:15 ed53099fbce6: Verifying Checksum 11:06:15 ed53099fbce6: Download complete 11:06:15 9065ff56babe: Verifying Checksum 11:06:15 9065ff56babe: Download complete 11:06:15 b4d181a07f80: Verifying Checksum 11:06:15 b4d181a07f80: Download complete 11:06:15 d287ab97295c: Verifying Checksum 11:06:15 d287ab97295c: Download complete 11:06:16 b4d181a07f80: Pull complete 11:06:16 a1111a8f2ec3: Pull complete 11:06:17 ed53099fbce6: Pull complete 11:06:17 dc539afda2c1: Pull complete 11:06:17 77bc0d833cb6: Pull complete 11:06:17 9065ff56babe: Pull complete 11:06:22 d287ab97295c: Pull complete 11:06:22 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 11:06:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 11:06:23 prd-centos7-docker-4c-2g-4301 does not seem to be running inside a container 11:06:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-262 -v /w/workspace/foundry_device-virtual-go_PR-262:/w/workspace/foundry_device-virtual-go_PR-262:rw,z -v /w/workspace/foundry_device-virtual-go_PR-262@tmp:/w/workspace/foundry_device-virtual-go_PR-262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:06:25 $ docker top 9c9f0dff5077a6361a98b0e36b6e34a3b52dbb429d5bcac8eb8d3037762ce548 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:06:25 ---> job-cost.sh 11:06:25 lf-activate-venv: SKIPPING 11:06:25 INFO: No Stack... 11:06:26 INFO: Retrieving Pricing Info for: v3-standard-2 11:06:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4302 in /w/workspace/foundry_device-virtual-go_PR-262 [Pipeline] { [Pipeline] ws 11:06:26 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 11:06:26 INFO: Archiving Costs [Pipeline] sh 11:06:26 The recommended git tool is: git 11:06:26 + cat /w/workspace/foundry_device-virtual-go_PR-262/archives/cost.csv 11:06:26 + cut -d, -f6 [Pipeline] lock 11:06:26 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] 11:06:26 Resource [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] did not exist. Created. 11:06:26 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:06:27 + echo total: 0.05999999865889549 [Pipeline] stash 11:06:27 Stashed 1 file(s) [Pipeline] } 11:06:27 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:06:27 $ docker stop --time=1 9c9f0dff5077a6361a98b0e36b6e34a3b52dbb429d5bcac8eb8d3037762ce548 11:06:28 $ docker rm -f 9c9f0dff5077a6361a98b0e36b6e34a3b52dbb429d5bcac8eb8d3037762ce548 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 11:06:28 Failed in branch amd64 11:06:30 using credential edgex-jenkins-ssh 11:06:30 Cloning the remote Git repository 11:06:31 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 11:06:31 > git init /w/workspace/device-virtual-go/1 # timeout=10 11:06:31 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:06:31 > git --version # timeout=10 11:06:31 > git --version # 'git version 2.17.1' 11:06:31 using GIT_SSH to set credentials SSH Credentials for GitHub 11:06:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:06:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:06:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:06:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 11:06:33 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 11:06:33 using GIT_SSH to set credentials SSH Credentials for GitHub 11:06:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/262/head:refs/remotes/origin/PR-262 +refs/heads/main:refs/remotes/origin/main # timeout=10 11:06:33 Merging remotes/origin/main commit 7f10fc8ede43ab0a1e02c0d4ad73e0798a225963 into PR head commit 21d8ee104e478b3d419416e3520ee12883ef47c4 11:06:34 Merge succeeded, producing 21d8ee104e478b3d419416e3520ee12883ef47c4 11:06:34 Checking out Revision 21d8ee104e478b3d419416e3520ee12883ef47c4 (PR-262) 11:06:33 > git config core.sparsecheckout # timeout=10 11:06:33 > git checkout -f 21d8ee104e478b3d419416e3520ee12883ef47c4 # timeout=10 11:06:34 > git remote # timeout=10 11:06:34 > git config --get remote.origin.url # timeout=10 11:06:34 using GIT_SSH to set credentials SSH Credentials for GitHub 11:06:34 > git merge 7f10fc8ede43ab0a1e02c0d4ad73e0798a225963 # timeout=10 11:06:34 > git rev-parse HEAD^{commit} # timeout=10 11:06:34 > git config core.sparsecheckout # timeout=10 11:06:34 > git checkout -f 21d8ee104e478b3d419416e3520ee12883ef47c4 # timeout=10 11:06:38 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 11:06:38 > git --version # timeout=10 11:06:38 > git --version # 'git version 2.17.1' 11:06:38 fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:06:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 11:06:39 % Total % Received % Xferd Average Speed Time Time Time Current 11:06:39 Dload Upload Total Spent Left Speed 11:06:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 83992 0 --:--:-- --:--:-- --:--:-- 84592 [Pipeline] sh 11:06:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 11:06:40 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 11:06:40 /etc/docker/daemon.json 11:06:40 { 11:06:40 "registry-mirrors": [ 11:06:40 "https://nexus3.edgexfoundry.org:10001" 11:06:40 ], 11:06:40 "bip": "10.250.0.254/24", 11:06:40 "hosts": [ 11:06:40 "tcp://0.0.0.0:5555", 11:06:40 "unix:///var/run/docker.sock" 11:06:40 ], 11:06:40 "mtu": 1458, 11:06:40 "selinux-enabled": true, 11:06:40 "seccomp-profile": "/etc/docker/seccomp.json" 11:06:40 } [Pipeline] sh 11:06:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 11:06:41 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:06:59 provisioning config files... 11:06:59 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config3868907650587456746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:07:00 ---> docker-login.sh 11:07:00 nexus3.edgexfoundry.org:10001 11:07:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:01 Configure a credential helper to remove this warning. See 11:07:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:01 11:07:01 Login Succeeded 11:07:01 nexus3.edgexfoundry.org:10002 11:07:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:01 Configure a credential helper to remove this warning. See 11:07:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:01 11:07:01 Login Succeeded 11:07:01 nexus3.edgexfoundry.org:10003 11:07:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:01 Configure a credential helper to remove this warning. See 11:07:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:01 11:07:01 Login Succeeded 11:07:01 nexus3.edgexfoundry.org:10004 11:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:02 Configure a credential helper to remove this warning. See 11:07:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:02 11:07:02 Login Succeeded 11:07:02 docker.io 11:07:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:07:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:07:02 Configure a credential helper to remove this warning. See 11:07:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:07:02 11:07:02 Login Succeeded 11:07:02 ---> docker-login.sh ends [Pipeline] } 11:07:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:07:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 11:07:03 ========================================================= 11:07:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 11:07:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 11:07:03 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 11:07:04 Sending build context to Docker daemon 11.57MB 11:07:04 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 11:07:04 Step 2/12 : FROM ${BASE} AS builder 11:07:04 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:07:04 9b3977197b4f: Pulling fs layer 11:07:04 1a89e8eeedd5: Pulling fs layer 11:07:04 94645a83ff95: Pulling fs layer 11:07:04 3f3a8bcf1eab: Pulling fs layer 11:07:04 0c92f367c5e7: Pulling fs layer 11:07:04 4b8299f9d1f4: Pulling fs layer 11:07:04 9a6b49a46696: Pulling fs layer 11:07:04 cf05db05a679: Pulling fs layer 11:07:04 0c92f367c5e7: Waiting 11:07:04 4b8299f9d1f4: Waiting 11:07:04 9a6b49a46696: Waiting 11:07:04 cf05db05a679: Waiting 11:07:04 3f3a8bcf1eab: Waiting 11:07:04 94645a83ff95: Verifying Checksum 11:07:04 94645a83ff95: Download complete 11:07:04 1a89e8eeedd5: Verifying Checksum 11:07:04 1a89e8eeedd5: Download complete 11:07:04 0c92f367c5e7: Verifying Checksum 11:07:04 0c92f367c5e7: Download complete 11:07:04 4b8299f9d1f4: Verifying Checksum 11:07:04 4b8299f9d1f4: Download complete 11:07:04 9b3977197b4f: Download complete 11:07:04 9a6b49a46696: Verifying Checksum 11:07:04 9a6b49a46696: Download complete 11:07:05 9b3977197b4f: Pull complete 11:07:05 1a89e8eeedd5: Pull complete 11:07:05 94645a83ff95: Pull complete 11:07:06 cf05db05a679: Download complete 11:07:06 3f3a8bcf1eab: Verifying Checksum 11:07:06 3f3a8bcf1eab: Download complete 11:07:19 3f3a8bcf1eab: Pull complete 11:07:19 0c92f367c5e7: Pull complete 11:07:19 4b8299f9d1f4: Pull complete 11:07:19 9a6b49a46696: Pull complete 11:07:24 cf05db05a679: Pull complete 11:07:24 Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 11:07:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 11:07:24 ---> 0ccda1f7e2ee 11:07:24 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 11:07:26 ---> Running in 1c00602d5a00 11:07:26 Removing intermediate container 1c00602d5a00 11:07:26 ---> a76b35934a32 11:07:26 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 11:07:26 ---> Running in a16e7b267ee3 11:07:26 Removing intermediate container a16e7b267ee3 11:07:26 ---> 73ca030f5c15 11:07:26 Step 5/12 : WORKDIR /device-virtual-go 11:07:27 ---> Running in 46c96e4dd9a1 11:07:27 Removing intermediate container 46c96e4dd9a1 11:07:27 ---> 8ba5b9d13a16 11:07:27 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:27 ---> Running in 5cbb302e85dc 11:07:29 Removing intermediate container 5cbb302e85dc 11:07:29 ---> 929df3d13282 11:07:29 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:07:29 ---> Running in 25d7b20aa652 11:07:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 11:07:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 11:07:32 (1/4) Installing openssh-keygen (8.8_p1-r1) 11:07:32 (2/4) Installing libedit (20210910.3.1-r0) 11:07:32 (3/4) Installing openssh-client-common (8.8_p1-r1) 11:07:32 (4/4) Installing openssh-client-default (8.8_p1-r1) 11:07:32 Executing busybox-1.34.1-r3.trigger 11:07:32 OK: 224 MiB in 56 packages 11:07:33 Removing intermediate container 25d7b20aa652 11:07:33 ---> 93a212a0bfaa 11:07:33 Step 8/12 : COPY go.mod vendor* ./ 11:07:34 ---> 5a9e229a135a 11:07:34 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:34 ---> Running in 3decb8259582 11:08:42 Removing intermediate container 3decb8259582 11:08:42 ---> a070a2ac560b 11:08:42 Step 10/12 : COPY . . 11:08:42 ---> 5a95fbd153e9 11:08:42 Step 11/12 : ARG MAKE='make build' 11:08:42 ---> Running in cf7c37655e8d 11:08:43 Removing intermediate container cf7c37655e8d 11:08:43 ---> b7b492eda02b 11:08:43 Step 12/12 : RUN $MAKE 11:08:43 ---> Running in 93bea810fab7 11:08:44 noop 11:08:45 Removing intermediate container 93bea810fab7 11:08:45 ---> ba900c329799 11:08:45 Successfully built ba900c329799 11:08:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:08:45 + docker inspect -f . ci-base-image-arm64 11:08:45 . [Pipeline] withDockerContainer 11:08:45 prd-ubuntu18.04-docker-arm64-4c-16g-4302 does not seem to be running inside a container 11:08:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:08:47 $ docker top c4ad256d4e5d62bb6ff74bfb0768f62c50548376e23063256b95ce6b6e3a73e4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:08:48 + go version 11:08:48 go version go1.17.6 linux/arm64 [Pipeline] } 11:08:48 $ docker stop --time=1 c4ad256d4e5d62bb6ff74bfb0768f62c50548376e23063256b95ce6b6e3a73e4 11:08:49 $ docker rm -f c4ad256d4e5d62bb6ff74bfb0768f62c50548376e23063256b95ce6b6e3a73e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:08:50 + docker inspect -f . ci-base-image-arm64 11:08:50 . [Pipeline] withDockerContainer 11:08:50 prd-ubuntu18.04-docker-arm64-4c-16g-4302 does not seem to be running inside a container 11:08:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:08:52 $ docker top 9f6bb264f0031a4694a117eef506b0a266ba4f756f59726eeadc34870a39eeec -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 11:08:53 + make test 11:08:53 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 11:08:54 ? github.com/edgexfoundry/device-virtual-go [no test files] 11:09:41 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 11:09:41 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.119s coverage: 65.7% of statements 11:09:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:09:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:09:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:09:56 ./bin/test-attribution-txt.sh 11:09:58 An attribution for github.com/go-kit/log is missing from in Attribution.txt, please add 11:09:58 make: *** [Makefile:35: test] Error 1 [Pipeline] } 11:09:58 $ docker stop --time=1 9f6bb264f0031a4694a117eef506b0a266ba4f756f59726eeadc34870a39eeec 11:10:00 $ docker rm -f 9f6bb264f0031a4694a117eef506b0a266ba4f756f59726eeadc34870a39eeec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:10:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:10:01 11:10:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 11:10:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:10:02 arm64: Pulling from edgex-lftools-log-publisher 11:10:02 448f6bf000e3: Pulling fs layer 11:10:02 f757da607395: Pulling fs layer 11:10:02 05883995daec: Pulling fs layer 11:10:02 8603b9c90790: Pulling fs layer 11:10:02 1560dd03e051: Pulling fs layer 11:10:02 27f5ce0e4adf: Pulling fs layer 11:10:02 c2d8d7efcc4b: Pulling fs layer 11:10:02 8603b9c90790: Waiting 11:10:02 27f5ce0e4adf: Waiting 11:10:02 1560dd03e051: Waiting 11:10:02 c2d8d7efcc4b: Waiting 11:10:02 f757da607395: Verifying Checksum 11:10:02 f757da607395: Download complete 11:10:02 8603b9c90790: Verifying Checksum 11:10:02 8603b9c90790: Download complete 11:10:02 1560dd03e051: Verifying Checksum 11:10:02 1560dd03e051: Download complete 11:10:02 27f5ce0e4adf: Verifying Checksum 11:10:02 27f5ce0e4adf: Download complete 11:10:02 05883995daec: Download complete 11:10:03 448f6bf000e3: Verifying Checksum 11:10:03 448f6bf000e3: Download complete 11:10:05 c2d8d7efcc4b: Verifying Checksum 11:10:05 c2d8d7efcc4b: Download complete 11:10:06 448f6bf000e3: Pull complete 11:10:07 f757da607395: Pull complete 11:10:08 05883995daec: Pull complete 11:10:08 8603b9c90790: Pull complete 11:10:09 1560dd03e051: Pull complete 11:10:10 27f5ce0e4adf: Pull complete 11:10:25 c2d8d7efcc4b: Pull complete 11:10:25 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 11:10:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:10:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 11:10:25 prd-ubuntu18.04-docker-arm64-4c-16g-4302 does not seem to be running inside a container 11:10:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:10:28 $ docker top 84a8563bfd8f90ec265e31fd805960fa43e270e0fc3888a085385bcea729fe14 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:10:29 ---> job-cost.sh 11:10:29 lf-activate-venv: SKIPPING 11:10:29 INFO: No Stack... 11:10:29 INFO: Retrieving Pricing Info for: v3-standard-4 11:10:30 INFO: Archiving Costs [Pipeline] sh 11:10:30 + cat /w/workspace/device-virtual-go/1/archives/cost.csv 11:10:30 + cut -d, -f6 [Pipeline] lock 11:10:30 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] 11:10:30 Resource [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] did not exist. Created. 11:10:30 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:10:31 /w/workspace/device-virtual-go/1@tmp/durable-71f128d3/script.sh: 1: /w/workspace/device-virtual-go/1@tmp/durable-71f128d3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:10:32 + echo total: 0.10999999940395355 [Pipeline] stash 11:10:32 Warning: overwriting stash ‘stack-cost’ 11:10:32 Stashed 1 file(s) [Pipeline] } 11:10:32 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-262-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:10:32 $ docker stop --time=1 84a8563bfd8f90ec265e31fd805960fa43e270e0fc3888a085385bcea729fe14 11:10:34 $ docker rm -f 84a8563bfd8f90ec265e31fd805960fa43e270e0fc3888a085385bcea729fe14 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:10:35 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:10:37 + '[' -d /w/workspace/foundry_device-virtual-go_PR-262/archives ']' 11:10:37 + ls -al /w/workspace/foundry_device-virtual-go_PR-262/archives 11:10:37 total 8 11:10:37 drwxr-xr-x. 3 root root 34 Jan 31 11:06 . 11:10:37 drwxrwxr-x. 9 jenkins jenkins 4096 Jan 31 11:06 .. 11:10:37 drwxr-xr-x. 2 root root 6 Jan 31 11:06 cost 11:10:37 -rw-r--r--. 1 root root 88 Jan 31 11:06 cost.csv 11:10:37 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-262/archives 11:10:37 + ls -al /w/workspace/foundry_device-virtual-go_PR-262/archives 11:10:37 total 8 11:10:37 drwxr-xr-x. 3 jenkins jenkins 34 Jan 31 11:06 . 11:10:37 drwxrwxr-x. 9 jenkins jenkins 4096 Jan 31 11:06 .. 11:10:37 drwxr-xr-x. 2 jenkins jenkins 6 Jan 31 11:06 cost 11:10:37 -rw-r--r--. 1 jenkins jenkins 88 Jan 31 11:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:10:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:10:38 ---> package-listing.sh 11:10:38 ++ facter osfamily 11:10:38 ++ tr '[:upper:]' '[:lower:]' 11:10:38 + OS_FAMILY=redhat 11:10:38 + workspace=/w/workspace/foundry_device-virtual-go_PR-262 11:10:38 + START_PACKAGES=/tmp/packages_start.txt 11:10:38 + END_PACKAGES=/tmp/packages_end.txt 11:10:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:10:38 + PACKAGES=/tmp/packages_start.txt 11:10:38 + '[' /w/workspace/foundry_device-virtual-go_PR-262 ']' 11:10:38 + PACKAGES=/tmp/packages_end.txt 11:10:38 + case "${OS_FAMILY}" in 11:10:38 + sort 11:10:38 + rpm -qa 11:10:38 + '[' -f /tmp/packages_start.txt ']' 11:10:38 + '[' -f /tmp/packages_end.txt ']' 11:10:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:10:38 + '[' /w/workspace/foundry_device-virtual-go_PR-262 ']' 11:10:38 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-262/archives/ 11:10:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-262/archives/ [Pipeline] echo 11:10:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-262/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:10:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:10:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:10:39 . [Pipeline] withDockerContainer 11:10:39 prd-centos7-docker-4c-2g-4301 does not seem to be running inside a container 11:10:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-262/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-262 -v /w/workspace/foundry_device-virtual-go_PR-262:/w/workspace/foundry_device-virtual-go_PR-262:rw,z -v /w/workspace/foundry_device-virtual-go_PR-262@tmp:/w/workspace/foundry_device-virtual-go_PR-262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:10:40 $ docker top 27846ecbad1ec39aed46c0acc4ac9988162ab0a7058541081450700a6f0a87a8 -eo pid,comm [Pipeline] { [Pipeline] sh 11:10:40 + touch /tmp/pre-build-complete [Pipeline] sh 11:10:40 + mkdir -p /var/log/sysstat [Pipeline] sh 11:10:41 + ls /var/log/sa-host 11:10:41 + sadf -c /var/log/sa-host/sa17 11:10:41 file_magic: OK 11:10:41 HZ: Using current value: 100 11:10:41 file_header: OK 11:10:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 11:10:41 Statistics: 11:10:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 11:10:41 File successfully converted to sysstat format version 12.0.3 11:10:41 + sadf -c /var/log/sa-host/sa31 11:10:41 file_magic: OK 11:10:41 HZ: Using current value: 100 11:10:41 file_header: OK 11:10:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 11:10:41 Statistics: 11:10:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:10:41 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:10:41 provisioning config files... 11:10:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-262@tmp/config3483207738660133165tmp [Pipeline] { [Pipeline] echo 11:10:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:10:41 ---> create-netrc.sh [Pipeline] } 11:10:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:10:42 ---> python-tools-install.sh [Pipeline] echo 11:10:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:10:42 ---> sudo-logs.sh 11:10:42 Archiving 'sudo' log.. 11:10:42 sudo: unable to resolve host prd-centos7-docker-4c-2g-4301.novalocal: Name or service not known 11:10:42 sudo: unable to resolve host prd-centos7-docker-4c-2g-4301.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 11:10:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:10:43 ---> job-cost.sh 11:10:43 lf-activate-venv: SKIPPING 11:10:43 DEBUG: total: 0.05999999865889549 11:10:43 INFO: Retrieving Stack Cost... 11:10:43 INFO: Retrieving Pricing Info for: v3-standard-2 11:10:43 INFO: Archiving Costs [Pipeline] echo 11:10:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:10:44 ---> logs-deploy.sh 11:10:44 lf-activate-venv: SKIPPING 11:10:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-262/1 11:10:44 INFO: archiving workspace using pattern(s): 11:10:45 Archives upload complete. 11:10:45 INFO: archiving logs to Nexus 11:10:45 ---> uname -a: 11:10:45 Linux prd-centos7-docker-4c-2g-4301.novalocal 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 GNU/Linux 11:10:45 11:10:45 11:10:45 ---> lscpu: 11:10:45 Architecture: x86_64 11:10:45 CPU op-mode(s): 32-bit, 64-bit 11:10:45 Byte Order: Little Endian 11:10:45 Address sizes: 40 bits physical, 48 bits virtual 11:10:45 CPU(s): 2 11:10:45 On-line CPU(s) list: 0,1 11:10:45 Thread(s) per core: 1 11:10:45 Core(s) per socket: 1 11:10:45 Socket(s): 2 11:10:45 NUMA node(s): 1 11:10:45 Vendor ID: AuthenticAMD 11:10:45 CPU family: 23 11:10:45 Model: 49 11:10:45 Model name: AMD EPYC-Rome Processor 11:10:45 Stepping: 0 11:10:45 CPU MHz: 2799.998 11:10:45 BogoMIPS: 5599.99 11:10:45 Virtualization: AMD-V 11:10:45 Hypervisor vendor: KVM 11:10:45 Virtualization type: full 11:10:45 L1d cache: 32K 11:10:45 L1i cache: 32K 11:10:45 L2 cache: 512K 11:10:45 L3 cache: 16384K 11:10:45 NUMA node0 CPU(s): 0,1 11:10:45 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 11:10:45 11:10:45 11:10:45 ---> nproc: 11:10:45 2 11:10:45 11:10:45 11:10:45 ---> df -h: 11:10:45 Filesystem Size Used Avail Use% Mounted on 11:10:45 overlay 40G 9.1G 31G 23% / 11:10:45 tmpfs 64M 0 64M 0% /dev 11:10:45 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 11:10:45 shm 64M 0 64M 0% /dev/shm 11:10:45 /dev/vda1 40G 9.1G 31G 23% /facter-os 11:10:45 11:10:45 11:10:45 ---> sar -b -r -n DEV: 11:10:45 Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 01/31/22 _x86_64_ (2 CPU) 11:10:45 11:10:45 11:03:43 LINUX RESTART (2 CPU) 11:10:45 11:10:45 11:04:01 tps rtps wtps bread/s bwrtn/s 11:10:45 11:05:01 290.36 65.35 225.01 8337.00 61669.96 11:10:45 11:06:01 291.39 0.00 291.39 0.00 58826.04 11:10:45 11:07:01 85.75 0.00 85.75 0.00 20060.82 11:10:45 11:08:01 0.82 0.00 0.82 0.00 7.16 11:10:45 11:09:01 7.16 0.00 7.16 0.00 79.88 11:10:45 11:10:01 2.17 0.02 2.15 0.53 34.13 11:10:45 Average: 112.97 10.90 102.07 1389.82 23451.86 11:10:45 11:10:45 11:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:10:45 11:05:01 4934328 0 744660 9.30 2620 2327324 1594740 17.61 696104 2068696 360 11:10:45 11:06:01 3878652 0 935140 11.68 2620 3192520 1469220 16.22 911492 2756896 104320 11:10:45 11:07:01 3441272 0 989112 12.35 2620 3575928 1205124 13.31 943804 3097928 8 11:10:45 11:08:01 3444908 0 985468 12.30 2620 3575936 1166812 12.88 941948 3097928 8 11:10:45 11:09:01 3395976 0 1034388 12.92 2620 3575948 1288188 14.22 990208 3097936 20 11:10:45 11:10:01 3397900 0 1032456 12.89 2620 3575956 1287964 14.22 988820 3097940 12 11:10:45 Average: 3748839 0 953537 11.91 2620 3303935 1335341 14.74 912063 2869554 17455 11:10:45 11:10:45 11:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:10:45 11:05:01 eth0 611.64 373.34 4755.95 91.67 0.00 0.00 0.00 0.00 11:10:45 11:05:01 veth10e3e71 4.78 6.78 0.45 4.74 0.00 0.00 0.00 0.00 11:10:45 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:05:01 docker0 61.16 46.90 5.25 250.62 0.00 0.00 0.00 0.00 11:10:45 11:06:01 vethff17270 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:10:45 11:06:01 eth0 264.19 194.64 2057.94 25.60 0.00 0.00 0.00 0.00 11:10:45 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:06:01 docker0 180.26 240.45 14.53 2035.59 0.00 0.00 0.00 0.00 11:10:45 11:07:01 eth0 112.67 68.32 2601.19 12.66 0.00 0.00 0.00 0.00 11:10:45 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:08:01 eth0 0.12 0.10 0.01 0.04 0.00 0.00 0.00 0.00 11:10:45 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:09:01 eth0 69.77 40.43 59.28 40.00 0.00 0.00 0.00 0.00 11:10:45 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:10:01 eth0 15.57 9.53 15.41 5.28 0.00 0.00 0.00 0.00 11:10:45 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 Average: eth0 179.02 114.41 1581.94 29.21 0.00 0.00 0.00 0.00 11:10:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:45 Average: docker0 40.25 47.91 3.30 381.15 0.00 0.00 0.00 0.00 11:10:45 11:10:45 11:10:45 ---> sar -P ALL: 11:10:45 Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 01/31/22 _x86_64_ (2 CPU) 11:10:45 11:10:45 11:03:43 LINUX RESTART (2 CPU) 11:10:45 11:10:45 11:04:01 CPU %user %nice %system %iowait %steal %idle 11:10:45 11:05:01 all 30.11 0.00 10.77 8.18 0.12 50.81 11:10:45 11:05:01 0 30.86 0.00 11.17 8.82 0.11 49.04 11:10:45 11:05:01 1 29.36 0.00 10.37 7.55 0.14 52.58 11:10:45 11:06:01 all 31.40 0.00 11.01 1.41 0.12 56.06 11:10:45 11:06:01 0 31.07 0.00 11.17 1.23 0.12 56.41 11:10:45 11:06:01 1 31.73 0.00 10.86 1.58 0.11 55.72 11:10:45 11:07:01 all 18.18 0.00 5.71 1.49 0.06 74.56 11:10:45 11:07:01 0 18.48 0.00 5.82 1.66 0.05 73.98 11:10:45 11:07:01 1 17.89 0.00 5.59 1.32 0.07 75.13 11:10:45 11:08:01 all 0.26 0.00 0.07 0.00 0.00 99.67 11:10:45 11:08:01 0 0.47 0.00 0.05 0.00 0.00 99.48 11:10:45 11:08:01 1 0.05 0.00 0.08 0.00 0.00 99.87 11:10:45 11:09:01 all 1.17 0.00 0.41 0.04 0.03 98.34 11:10:45 11:09:01 0 1.34 0.00 0.40 0.02 0.03 98.20 11:10:45 11:09:01 1 1.00 0.00 0.42 0.07 0.03 98.48 11:10:45 11:10:01 all 0.34 0.00 0.11 0.00 0.01 99.54 11:10:45 11:10:01 0 0.20 0.00 0.13 0.00 0.02 99.65 11:10:45 11:10:01 1 0.48 0.00 0.08 0.00 0.00 99.43 11:10:45 Average: all 13.21 0.00 4.55 1.80 0.06 80.39 11:10:45 Average: 0 13.36 0.00 4.66 1.90 0.05 80.03 11:10:45 Average: 1 13.05 0.00 4.44 1.70 0.06 80.75 11:10:45 11:10:45 11:10:45