Pull request #149 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a+5b17f991c425fdfdbf3defaffe349f04efb7e6d5 (0dfe70015cb2deed3774b01d918cb029cbbb1403) 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-ssh3018553016516101900.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 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-ssh4856518361101852309.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 32edd24ee733e309d05e35b1f887f14b07bde6d0 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-rest-go/branches/PR-149/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-rest-go/branches/PR-149/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh450151280849737436.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-rest-go/branches/PR-149/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh14699593080388326525.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 32edd24ee733e309d05e35b1f887f14b07bde6d0 # timeout=10 Commit message: "Merge pull request #369 from ernestojeda/revert-script-move" > 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-ssh4213913603502326017.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-rest-go/branches/PR-149/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-rest-go/branches/PR-149/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh17770726459158730809.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 32edd24ee733e309d05e35b1f887f14b07bde6d0 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-rest-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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 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-rest 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-1183 in /w/workspace/gexfoundry_device-rest-go_PR-149 [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-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-149 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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/gexfoundry_device-rest-go_PR-149@tmp/jenkins-gitclient-ssh3571960796945101197.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 into PR head commit 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a Merge succeeded, producing 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a Checking out Revision 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a (PR-149) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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/gexfoundry_device-rest-go_PR-149@tmp/jenkins-gitclient-ssh2913937018326765211.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a # 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/gexfoundry_device-rest-go_PR-149@tmp/jenkins-gitclient-ssh6279495780912809123.key > git merge 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a # 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 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:09:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:09:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:09:32 ========================================================= 20:09:32 EdgeX Global Pipelines Version Info 20:09:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:09:33 ------------------- 20:09:33 stable info: 20:09:33 ------------------- 20:09:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:09:33 Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 20:09:33 Message: update stable to v1.0.217 20:09:34 ------------------- 20:09:34 experimental info: 20:09:34 ------------------- 20:09:34 Commited By: **** collab-it+edgex@linuxfoundation.org 20:09:34 Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 20:09:34 Message: update experimental to v1.0.217 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:09:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-149 [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-149 [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-149 [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 07dc9f6 [Pipeline] echo 20:09:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:09:35 provisioning config files... 20:09:35 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-149@tmp/config6844941625598411193tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:36 ---> docker-login.sh 20:09:36 nexus3.edgexfoundry.org:10001 20:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:36 Configure a credential helper to remove this warning. See 20:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:36 20:09:36 Login Succeeded 20:09:36 nexus3.edgexfoundry.org:10002 20:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:36 Configure a credential helper to remove this warning. See 20:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:36 20:09:36 Login Succeeded 20:09:36 nexus3.edgexfoundry.org:10003 20:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:36 Configure a credential helper to remove this warning. See 20:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:36 20:09:36 Login Succeeded 20:09:36 nexus3.edgexfoundry.org:10004 20:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:36 Configure a credential helper to remove this warning. See 20:09:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:36 20:09:36 Login Succeeded 20:09:36 docker.io 20:09:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:37 Configure a credential helper to remove this warning. See 20:09:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:37 20:09:37 Login Succeeded 20:09:37 ---> docker-login.sh ends [Pipeline] } 20:09:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:09:38 + git rev-list -1 --merges 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a~1..07dc9f6b3300f5dc3e37f67eb01f361c37aca65a [Pipeline] echo 20:09:38 -----------> git rev-list -1 --merges 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a~1..07dc9f6b3300f5dc3e37f67eb01f361c37aca65a 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a [false] [Pipeline] sh 20:09:38 + git log --format=format:%s -1 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a [Pipeline] echo 20:09:38 ========================================================= 20:09:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:09:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:09:38 + git log --format=format:%s -1 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a [Pipeline] echo 20:09:38 [semverPrep] GIT_COMMIT: 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 20:09:38 [semverPrep] This is not a build commit. [Pipeline] sh 20:09:39 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 20:09:39 + grep -v github /etc/ssh/ssh_known_hosts 20:09:39 + '[' -e /tmp/ssh_known_hosts ']' 20:09:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:09:39 + sudo tee -a /etc/ssh/ssh_known_hosts 20:09:39 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 20:09:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 20:09:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:39 20:09:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:09:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:40 latest: Pulling from edgex-devops/git-semver 20:09:40 a0d0a0d46f8b: Pulling fs layer 20:09:40 3e5f54012d9b: Pulling fs layer 20:09:40 4c7163046ea9: Pulling fs layer 20:09:40 0c2d73faf560: Pulling fs layer 20:09:40 0c2d73faf560: Waiting 20:09:40 3e5f54012d9b: Verifying Checksum 20:09:40 3e5f54012d9b: Download complete 20:09:40 a0d0a0d46f8b: Verifying Checksum 20:09:40 a0d0a0d46f8b: Download complete 20:09:40 0c2d73faf560: Verifying Checksum 20:09:40 0c2d73faf560: Download complete 20:09:40 4c7163046ea9: Verifying Checksum 20:09:40 4c7163046ea9: Download complete 20:09:40 a0d0a0d46f8b: Pull complete 20:09:40 3e5f54012d9b: Pull complete 20:09:40 4c7163046ea9: Pull complete 20:09:41 0c2d73faf560: Pull complete 20:09:41 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 20:09:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:09:41 prd-centos7-docker-4c-2g-1183 does not seem to be running inside a container 20:09:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-149 -v /w/workspace/gexfoundry_device-rest-go_PR-149:/w/workspace/gexfoundry_device-rest-go_PR-149:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-149@tmp:/w/workspace/gexfoundry_device-rest-go_PR-149@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 20:09:41 $ docker top 27b6804b0c46fbaa21b7e1a0de315e37aeedefe166437ca9a19157d127815058 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:09:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:41 [ssh-agent] Looking for ssh-agent implementation... 20:09:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:41 $ docker exec 27b6804b0c46fbaa21b7e1a0de315e37aeedefe166437ca9a19157d127815058 ssh-agent 20:09:42 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXnmKjEB/agent.15 20:09:42 SSH_AGENT_PID=21 20:09:42 Running ssh-add (command line suppressed) 20:09:41 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-149@tmp/private_key_4552048964510628051.key (/w/workspace/gexfoundry_device-rest-go_PR-149@tmp/private_key_4552048964510628051.key) 20:09:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:42 + git tag --points-at HEAD [Pipeline] } 20:09:42 $ docker exec --env ******** --env ******** 27b6804b0c46fbaa21b7e1a0de315e37aeedefe166437ca9a19157d127815058 ssh-agent -k 20:09:42 unset SSH_AUTH_SOCK; 20:09:42 unset SSH_AGENT_PID; 20:09:42 echo Agent pid 21 killed; 20:09:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:09:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:09:42 [ssh-agent] Looking for ssh-agent implementation... 20:09:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:09:42 $ docker exec 27b6804b0c46fbaa21b7e1a0de315e37aeedefe166437ca9a19157d127815058 ssh-agent 20:09:42 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXELGlgl/agent.54 20:09:42 SSH_AGENT_PID=60 20:09:42 Running ssh-add (command line suppressed) 20:09:42 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-149@tmp/private_key_2851143580954779683.key (/w/workspace/gexfoundry_device-rest-go_PR-149@tmp/private_key_2851143580954779683.key) 20:09:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:09:43 + git semver init 20:09:43 # -> Open(): unable to determine branch for HEAD 20:09:43 # $GIT_DIR = /w/workspace/gexfoundry_device-rest-go_PR-149/.git 20:09:43 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-rest-go_PR-149 20:09:43 # $SEMVER_REMOTE_NAME = origin 20:09:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:09:43 # $SEMVER_USER_NAME = edgex-jenkins 20:09:43 # $SEMVER_BRANCH = PR-149 20:09:43 # $SEMVER_TEMP = /tmp/semver-297025994 20:09:43 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 20:09:45 # '/tmp/semver-297025994' -> '/w/workspace/gexfoundry_device-rest-go_PR-149/.semver' 20:09:45 # -> Force: false 20:09:45 # $SEMVER_DIR = /w/workspace/gexfoundry_device-rest-go_PR-149/.semver [Pipeline] } 20:09:45 $ docker exec --env ******** --env ******** 27b6804b0c46fbaa21b7e1a0de315e37aeedefe166437ca9a19157d127815058 ssh-agent -k 20:09:45 unset SSH_AUTH_SOCK; 20:09:45 unset SSH_AGENT_PID; 20:09:45 echo Agent pid 60 killed; 20:09:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:09:45 + git semver [Pipeline] } 20:09:45 $ docker stop --time=1 27b6804b0c46fbaa21b7e1a0de315e37aeedefe166437ca9a19157d127815058 20:09:47 $ docker rm -f 27b6804b0c46fbaa21b7e1a0de315e37aeedefe166437ca9a19157d127815058 [Pipeline] // withDockerContainer [Pipeline] sh 20:09:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:09:47 Stashed 1 file(s) [Pipeline] echo 20:09:47 [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] node [Pipeline] node 20:10:03 Still waiting to schedule task 20:10:03 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1183’ 20:10:03 Still waiting to schedule task 20:10:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:11:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1184 in /w/workspace/gexfoundry_device-rest-go_PR-149 [Pipeline] { [Pipeline] ws 20:11:26 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:11:26 The recommended git tool is: git 20:11:31 using credential edgex-jenkins-ssh 20:11:31 Cloning the remote Git repository 20:11:31 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:11:31 > git init /w/workspace/device-rest-go/1 # timeout=10 20:11:31 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:11:31 > git --version # timeout=10 20:11:31 > git --version # 'git version 2.17.1' 20:11:31 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:33 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:11:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:33 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:11:34 Merging remotes/origin/main commit 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 into PR head commit 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a 20:11:34 Merge succeeded, producing 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a 20:11:34 Checking out Revision 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a (PR-149) 20:11:34 Running on prd-centos7-docker-4c-2g-1185 in /w/workspace/gexfoundry_device-rest-go_PR-149 [Pipeline] { [Pipeline] ws 20:11:34 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:11:33 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:11:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:11:34 > git config core.sparsecheckout # timeout=10 20:11:34 > git checkout -f 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a # timeout=10 20:11:34 > git remote # timeout=10 20:11:34 > git config --get remote.origin.url # timeout=10 20:11:34 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:34 > git merge 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 # timeout=10 20:11:34 > git rev-parse HEAD^{commit} # timeout=10 20:11:34 > git config core.sparsecheckout # timeout=10 20:11:34 > git checkout -f 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a # timeout=10 20:11:35 The recommended git tool is: git 20:11:36 using credential edgex-jenkins-ssh 20:11:36 Cloning the remote Git repository 20:11:35 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:11:35 > git init /w/workspace/device-rest-go/1 # timeout=10 20:11:35 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:11:35 > git --version # timeout=10 20:11:35 > git --version # 'git version 2.24.4' 20:11:35 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:35 [INFO] Currently running in a labeled security context 20:11:35 [INFO] Currently SELinux is 'enforcing' on the host 20:11:35 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh5959831276290374638.key 20:11:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:38 Merging remotes/origin/main commit 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 into PR head commit 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a 20:11:36 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:11:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:11:36 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:11:36 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:11:36 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:36 [INFO] Currently running in a labeled security context 20:11:36 [INFO] Currently SELinux is 'enforcing' on the host 20:11:36 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh635944500672589409.key 20:11:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/149/head:refs/remotes/origin/PR-149 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:11:37 > git config core.sparsecheckout # timeout=10 20:11:37 > git checkout -f 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a # timeout=10 20:11:37 > git remote # timeout=10 20:11:37 > git config --get remote.origin.url # timeout=10 20:11:37 using GIT_SSH to set credentials SSH Credentials for GitHub 20:11:37 [INFO] Currently running in a labeled security context 20:11:37 [INFO] Currently SELinux is 'enforcing' on the host 20:11:37 > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rest-go/1@tmp/jenkins-gitclient-ssh6550179763278902760.key 20:11:37 > git merge 5b17f991c425fdfdbf3defaffe349f04efb7e6d5 # timeout=10 20:11:37 > git rev-parse HEAD^{commit} # timeout=10 20:11:38 Merge succeeded, producing 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a 20:11:38 Checking out Revision 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a (PR-149) 20:11:38 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 20:11:38 > git --version # timeout=10 20:11:38 > git --version # 'git version 2.17.1' 20:11:38 fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:11:37 > git config core.sparsecheckout # timeout=10 20:11:37 > git checkout -f 07dc9f6b3300f5dc3e37f67eb01f361c37aca65a # timeout=10 20:11:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:11:39 % Total % Received % Xferd Average Speed Time Time Time Current 20:11:39 Dload Upload Total Spent Left Speed 20:11:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 82685 0 --:--:-- --:--:-- --:--:-- 82685 [Pipeline] sh 20:11:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:11:40 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 20:11:40 /etc/docker/daemon.json 20:11:40 { 20:11:40 "registry-mirrors": [ 20:11:40 "https://nexus3.edgexfoundry.org:10001" 20:11:40 ], 20:11:40 "bip": "10.250.0.254/24", 20:11:40 "hosts": [ 20:11:40 "tcp://0.0.0.0:5555", 20:11:40 "unix:///var/run/docker.sock" 20:11:40 ], 20:11:40 "mtu": 1458, 20:11:40 "selinux-enabled": true, 20:11:40 "seccomp-profile": "/etc/docker/seccomp.json" 20:11:40 } [Pipeline] sh 20:11:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:11:41 + sudo service docker restart 20:11:42 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 20:11:41 > git --version # timeout=10 20:11:41 > git --version # 'git version 2.24.4' 20:11:41 fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:11:42 provisioning config files... 20:11:42 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config7724668914655652866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:11:43 ---> docker-login.sh 20:11:43 nexus3.edgexfoundry.org:10001 20:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:43 Configure a credential helper to remove this warning. See 20:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:43 20:11:43 Login Succeeded 20:11:43 nexus3.edgexfoundry.org:10002 20:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:43 Configure a credential helper to remove this warning. See 20:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:43 20:11:43 Login Succeeded 20:11:43 nexus3.edgexfoundry.org:10003 20:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:43 Configure a credential helper to remove this warning. See 20:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:43 20:11:43 Login Succeeded 20:11:43 nexus3.edgexfoundry.org:10004 20:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:43 Configure a credential helper to remove this warning. See 20:11:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:43 20:11:43 Login Succeeded 20:11:43 docker.io 20:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:11:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:11:44 Configure a credential helper to remove this warning. See 20:11:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:11:44 20:11:44 Login Succeeded 20:11:44 ---> docker-login.sh ends [Pipeline] } 20:11:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:11:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:11:44 ========================================================= 20:11:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:11:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:11:44 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 20:11:44 Sending build context to Docker daemon 121.9kB 20:11:44 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 20:11:44 Step 2/11 : FROM ${BASE} AS builder 20:11:44 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:11:44 a0d0a0d46f8b: Pulling fs layer 20:11:44 31adcdaf11c8: Pulling fs layer 20:11:44 b8b176561691: Pulling fs layer 20:11:44 4527c011a84f: Pulling fs layer 20:11:44 5d74067f8e1e: Pulling fs layer 20:11:44 e0aca202a116: Pulling fs layer 20:11:44 3a43be97a3b4: Pulling fs layer 20:11:44 34cad66bf833: Pulling fs layer 20:11:44 b4e3c513aaa6: Pulling fs layer 20:11:44 4527c011a84f: Waiting 20:11:44 5d74067f8e1e: Waiting 20:11:44 e0aca202a116: Waiting 20:11:44 3a43be97a3b4: Waiting 20:11:44 34cad66bf833: Waiting 20:11:44 b4e3c513aaa6: Waiting 20:11:44 b8b176561691: Verifying Checksum 20:11:44 b8b176561691: Download complete 20:11:44 31adcdaf11c8: Verifying Checksum 20:11:44 31adcdaf11c8: Download complete 20:11:44 5d74067f8e1e: Verifying Checksum 20:11:44 5d74067f8e1e: Download complete 20:11:44 e0aca202a116: Verifying Checksum 20:11:44 e0aca202a116: Download complete 20:11:45 3a43be97a3b4: Verifying Checksum 20:11:45 3a43be97a3b4: Download complete 20:11:45 a0d0a0d46f8b: Verifying Checksum 20:11:45 a0d0a0d46f8b: Download complete 20:11:45 34cad66bf833: Verifying Checksum 20:11:45 34cad66bf833: Download complete 20:11:45 a0d0a0d46f8b: Pull complete 20:11:45 4527c011a84f: Verifying Checksum 20:11:45 4527c011a84f: Download complete 20:11:45 b4e3c513aaa6: Verifying Checksum 20:11:45 b4e3c513aaa6: Download complete 20:11:45 31adcdaf11c8: Pull complete 20:11:45 b8b176561691: Pull complete 20:11:50 4527c011a84f: Pull complete 20:11:50 5d74067f8e1e: Pull complete 20:11:50 e0aca202a116: Pull complete 20:11:50 3a43be97a3b4: Pull complete 20:11:50 34cad66bf833: Pull complete 20:11:52 b4e3c513aaa6: Pull complete 20:11:52 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 20:11:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:11:52 ---> 9f6097aaca64 20:11:52 Step 3/11 : ARG MAKE='make build' 20:11:54 ---> Running in 6ccfc4216799 20:11:54 Removing intermediate container 6ccfc4216799 20:11:54 ---> 92b80b999f99 20:11:54 Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:11:54 ---> Running in 3e1af6aecb6a 20:11:54 Removing intermediate container 3e1af6aecb6a 20:11:54 ---> 3b471eb8a2f0 20:11:54 Step 5/11 : ARG ALPINE_PKG_EXTRA="" 20:11:54 ---> Running in 2f4006677e34 20:11:54 Removing intermediate container 2f4006677e34 20:11:54 ---> 27a825c475a4 20:11:54 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:11:54 ---> Running in bc0d52557910 20:11:55 Removing intermediate container bc0d52557910 20:11:55 ---> 2512794ec139 20:11:55 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:11:55 ---> Running in 81ea550c144d 20:11:55 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:11:56 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:11:56 (1/4) Installing openssh-keygen (8.6_p1-r3) 20:11:56 (2/4) Installing libedit (20210216.3.1-r0) 20:11:56 (3/4) Installing openssh-client-common (8.6_p1-r3) 20:11:56 (4/4) Installing openssh-client-default (8.6_p1-r3) 20:11:57 Executing busybox-1.33.1-r3.trigger 20:11:57 OK: 224 MiB in 56 packages 20:11:57 Removing intermediate container 81ea550c144d 20:11:57 ---> b38542736093 20:11:57 Step 8/11 : WORKDIR /device-rest-go 20:11:57 ---> Running in 34b148a9eda9 20:11:57 Removing intermediate container 34b148a9eda9 20:11:57 ---> f90fa68c5330 20:11:57 Step 9/11 : COPY . . 20:11:57 ---> 1495ac65985f 20:11:57 Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:11:57 ---> Running in f6e7005f4d33 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:11:59 provisioning config files... 20:11:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config613247775597777404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:12:00 ---> docker-login.sh 20:12:00 nexus3.edgexfoundry.org:10001 20:12:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:01 Configure a credential helper to remove this warning. See 20:12:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:01 20:12:01 Login Succeeded 20:12:01 nexus3.edgexfoundry.org:10002 20:12:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:01 Configure a credential helper to remove this warning. See 20:12:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:01 20:12:01 Login Succeeded 20:12:01 nexus3.edgexfoundry.org:10003 20:12:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:02 Configure a credential helper to remove this warning. See 20:12:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:02 20:12:02 Login Succeeded 20:12:02 nexus3.edgexfoundry.org:10004 20:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:02 Configure a credential helper to remove this warning. See 20:12:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:02 20:12:02 Login Succeeded 20:12:02 docker.io 20:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:12:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:12:03 Configure a credential helper to remove this warning. See 20:12:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:12:03 20:12:03 Login Succeeded 20:12:03 ---> docker-login.sh ends [Pipeline] } 20:12:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:12:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:12:03 ========================================================= 20:12:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:12:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 20:12:04 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 20:12:04 Sending build context to Docker daemon 121.9kB 20:12:04 Step 1/11 : ARG BASE=golang:1.16-alpine3.14 20:12:04 Step 2/11 : FROM ${BASE} AS builder 20:12:04 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:12:04 552d1f2373af: Pulling fs layer 20:12:04 ea3f2d53f512: Pulling fs layer 20:12:04 9e70ebbbe112: Pulling fs layer 20:12:04 7a9cfe048b4a: Pulling fs layer 20:12:04 72dc09318566: Pulling fs layer 20:12:04 f4f7b4309257: Pulling fs layer 20:12:04 0ac9a79272e3: Pulling fs layer 20:12:04 b78e95d17946: Pulling fs layer 20:12:04 f4f7b4309257: Waiting 20:12:04 0ac9a79272e3: Waiting 20:12:04 b78e95d17946: Waiting 20:12:04 72dc09318566: Waiting 20:12:04 7a9cfe048b4a: Waiting 20:12:04 9e70ebbbe112: Download complete 20:12:04 ea3f2d53f512: Download complete 20:12:04 72dc09318566: Verifying Checksum 20:12:04 72dc09318566: Download complete 20:12:04 f4f7b4309257: Verifying Checksum 20:12:04 f4f7b4309257: Download complete 20:12:04 552d1f2373af: Verifying Checksum 20:12:04 552d1f2373af: Download complete 20:12:04 0ac9a79272e3: Verifying Checksum 20:12:04 0ac9a79272e3: Download complete 20:12:05 552d1f2373af: Pull complete 20:12:05 ea3f2d53f512: Pull complete 20:12:06 9e70ebbbe112: Pull complete 20:12:06 b78e95d17946: Verifying Checksum 20:12:06 b78e95d17946: Download complete 20:12:06 7a9cfe048b4a: Verifying Checksum 20:12:06 7a9cfe048b4a: Download complete 20:12:19 7a9cfe048b4a: Pull complete 20:12:19 72dc09318566: Pull complete 20:12:19 f4f7b4309257: Pull complete 20:12:19 0ac9a79272e3: Pull complete 20:12:24 b78e95d17946: Pull complete 20:12:24 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 20:12:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:12:24 ---> 8b459fc5aaf0 20:12:24 Step 3/11 : ARG MAKE='make build' 20:12:25 ---> Running in fa5c4bc68e24 20:12:25 Removing intermediate container fa5c4bc68e24 20:12:25 ---> fdc6923b659a 20:12:25 Step 4/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:12:25 ---> Running in eff2b2720f6a 20:12:26 Removing intermediate container eff2b2720f6a 20:12:26 ---> a0e9eeaca1dd 20:12:26 Step 5/11 : ARG ALPINE_PKG_EXTRA="" 20:12:26 ---> Running in 7d6392061716 20:12:26 Removing intermediate container 7d6392061716 20:12:26 ---> 4a92facda0a5 20:12:26 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:12:26 ---> Running in 104b4f5f883d 20:12:28 Removing intermediate container 104b4f5f883d 20:12:28 ---> d6df1c30c2a4 20:12:28 Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:12:28 ---> Running in ca1a08120fc5 20:12:29 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:12:29 Removing intermediate container f6e7005f4d33 20:12:29 ---> e14bc4ec1c9c 20:12:29 Step 11/11 : RUN $MAKE 20:12:29 ---> Running in 330df13b9b26 20:12:29 noop 20:12:29 Removing intermediate container 330df13b9b26 20:12:29 ---> 11e1efa150be 20:12:29 Successfully built 11e1efa150be 20:12:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:12:30 + docker inspect -f . ci-base-image-x86_64 20:12:30 . [Pipeline] withDockerContainer 20:12:30 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 20:12:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** -e ******** ci-base-image-x86_64 cat 20:12:30 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:12:30 $ docker top 0da524dd3cbfdb1d7a6c230cab4ea4d8b0d6f796d681cfe48786c618c9844572 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:31 + go version 20:12:31 go version go1.16.8 linux/amd64 [Pipeline] } 20:12:31 $ docker stop --time=1 0da524dd3cbfdb1d7a6c230cab4ea4d8b0d6f796d681cfe48786c618c9844572 20:12:31 (1/4) Installing openssh-keygen (8.6_p1-r3) 20:12:31 (2/4) Installing libedit (20210216.3.1-r0) 20:12:31 (3/4) Installing openssh-client-common (8.6_p1-r3) 20:12:31 (4/4) Installing openssh-client-default (8.6_p1-r3) 20:12:31 Executing busybox-1.33.1-r3.trigger 20:12:31 OK: 223 MiB in 56 packages 20:12:32 $ docker rm -f 0da524dd3cbfdb1d7a6c230cab4ea4d8b0d6f796d681cfe48786c618c9844572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:12:32 Removing intermediate container ca1a08120fc5 20:12:32 ---> a23b02c569e5 20:12:32 Step 8/11 : WORKDIR /device-rest-go 20:12:32 ---> Running in 642e6bfd83d5 20:12:33 + docker inspect -f . ci-base-image-x86_64 20:12:33 . [Pipeline] withDockerContainer 20:12:33 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 20:12:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** -e ******** ci-base-image-x86_64 cat 20:12:33 $ docker top 9d95e71ce79a315447d414874875c7ef0792fdd4be9d13fa10984dc17e51c297 -eo pid,comm 20:12:33 Removing intermediate container 642e6bfd83d5 20:12:33 ---> c9b1fd606b2e 20:12:33 Step 9/11 : COPY . . [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:12:33 + make test 20:12:33 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:12:34 ---> 2a022d9dfedf 20:12:34 Step 10/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:12:34 ---> Running in cfe8a2574e15 20:12:34 ? github.com/edgexfoundry/device-rest-go [no test files] 20:12:49 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:12:49 ok github.com/edgexfoundry/device-rest-go/driver 0.011s coverage: 56.0% of statements 20:12:49 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:12:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:12:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:12:57 ./bin/test-attribution-txt.sh [Pipeline] echo 20:12:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:12:57 $ docker stop --time=1 9d95e71ce79a315447d414874875c7ef0792fdd4be9d13fa10984dc17e51c297 20:12:59 $ docker rm -f 9d95e71ce79a315447d414874875c7ef0792fdd4be9d13fa10984dc17e51c297 [Pipeline] // withDockerContainer [Pipeline] sh 20:12:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:12:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:13:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:13:01 + ls -al . 20:13:01 total 148 20:13:01 drwxrwxr-x. 8 jenkins jenkins 4096 Dec 20 20:12 . 20:13:01 drwxrwxr-x. 4 jenkins jenkins 28 Dec 20 20:11 .. 20:13:01 -rw-rw-r--. 1 jenkins jenkins 7095 Dec 20 20:11 Attribution.txt 20:13:01 drwxrwxr-x. 2 jenkins jenkins 37 Dec 20 20:11 bin 20:13:01 -rw-rw-r--. 1 jenkins jenkins 7459 Dec 20 20:11 CHANGELOG.md 20:13:01 drwxrwxr-x. 3 jenkins jenkins 32 Dec 20 20:11 cmd 20:13:01 -rw-r--r--. 1 jenkins jenkins 9215 Dec 20 20:12 coverage.out 20:13:01 -rw-rw-r--. 1 jenkins jenkins 1649 Dec 20 20:11 Dockerfile 20:13:01 -rw-rw-r--. 1 jenkins jenkins 151 Dec 20 20:11 .dockerignore 20:13:01 drwxrwxr-x. 2 jenkins jenkins 76 Dec 20 20:11 driver 20:13:01 drwxrwxr-x. 8 jenkins jenkins 179 Dec 20 20:11 .git 20:13:01 drwxrwxr-x. 2 jenkins jenkins 103 Dec 20 20:11 .github 20:13:01 -rw-rw-r--. 1 jenkins jenkins 329 Dec 20 20:11 .gitignore 20:13:01 -rw-rw-r--. 1 jenkins jenkins 277 Dec 20 20:11 go.mod 20:13:01 -rw-rw-r--. 1 jenkins jenkins 49541 Dec 20 20:11 go.sum 20:13:01 -rw-rw-r--. 1 jenkins jenkins 677 Dec 20 20:11 GOVERNANCE.md 20:13:01 -rw-rw-r--. 1 jenkins jenkins 680 Dec 20 20:11 Jenkinsfile 20:13:01 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 20 20:11 LICENSE 20:13:01 -rw-rw-r--. 1 jenkins jenkins 1078 Dec 20 20:11 Makefile 20:13:01 -rw-rw-r--. 1 jenkins jenkins 620 Dec 20 20:11 OWNERS.md 20:13:01 -rw-rw-r--. 1 jenkins jenkins 8246 Dec 20 20:11 README.md 20:13:01 drwxrwxr-x. 3 jenkins jenkins 58 Dec 20 20:11 snap 20:13:01 -rw-rw-r--. 1 jenkins jenkins 5 Dec 20 20:09 VERSION 20:13:01 -rw-rw-r--. 1 jenkins jenkins 713 Dec 20 20:11 version.go [Pipeline] isUnix [Pipeline] sh 20:13:01 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=07dc9f6b3300f5dc3e37f67eb01f361c37aca65a --label arch=amd64 --label version=0.0.0 . 20:13:01 Sending build context to Docker daemon 131.6kB 20:13:01 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 20:13:01 Step 2/24 : FROM ${BASE} AS builder 20:13:01 ---> 11e1efa150be 20:13:01 Step 3/24 : ARG MAKE='make build' 20:13:01 ---> Running in ca621c68adc6 20:13:01 Removing intermediate container ca621c68adc6 20:13:01 ---> bdb61542dac1 20:13:01 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:13:01 ---> Running in 3219e7afca82 20:13:01 Removing intermediate container 3219e7afca82 20:13:01 ---> 8ceadcaeed6f 20:13:01 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 20:13:01 ---> Running in b8c61769d678 20:13:01 Removing intermediate container b8c61769d678 20:13:01 ---> 5a553ca93d54 20:13:01 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:13:01 ---> Running in b394771196ef 20:13:02 Removing intermediate container b394771196ef 20:13:02 ---> 7df989f91e2f 20:13:02 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:13:02 ---> Running in df78ead9105c 20:13:02 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:13:03 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:13:03 OK: 224 MiB in 56 packages 20:13:04 Removing intermediate container df78ead9105c 20:13:04 ---> 47c25250970a 20:13:04 Step 8/24 : WORKDIR /device-rest-go 20:13:04 ---> Running in c5dbed5f9bf5 20:13:04 Removing intermediate container c5dbed5f9bf5 20:13:04 ---> d752543bafce 20:13:04 Step 9/24 : COPY . . 20:13:04 ---> 5ac5eb51e629 20:13:04 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:13:04 ---> Running in 89566e52637a 20:13:04 Removing intermediate container 89566e52637a 20:13:04 ---> 8064adba3391 20:13:04 Step 11/24 : RUN $MAKE 20:13:04 ---> Running in d4ac69c83a1b 20:13:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd 20:13:17 Removing intermediate container d4ac69c83a1b 20:13:17 ---> 842a128c119e 20:13:17 Step 12/24 : FROM alpine:3.14 20:13:17 3.14: Pulling from library/alpine 20:13:17 97518928ae5f: Pulling fs layer 20:13:17 97518928ae5f: Verifying Checksum 20:13:17 97518928ae5f: Download complete 20:13:17 97518928ae5f: Pull complete 20:13:17 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:13:17 Status: Downloaded newer image for alpine:3.14 20:13:17 ---> 0a97eee8041e 20:13:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:13:17 ---> Running in 2c5c2c51c140 20:13:17 Removing intermediate container 2c5c2c51c140 20:13:17 ---> aca824b31700 20:13:17 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 20:13:17 ---> Running in 556c4c8a3fe2 20:13:17 Removing intermediate container 556c4c8a3fe2 20:13:17 ---> 902773640329 20:13:17 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 20:13:17 ---> Running in 74872a3c21b1 20:13:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:13:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:13:17 (1/6) Installing dumb-init (1.2.5-r1) 20:13:17 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:13:17 (3/6) Installing libsodium (1.0.18-r0) 20:13:17 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:13:17 (5/6) Installing libzmq (4.3.4-r0) 20:13:17 (6/6) Installing zeromq (4.3.4-r0) 20:13:17 Executing busybox-1.33.1-r6.trigger 20:13:17 OK: 8 MiB in 20 packages 20:13:18 Removing intermediate container 74872a3c21b1 20:13:18 ---> 0118a603ac47 20:13:18 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 20:13:18 ---> b5c2cf2a5f17 20:13:18 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 20:13:18 ---> de914b83fb0d 20:13:18 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 20:13:18 ---> 639100d82f2e 20:13:18 Step 19/24 : EXPOSE 59986 20:13:18 ---> Running in c880be0f9237 20:13:19 Removing intermediate container c880be0f9237 20:13:19 ---> 4feb711ce7cf 20:13:19 Step 20/24 : ENTRYPOINT ["/device-rest"] 20:13:19 ---> Running in 3e30b05bb04b 20:13:19 Removing intermediate container 3e30b05bb04b 20:13:19 ---> 4fb04054c58b 20:13:19 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:13:19 ---> Running in 0ba11b34b6b1 20:13:19 Removing intermediate container 0ba11b34b6b1 20:13:19 ---> 35d403fb7b2a 20:13:19 Step 22/24 : LABEL arch=amd64 20:13:19 ---> Running in 9cb3fb9c5e8e 20:13:19 Removing intermediate container 9cb3fb9c5e8e 20:13:19 ---> e94a8a13f073 20:13:19 Step 23/24 : LABEL git_sha=07dc9f6b3300f5dc3e37f67eb01f361c37aca65a 20:13:19 ---> Running in 1bf7de8b14b7 20:13:19 Removing intermediate container 1bf7de8b14b7 20:13:19 ---> 93689bd13680 20:13:19 Step 24/24 : LABEL version=0.0.0 20:13:19 ---> Running in 960ba73ee5d9 20:13:19 Removing intermediate container 960ba73ee5d9 20:13:19 ---> 480d89d75f42 20:13:19 [Warning] One or more build-args [ARCH] were not consumed 20:13:19 Successfully built 480d89d75f42 20:13:19 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:13:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:13:20 20:13:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:13:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:13:20 latest: Pulling from edgex-lftools-log-publisher 20:13:20 b4d181a07f80: Pulling fs layer 20:13:20 a1111a8f2ec3: Pulling fs layer 20:13:20 ed53099fbce6: Pulling fs layer 20:13:20 dc539afda2c1: Pulling fs layer 20:13:20 77bc0d833cb6: Pulling fs layer 20:13:20 9065ff56babe: Pulling fs layer 20:13:20 d287ab97295c: Pulling fs layer 20:13:20 77bc0d833cb6: Waiting 20:13:20 9065ff56babe: Waiting 20:13:20 d287ab97295c: Waiting 20:13:20 dc539afda2c1: Waiting 20:13:20 a1111a8f2ec3: Verifying Checksum 20:13:20 a1111a8f2ec3: Download complete 20:13:20 dc539afda2c1: Verifying Checksum 20:13:20 dc539afda2c1: Download complete 20:13:20 ed53099fbce6: Verifying Checksum 20:13:20 ed53099fbce6: Download complete 20:13:21 9065ff56babe: Verifying Checksum 20:13:21 9065ff56babe: Download complete 20:13:21 77bc0d833cb6: Verifying Checksum 20:13:21 77bc0d833cb6: Download complete 20:13:21 b4d181a07f80: Verifying Checksum 20:13:21 b4d181a07f80: Download complete 20:13:21 d287ab97295c: Verifying Checksum 20:13:21 d287ab97295c: Download complete 20:13:22 b4d181a07f80: Pull complete 20:13:22 a1111a8f2ec3: Pull complete 20:13:23 ed53099fbce6: Pull complete 20:13:23 dc539afda2c1: Pull complete 20:13:23 77bc0d833cb6: Pull complete 20:13:23 9065ff56babe: Pull complete 20:13:29 d287ab97295c: Pull complete 20:13:29 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:13:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:13:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:13:29 prd-centos7-docker-4c-2g-1185 does not seem to be running inside a container 20:13:29 $ 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-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:13:31 $ docker top 4e0ce6b49e62cd28c82886e0302357897d0dc3412c0770ce5502f5cd96123fd1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:13:32 ---> job-cost.sh 20:13:32 lf-activate-venv: SKIPPING 20:13:32 INFO: No Stack... 20:13:32 INFO: Retrieving Pricing Info for: v3-standard-2 20:13:33 INFO: Archiving Costs [Pipeline] sh 20:13:33 + cat /w/workspace/device-rest-go/1/archives/cost.csv 20:13:33 + cut -d, -f6 [Pipeline] lock 20:13:33 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] 20:13:33 Resource [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] did not exist. Created. 20:13:33 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:13:33 + echo total: 0.05999999865889549 [Pipeline] stash 20:13:33 Stashed 1 file(s) [Pipeline] } 20:13:33 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:13:33 $ docker stop --time=1 4e0ce6b49e62cd28c82886e0302357897d0dc3412c0770ce5502f5cd96123fd1 20:13:35 $ docker rm -f 4e0ce6b49e62cd28c82886e0302357897d0dc3412c0770ce5502f5cd96123fd1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:13:55 Removing intermediate container cfe8a2574e15 20:13:55 ---> 3f47603234bc 20:13:55 Step 11/11 : RUN $MAKE 20:13:55 ---> Running in 2c888781b8d6 20:13:55 noop 20:13:55 Removing intermediate container 2c888781b8d6 20:13:55 ---> e2bbe7d9e59a 20:13:55 Successfully built e2bbe7d9e59a 20:13:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:13:56 + docker inspect -f . ci-base-image-arm64 20:13:56 . [Pipeline] withDockerContainer 20:13:56 prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container 20:13:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** -e ******** ci-base-image-arm64 cat 20:13:57 $ docker top 640cda68025608188af53879544191cc40c6d9f15679f0bad7d874ac176653da -eo pid,comm [Pipeline] { [Pipeline] sh 20:13:58 + go version 20:13:58 go version go1.16.8 linux/arm64 [Pipeline] } 20:13:58 $ docker stop --time=1 640cda68025608188af53879544191cc40c6d9f15679f0bad7d874ac176653da 20:14:00 $ docker rm -f 640cda68025608188af53879544191cc40c6d9f15679f0bad7d874ac176653da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:14:01 + docker inspect -f . ci-base-image-arm64 20:14:01 . [Pipeline] withDockerContainer 20:14:01 prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container 20:14:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** -e ******** ci-base-image-arm64 cat 20:14:03 $ docker top 9dce3789f939977b6d5755278f75a3ea5aa307b048ce845bce09d27603703e6f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 20:14:04 + make test 20:14:04 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 20:14:05 ? github.com/edgexfoundry/device-rest-go [no test files] 20:15:02 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 20:15:02 ok github.com/edgexfoundry/device-rest-go/driver 0.054s coverage: 56.0% of statements 20:15:02 CGO_ENABLED=1 GO111MODULE=on go vet ./... 20:15:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:15:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:15:24 ./bin/test-attribution-txt.sh [Pipeline] echo 20:15:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:15:26 $ docker stop --time=1 9dce3789f939977b6d5755278f75a3ea5aa307b048ce845bce09d27603703e6f 20:15:28 $ docker rm -f 9dce3789f939977b6d5755278f75a3ea5aa307b048ce845bce09d27603703e6f [Pipeline] // withDockerContainer [Pipeline] sh 20:15:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:15:29 Warning: overwriting stash ‘coverage-report’ 20:15:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:15:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:15:30 + ls -al . 20:15:30 total 176 20:15:30 drwxrwxr-x 8 jenkins jenkins 4096 Dec 20 20:15 . 20:15:30 drwxrwxr-x 4 jenkins jenkins 4096 Dec 20 20:11 .. 20:15:30 -rw-rw-r-- 1 jenkins jenkins 151 Dec 20 20:11 .dockerignore 20:15:30 drwxrwxr-x 8 jenkins jenkins 4096 Dec 20 20:11 .git 20:15:30 drwxrwxr-x 2 jenkins jenkins 4096 Dec 20 20:11 .github 20:15:30 -rw-rw-r-- 1 jenkins jenkins 329 Dec 20 20:11 .gitignore 20:15:30 -rw-rw-r-- 1 jenkins jenkins 7095 Dec 20 20:11 Attribution.txt 20:15:30 -rw-rw-r-- 1 jenkins jenkins 7459 Dec 20 20:11 CHANGELOG.md 20:15:30 -rw-rw-r-- 1 jenkins jenkins 1649 Dec 20 20:11 Dockerfile 20:15:30 -rw-rw-r-- 1 jenkins jenkins 677 Dec 20 20:11 GOVERNANCE.md 20:15:30 -rw-rw-r-- 1 jenkins jenkins 680 Dec 20 20:11 Jenkinsfile 20:15:30 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 20 20:11 LICENSE 20:15:30 -rw-rw-r-- 1 jenkins jenkins 1078 Dec 20 20:11 Makefile 20:15:30 -rw-rw-r-- 1 jenkins jenkins 620 Dec 20 20:11 OWNERS.md 20:15:30 -rw-rw-r-- 1 jenkins jenkins 8246 Dec 20 20:11 README.md 20:15:30 -rw-rw-r-- 1 jenkins jenkins 5 Dec 20 20:09 VERSION 20:15:30 drwxrwxr-x 2 jenkins jenkins 4096 Dec 20 20:11 bin 20:15:30 drwxrwxr-x 3 jenkins jenkins 4096 Dec 20 20:11 cmd 20:15:30 -rw-r--r-- 1 jenkins jenkins 9215 Dec 20 20:14 coverage.out 20:15:30 drwxrwxr-x 2 jenkins jenkins 4096 Dec 20 20:11 driver 20:15:30 -rw-rw-r-- 1 jenkins jenkins 277 Dec 20 20:11 go.mod 20:15:30 -rw-rw-r-- 1 jenkins jenkins 49541 Dec 20 20:11 go.sum 20:15:30 drwxrwxr-x 3 jenkins jenkins 4096 Dec 20 20:11 snap 20:15:30 -rw-rw-r-- 1 jenkins jenkins 713 Dec 20 20:11 version.go [Pipeline] isUnix [Pipeline] sh 20:15:30 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=07dc9f6b3300f5dc3e37f67eb01f361c37aca65a --label arch=arm64 --label version=0.0.0 . 20:15:30 Sending build context to Docker daemon 131.6kB 20:15:31 Step 1/24 : ARG BASE=golang:1.16-alpine3.14 20:15:31 Step 2/24 : FROM ${BASE} AS builder 20:15:31 ---> e2bbe7d9e59a 20:15:31 Step 3/24 : ARG MAKE='make build' 20:15:31 ---> Running in 306a507e0eae 20:15:31 Removing intermediate container 306a507e0eae 20:15:31 ---> 3d92f845e606 20:15:31 Step 4/24 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 20:15:31 ---> Running in 334b06ea2aaf 20:15:32 Removing intermediate container 334b06ea2aaf 20:15:32 ---> 4120d68be0e4 20:15:32 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 20:15:32 ---> Running in 5f711b7372f0 20:15:32 Removing intermediate container 5f711b7372f0 20:15:32 ---> f72af1939818 20:15:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:15:32 ---> Running in 2937199170fa 20:15:34 Removing intermediate container 2937199170fa 20:15:34 ---> d7488f68242d 20:15:34 Step 7/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:15:34 ---> Running in b234fdbaf1ae 20:15:35 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:15:36 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:15:37 OK: 223 MiB in 56 packages 20:15:37 Removing intermediate container b234fdbaf1ae 20:15:37 ---> 5b2cd0fbab95 20:15:37 Step 8/24 : WORKDIR /device-rest-go 20:15:37 ---> Running in a3f973f17a6c 20:15:38 Removing intermediate container a3f973f17a6c 20:15:38 ---> 3d976ae221fb 20:15:38 Step 9/24 : COPY . . 20:15:38 ---> 889460274907 20:15:38 Step 10/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:15:38 ---> Running in aa502c0e964d 20:15:40 Removing intermediate container aa502c0e964d 20:15:40 ---> 1a94fa20b15d 20:15:40 Step 11/24 : RUN $MAKE 20:15:40 ---> Running in 7d67c6191396 20:15:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest ./cmd 20:16:21 Removing intermediate container 7d67c6191396 20:16:21 ---> f5e83b8703bf 20:16:21 Step 12/24 : FROM alpine:3.14 20:16:21 3.14: Pulling from library/alpine 20:16:21 be307f383ecc: Pulling fs layer 20:16:21 be307f383ecc: Download complete 20:16:21 be307f383ecc: Pull complete 20:16:21 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 20:16:21 Status: Downloaded newer image for alpine:3.14 20:16:21 ---> 5b8b7b635229 20:16:21 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:16:21 ---> Running in a01d5f2667a9 20:16:21 Removing intermediate container a01d5f2667a9 20:16:21 ---> 2be66ac4036d 20:16:21 Step 14/24 : LABEL Name=device-rest-go Version=${VERSION} 20:16:21 ---> Running in 4bcac0eb3d19 20:16:21 Removing intermediate container 4bcac0eb3d19 20:16:21 ---> e542e2091272 20:16:21 Step 15/24 : RUN apk add --update --no-cache zeromq dumb-init 20:16:21 ---> Running in a4d9708d7bb2 20:16:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:16:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:16:21 (1/6) Installing dumb-init (1.2.5-r1) 20:16:21 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:16:21 (3/6) Installing libsodium (1.0.18-r0) 20:16:21 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:16:21 (5/6) Installing libzmq (4.3.4-r0) 20:16:21 (6/6) Installing zeromq (4.3.4-r0) 20:16:21 Executing busybox-1.33.1-r6.trigger 20:16:21 OK: 8 MiB in 20 packages 20:16:22 Removing intermediate container a4d9708d7bb2 20:16:22 ---> 48caaec01efc 20:16:22 Step 16/24 : COPY --from=builder /device-rest-go/cmd / 20:16:23 ---> 7aa203a0923f 20:16:23 Step 17/24 : COPY --from=builder /device-rest-go/LICENSE / 20:16:24 ---> 80d3310f3cdc 20:16:24 Step 18/24 : COPY --from=builder /device-rest-go/Attribution.txt / 20:16:24 ---> 8867db321e25 20:16:24 Step 19/24 : EXPOSE 59986 20:16:24 ---> Running in 05446adec974 20:16:25 Removing intermediate container 05446adec974 20:16:25 ---> abdf5f76bcfd 20:16:25 Step 20/24 : ENTRYPOINT ["/device-rest"] 20:16:25 ---> Running in 29fbe59410da 20:16:25 Removing intermediate container 29fbe59410da 20:16:25 ---> fddeb81f319b 20:16:25 Step 21/24 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 20:16:25 ---> Running in 59e0bcc2ddd6 20:16:25 Removing intermediate container 59e0bcc2ddd6 20:16:25 ---> 559eba15e699 20:16:25 Step 22/24 : LABEL arch=arm64 20:16:26 ---> Running in 5ae9789aff84 20:16:26 Removing intermediate container 5ae9789aff84 20:16:26 ---> 8baf1231bb2e 20:16:26 Step 23/24 : LABEL git_sha=07dc9f6b3300f5dc3e37f67eb01f361c37aca65a 20:16:26 ---> Running in 9f6aefcbe6a8 20:16:26 Removing intermediate container 9f6aefcbe6a8 20:16:26 ---> 0c3091ba4980 20:16:26 Step 24/24 : LABEL version=0.0.0 20:16:26 ---> Running in c272dc6047e5 20:16:27 Removing intermediate container c272dc6047e5 20:16:27 ---> 4f3a548906ad 20:16:27 [Warning] One or more build-args [ARCH] were not consumed 20:16:27 Successfully built 4f3a548906ad 20:16:27 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:16:28 20:16:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:16:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:16:28 arm64: Pulling from edgex-lftools-log-publisher 20:16:28 448f6bf000e3: Pulling fs layer 20:16:28 f757da607395: Pulling fs layer 20:16:28 05883995daec: Pulling fs layer 20:16:28 8603b9c90790: Pulling fs layer 20:16:28 1560dd03e051: Pulling fs layer 20:16:28 27f5ce0e4adf: Pulling fs layer 20:16:28 c2d8d7efcc4b: Pulling fs layer 20:16:28 1560dd03e051: Waiting 20:16:28 27f5ce0e4adf: Waiting 20:16:28 c2d8d7efcc4b: Waiting 20:16:28 8603b9c90790: Waiting 20:16:28 f757da607395: Verifying Checksum 20:16:28 f757da607395: Download complete 20:16:28 8603b9c90790: Verifying Checksum 20:16:28 8603b9c90790: Download complete 20:16:28 1560dd03e051: Verifying Checksum 20:16:28 1560dd03e051: Download complete 20:16:28 27f5ce0e4adf: Verifying Checksum 20:16:28 27f5ce0e4adf: Download complete 20:16:29 05883995daec: Verifying Checksum 20:16:29 05883995daec: Download complete 20:16:29 448f6bf000e3: Verifying Checksum 20:16:29 448f6bf000e3: Download complete 20:16:32 c2d8d7efcc4b: Verifying Checksum 20:16:32 c2d8d7efcc4b: Download complete 20:16:32 448f6bf000e3: Pull complete 20:16:33 f757da607395: Pull complete 20:16:35 05883995daec: Pull complete 20:16:35 8603b9c90790: Pull complete 20:16:36 1560dd03e051: Pull complete 20:16:36 27f5ce0e4adf: Pull complete 20:16:51 c2d8d7efcc4b: Pull complete 20:16:51 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:16:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:16:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:16:51 prd-ubuntu18.04-docker-arm64-4c-16g-1184 does not seem to be running inside a container 20:16:51 $ 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-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:16:54 $ docker top cdad016988c8a8fe4184acff6d7b749822d5419461071605455120aa8d7e3d37 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:16:54 ---> job-cost.sh 20:16:54 lf-activate-venv: SKIPPING 20:16:54 INFO: No Stack... 20:16:55 INFO: Retrieving Pricing Info for: v3-standard-4 20:16:55 INFO: Archiving Costs [Pipeline] sh 20:16:55 + cat /w/workspace/device-rest-go/1/archives/cost.csv+ 20:16:55 cut -d, -f6 [Pipeline] lock 20:16:55 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] 20:16:55 Resource [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] did not exist. Created. 20:16:55 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:16:56 /w/workspace/device-rest-go/1@tmp/durable-7dea943f/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-7dea943f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:16:56 + echo total: 0.10999999940395355 [Pipeline] stash 20:16:56 Warning: overwriting stash ‘stack-cost’ 20:16:56 Stashed 1 file(s) [Pipeline] } 20:16:56 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-149-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:16:56 $ docker stop --time=1 cdad016988c8a8fe4184acff6d7b749822d5419461071605455120aa8d7e3d37 20:16:58 $ docker rm -f cdad016988c8a8fe4184acff6d7b749822d5419461071605455120aa8d7e3d37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 20:16:59 provisioning config files... 20:16:59 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-149@tmp/config6965531047913716619tmp [Pipeline] { [Pipeline] sh 20:16:59 + set +x 20:16:59 + curl -s https://codecov.io/bash 20:16:59 + bash -s -- 20:16:59 20:16:59 _____ _ 20:16:59 / ____| | | 20:16:59 | | ___ __| | ___ ___ _____ __ 20:16:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:16:59 | |___| (_) | (_| | __/ (_| (_) \ V / 20:16:59 \_____\___/ \__,_|\___|\___\___/ \_/ 20:16:59 Bash-1.0.6 20:16:59 20:16:59 20:16:59 ==> git version 2.24.4 found 20:16:59 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:16:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:16:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:16:59 ==> Jenkins CI detected. 20:16:59 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-149 20:16:59 project root: . 20:16:59 --> token set from env 20:16:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:16:59 ==> Running gcov in . (disable via -X gcov) 20:16:59 ==> Python coveragepy not found 20:16:59 ==> Searching for coverage reports in: 20:16:59 + . 20:16:59 -> Found 1 reports 20:16:59 ==> Detecting git/mercurial file structure 20:16:59 ==> Reading reports 20:16:59 + ./coverage.out bytes=9215 20:16:59 ==> Appending adjustments 20:16:59 https://docs.codecov.io/docs/fixing-reports 20:17:00 + Found adjustments 20:17:00 ==> Gzipping contents 20:17:00 4.0K /tmp/codecov.tBxHZq.gz 20:17:00 ==> Uploading reports 20:17:00 url: https://codecov.io 20:17:00 query: branch=PR-149&commit=07dc9f6b3300f5dc3e37f67eb01f361c37aca65a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-149%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=149&job=&cmd_args= 20:17:00 -> Pinging Codecov 20:17:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-149&commit=07dc9f6b3300f5dc3e37f67eb01f361c37aca65a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-149%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=149&job=&cmd_args= 20:17:00 -> Uploading to 20:17:00 https://storage.googleapis.com/codecov/v4/raw/2021-12-20/4E5D53B4F1F92C436F7061BF334D961C/07dc9f6b3300f5dc3e37f67eb01f361c37aca65a/5491bd3c-c64b-414f-93f0-e6e32fc87c93.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211220T201700Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9fff420c62228116693f0e10605686861de1e8572a16be27acd9a17fb2dfbaf 20:17:00 % Total % Received % Xferd Average Speed Time Time Time Current 20:17:00 Dload Upload Total Spent Left Speed 20:17:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1814 0 0 100 1814 0 5452 --:--:-- --:--:-- --:--:-- 5447 100 1814 0 0 100 1814 0 5449 --:--:-- --:--:-- --:--:-- 5447 20:17:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-rest-go/commit/07dc9f6b3300f5dc3e37f67eb01f361c37aca65a [Pipeline] } 20:17:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:17:05 + '[' -d /w/workspace/gexfoundry_device-rest-go_PR-149/archives ']' [Pipeline] libraryResource [Pipeline] sh 20:17:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:17:05 ---> package-listing.sh 20:17:05 ++ facter osfamily 20:17:05 ++ tr '[:upper:]' '[:lower:]' 20:17:06 + OS_FAMILY=redhat 20:17:06 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-149 20:17:06 + START_PACKAGES=/tmp/packages_start.txt 20:17:06 + END_PACKAGES=/tmp/packages_end.txt 20:17:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:17:06 + PACKAGES=/tmp/packages_start.txt 20:17:06 + '[' /w/workspace/gexfoundry_device-rest-go_PR-149 ']' 20:17:06 + PACKAGES=/tmp/packages_end.txt 20:17:06 + case "${OS_FAMILY}" in 20:17:06 + rpm -qa 20:17:06 + sort 20:17:06 + '[' -f /tmp/packages_start.txt ']' 20:17:06 + '[' -f /tmp/packages_end.txt ']' 20:17:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:17:06 + '[' /w/workspace/gexfoundry_device-rest-go_PR-149 ']' 20:17:06 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-149/archives/ 20:17:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-149/archives/ [Pipeline] echo 20:17:06 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/gexfoundry_device-rest-go_PR-149/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:17:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:17:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:17:07 20:17:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:17:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:17:08 latest: Pulling from edgex-lftools-log-publisher 20:17:08 b4d181a07f80: Pulling fs layer 20:17:08 a1111a8f2ec3: Pulling fs layer 20:17:08 ed53099fbce6: Pulling fs layer 20:17:08 dc539afda2c1: Pulling fs layer 20:17:08 77bc0d833cb6: Pulling fs layer 20:17:08 9065ff56babe: Pulling fs layer 20:17:08 d287ab97295c: Pulling fs layer 20:17:08 dc539afda2c1: Waiting 20:17:08 77bc0d833cb6: Waiting 20:17:08 9065ff56babe: Waiting 20:17:08 d287ab97295c: Waiting 20:17:08 a1111a8f2ec3: Verifying Checksum 20:17:08 a1111a8f2ec3: Download complete 20:17:08 dc539afda2c1: Verifying Checksum 20:17:08 dc539afda2c1: Download complete 20:17:08 ed53099fbce6: Verifying Checksum 20:17:08 ed53099fbce6: Download complete 20:17:08 9065ff56babe: Verifying Checksum 20:17:08 9065ff56babe: Download complete 20:17:08 77bc0d833cb6: Verifying Checksum 20:17:08 77bc0d833cb6: Download complete 20:17:08 b4d181a07f80: Verifying Checksum 20:17:08 b4d181a07f80: Download complete 20:17:08 d287ab97295c: Verifying Checksum 20:17:08 d287ab97295c: Download complete 20:17:09 b4d181a07f80: Pull complete 20:17:09 a1111a8f2ec3: Pull complete 20:17:10 ed53099fbce6: Pull complete 20:17:10 dc539afda2c1: Pull complete 20:17:10 77bc0d833cb6: Pull complete 20:17:10 9065ff56babe: Pull complete 20:17:16 d287ab97295c: Pull complete 20:17:16 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:17:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:17:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:17:16 prd-centos7-docker-4c-2g-1183 does not seem to be running inside a container 20:17:16 $ 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/gexfoundry_device-rest-go_PR-149/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-149 -v /w/workspace/gexfoundry_device-rest-go_PR-149:/w/workspace/gexfoundry_device-rest-go_PR-149:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-149@tmp:/w/workspace/gexfoundry_device-rest-go_PR-149@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 20:17:18 $ docker top d03e16a049b213217a3a0ef006db3335a6951641b01f54f967ad84c632a816bb -eo pid,comm [Pipeline] { [Pipeline] sh 20:17:18 + touch /tmp/pre-build-complete [Pipeline] sh 20:17:18 + mkdir -p /var/log/sysstat [Pipeline] sh 20:17:19 + ls /var/log/sa-host 20:17:19 + sadf -c /var/log/sa-host/sa17 20:17:19 file_magic: OK 20:17:19 HZ: Using current value: 100 20:17:19 file_header: OK 20:17:19 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 20:17:19 Statistics: 20:17:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:17:19 File successfully converted to sysstat format version 12.0.3 20:17:19 + sadf -c /var/log/sa-host/sa20 20:17:19 file_magic: OK 20:17:19 HZ: Using current value: 100 20:17:19 file_header: OK 20:17:19 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 20:17:19 Statistics: 20:17:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:17:19 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:17:19 provisioning config files... 20:17:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-149@tmp/config6653189945659857059tmp [Pipeline] { [Pipeline] echo 20:17:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:17:19 ---> create-netrc.sh [Pipeline] } 20:17:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:17:20 ---> python-tools-install.sh [Pipeline] echo 20:17:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:17:20 ---> sudo-logs.sh 20:17:20 Archiving 'sudo' log.. 20:17:20 sudo: unable to resolve host prd-centos7-docker-4c-2g-1183.novalocal: Name or service not known 20:17:20 sudo: unable to resolve host prd-centos7-docker-4c-2g-1183.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 20:17:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:17:20 ---> job-cost.sh 20:17:20 lf-activate-venv: SKIPPING 20:17:20 DEBUG: total: 0.10999999940395355 20:17:20 INFO: Retrieving Stack Cost... 20:17:21 INFO: Retrieving Pricing Info for: v3-standard-2 20:17:21 INFO: Archiving Costs [Pipeline] echo 20:17:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:17:21 ---> logs-deploy.sh 20:17:21 lf-activate-venv: SKIPPING 20:17:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-149/1 20:17:21 INFO: archiving workspace using pattern(s): 20:17:22 Archives upload complete. 20:17:22 INFO: archiving logs to Nexus 20:17:22 ---> uname -a: 20:17:22 Linux prd-centos7-docker-4c-2g-1183.novalocal 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 GNU/Linux 20:17:22 20:17:22 20:17:22 ---> lscpu: 20:17:22 Architecture: x86_64 20:17:22 CPU op-mode(s): 32-bit, 64-bit 20:17:22 Byte Order: Little Endian 20:17:22 Address sizes: 40 bits physical, 48 bits virtual 20:17:22 CPU(s): 2 20:17:22 On-line CPU(s) list: 0,1 20:17:22 Thread(s) per core: 1 20:17:22 Core(s) per socket: 1 20:17:22 Socket(s): 2 20:17:22 NUMA node(s): 1 20:17:22 Vendor ID: AuthenticAMD 20:17:22 CPU family: 23 20:17:22 Model: 49 20:17:22 Model name: AMD EPYC-Rome Processor 20:17:22 Stepping: 0 20:17:22 CPU MHz: 2799.998 20:17:22 BogoMIPS: 5599.99 20:17:22 Virtualization: AMD-V 20:17:22 Hypervisor vendor: KVM 20:17:22 Virtualization type: full 20:17:22 L1d cache: 32K 20:17:22 L1i cache: 32K 20:17:22 L2 cache: 512K 20:17:22 L3 cache: 16384K 20:17:22 NUMA node0 CPU(s): 0,1 20:17:22 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 20:17:22 20:17:22 20:17:22 ---> nproc: 20:17:22 2 20:17:22 20:17:22 20:17:22 ---> df -h: 20:17:22 Filesystem Size Used Avail Use% Mounted on 20:17:22 overlay 40G 7.7G 33G 20% / 20:17:22 tmpfs 64M 0 64M 0% /dev 20:17:22 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 20:17:22 shm 64M 0 64M 0% /dev/shm 20:17:22 /dev/vda1 40G 7.7G 33G 20% /facter-os 20:17:22 20:17:22 20:17:22 ---> sar -b -r -n DEV: 20:17:22 Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 12/20/21 _x86_64_ (2 CPU) 20:17:22 20:17:22 20:09:01 LINUX RESTART (2 CPU) 20:17:22 20:17:22 20:10:01 tps rtps wtps bread/s bwrtn/s 20:17:22 20:11:01 1.67 0.05 1.62 1.07 33.22 20:17:22 20:12:01 0.33 0.00 0.33 0.00 4.60 20:17:22 20:13:01 0.30 0.00 0.30 0.00 3.93 20:17:22 20:14:01 0.32 0.00 0.32 0.00 5.45 20:17:22 20:15:01 0.20 0.00 0.20 0.00 3.68 20:17:22 20:16:01 0.27 0.00 0.27 0.00 3.98 20:17:22 20:17:01 0.22 0.03 0.18 3.73 3.56 20:17:22 Average: 0.47 0.01 0.46 0.69 8.35 20:17:22 20:17:22 20:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:17:22 20:11:01 5679872 0 614180 7.67 2620 1712268 1236708 13.65 568712 1526304 20 20:17:22 20:12:01 5692156 0 601888 7.52 2620 1712276 1177416 13.00 558064 1526260 20 20:17:22 20:13:01 5688732 0 605312 7.56 2620 1712276 1177464 13.00 561284 1526260 8 20:17:22 20:14:01 5691556 0 602480 7.52 2620 1712284 1152852 12.73 559304 1526260 20 20:17:22 20:15:01 5693832 0 600196 7.49 2620 1712292 1153076 12.73 557120 1526260 16 20:17:22 20:16:01 5694952 0 599076 7.48 2620 1712292 1152824 12.73 555756 1526260 8 20:17:22 20:17:01 5682560 0 611332 7.63 2620 1712428 1154776 12.75 567892 1526308 36 20:17:22 Average: 5689094 0 604923 7.55 2620 1712302 1172159 12.94 561162 1526273 18 20:17:22 20:17:22 20:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:17:22 20:11:01 eth0 8.91 4.38 9.03 0.37 0.00 0.00 0.00 0.00 20:17:22 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:12:01 eth0 1.92 0.85 0.86 0.48 0.00 0.00 0.00 0.00 20:17:22 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:13:01 eth0 0.47 0.25 0.26 0.22 0.00 0.00 0.00 0.00 20:17:22 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:14:01 eth0 0.67 0.22 0.14 0.07 0.00 0.00 0.00 0.00 20:17:22 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:15:01 eth0 0.60 0.38 0.34 0.26 0.00 0.00 0.00 0.00 20:17:22 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:16:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:17:01 eth0 4.31 2.76 4.14 1.29 0.00 0.00 0.00 0.00 20:17:22 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 Average: eth0 2.42 1.27 2.11 0.38 0.00 0.00 0.00 0.00 20:17:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:17:22 20:17:22