Pull request #88 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 081627918500071f4235e83258ee552e0ce2d585+f67542ccb051b13986f5f41838b922d5b9b125ad (b5ba99dc028f0fe1d5d4b519480499265a1f17c0) Running in Durability level: MAX_SURVIVABILITY 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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-88/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 > 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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-88/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 > 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go 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 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3950’ is offline; ‘prd-centos7-docker-4c-2g-3953’ is offline; ‘prd-centos7-docker-4c-2g-3956’ is offline; ‘prd-centos7-docker-4c-2g-3966’ is offline; ‘prd-centos7-docker-4c-2g-3969’ is offline; ‘prd-centos7-docker-4c-2g-3970’ is offline; ‘prd-centos7-docker-4c-2g-3971’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3951’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3984 in /w/workspace/dgexfoundry_device-rest-go_PR-88 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-88 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 081627918500071f4235e83258ee552e0ce2d585 Merge succeeded, producing 081627918500071f4235e83258ee552e0ce2d585 Checking out Revision 081627918500071f4235e83258ee552e0ce2d585 (PR-88) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/88/head:refs/remotes/origin/PR-88 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:58:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:58:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:58:23 ========================================================= 05:58:23 EdgeX Global Pipelines Version Info 05:58:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:58:24 ------------------- 05:58:24 stable info: 05:58:24 ------------------- 05:58:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:58:24 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 05:58:24 Message: update stable to v1.0.191 05:58:25 ------------------- 05:58:25 experimental info: 05:58:25 ------------------- 05:58:25 Commited By: **** collab-it+edgex@linuxfoundation.org 05:58:25 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 05:58:25 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:58:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-88 [Pipeline] echo 05:58:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-88 [Pipeline] echo 05:58:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-88 [Pipeline] echo 05:58:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 081627918500071f4235e83258ee552e0ce2d585 [Pipeline] echo 05:58:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0816279 [Pipeline] echo 05:58:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:58:28 provisioning config files... 05:58:28 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/config6889063808169459594tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:58:28 ---> docker-login.sh 05:58:28 nexus3.edgexfoundry.org:10001 05:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:29 Configure a credential helper to remove this warning. See 05:58:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:29 05:58:29 Login Succeeded 05:58:29 nexus3.edgexfoundry.org:10002 05:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:29 Configure a credential helper to remove this warning. See 05:58:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:29 05:58:29 Login Succeeded 05:58:29 nexus3.edgexfoundry.org:10003 05:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:30 Configure a credential helper to remove this warning. See 05:58:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:30 05:58:30 Login Succeeded 05:58:30 nexus3.edgexfoundry.org:10004 05:58:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:30 Configure a credential helper to remove this warning. See 05:58:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:30 05:58:30 Login Succeeded 05:58:30 docker.io 05:58:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:58:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:58:31 Configure a credential helper to remove this warning. See 05:58:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:58:31 05:58:31 Login Succeeded 05:58:31 ---> docker-login.sh ends [Pipeline] } 05:58:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:58:32 + git log --format=format:%s -1 081627918500071f4235e83258ee552e0ce2d585 [Pipeline] echo 05:58:32 GIT_COMMIT: 081627918500071f4235e83258ee552e0ce2d585, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 05:58:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:58:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:58:32 05:58:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:58:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:58:33 latest: Pulling from edgex-devops/git-semver 05:58:33 31603596830f: Pulling fs layer 05:58:33 54011a49482f: Pulling fs layer 05:58:33 a6820b24f6d8: Pulling fs layer 05:58:33 f581987b2513: Pulling fs layer 05:58:33 f581987b2513: Waiting 05:58:33 54011a49482f: Download complete 05:58:33 31603596830f: Verifying Checksum 05:58:33 31603596830f: Download complete 05:58:33 f581987b2513: Verifying Checksum 05:58:33 f581987b2513: Download complete 05:58:33 a6820b24f6d8: Verifying Checksum 05:58:33 a6820b24f6d8: Download complete 05:58:33 31603596830f: Pull complete 05:58:33 54011a49482f: Pull complete 05:58:34 a6820b24f6d8: Pull complete 05:58:34 f581987b2513: Pull complete 05:58:34 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:58:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:58:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:58:35 prd-centos7-docker-4c-2g-3984 does not seem to be running inside a container 05:58:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-88 -v /w/workspace/dgexfoundry_device-rest-go_PR-88:/w/workspace/dgexfoundry_device-rest-go_PR-88:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-88@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:58:37 $ docker top 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:58:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:58:37 [ssh-agent] Looking for ssh-agent implementation... 05:58:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:58:38 $ docker exec 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent 05:58:38 SSH_AUTH_SOCK=/tmp/ssh-sPAZxZQ8Q8O6/agent.12 05:58:38 SSH_AGENT_PID=17 05:58:38 Running ssh-add (command line suppressed) 05:58:38 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_2930961324747946338.key (/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_2930961324747946338.key) 05:58:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:58:38 + git tag --points-at HEAD [Pipeline] } 05:58:38 $ docker exec --env ******** --env ******** 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent -k 05:58:39 unset SSH_AUTH_SOCK; 05:58:39 unset SSH_AGENT_PID; 05:58:39 echo Agent pid 17 killed; 05:58:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:58:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:58:39 [ssh-agent] Looking for ssh-agent implementation... 05:58:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:58:39 $ docker exec 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent 05:58:39 SSH_AUTH_SOCK=/tmp/ssh-Cb37ZxNOlrsg/agent.49 05:58:39 SSH_AGENT_PID=54 05:58:39 Running ssh-add (command line suppressed) 05:58:39 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_4731518083535094755.key (/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/private_key_4731518083535094755.key) 05:58:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:58:40 + git semver init 05:58:40 # -> Open(): unable to determine branch for HEAD 05:58:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-88/.git 05:58:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-88 05:58:40 # $SEMVER_REMOTE_NAME = origin 05:58:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:58:40 # $SEMVER_USER_NAME = edgex-jenkins 05:58:40 # $SEMVER_BRANCH = PR-88 05:58:40 # $SEMVER_TEMP = /tmp/semver-052751553 05:58:40 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 05:58:44 # '/tmp/semver-052751553' -> '/w/workspace/dgexfoundry_device-rest-go_PR-88/.semver' 05:58:44 # -> Force: false 05:58:44 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-88/.semver [Pipeline] } 05:58:44 $ docker exec --env ******** --env ******** 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 ssh-agent -k 05:58:44 unset SSH_AUTH_SOCK; 05:58:44 unset SSH_AGENT_PID; 05:58:44 echo Agent pid 54 killed; 05:58:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:58:45 + git semver [Pipeline] } 05:58:45 $ docker stop --time=1 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 05:58:46 $ docker rm -f 237cb116250b9c68373f057821162a66592df3ea352bbbae8ea7300129496cc5 [Pipeline] // withDockerContainer [Pipeline] sh 05:58:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:58:47 Stashed 1 file(s) [Pipeline] echo 05:58: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 05:59:03 Still waiting to schedule task 05:59:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:59:03 Still waiting to schedule task 05:59:03 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-3946’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3955’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3987’ is offline 06:09:22 Running on prd-centos7-docker-4c-2g-4007 in /w/workspace/dgexfoundry_device-rest-go_PR-88 [Pipeline] { [Pipeline] ws 06:09:22 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 06:09:33 using credential edgex-jenkins-ssh 06:09:33 Cloning the remote Git repository 06:09:33 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:09:33 > git init /w/workspace/device-rest-go/1 # timeout=10 06:09:33 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:09:33 > git --version # timeout=10 06:09:33 > git --version # 'git version 2.24.3' 06:09:33 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:42 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 081627918500071f4235e83258ee552e0ce2d585 06:09:41 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:09:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:41 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:09:41 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:09:41 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/88/head:refs/remotes/origin/PR-88 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:09:42 > git config core.sparsecheckout # timeout=10 06:09:42 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 06:09:43 Merge succeeded, producing 081627918500071f4235e83258ee552e0ce2d585 06:09:43 Checking out Revision 081627918500071f4235e83258ee552e0ce2d585 (PR-88) 06:09:42 > git remote # timeout=10 06:09:42 > git config --get remote.origin.url # timeout=10 06:09:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:43 > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 06:09:43 > git rev-parse HEAD^{commit} # timeout=10 06:09:43 > git config core.sparsecheckout # timeout=10 06:09:43 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 06:09:48 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:09:48 > git --version # timeout=10 06:09:48 > git --version # 'git version 2.24.3' 06:09:48 fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:09:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:52 + sudo service docker restart 06:09:52 + true 06:09:52 Redirecting to /bin/systemctl restart docker.service 06:09:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3995 in /w/workspace/dgexfoundry_device-rest-go_PR-88 [Pipeline] { [Pipeline] ws 06:09:52 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:09:53 provisioning config files... 06:09:53 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config5441314276119333306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:54 ---> docker-login.sh 06:09:54 nexus3.edgexfoundry.org:10001 06:09:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:55 Configure a credential helper to remove this warning. See 06:09:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:55 06:09:55 Login Succeeded 06:09:55 nexus3.edgexfoundry.org:10002 06:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:56 Configure a credential helper to remove this warning. See 06:09:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:56 06:09:56 Login Succeeded 06:09:56 nexus3.edgexfoundry.org:10003 06:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:57 Configure a credential helper to remove this warning. See 06:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:57 06:09:57 Login Succeeded 06:09:57 nexus3.edgexfoundry.org:10004 06:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:57 Configure a credential helper to remove this warning. See 06:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:57 06:09:57 Login Succeeded 06:09:57 docker.io 06:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:58 Configure a credential helper to remove this warning. See 06:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:58 06:09:58 Login Succeeded 06:09:58 ---> docker-login.sh ends [Pipeline] } 06:09:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:09:58 using credential edgex-jenkins-ssh [Pipeline] echo 06:09:58 ========================================================= 06:09:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 06:09:58 ========================================================= 06:09:58 Cloning the remote Git repository [Pipeline] isUnix [Pipeline] sh 06:09:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 06:09:59 Sending build context to Docker daemon 93.18kB 06:09:59 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 06:09:59 Step 2/10 : FROM ${BASE} 06:09:59 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 06:09:59 540db60ca938: Pulling fs layer 06:09:59 adcc1eea9eea: Pulling fs layer 06:09:59 4c4ab2625f07: Pulling fs layer 06:09:59 0510c868ecb4: Pulling fs layer 06:09:59 afea3b2eda06: Pulling fs layer 06:09:59 7809a108b3ef: Pulling fs layer 06:09:59 f706445af74f: Pulling fs layer 06:09:59 afea3b2eda06: Waiting 06:09:59 7809a108b3ef: Waiting 06:09:59 0510c868ecb4: Waiting 06:09:59 f706445af74f: Waiting 06:09:59 4c4ab2625f07: Download complete 06:09:59 adcc1eea9eea: Verifying Checksum 06:09:59 adcc1eea9eea: Download complete 06:09:59 afea3b2eda06: Verifying Checksum 06:09:59 afea3b2eda06: Download complete 06:09:59 7809a108b3ef: Verifying Checksum 06:09:59 7809a108b3ef: Download complete 06:09:58 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:09:59 > git init /w/workspace/device-rest-go/1 # timeout=10 06:09:59 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:09:59 > git --version # timeout=10 06:09:59 > git --version # 'git version 2.17.1' 06:09:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:10:00 540db60ca938: Verifying Checksum 06:10:00 540db60ca938: Download complete 06:10:00 540db60ca938: Pull complete 06:10:00 adcc1eea9eea: Pull complete 06:10:01 4c4ab2625f07: Pull complete 06:10:04 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:10:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:10:04 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:10:04 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/88/head:refs/remotes/origin/PR-88 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:10:06 Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit 081627918500071f4235e83258ee552e0ce2d585 06:10:07 Merge succeeded, producing 081627918500071f4235e83258ee552e0ce2d585 06:10:07 Checking out Revision 081627918500071f4235e83258ee552e0ce2d585 (PR-88) 06:10:06 > git config core.sparsecheckout # timeout=10 06:10:06 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 06:10:06 > git remote # timeout=10 06:10:06 > git config --get remote.origin.url # timeout=10 06:10:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:10:07 > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 06:10:07 > git rev-parse HEAD^{commit} # timeout=10 06:10:07 > git config core.sparsecheckout # timeout=10 06:10:07 > git checkout -f 081627918500071f4235e83258ee552e0ce2d585 # timeout=10 06:10:08 f706445af74f: Verifying Checksum 06:10:08 f706445af74f: Download complete 06:10:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 06:10:11 > git --version # timeout=10 06:10:11 > git --version # 'git version 2.17.1' 06:10:11 fatal: bad object aa25fb65c2461e649b1a162fbf19ec71f4863fbd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:10:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:10:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:10:14 + sudo service docker restart 06:10:14 + true 06:10:14 0510c868ecb4: Verifying Checksum 06:10:14 0510c868ecb4: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:10:16 provisioning config files... 06:10:16 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config300180283630787500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:17 ---> docker-login.sh 06:10:17 nexus3.edgexfoundry.org:10001 06:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:18 Configure a credential helper to remove this warning. See 06:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:18 06:10:18 Login Succeeded 06:10:18 nexus3.edgexfoundry.org:10002 06:10:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:19 Configure a credential helper to remove this warning. See 06:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:19 06:10:19 Login Succeeded 06:10:19 nexus3.edgexfoundry.org:10003 06:10:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:20 Configure a credential helper to remove this warning. See 06:10:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:20 06:10:20 Login Succeeded 06:10:20 nexus3.edgexfoundry.org:10004 06:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:20 Configure a credential helper to remove this warning. See 06:10:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:20 06:10:20 Login Succeeded 06:10:20 docker.io 06:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:21 Configure a credential helper to remove this warning. See 06:10:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:21 06:10:21 Login Succeeded 06:10:21 ---> docker-login.sh ends [Pipeline] } 06:10:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:10:22 ========================================================= 06:10:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 06:10:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:10:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 06:10:22 Sending build context to Docker daemon 93.18kB 06:10:22 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 06:10:22 Step 2/10 : FROM ${BASE} 06:10:23 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:10:23 595b0fe564bb: Pulling fs layer 06:10:23 7186ed65a4f7: Pulling fs layer 06:10:23 316046926c0a: Pulling fs layer 06:10:23 4ebd0625c992: Pulling fs layer 06:10:23 207e8628e3a3: Pulling fs layer 06:10:23 c791037a9be2: Pulling fs layer 06:10:23 ffd874e62e21: Pulling fs layer 06:10:23 207e8628e3a3: Waiting 06:10:23 4ebd0625c992: Waiting 06:10:23 c791037a9be2: Waiting 06:10:23 ffd874e62e21: Waiting 06:10:23 316046926c0a: Verifying Checksum 06:10:23 316046926c0a: Download complete 06:10:23 7186ed65a4f7: Verifying Checksum 06:10:23 7186ed65a4f7: Download complete 06:10:23 207e8628e3a3: Verifying Checksum 06:10:23 207e8628e3a3: Download complete 06:10:23 c791037a9be2: Download complete 06:10:23 595b0fe564bb: Verifying Checksum 06:10:23 595b0fe564bb: Download complete 06:10:24 595b0fe564bb: Pull complete 06:10:24 7186ed65a4f7: Pull complete 06:10:24 316046926c0a: Pull complete 06:10:26 ffd874e62e21: Verifying Checksum 06:10:26 ffd874e62e21: Download complete 06:10:27 0510c868ecb4: Pull complete 06:10:28 afea3b2eda06: Pull complete 06:10:28 4ebd0625c992: Verifying Checksum 06:10:28 4ebd0625c992: Download complete 06:10:28 7809a108b3ef: Pull complete 06:10:36 f706445af74f: Pull complete 06:10:36 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 06:10:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 06:10:36 ---> b068be0155e3 06:10:36 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:10:36 ---> Running in 3967e683d0a7 06:10:37 Removing intermediate container 3967e683d0a7 06:10:37 ---> 4d7a6f2a05ae 06:10:37 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:10:37 ---> Running in cafcec7b6986 06:10:37 Removing intermediate container cafcec7b6986 06:10:37 ---> 3e7fc2d117d2 06:10:37 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:10:37 ---> Running in 8c6e967e1ae7 06:10:38 Removing intermediate container 8c6e967e1ae7 06:10:38 ---> 4ba32ceb9870 06:10:38 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:38 ---> Running in d15a2163e105 06:10:39 4ebd0625c992: Pull complete 06:10:39 207e8628e3a3: Pull complete 06:10:39 c791037a9be2: Pull complete 06:10:40 Removing intermediate container d15a2163e105 06:10:40 ---> c7293ff43016 06:10:40 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:10:40 ---> Running in 5d756ef14de5 06:10:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 06:10:44 ffd874e62e21: Pull complete 06:10:44 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 06:10:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 06:10:44 ---> cfc18b08335c 06:10:44 Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 06:10:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 06:10:44 (1/9) Installing libc-dev (0.7.2-r3) 06:10:45 (2/9) Installing libsodium (1.0.18-r0) 06:10:45 (3/9) Installing pkgconf (1.7.3-r0) 06:10:45 (4/9) Installing libsodium-dev (1.0.18-r0) 06:10:45 (5/9) Installing openssh-keygen (8.4_p1-r3) 06:10:45 (6/9) Installing libedit (20191231.3.1-r1) 06:10:46 (7/9) Installing openssh-client (8.4_p1-r3) 06:10:47 ---> Running in 7374954601b1 06:10:47 (8/9) Installing libzmq (4.3.3-r1) 06:10:47 (9/9) Installing zeromq-dev (4.3.3-r1) 06:10:47 Executing busybox-1.32.1-r6.trigger 06:10:47 OK: 154 MiB in 49 packages 06:10:48 Removing intermediate container 7374954601b1 06:10:48 ---> f39c10655780 06:10:48 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:10:48 ---> Running in 5009f3e0034e 06:10:48 Removing intermediate container 5009f3e0034e 06:10:48 ---> 4e755dda0100 06:10:48 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:10:48 ---> Running in 80c18aa2c044 06:10:49 Removing intermediate container 80c18aa2c044 06:10:49 ---> 1b0e33628309 06:10:49 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:49 ---> Running in 83776286e37f 06:10:50 Removing intermediate container 5d756ef14de5 06:10:50 ---> 3cf6125d6b7d 06:10:50 Step 8/10 : WORKDIR /device-rest-go 06:10:50 ---> Running in 5e1af2c8b521 06:10:50 Removing intermediate container 5e1af2c8b521 06:10:50 ---> 077c3721ed5d 06:10:50 Step 9/10 : COPY . . 06:10:51 ---> 590902f6024f 06:10:51 Step 10/10 : RUN go mod download 06:10:51 ---> Running in 06889be6f62a 06:10:52 Removing intermediate container 83776286e37f 06:10:52 ---> 0ecbf9e82a6c 06:10:52 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:10:52 ---> Running in 54dca52a64f9 06:10:54 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:11:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:11:04 (1/9) Installing libc-dev (0.7.2-r3) 06:11:04 (2/9) Installing libsodium (1.0.18-r0) 06:11:05 (3/9) Installing pkgconf (1.7.3-r0) 06:11:05 (4/9) Installing libsodium-dev (1.0.18-r0) 06:11:05 (5/9) Installing openssh-keygen (8.4_p1-r3) 06:11:06 (6/9) Installing libedit (20191231.3.1-r1) 06:11:06 (7/9) Installing openssh-client (8.4_p1-r3) 06:11:08 (8/9) Installing libzmq (4.3.3-r1) 06:11:09 (9/9) Installing zeromq-dev (4.3.3-r1) 06:11:09 Executing busybox-1.32.1-r6.trigger 06:11:09 OK: 144 MiB in 49 packages 06:11:11 Removing intermediate container 54dca52a64f9 06:11:11 ---> d5041bb01798 06:11:11 Step 8/10 : WORKDIR /device-rest-go 06:11:11 ---> Running in 544bed77b4dc 06:11:12 Removing intermediate container 544bed77b4dc 06:11:12 ---> cc09f50c27d0 06:11:12 Step 9/10 : COPY . . 06:11:13 ---> c3214079a845 06:11:13 Step 10/10 : RUN go mod download 06:11:13 ---> Running in cd23ace74765 06:11:31 Removing intermediate container 06889be6f62a 06:11:31 ---> e41709ae5edd 06:11:31 Successfully built e41709ae5edd 06:11:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:11:31 + docker inspect -f . ci-base-image-x86_64 06:11:32 . [Pipeline] withDockerContainer 06:11:32 prd-centos7-docker-4c-2g-4007 does not seem to be running inside a container 06:11: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 ******** ci-base-image-x86_64 cat 06:11:35 $ docker top b2479b264e8ce94e7bdcb79fe60456c397e547fd7c81e19fc5e29fab051f42ea -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:36 + go version 06:11:36 go version go1.16.3 linux/amd64 [Pipeline] } 06:11:36 $ docker stop --time=1 b2479b264e8ce94e7bdcb79fe60456c397e547fd7c81e19fc5e29fab051f42ea 06:11:38 $ docker rm -f b2479b264e8ce94e7bdcb79fe60456c397e547fd7c81e19fc5e29fab051f42ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:11:39 + docker inspect -f . ci-base-image-x86_64 06:11:39 . [Pipeline] withDockerContainer 06:11:40 prd-centos7-docker-4c-2g-4007 does not seem to be running inside a container 06:11:40 $ 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 ******** ci-base-image-x86_64 cat 06:11:42 $ docker top 410b92fdf19251c698da8b83b11727b8c8c5accfdad7af6cfb6bcfcfda689aca -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:43 + go mod tidy [Pipeline] sh 06:11:45 Removing intermediate container cd23ace74765 06:11:45 ---> c1b757ec92eb 06:11:45 Successfully built c1b757ec92eb 06:11:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:11:46 + make test 06:11:46 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:11:46 + docker inspect -f . ci-base-image-arm64 06:11:46 . [Pipeline] withDockerContainer 06:11:46 prd-ubuntu18.04-docker-arm64-4c-16g-3995 does not seem to be running inside a container 06:11:46 $ 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 ******** ci-base-image-arm64 cat 06:11:48 ? github.com/edgexfoundry/device-rest-go [no test files] 06:11:48 $ docker top 9eeeacebc2e160704652433dd5e4cf71b88afba93d3f5b521c4ad1929ec857d2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:49 + go version 06:11:49 go version go1.16.3 linux/arm64 [Pipeline] } 06:11:49 $ docker stop --time=1 9eeeacebc2e160704652433dd5e4cf71b88afba93d3f5b521c4ad1929ec857d2 06:11:51 $ docker rm -f 9eeeacebc2e160704652433dd5e4cf71b88afba93d3f5b521c4ad1929ec857d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:11:52 + docker inspect -f . ci-base-image-arm64 06:11:52 . [Pipeline] withDockerContainer 06:11:52 prd-ubuntu18.04-docker-arm64-4c-16g-3995 does not seem to be running inside a container 06:11:52 $ 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 ******** ci-base-image-arm64 cat 06:11:54 $ docker top 21cf1db04ba0e000d9565ef45d4ec17069ca6f7dfb92d6902661f360581d4a34 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:55 + go mod tidy [Pipeline] sh 06:11:56 + make test 06:11:56 CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:11:58 ? github.com/edgexfoundry/device-rest-go [no test files] 06:12:21 # github.com/edgexfoundry/device-sdk-go/v2/internal/application 06:12:21 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:131:17: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:21 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:191:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:21 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:259:21: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:21 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:365:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:34 FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] 06:12:34 make: *** [Makefile:24: test] Error 2 [Pipeline] } 06:12:34 $ docker stop --time=1 410b92fdf19251c698da8b83b11727b8c8c5accfdad7af6cfb6bcfcfda689aca 06:12:36 $ docker rm -f 410b92fdf19251c698da8b83b11727b8c8c5accfdad7af6cfb6bcfcfda689aca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:12:38 ---> job-cost.sh 06:12:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Zfaz 06:12:45 # github.com/edgexfoundry/device-sdk-go/v2/internal/application 06:12:45 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:131:17: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:45 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:191:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:45 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:259:21: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:45 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:365:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment 06:12:57 FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] 06:12:57 make: *** [Makefile:24: test] Error 2 [Pipeline] } 06:12:57 $ docker stop --time=1 21cf1db04ba0e000d9565ef45d4ec17069ca6f7dfb92d6902661f360581d4a34 06:13:00 $ docker rm -f 21cf1db04ba0e000d9565ef45d4ec17069ca6f7dfb92d6902661f360581d4a34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:13:01 ---> job-cost.sh 06:13:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eyea 06:13:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:13:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:13:58 lf-activate-venv(): INFO: Adding /tmp/venv-Zfaz/bin to PATH 06:13:58 INFO: No Stack... 06:13:58 INFO: Retrieving Pricing Info for: v1-standard-2 06:13:58 INFO: Archiving Costs [Pipeline] sh 06:13:58 + cut -d, -f6 06:13:58 + cat /w/workspace/device-rest-go/1/archives/cost.csv [Pipeline] lock 06:13:59 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] 06:13:59 Resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] did not exist. Created. 06:13:59 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:13:59 + echo total: 0.029999999329447746 [Pipeline] stash 06:14:00 Stashed 1 file(s) [Pipeline] } 06:14:00 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:14:01 Failed in branch amd64 06:15:50 lf-activate-venv(): INFO: Adding /tmp/venv-eyea/bin to PATH 06:15:50 INFO: No Stack... 06:15:50 INFO: Retrieving Pricing Info for: lf-standard-4 06:15:50 INFO: Archiving Costs [Pipeline] sh 06:15:50 + cat /w/workspace/device-rest-go/1/archives/cost.csv 06:15:50 + cut -d, -f6 [Pipeline] lock 06:15:50 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] 06:15:50 Resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] did not exist. Created. 06:15:50 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:15:51 /w/workspace/device-rest-go/1@tmp/durable-20c02c97/script.sh: 1: /w/workspace/device-rest-go/1@tmp/durable-20c02c97/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:15:51 + echo total: 0.20999999344348907 [Pipeline] stash 06:15:51 Warning: overwriting stash ‘stack-cost’ 06:15:52 Stashed 1 file(s) [Pipeline] } 06:15:52 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-88-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:15:52 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:15:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:15:55 ---> package-listing.sh 06:15:55 ++ facter osfamily 06:15:55 ++ tr '[:upper:]' '[:lower:]' 06:15:55 + OS_FAMILY=redhat 06:15:55 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-88 06:15:55 + START_PACKAGES=/tmp/packages_start.txt 06:15:55 + END_PACKAGES=/tmp/packages_end.txt 06:15:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:15:55 + PACKAGES=/tmp/packages_start.txt 06:15:55 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-88 ']' 06:15:55 + PACKAGES=/tmp/packages_end.txt 06:15:55 + case "${OS_FAMILY}" in 06:15:55 + rpm -qa 06:15:55 + sort 06:16:01 + '[' -f /tmp/packages_start.txt ']' 06:16:01 + '[' -f /tmp/packages_end.txt ']' 06:16:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:16:01 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-88 ']' 06:16:01 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-88/archives/ 06:16:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-88/archives/ [Pipeline] echo 06:16:01 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/dgexfoundry_device-rest-go_PR-88/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:16:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:16:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:16:03 06:16:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:16:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:16:03 alpine: Pulling from edgex-lftools-log-publisher 06:16:03 df20fa9351a1: Pulling fs layer 06:16:03 36b3adc4ff6f: Pulling fs layer 06:16:03 8ad3a11d3b57: Pulling fs layer 06:16:03 46f8f816bc3b: Pulling fs layer 06:16:03 93b61091891f: Pulling fs layer 06:16:03 93b9cdb0e59b: Pulling fs layer 06:16:03 5e14af77c1be: Pulling fs layer 06:16:03 01666e4c0597: Pulling fs layer 06:16:03 aa168da1d23b: Pulling fs layer 06:16:03 01666e4c0597: Waiting 06:16:03 aa168da1d23b: Waiting 06:16:03 93b9cdb0e59b: Waiting 06:16:03 5e14af77c1be: Waiting 06:16:03 46f8f816bc3b: Waiting 06:16:03 36b3adc4ff6f: Download complete 06:16:03 46f8f816bc3b: Verifying Checksum 06:16:03 46f8f816bc3b: Download complete 06:16:03 df20fa9351a1: Verifying Checksum 06:16:03 93b9cdb0e59b: Verifying Checksum 06:16:03 93b9cdb0e59b: Download complete 06:16:03 93b61091891f: Verifying Checksum 06:16:03 93b61091891f: Download complete 06:16:03 5e14af77c1be: Verifying Checksum 06:16:03 5e14af77c1be: Download complete 06:16:03 01666e4c0597: Verifying Checksum 06:16:03 01666e4c0597: Download complete 06:16:03 8ad3a11d3b57: Verifying Checksum 06:16:03 8ad3a11d3b57: Download complete 06:16:03 df20fa9351a1: Pull complete 06:16:04 36b3adc4ff6f: Pull complete 06:16:04 8ad3a11d3b57: Pull complete 06:16:05 46f8f816bc3b: Pull complete 06:16:06 93b61091891f: Pull complete 06:16:06 aa168da1d23b: Verifying Checksum 06:16:06 aa168da1d23b: Download complete 06:16:06 93b9cdb0e59b: Pull complete 06:16:06 5e14af77c1be: Pull complete 06:16:07 01666e4c0597: Pull complete 06:16:15 aa168da1d23b: Pull complete 06:16:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:16:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:16:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:16:15 prd-centos7-docker-4c-2g-3984 does not seem to be running inside a container 06:16:15 $ 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/dgexfoundry_device-rest-go_PR-88/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-88 -v /w/workspace/dgexfoundry_device-rest-go_PR-88:/w/workspace/dgexfoundry_device-rest-go_PR-88:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-88@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-88@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:10003/edgex-lftools-log-publisher:alpine cat 06:16:18 $ docker top 7b2f648a87c7fb9c41a0d479690ea7383d313bb2f34b0b81907eccf02069e128 -eo pid,comm [Pipeline] { [Pipeline] sh 06:16:19 + touch /tmp/pre-build-complete [Pipeline] sh 06:16:19 + mkdir -p /var/log/sa [Pipeline] sh 06:16:20 + ls /var/log/sa-host 06:16:20 + sadf -c /var/log/sa-host/sa10 06:16:20 file_magic: OK 06:16:20 HZ: Using current value: 100 06:16:20 file_header: OK 06:16:20 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 06:16:20 Statistics: 06:16:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:16:20 File successfully converted to sysstat format version 12.2.1 06:16:20 + sadf -c /var/log/sa-host/sa23 06:16:20 file_magic: OK 06:16:20 HZ: Using current value: 100 06:16:20 file_header: OK 06:16:20 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 06:16:20 Statistics: 06:16:20 Hnuu...uuuununununu... 06:16:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:16:20 provisioning config files... 06:16:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-88@tmp/config8864499299660860080tmp [Pipeline] { [Pipeline] echo 06:16:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:16:20 ---> create-netrc.sh [Pipeline] } 06:16:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:16:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:16:21 ---> python-tools-install.sh [Pipeline] echo 06:16:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:16:21 ---> sudo-logs.sh 06:16:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:16:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:16:22 ---> job-cost.sh 06:16:22 lf-activate-venv: SKIPPING 06:16:22 DEBUG: total: 0.20999999344348907 06:16:22 INFO: Retrieving Stack Cost... 06:16:23 INFO: Retrieving Pricing Info for: v1-standard-2 06:16:23 INFO: Archiving Costs [Pipeline] echo 06:16:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:16:24 ---> logs-deploy.sh 06:16:24 lf-activate-venv: SKIPPING 06:16:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-88/1 06:16:24 INFO: archiving workspace using pattern(s): 06:16:25 Archives upload complete. 06:16:25 INFO: archiving logs to Nexus