Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9ea0527b5d1a073a631b73d3258d2c3828b97479+4d2675d668c2f9064e370a810b18e5856622130c (c74db1424645789406bfda265605d8f9fccd32f4) Running in Durability level: PERFORMANCE_OPTIMIZED 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1014 in /w/workspace/dgexfoundry_device-sdk-go_PR-885 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-885 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit 9ea0527b5d1a073a631b73d3258d2c3828b97479 Merge succeeded, producing 327c9a77ed7bb9945469035ffdadec10d827d345 Checking out Revision 327c9a77ed7bb9945469035ffdadec10d827d345 (PR-885) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/885/head:refs/remotes/origin/PR-885 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9ea0527b5d1a073a631b73d3258d2c3828b97479 # 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 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 327c9a77ed7bb9945469035ffdadec10d827d345 # timeout=10 Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" > git rev-list --no-walk 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:42:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:42:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:42:15 ========================================================= 22:42:15 EdgeX Global Pipelines Version Info 22:42:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:42:17 ------------------- 22:42:17 stable info: 22:42:17 ------------------- 22:42:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:42:17 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:42:17 Message: update stable to v1.0.186 22:42:17 ------------------- 22:42:17 experimental info: 22:42:17 ------------------- 22:42:17 Commited By: **** collab-it+edgex@linuxfoundation.org 22:42:17 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 22:42:17 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-885 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-885 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-885 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 327c9a77ed7bb9945469035ffdadec10d827d345 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 327c9a7 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:18 provisioning config files... 22:42:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/config2830404277986919717tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:19 ---> docker-login.sh 22:42:19 nexus3.edgexfoundry.org:10001 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 nexus3.edgexfoundry.org:10002 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 nexus3.edgexfoundry.org:10003 22:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:20 Configure a credential helper to remove this warning. See 22:42:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:20 22:42:20 Login Succeeded 22:42:20 nexus3.edgexfoundry.org:10004 22:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:20 Configure a credential helper to remove this warning. See 22:42:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:20 22:42:20 Login Succeeded 22:42:20 docker.io 22:42:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:20 Configure a credential helper to remove this warning. See 22:42:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:20 22:42:20 Login Succeeded 22:42:20 ---> docker-login.sh ends [Pipeline] } 22:42:20 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 22:42:21 + git log --format=format:%s -1 327c9a77ed7bb9945469035ffdadec10d827d345 [Pipeline] echo 22:42:21 GIT_COMMIT: 327c9a77ed7bb9945469035ffdadec10d827d345, Commit Message: Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD [Pipeline] echo 22:42:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:42:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:21 22:42:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:42:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:22 latest: Pulling from edgex-devops/git-semver 22:42:22 31603596830f: Pulling fs layer 22:42:22 2a8b12db71e7: Pulling fs layer 22:42:22 6ca5941a6612: Pulling fs layer 22:42:22 ecc8261a40a4: Pulling fs layer 22:42:22 ecc8261a40a4: Waiting 22:42:22 2a8b12db71e7: Verifying Checksum 22:42:22 2a8b12db71e7: Download complete 22:42:22 31603596830f: Download complete 22:42:22 ecc8261a40a4: Verifying Checksum 22:42:22 ecc8261a40a4: Download complete 22:42:22 6ca5941a6612: Verifying Checksum 22:42:22 6ca5941a6612: Download complete 22:42:22 31603596830f: Pull complete 22:42:22 2a8b12db71e7: Pull complete 22:42:23 6ca5941a6612: Pull complete 22:42:24 ecc8261a40a4: Pull complete 22:42:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:42:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:42:24 prd-centos7-docker-4c-2g-1014 does not seem to be running inside a container 22:42:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-885 -v /w/workspace/dgexfoundry_device-sdk-go_PR-885:/w/workspace/dgexfoundry_device-sdk-go_PR-885:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-885@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 22:42:26 $ docker top 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:42:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:26 [ssh-agent] Looking for ssh-agent implementation... 22:42:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:27 $ docker exec 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent 22:42:27 SSH_AUTH_SOCK=/tmp/ssh-j8swGZ2MuoiS/agent.12 22:42:27 SSH_AGENT_PID=17 22:42:27 Running ssh-add (command line suppressed) 22:42:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_4515102123888861677.key (/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_4515102123888861677.key) 22:42:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:27 + git tag --points-at HEAD [Pipeline] } 22:42:27 $ docker exec --env ******** --env ******** 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent -k 22:42:28 unset SSH_AUTH_SOCK; 22:42:28 unset SSH_AGENT_PID; 22:42:28 echo Agent pid 17 killed; 22:42:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:42:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:28 [ssh-agent] Looking for ssh-agent implementation... 22:42:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:28 $ docker exec 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent 22:42:28 SSH_AUTH_SOCK=/tmp/ssh-8BF3eREiTgC7/agent.47 22:42:28 SSH_AGENT_PID=53 22:42:28 Running ssh-add (command line suppressed) 22:42:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_8389709463543762969.key (/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/private_key_8389709463543762969.key) 22:42:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:29 + git semver init 22:42:29 # -> Open(): unable to determine branch for HEAD 22:42:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-885/.git 22:42:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-885 22:42:29 # $SEMVER_REMOTE_NAME = origin 22:42:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:42:29 # $SEMVER_USER_NAME = edgex-jenkins 22:42:29 # $SEMVER_BRANCH = PR-885 22:42:29 # $SEMVER_TEMP = /tmp/semver-650333683 22:42:29 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:42:30 # '/tmp/semver-650333683' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-885/.semver' 22:42:30 # -> Force: false 22:42:30 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-885/.semver [Pipeline] } 22:42:30 $ docker exec --env ******** --env ******** 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 ssh-agent -k 22:42:30 unset SSH_AUTH_SOCK; 22:42:30 unset SSH_AGENT_PID; 22:42:30 echo Agent pid 53 killed; 22:42:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:42:30 + git semver [Pipeline] } 22:42:30 $ docker stop --time=1 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 22:42:32 $ docker rm -f 4e55858bcff1e8c4b2030443ab8492ad1dd88ce1e556bbea4a93da3bdb193522 [Pipeline] // withDockerContainer [Pipeline] sh 22:42:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:42:33 Stashed 1 file(s) [Pipeline] echo 22:42:33 [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 22:42:48 Still waiting to schedule task 22:42:48 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1008’ is offline; ‘prd-centos7-docker-4c-2g-1013’ is offline; ‘prd-centos7-docker-4c-2g-1019’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1015’ doesn’t have label ‘centos7-docker-4c-2g’ 22:42:48 Still waiting to schedule task 22:42:48 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-builder-2c-1g-958’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1008’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1013’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1019’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-949’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1015’ is offline 22:44:23 Running on prd-centos7-docker-4c-2g-1020 in /w/workspace/dgexfoundry_device-sdk-go_PR-885 [Pipeline] { [Pipeline] ws 22:44:23 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:44:35 using credential edgex-jenkins-ssh 22:44:35 Cloning the remote Git repository 22:44:35 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:44:36 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:44:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:36 > git --version # timeout=10 22:44:36 > git --version # 'git version 2.24.3' 22:44:36 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:37 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/885/head:refs/remotes/origin/PR-885 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:38 Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit 9ea0527b5d1a073a631b73d3258d2c3828b97479 22:44:38 Merge succeeded, producing 4eecad023aa499f9d081898bc50705c71a9e5731 22:44:38 Checking out Revision 4eecad023aa499f9d081898bc50705c71a9e5731 (PR-885) 22:44:38 > git config core.sparsecheckout # timeout=10 22:44:38 > git checkout -f 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 22:44:38 > git remote # timeout=10 22:44:38 > git config --get remote.origin.url # timeout=10 22:44:38 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:38 > git merge 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 22:44:38 > git rev-parse HEAD^{commit} # timeout=10 22:44:38 > git config core.sparsecheckout # timeout=10 22:44:38 > git checkout -f 4eecad023aa499f9d081898bc50705c71a9e5731 # timeout=10 22:44:42 Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" 22:44:42 > git rev-list --no-walk 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:44:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:44 + true 22:44:44 + sudo service docker restart 22:44:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:46 provisioning config files... 22:44:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6672917009084525419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:47 ---> docker-login.sh 22:44:47 nexus3.edgexfoundry.org:10001 22:44:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:48 Configure a credential helper to remove this warning. See 22:44:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:48 22:44:48 Login Succeeded 22:44:48 nexus3.edgexfoundry.org:10002 22:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:49 Configure a credential helper to remove this warning. See 22:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:49 22:44:49 Login Succeeded 22:44:49 nexus3.edgexfoundry.org:10003 22:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:49 Configure a credential helper to remove this warning. See 22:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:49 22:44:49 Login Succeeded 22:44:49 nexus3.edgexfoundry.org:10004 22:44:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:49 Configure a credential helper to remove this warning. See 22:44:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:49 22:44:49 Login Succeeded 22:44:49 docker.io 22:44:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:50 Configure a credential helper to remove this warning. See 22:44:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:50 22:44:50 Login Succeeded 22:44:50 ---> docker-login.sh ends [Pipeline] } 22:44:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:50 ========================================================= 22:44:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:44:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 22:44:51 Sending build context to Docker daemon 2.462MB 22:44:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:51 Step 2/8 : FROM ${BASE} 22:44:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:44:51 188c0c94c7c5: Pulling fs layer 22:44:51 0ef7d3d256c8: Pulling fs layer 22:44:51 de9db76c5a1d: Pulling fs layer 22:44:51 bca2f99d35d6: Pulling fs layer 22:44:51 93359f2a8cfa: Pulling fs layer 22:44:51 7c6f9722023f: Pulling fs layer 22:44:51 a35cf1a2eb13: Pulling fs layer 22:44:51 93359f2a8cfa: Waiting 22:44:51 7c6f9722023f: Waiting 22:44:51 a35cf1a2eb13: Waiting 22:44:51 bca2f99d35d6: Waiting 22:44:51 de9db76c5a1d: Download complete 22:44:51 0ef7d3d256c8: Verifying Checksum 22:44:51 0ef7d3d256c8: Download complete 22:44:51 93359f2a8cfa: Verifying Checksum 22:44:51 93359f2a8cfa: Download complete 22:44:51 7c6f9722023f: Verifying Checksum 22:44:51 7c6f9722023f: Download complete 22:44:51 188c0c94c7c5: Download complete 22:44:52 188c0c94c7c5: Pull complete 22:44:52 0ef7d3d256c8: Pull complete 22:44:52 de9db76c5a1d: Pull complete 22:44:54 a35cf1a2eb13: Verifying Checksum 22:44:54 a35cf1a2eb13: Download complete 22:44:55 bca2f99d35d6: Verifying Checksum 22:44:55 bca2f99d35d6: Download complete 22:45:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1021 in /w/workspace/dgexfoundry_device-sdk-go_PR-885 [Pipeline] { [Pipeline] ws 22:45:03 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:45:09 using credential edgex-jenkins-ssh 22:45:09 Cloning the remote Git repository 22:45:09 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:45:09 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:45:10 bca2f99d35d6: Pull complete 22:45:10 93359f2a8cfa: Pull complete 22:45:10 7c6f9722023f: Pull complete 22:45:09 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:09 > git --version # timeout=10 22:45:09 > git --version # 'git version 2.17.1' 22:45:09 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:11 Merging remotes/origin/master commit 4d2675d668c2f9064e370a810b18e5856622130c into PR head commit 9ea0527b5d1a073a631b73d3258d2c3828b97479 22:45:12 Merge succeeded, producing a73b6629d073b35008b3d11f7ade5a707a0c80e1 22:45:12 Checking out Revision a73b6629d073b35008b3d11f7ade5a707a0c80e1 (PR-885) 22:45:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:11 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/885/head:refs/remotes/origin/PR-885 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:11 > git config core.sparsecheckout # timeout=10 22:45:11 > git checkout -f 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 22:45:12 > git remote # timeout=10 22:45:12 > git config --get remote.origin.url # timeout=10 22:45:12 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:12 > git merge 4d2675d668c2f9064e370a810b18e5856622130c # timeout=10 22:45:12 > git rev-parse HEAD^{commit} # timeout=10 22:45:12 > git config core.sparsecheckout # timeout=10 22:45:12 > git checkout -f a73b6629d073b35008b3d11f7ade5a707a0c80e1 # timeout=10 22:45:16 Commit message: "Merge commit '4d2675d668c2f9064e370a810b18e5856622130c' into HEAD" 22:45:16 > git rev-list --no-walk 9ea0527b5d1a073a631b73d3258d2c3828b97479 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:45:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:45:18 + + sudotrue service 22:45:18 docker restart 22:45:19 a35cf1a2eb13: Pull complete 22:45:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:45:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:45:19 ---> a62c8e92a672 22:45:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:19 ---> Running in 2edfe2690e77 22:45:20 Removing intermediate container 2edfe2690e77 22:45:20 ---> d7ff19fad30f 22:45:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:20 ---> Running in ac9103906d9a [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:20 provisioning config files... 22:45:20 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config4827982583113498168tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:21 ---> docker-login.sh 22:45:21 nexus3.edgexfoundry.org:10001 22:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:22 Configure a credential helper to remove this warning. See 22:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:22 22:45:22 Login Succeeded 22:45:22 nexus3.edgexfoundry.org:10002 22:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:22 Removing intermediate container ac9103906d9a 22:45:22 ---> 8f9f83062e88 22:45:22 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:22 ---> Running in 68cdfd8901c2 22:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:23 Configure a credential helper to remove this warning. See 22:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:23 22:45:23 Login Succeeded 22:45:23 nexus3.edgexfoundry.org:10003 22:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:23 Configure a credential helper to remove this warning. See 22:45:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:23 22:45:23 Login Succeeded 22:45:23 nexus3.edgexfoundry.org:10004 22:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:45:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:24 Configure a credential helper to remove this warning. See 22:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:24 22:45:24 Login Succeeded 22:45:24 docker.io 22:45:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:45:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:24 Configure a credential helper to remove this warning. See 22:45:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:24 22:45:24 Login Succeeded 22:45:24 ---> docker-login.sh ends [Pipeline] } 22:45:24 Deleting 1 temporary files 22:45:24 (1/6) Installing libc-dev (0.7.2-r3) [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 22:45:25 (2/6) Installing libsodium (1.0.18-r0) 22:45:25 (3/6) Installing pkgconf (1.7.2-r0) 22:45:25 (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] echo 22:45:25 ========================================================= 22:45:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:45:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:25 (5/6) Installing libzmq (4.3.3-r0) 22:45:25 (6/6) Installing zeromq-dev (4.3.3-r0) 22:45:25 Executing busybox-1.31.1-r19.trigger 22:45:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:45:25 OK: 167 MiB in 45 packages 22:45:25 Sending build context to Docker daemon 2.461MB 22:45:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:26 Step 2/8 : FROM ${BASE} 22:45:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:45:26 5f621e34cdf4: Pulling fs layer 22:45:26 a4357932f1b6: Pulling fs layer 22:45:26 18c013af1878: Pulling fs layer 22:45:26 00ac8860ef70: Pulling fs layer 22:45:26 63d7cb157983: Pulling fs layer 22:45:26 b116817d02f9: Pulling fs layer 22:45:26 745a02a5169b: Pulling fs layer 22:45:26 63d7cb157983: Waiting 22:45:26 b116817d02f9: Waiting 22:45:26 745a02a5169b: Waiting 22:45:26 00ac8860ef70: Waiting 22:45:26 18c013af1878: Download complete 22:45:26 a4357932f1b6: Verifying Checksum 22:45:26 a4357932f1b6: Download complete 22:45:26 63d7cb157983: Verifying Checksum 22:45:26 63d7cb157983: Download complete 22:45:26 b116817d02f9: Verifying Checksum 22:45:26 b116817d02f9: Download complete 22:45:26 5f621e34cdf4: Verifying Checksum 22:45:26 5f621e34cdf4: Download complete 22:45:26 Removing intermediate container 68cdfd8901c2 22:45:26 ---> df68d9c5c31b 22:45:26 Step 6/8 : WORKDIR /device-sdk-go 22:45:26 ---> Running in 6d05b20a0084 22:45:26 Removing intermediate container 6d05b20a0084 22:45:26 ---> ebe930255a8d 22:45:26 Step 7/8 : COPY . . 22:45:27 5f621e34cdf4: Pull complete 22:45:27 a4357932f1b6: Pull complete 22:45:27 18c013af1878: Pull complete 22:45:28 745a02a5169b: Verifying Checksum 22:45:28 745a02a5169b: Download complete 22:45:28 ---> 510e21b3b7ea 22:45:28 Step 8/8 : RUN go mod download 22:45:28 ---> Running in faa5f6d1faf1 22:45:29 00ac8860ef70: Verifying Checksum 22:45:29 00ac8860ef70: Download complete 22:45:39 00ac8860ef70: Pull complete 22:45:39 63d7cb157983: Pull complete 22:45:40 b116817d02f9: Pull complete 22:45:43 745a02a5169b: Pull complete 22:45:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:45:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:45:43 ---> b7e6874047d6 22:45:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:47 ---> Running in 3b4f7cc264ba 22:45:47 Removing intermediate container 3b4f7cc264ba 22:45:47 ---> d48b3f29e1d6 22:45:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:47 ---> Running in 18d966cf9101 22:45:49 Removing intermediate container 18d966cf9101 22:45:49 ---> 9924662dc271 22:45:49 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:49 ---> Running in 8b804705153f 22:45:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:45:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:45:52 (1/6) Installing libc-dev (0.7.2-r3) 22:45:52 (2/6) Installing libsodium (1.0.18-r0) 22:45:52 (3/6) Installing pkgconf (1.7.2-r0) 22:45:52 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:52 (5/6) Installing libzmq (4.3.3-r0) 22:45:52 (6/6) Installing zeromq-dev (4.3.3-r0) 22:45:52 Executing busybox-1.31.1-r19.trigger 22:45:52 OK: 144 MiB in 45 packages 22:45:54 Removing intermediate container 8b804705153f 22:45:54 ---> 025a7284fec8 22:45:54 Step 6/8 : WORKDIR /device-sdk-go 22:45:54 ---> Running in 8b10c2febdba 22:45:55 Removing intermediate container 8b10c2febdba 22:45:55 ---> 8bea15c2e195 22:45:55 Step 7/8 : COPY . . 22:45:56 ---> e81396226b17 22:45:56 Step 8/8 : RUN go mod download 22:45:56 ---> Running in e646d9a170ac 22:46:08 Removing intermediate container faa5f6d1faf1 22:46:08 ---> 0b160883e2b1 22:46:08 Successfully built 0b160883e2b1 22:46:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:46:08 + docker inspect -f . ci-base-image-x86_64 22:46:09 . [Pipeline] withDockerContainer 22:46:09 prd-centos7-docker-4c-2g-1020 does not seem to be running inside a container 22:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 22:46:12 $ docker top 5bbce9f3c7c06df216a2e39ddf0c51b0bfd3b221858ea3213e88304bde8edd09 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:12 + go version 22:46:12 go version go1.15.5 linux/amd64 [Pipeline] } 22:46:12 $ docker stop --time=1 5bbce9f3c7c06df216a2e39ddf0c51b0bfd3b221858ea3213e88304bde8edd09 22:46:14 $ docker rm -f 5bbce9f3c7c06df216a2e39ddf0c51b0bfd3b221858ea3213e88304bde8edd09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:15 + docker inspect -f . ci-base-image-x86_64 22:46:15 . [Pipeline] withDockerContainer 22:46:15 prd-centos7-docker-4c-2g-1020 does not seem to be running inside a container 22:46:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 22:46:16 $ docker top 51e371dc281add199a4349ad75d9e3de570534bc410634af918652399681c229 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:18 + make test 22:46:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:23 Removing intermediate container e646d9a170ac 22:46:23 ---> 78f85365d3c9 22:46:23 Successfully built 78f85365d3c9 22:46:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:46:23 + docker inspect -f . ci-base-image-arm64 22:46:23 . [Pipeline] withDockerContainer 22:46:24 prd-ubuntu18.04-docker-arm64-4c-16g-1021 does not seem to be running inside a container 22:46:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:46:25 $ docker top 0453f1211cf88ad7579ca82f132812857a6c19a3b7ba8bc8f16fe730986ad191 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:26 + go version 22:46:26 go version go1.15.5 linux/arm64 [Pipeline] } 22:46:26 $ docker stop --time=1 0453f1211cf88ad7579ca82f132812857a6c19a3b7ba8bc8f16fe730986ad191 22:46:28 $ docker rm -f 0453f1211cf88ad7579ca82f132812857a6c19a3b7ba8bc8f16fe730986ad191 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:29 + docker inspect -f . ci-base-image-arm64 22:46:29 . [Pipeline] withDockerContainer 22:46:29 prd-ubuntu18.04-docker-arm64-4c-16g-1021 does not seem to be running inside a container 22:46:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:46:30 $ docker top 94d6bd8b27fdb1e366b017ec18605d5e54b00255c56b04135ed8c85cf9cebadc -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:31 + make test 22:46:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:36 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:53 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 28.1% of statements 22:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.110s coverage: 78.9% of statements 22:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.140s coverage: 7.8% of statements 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.297s coverage: 32.0% of statements 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.136s coverage: 57.1% of statements 22:47:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.670s coverage: 6.6% of statements 22:47:40 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.190s coverage: 5.0% of statements 22:47:40 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:47:40 GO111MODULE=on go vet ./... 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:48:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.137s coverage: 28.1% of statements 22:48:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.285s coverage: 78.9% of statements 22:48:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.190s coverage: 7.8% of statements 22:48:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:48:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:48:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:48:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.338s coverage: 32.0% of statements 22:48:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:48:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:48:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:48:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.325s coverage: 57.1% of statements 22:48:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.185s coverage: 6.6% of statements 22:48:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.137s coverage: 5.0% of statements 22:48:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:48:06 GO111MODULE=on go vet ./... 22:48:28 gofmt -l . 22:48:28 [ "`gofmt -l .`" = "" ] 22:48:28 ./bin/test-attribution-txt.sh 22:48:28 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 22:48:28 make: *** [Makefile:36: test] Error 1 [Pipeline] } 22:48:28 $ docker stop --time=1 51e371dc281add199a4349ad75d9e3de570534bc410634af918652399681c229 22:48:31 $ docker rm -f 51e371dc281add199a4349ad75d9e3de570534bc410634af918652399681c229 [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 22:48:33 ---> job-cost.sh 22:48:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ChmA 22:48:53 gofmt -l . 22:48:53 [ "`gofmt -l .`" = "" ] 22:48:53 ./bin/test-attribution-txt.sh 22:48:53 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 22:48:53 make: *** [Makefile:36: test] Error 1 [Pipeline] } 22:48:53 $ docker stop --time=1 94d6bd8b27fdb1e366b017ec18605d5e54b00255c56b04135ed8c85cf9cebadc 22:48:56 $ docker rm -f 94d6bd8b27fdb1e366b017ec18605d5e54b00255c56b04135ed8c85cf9cebadc [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 22:48:57 ---> job-cost.sh 22:48:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tQaB 22:49:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:49:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:49:57 lf-activate-venv(): INFO: Adding /tmp/venv-ChmA/bin to PATH 22:49:57 INFO: No Stack... 22:49:57 INFO: Retrieving Pricing Info for: v1-standard-2 22:49:57 INFO: Archiving Costs [Pipeline] sh 22:49:58 + cut -d, -f6 22:49:58 + cat /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock 22:49:58 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] 22:49:58 Resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] did not exist. Created. 22:49:58 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:49:58 + echo total: 0.029999999329447746 [Pipeline] stash 22:49:59 Stashed 1 file(s) [Pipeline] } 22:49:59 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:49:59 Failed in branch amd64 22:51:36 lf-activate-venv(): INFO: Adding /tmp/venv-tQaB/bin to PATH 22:51:36 INFO: No Stack... 22:51:36 INFO: Retrieving Pricing Info for: lf-standard-4 22:51:36 INFO: Archiving Costs [Pipeline] sh 22:51:36 + + cat /w/workspace/device-sdk-go/2/archives/cost.csv 22:51:36 cut -d, -f6 [Pipeline] lock 22:51:36 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] 22:51:36 Resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] did not exist. Created. 22:51:36 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:51:37 /w/workspace/device-sdk-go/2@tmp/durable-e3e58f07/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-e3e58f07/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:51:37 + echo total: 0.20999999344348907 [Pipeline] stash 22:51:37 Warning: overwriting stash ‘stack-cost’ 22:51:38 Stashed 1 file(s) [Pipeline] } 22:51:38 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-885-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:51:38 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 22:51:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:51:40 ---> package-listing.sh 22:51:40 ++ facter osfamily 22:51:40 ++ tr '[:upper:]' '[:lower:]' 22:51:40 + OS_FAMILY=redhat 22:51:40 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-885 22:51:40 + START_PACKAGES=/tmp/packages_start.txt 22:51:40 + END_PACKAGES=/tmp/packages_end.txt 22:51:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:51:40 + PACKAGES=/tmp/packages_start.txt 22:51:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-885 ']' 22:51:40 + PACKAGES=/tmp/packages_end.txt 22:51:40 + case "${OS_FAMILY}" in 22:51:40 + rpm -qa 22:51:40 + sort 22:51:45 + '[' -f /tmp/packages_start.txt ']' 22:51:45 + '[' -f /tmp/packages_end.txt ']' 22:51:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:51:45 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-885 ']' 22:51:45 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-885/archives/ 22:51:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-885/archives/ [Pipeline] echo 22:51:45 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-sdk-go_PR-885/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:51:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:51:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:46 22:51:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:51:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:46 alpine: Pulling from edgex-lftools-log-publisher 22:51:46 df20fa9351a1: Pulling fs layer 22:51:46 36b3adc4ff6f: Pulling fs layer 22:51:46 8ad3a11d3b57: Pulling fs layer 22:51:46 46f8f816bc3b: Pulling fs layer 22:51:46 93b61091891f: Pulling fs layer 22:51:46 93b9cdb0e59b: Pulling fs layer 22:51:46 5e14af77c1be: Pulling fs layer 22:51:46 01666e4c0597: Pulling fs layer 22:51:46 aa168da1d23b: Pulling fs layer 22:51:46 93b9cdb0e59b: Waiting 22:51:46 5e14af77c1be: Waiting 22:51:46 46f8f816bc3b: Waiting 22:51:46 93b61091891f: Waiting 22:51:46 aa168da1d23b: Waiting 22:51:46 01666e4c0597: Waiting 22:51:46 36b3adc4ff6f: Verifying Checksum 22:51:46 36b3adc4ff6f: Download complete 22:51:46 46f8f816bc3b: Verifying Checksum 22:51:46 46f8f816bc3b: Download complete 22:51:46 df20fa9351a1: Verifying Checksum 22:51:46 df20fa9351a1: Download complete 22:51:46 93b9cdb0e59b: Verifying Checksum 22:51:46 93b9cdb0e59b: Download complete 22:51:46 5e14af77c1be: Verifying Checksum 22:51:46 5e14af77c1be: Download complete 22:51:46 93b61091891f: Verifying Checksum 22:51:46 93b61091891f: Download complete 22:51:46 01666e4c0597: Verifying Checksum 22:51:46 01666e4c0597: Download complete 22:51:46 8ad3a11d3b57: Verifying Checksum 22:51:46 8ad3a11d3b57: Download complete 22:51:46 df20fa9351a1: Pull complete 22:51:47 36b3adc4ff6f: Pull complete 22:51:49 aa168da1d23b: Verifying Checksum 22:51:49 aa168da1d23b: Download complete 22:51:49 8ad3a11d3b57: Pull complete 22:51:49 46f8f816bc3b: Pull complete 22:51:49 93b61091891f: Pull complete 22:51:49 93b9cdb0e59b: Pull complete 22:51:49 5e14af77c1be: Pull complete 22:51:49 01666e4c0597: Pull complete 22:51:56 aa168da1d23b: Pull complete 22:51:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:51:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:51:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:51:56 prd-centos7-docker-4c-2g-1014 does not seem to be running inside a container 22:51:56 $ 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-sdk-go_PR-885/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-sdk-go_PR-885 -v /w/workspace/dgexfoundry_device-sdk-go_PR-885:/w/workspace/dgexfoundry_device-sdk-go_PR-885:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-885@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:alpine cat 22:52:03 $ docker top 5c66b178e54c288715f3de3f35d7fd8989d01cfb929cbba09866ecd7c762ebdb -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:04 + touch /tmp/pre-build-complete [Pipeline] sh 22:52:04 + mkdir -p /var/log/sa [Pipeline] sh 22:52:04 + ls /var/log/sa-host 22:52:04 + sadf -c /var/log/sa-host/sa19 22:52:04 file_magic: OK 22:52:04 HZ: Using current value: 100 22:52:04 file_header: OK 22:52:04 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 22:52:04 Statistics: 22:52:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:52:04 File successfully converted to sysstat format version 12.2.1 22:52:04 + sadf -c /var/log/sa-host/sa23 22:52:04 file_magic: OK 22:52:04 HZ: Using current value: 100 22:52:04 file_header: OK 22:52:04 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 22:52:04 Statistics: 22:52:04 Hnuu...uuuununununu... 22:52:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:52:04 provisioning config files... 22:52:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-885@tmp/config2819171106140425090tmp [Pipeline] { [Pipeline] echo 22:52:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:52:05 ---> create-netrc.sh [Pipeline] } 22:52:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:52:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:52:05 ---> python-tools-install.sh [Pipeline] echo 22:52:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:52:05 ---> sudo-logs.sh 22:52:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:52:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:52:06 ---> job-cost.sh 22:52:06 lf-activate-venv: SKIPPING 22:52:06 DEBUG: total: 0.20999999344348907 22:52:06 INFO: Retrieving Stack Cost... 22:52:07 INFO: Retrieving Pricing Info for: v1-standard-2 22:52:07 INFO: Archiving Costs [Pipeline] echo 22:52:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:52:08 ---> logs-deploy.sh 22:52:08 lf-activate-venv: SKIPPING 22:52:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-885/2 22:52:08 INFO: archiving workspace using pattern(s): 22:52:09 Archives upload complete. 22:52:09 INFO: archiving logs to Nexus