Pull request #182 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d+0ad834929aa8e9ec52e16888807ba544aec55768 (eb40cd402b3454c4ef439f6271dccb64989d9ddb) 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-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33336 in /w/workspace/foundry_device-virtual-go_PR-182 [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-182 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/182/head:refs/remotes/origin/PR-182 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0ad834929aa8e9ec52e16888807ba544aec55768 into PR head commit 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d Merge succeeded, producing 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d Checking out Revision 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d (PR-182) > git config core.sparsecheckout # timeout=10 > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # 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 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 Commit message: "feat: Added install of dumb-init if Docker file" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:38:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:38:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:38:24 ========================================================= 17:38:24 EdgeX Global Pipelines Version Info 17:38:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6904dadb7797f43ef3c80e205e99cee1c0d9e738 # timeout=10 17:38:26 ------------------- 17:38:26 stable info: 17:38:26 ------------------- 17:38:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:38:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:38:26 Message: update stable to v1.0.186 17:38:27 ------------------- 17:38:27 experimental info: 17:38:27 ------------------- 17:38:27 Commited By: **** collab-it+edgex@linuxfoundation.org 17:38:27 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 17:38:27 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:38:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 17:38:27 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 17:38:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:38:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:38:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:38:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:38:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-182 [Pipeline] echo 17:38:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-182 [Pipeline] echo 17:38:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-182 [Pipeline] echo 17:38:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [Pipeline] echo 17:38:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 37fbc50 [Pipeline] echo 17:38:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:38:30 provisioning config files... 17:38:30 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-182@tmp/config2714229375023008659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:38:31 ---> docker-login.sh 17:38:31 nexus3.edgexfoundry.org:10001 17:38:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:31 Configure a credential helper to remove this warning. See 17:38:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:31 17:38:31 Login Succeeded 17:38:31 nexus3.edgexfoundry.org:10002 17:38:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:31 Configure a credential helper to remove this warning. See 17:38:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:31 17:38:31 Login Succeeded 17:38:31 nexus3.edgexfoundry.org:10003 17:38:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:32 Configure a credential helper to remove this warning. See 17:38:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:32 17:38:32 Login Succeeded 17:38:32 nexus3.edgexfoundry.org:10004 17:38:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:32 Configure a credential helper to remove this warning. See 17:38:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:32 17:38:32 Login Succeeded 17:38:32 docker.io 17:38:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:32 Configure a credential helper to remove this warning. See 17:38:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:32 17:38:32 Login Succeeded 17:38:32 ---> docker-login.sh ends [Pipeline] } 17:38:32 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 17:38:33 + git log --format=format:%s -1 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [Pipeline] echo 17:38:33 GIT_COMMIT: 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d, Commit Message: feat: Added install of dumb-init if Docker file [Pipeline] echo 17:38:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:34 17:38:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:38:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:34 latest: Pulling from edgex-devops/git-semver 17:38:34 31603596830f: Pulling fs layer 17:38:34 2a8b12db71e7: Pulling fs layer 17:38:34 6ca5941a6612: Pulling fs layer 17:38:34 ecc8261a40a4: Pulling fs layer 17:38:34 ecc8261a40a4: Waiting 17:38:34 2a8b12db71e7: Verifying Checksum 17:38:34 2a8b12db71e7: Download complete 17:38:34 31603596830f: Verifying Checksum 17:38:34 31603596830f: Download complete 17:38:34 ecc8261a40a4: Verifying Checksum 17:38:34 ecc8261a40a4: Download complete 17:38:34 6ca5941a6612: Verifying Checksum 17:38:34 6ca5941a6612: Download complete 17:38:35 31603596830f: Pull complete 17:38:35 2a8b12db71e7: Pull complete 17:38:36 6ca5941a6612: Pull complete 17:38:36 ecc8261a40a4: Pull complete 17:38:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:38:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:38:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:38:36 prd-centos7-docker-4c-2g-33336 does not seem to be running inside a container 17:38:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-182 -v /w/workspace/foundry_device-virtual-go_PR-182:/w/workspace/foundry_device-virtual-go_PR-182:rw,z -v /w/workspace/foundry_device-virtual-go_PR-182@tmp:/w/workspace/foundry_device-virtual-go_PR-182@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:10004/edgex-devops/git-semver:latest cat 17:38:38 $ docker top 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:38:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:38 [ssh-agent] Looking for ssh-agent implementation... 17:38:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:39 $ docker exec 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent 17:38:39 SSH_AUTH_SOCK=/tmp/ssh-ajsdmQ8wUSOo/agent.11 17:38:39 SSH_AGENT_PID=17 17:38:39 Running ssh-add (command line suppressed) 17:38:39 Identity added: /w/workspace/foundry_device-virtual-go_PR-182@tmp/private_key_8294872961854218221.key (/w/workspace/foundry_device-virtual-go_PR-182@tmp/private_key_8294872961854218221.key) 17:38:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:39 + git tag --points-at HEAD [Pipeline] } 17:38:39 $ docker exec --env ******** --env ******** 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent -k 17:38:39 unset SSH_AUTH_SOCK; 17:38:39 unset SSH_AGENT_PID; 17:38:39 echo Agent pid 17 killed; 17:38:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:38:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:38:40 [ssh-agent] Looking for ssh-agent implementation... 17:38:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:38:40 $ docker exec 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent 17:38:40 SSH_AUTH_SOCK=/tmp/ssh-6f2S6vAOR7De/agent.45 17:38:40 SSH_AGENT_PID=50 17:38:40 Running ssh-add (command line suppressed) 17:38:40 Identity added: /w/workspace/foundry_device-virtual-go_PR-182@tmp/private_key_3315729375875590711.key (/w/workspace/foundry_device-virtual-go_PR-182@tmp/private_key_3315729375875590711.key) 17:38:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:38:41 + git semver init 17:38:41 # -> Open(): unable to determine branch for HEAD 17:38:41 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-182/.git 17:38:41 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-182 17:38:41 # $SEMVER_REMOTE_NAME = origin 17:38:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:38:41 # $SEMVER_USER_NAME = edgex-jenkins 17:38:41 # $SEMVER_BRANCH = PR-182 17:38:41 # $SEMVER_TEMP = /tmp/semver-157105430 17:38:41 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 17:38:41 # '/tmp/semver-157105430' -> '/w/workspace/foundry_device-virtual-go_PR-182/.semver' 17:38:41 # -> Force: false 17:38:41 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-182/.semver [Pipeline] } 17:38:41 $ docker exec --env ******** --env ******** 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent -k 17:38:41 unset SSH_AUTH_SOCK; 17:38:41 unset SSH_AGENT_PID; 17:38:41 echo Agent pid 50 killed; 17:38:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:38:42 + git semver [Pipeline] } 17:38:42 $ docker stop --time=1 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 17:38:43 $ docker rm -f 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 [Pipeline] // withDockerContainer [Pipeline] sh 17:38:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:38:44 Stashed 1 file(s) [Pipeline] echo 17:38:44 [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 17:39:00 Still waiting to schedule task 17:39:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:39:00 Still waiting to schedule task 17:39:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:40:29 Running on prd-centos7-docker-4c-2g-33338 in /w/workspace/foundry_device-virtual-go_PR-182 [Pipeline] { [Pipeline] ws 17:40:29 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout 17:40:32 using credential edgex-jenkins-ssh 17:40:32 Cloning the remote Git repository 17:40:32 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 17:40:32 > git init /w/workspace/device-virtual-go/5 # timeout=10 17:40:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:40:32 > git --version # timeout=10 17:40:32 > git --version # 'git version 2.24.3' 17:40:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:40:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:40:33 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:40:33 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:33 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/182/head:refs/remotes/origin/PR-182 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:34 Merging remotes/origin/master commit 0ad834929aa8e9ec52e16888807ba544aec55768 into PR head commit 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d 17:40:34 Merge succeeded, producing 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d 17:40:34 Checking out Revision 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d (PR-182) 17:40:34 > git config core.sparsecheckout # timeout=10 17:40:34 > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 17:40:34 > git remote # timeout=10 17:40:34 > git config --get remote.origin.url # timeout=10 17:40:34 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:34 > git merge 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 17:40:34 > git rev-parse HEAD^{commit} # timeout=10 17:40:34 > git config core.sparsecheckout # timeout=10 17:40:34 > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 17:40:38 Commit message: "feat: Added install of dumb-init if Docker file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:40:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:40:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:40:40 + sudo service docker restart 17:40:40 + true 17:40:40 Redirecting to /bin/systemctl restart docker.service 17:40:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33337 in /w/workspace/foundry_device-virtual-go_PR-182 [Pipeline] { [Pipeline] ws 17:40:40 Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:40:41 provisioning config files... 17:40:41 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config4548625805183662341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:40:41 ---> docker-login.sh 17:40:41 nexus3.edgexfoundry.org:10001 17:40:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:40:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:40:42 Configure a credential helper to remove this warning. See 17:40:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:40:42 17:40:42 Login Succeeded 17:40:42 nexus3.edgexfoundry.org:10002 17:40:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:40:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:40:42 Configure a credential helper to remove this warning. See 17:40:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:40:42 17:40:42 Login Succeeded 17:40:42 nexus3.edgexfoundry.org:10003 17:40:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:40:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:40:42 Configure a credential helper to remove this warning. See 17:40:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:40:42 17:40:42 Login Succeeded 17:40:42 nexus3.edgexfoundry.org:10004 17:40:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:40:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:40:42 Configure a credential helper to remove this warning. See 17:40:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:40:42 17:40:42 Login Succeeded 17:40:42 docker.io 17:40:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:40:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:40:43 Configure a credential helper to remove this warning. See 17:40:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:40:43 17:40:43 Login Succeeded 17:40:43 ---> docker-login.sh ends [Pipeline] } 17:40:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:40:43 ========================================================= 17:40:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:40:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:40:43 + 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 . 17:40:44 Sending build context to Docker daemon 9.164MB 17:40:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:40:44 Step 2/8 : FROM ${BASE} 17:40:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:40:44 188c0c94c7c5: Pulling fs layer 17:40:44 0ef7d3d256c8: Pulling fs layer 17:40:44 de9db76c5a1d: Pulling fs layer 17:40:44 bca2f99d35d6: Pulling fs layer 17:40:44 93359f2a8cfa: Pulling fs layer 17:40:44 7c6f9722023f: Pulling fs layer 17:40:44 a35cf1a2eb13: Pulling fs layer 17:40:44 93359f2a8cfa: Waiting 17:40:44 7c6f9722023f: Waiting 17:40:44 a35cf1a2eb13: Waiting 17:40:44 bca2f99d35d6: Waiting 17:40:44 de9db76c5a1d: Verifying Checksum 17:40:44 de9db76c5a1d: Download complete 17:40:44 0ef7d3d256c8: Verifying Checksum 17:40:44 0ef7d3d256c8: Download complete 17:40:44 93359f2a8cfa: Verifying Checksum 17:40:44 93359f2a8cfa: Download complete 17:40:45 7c6f9722023f: Verifying Checksum 17:40:45 7c6f9722023f: Download complete 17:40:45 188c0c94c7c5: Verifying Checksum 17:40:45 188c0c94c7c5: Download complete 17:40:45 188c0c94c7c5: Pull complete 17:40:45 0ef7d3d256c8: Pull complete 17:40:45 de9db76c5a1d: Pull complete 17:40:46 using credential edgex-jenkins-ssh 17:40:46 Cloning the remote Git repository 17:40:46 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 17:40:46 > git init /w/workspace/device-virtual-go/5 # timeout=10 17:40:46 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:40:46 > git --version # timeout=10 17:40:46 > git --version # 'git version 2.17.1' 17:40:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:47 a35cf1a2eb13: Verifying Checksum 17:40:47 a35cf1a2eb13: Download complete 17:40:47 bca2f99d35d6: Download complete 17:40:47 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:40:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:40:47 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:40:47 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:40:47 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/182/head:refs/remotes/origin/PR-182 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:40:50 Merging remotes/origin/master commit 0ad834929aa8e9ec52e16888807ba544aec55768 into PR head commit 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d 17:40:50 Merge succeeded, producing 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d 17:40:50 Checking out Revision 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d (PR-182) 17:40:50 > git config core.sparsecheckout # timeout=10 17:40:50 > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 17:40:50 > git remote # timeout=10 17:40:50 > git config --get remote.origin.url # timeout=10 17:40:50 using GIT_SSH to set credentials SSH Credentials for GitHub 17:40:50 > git merge 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 17:40:50 > git rev-parse HEAD^{commit} # timeout=10 17:40:50 > git config core.sparsecheckout # timeout=10 17:40:50 > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 17:40:52 bca2f99d35d6: Pull complete 17:40:53 93359f2a8cfa: Pull complete 17:40:53 7c6f9722023f: Pull complete 17:40:54 Commit message: "feat: Added install of dumb-init if Docker file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:40:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:40:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:40:57 + true 17:40:57 + sudo service docker restart 17:40:58 a35cf1a2eb13: Pull complete 17:40:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:40:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:40:58 ---> a62c8e92a672 17:40:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 17:40:58 ---> Running in 4c8b3f8e087c 17:40:58 Removing intermediate container 4c8b3f8e087c 17:40:58 ---> 21ba2a633cdc 17:40:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:58 ---> Running in c1dc9708e288 17:40:59 Removing intermediate container c1dc9708e288 17:40:59 ---> f3b313eb4094 17:40:59 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 17:40:59 ---> Running in dc3a35e9daa7 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:40:59 provisioning config files... 17:40:59 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config1396335252250256619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:41:00 ---> docker-login.sh 17:41:00 nexus3.edgexfoundry.org:10001 17:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:41:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:01 Configure a credential helper to remove this warning. See 17:41:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:01 17:41:01 Login Succeeded 17:41:01 nexus3.edgexfoundry.org:10002 17:41:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:41:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:01 (1/13) Installing libc-dev (0.7.2-r3) 17:41:01 (2/13) Installing libsodium (1.0.18-r0) 17:41:01 (3/13) Installing pkgconf (1.7.2-r0) 17:41:01 (4/13) Installing libsodium-dev (1.0.18-r0) 17:41:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:01 Configure a credential helper to remove this warning. See 17:41:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:01 17:41:01 Login Succeeded 17:41:01 nexus3.edgexfoundry.org:10003 17:41:02 (5/13) Installing openssh-keygen (8.3_p1-r2) 17:41:02 (6/13) Installing libedit (20191231.3.1-r0) 17:41:02 (7/13) Installing openssh-client (8.3_p1-r2) 17:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:02 Configure a credential helper to remove this warning. See 17:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:02 17:41:02 Login Succeeded 17:41:02 nexus3.edgexfoundry.org:10004 17:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:02 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 17:41:02 (9/13) Installing openssh-server-common (8.3_p1-r2) 17:41:02 (10/13) Installing openssh-server (8.3_p1-r2) 17:41:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:03 Configure a credential helper to remove this warning. See 17:41:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:03 17:41:03 Login Succeeded 17:41:03 docker.io 17:41:03 (11/13) Installing openssh (8.3_p1-r2) 17:41:03 (12/13) Installing libzmq (4.3.3-r0) 17:41:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:41:03 (13/13) Installing zeromq-dev (4.3.3-r0) 17:41:03 Executing busybox-1.31.1-r19.trigger 17:41:03 OK: 173 MiB in 52 packages 17:41:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:41:03 Configure a credential helper to remove this warning. See 17:41:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:41:03 17:41:03 Login Succeeded 17:41:03 ---> docker-login.sh ends [Pipeline] } 17:41:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:41:04 ========================================================= 17:41:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:41:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:41:04 Removing intermediate container dc3a35e9daa7 17:41:04 ---> 7521e4a7b0f2 17:41:04 Step 6/8 : WORKDIR /device-virtual-go 17:41:04 + 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 . 17:41:04 ---> Running in 9815a8d6b870 17:41:04 Removing intermediate container 9815a8d6b870 17:41:04 ---> e4f8036891c7 17:41:04 Step 7/8 : COPY . . 17:41:04 Sending build context to Docker daemon 9.163MB 17:41:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:41:05 Step 2/8 : FROM ${BASE} 17:41:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:41:05 5f621e34cdf4: Pulling fs layer 17:41:05 a4357932f1b6: Pulling fs layer 17:41:05 18c013af1878: Pulling fs layer 17:41:05 00ac8860ef70: Pulling fs layer 17:41:05 63d7cb157983: Pulling fs layer 17:41:05 00ac8860ef70: Waiting 17:41:05 63d7cb157983: Waiting 17:41:05 b116817d02f9: Pulling fs layer 17:41:05 745a02a5169b: Pulling fs layer 17:41:05 b116817d02f9: Waiting 17:41:05 745a02a5169b: Waiting 17:41:05 18c013af1878: Download complete 17:41:05 a4357932f1b6: Verifying Checksum 17:41:05 a4357932f1b6: Download complete 17:41:05 63d7cb157983: Verifying Checksum 17:41:05 63d7cb157983: Download complete 17:41:05 b116817d02f9: Verifying Checksum 17:41:05 b116817d02f9: Download complete 17:41:05 5f621e34cdf4: Verifying Checksum 17:41:05 5f621e34cdf4: Download complete 17:41:05 ---> 69600afd5b12 17:41:05 Step 8/8 : RUN go mod download 17:41:05 ---> Running in 4c7573a31ec2 17:41:06 5f621e34cdf4: Pull complete 17:41:06 a4357932f1b6: Pull complete 17:41:07 18c013af1878: Pull complete 17:41:07 745a02a5169b: Verifying Checksum 17:41:07 745a02a5169b: Download complete 17:41:09 00ac8860ef70: Download complete 17:41:20 00ac8860ef70: Pull complete 17:41:20 63d7cb157983: Pull complete 17:41:20 b116817d02f9: Pull complete 17:41:24 745a02a5169b: Pull complete 17:41:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:41:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:41:24 ---> b7e6874047d6 17:41:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 17:41:26 ---> Running in 6aae228c4247 17:41:27 Removing intermediate container 6aae228c4247 17:41:27 ---> 1bdf71e7284c 17:41:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:27 ---> Running in ac052d75d93b 17:41:30 Removing intermediate container ac052d75d93b 17:41:30 ---> 3fe7a4b241ff 17:41:30 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 17:41:30 ---> Running in bd8e1d63f99b 17:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:32 Removing intermediate container 4c7573a31ec2 17:41:32 ---> c0977ed078dc 17:41:32 Successfully built c0977ed078dc 17:41:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:41:32 (1/13) Installing libc-dev (0.7.2-r3) 17:41:32 (2/13) Installing libsodium (1.0.18-r0) 17:41:32 (3/13) Installing pkgconf (1.7.2-r0) 17:41:32 (4/13) Installing libsodium-dev (1.0.18-r0) 17:41:32 + docker inspect -f . ci-base-image-x86_64 17:41:32 . [Pipeline] withDockerContainer 17:41:32 prd-centos7-docker-4c-2g-33338 does not seem to be running inside a container 17:41:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** ci-base-image-x86_64 cat 17:41:32 (5/13) Installing openssh-keygen (8.3_p1-r2) 17:41:32 (6/13) Installing libedit (20191231.3.1-r0) 17:41:33 (7/13) Installing openssh-client (8.3_p1-r2) 17:41:33 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 17:41:33 $ docker top a93badce0e2a45f7d7557a3452fa56e728760a133e1aa2cfcbed89a543b042d9 -eo pid,comm 17:41:33 (9/13) Installing openssh-server-common (8.3_p1-r2) 17:41:33 (10/13) Installing openssh-server (8.3_p1-r2) [Pipeline] { [Pipeline] sh 17:41:33 (11/13) Installing openssh (8.3_p1-r2) 17:41:33 (12/13) Installing libzmq (4.3.3-r0) 17:41:33 (13/13) Installing zeromq-dev (4.3.3-r0) 17:41:34 + go version 17:41:34 go version go1.15.5 linux/amd64 [Pipeline] } 17:41:34 $ docker stop --time=1 a93badce0e2a45f7d7557a3452fa56e728760a133e1aa2cfcbed89a543b042d9 17:41:34 Executing busybox-1.31.1-r19.trigger 17:41:34 OK: 149 MiB in 52 packages 17:41:35 $ docker rm -f a93badce0e2a45f7d7557a3452fa56e728760a133e1aa2cfcbed89a543b042d9 [Pipeline] // withDockerContainer 17:41:35 Removing intermediate container bd8e1d63f99b 17:41:35 ---> ad6abf23c8e9 17:41:35 Step 6/8 : WORKDIR /device-virtual-go [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 17:41:35 ---> Running in aaa3395c96e5 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:41:36 + docker inspect -f . ci-base-image-x86_64 17:41:36 . [Pipeline] withDockerContainer 17:41:36 prd-centos7-docker-4c-2g-33338 does not seem to be running inside a container 17:41:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** ci-base-image-x86_64 cat 17:41:36 Removing intermediate container aaa3395c96e5 17:41:36 ---> 87c659124624 17:41:36 Step 7/8 : COPY . . 17:41:37 $ docker top 10c95c980550c6d6bd0984cba113f40e2b63683f6fe54fed96d3442c4b4b4667 -eo pid,comm [Pipeline] { [Pipeline] sh 17:41:37 + make test 17:41:37 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:41:37 ---> dde5d224c74c 17:41:37 Step 8/8 : RUN go mod download 17:41:37 ---> Running in 255c04076239 17:41:39 ? github.com/edgexfoundry/device-virtual-go [no test files] 17:41:57 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 17:41:58 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.345s coverage: 63.8% of statements 17:41:58 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:42:02 gofmt -l . 17:42:02 [ "`gofmt -l .`" = "" ] 17:42:02 ./bin/test-attribution-txt.sh 17:42:03 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:42:03 $ docker stop --time=1 10c95c980550c6d6bd0984cba113f40e2b63683f6fe54fed96d3442c4b4b4667 17:42:04 Removing intermediate container 255c04076239 17:42:04 ---> e908430e7085 17:42:04 Successfully built e908430e7085 17:42:04 Successfully tagged ci-base-image-arm64:latest 17:42:05 $ docker rm -f 10c95c980550c6d6bd0984cba113f40e2b63683f6fe54fed96d3442c4b4b4667 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:42:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:42:06 + docker inspect -f . ci-base-image-arm64 17:42:06 . [Pipeline] withDockerContainer 17:42:06 Stashed 1 file(s) 17:42:06 prd-ubuntu18.04-docker-arm64-4c-16g-33337 does not seem to be running inside a container 17:42:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 17:42:07 $ docker top 16709612c4fc04522930eedea4abeddc058c7c8a8c6b5b7eb4f7e67c3e5baebd -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 17:42:08 + go version 17:42:08 go version go1.15.5 linux/arm64 [Pipeline] } 17:42:10 $ docker stop --time=1 16709612c4fc04522930eedea4abeddc058c7c8a8c6b5b7eb4f7e67c3e5baebd 17:42:12 $ docker rm -f 16709612c4fc04522930eedea4abeddc058c7c8a8c6b5b7eb4f7e67c3e5baebd [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 17:42:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:42:13 + ls -al . 17:42:13 total 132 17:42:13 drwxrwxr-x. 7 jenkins jenkins 4096 Apr 8 17:42 . 17:42:13 drwxrwxr-x. 4 jenkins jenkins 28 Apr 8 17:40 .. 17:42:13 -rw-rw-r--. 1 jenkins jenkins 8039 Apr 8 17:40 Attribution.txt 17:42:13 drwxrwxr-x. 2 jenkins jenkins 64 Apr 8 17:40 bin 17:42:13 drwxrwxr-x. 3 jenkins jenkins 32 Apr 8 17:40 cmd 17:42:13 -rw-r--r--. 1 jenkins jenkins 47247 Apr 8 17:41 coverage.out 17:42:13 -rw-rw-r--. 1 jenkins jenkins 1905 Apr 8 17:40 Dockerfile 17:42:13 -rw-rw-r--. 1 jenkins jenkins 998 Apr 8 17:40 Dockerfile.build 17:42:13 drwxrwxr-x. 8 jenkins jenkins 179 Apr 8 17:40 .git 17:42:13 drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 17:40 .github 17:42:13 -rw-rw-r--. 1 jenkins jenkins 277 Apr 8 17:40 .gitignore 17:42:13 -rw-r--r--. 1 jenkins jenkins 809 Apr 8 17:42 go.mod 17:42:13 -rw-r--r--. 1 jenkins jenkins 23354 Apr 8 17:42 go.sum 17:42:13 drwxrwxr-x. 3 jenkins jenkins 20 Apr 8 17:40 internal 17:42:13 -rw-rw-r--. 1 jenkins jenkins 660 Apr 8 17:40 Jenkinsfile 17:42:13 -rw-rw-r--. 1 jenkins jenkins 11340 Apr 8 17:40 LICENSE 17:42:13 -rw-rw-r--. 1 jenkins jenkins 921 Apr 8 17:40 Makefile 17:42:13 -rw-rw-r--. 1 jenkins jenkins 918 Apr 8 17:40 README.md 17:42:13 -rw-rw-r--. 1 jenkins jenkins 5 Apr 8 17:38 VERSION 17:42:13 -rw-rw-r--. 1 jenkins jenkins 235 Apr 8 17:40 version.go [Pipeline] isUnix [Pipeline] sh 17:42:13 + docker inspect -f . ci-base-image-arm64 17:42:13 . [Pipeline] withDockerContainer 17:42:13 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d --label arch=amd64 --label version=0.0.0 . 17:42:13 prd-ubuntu18.04-docker-arm64-4c-16g-33337 does not seem to be running inside a container 17:42:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/5 -v /w/workspace/device-virtual-go/5:/w/workspace/device-virtual-go/5:rw,z -v /w/workspace/device-virtual-go/5@tmp:/w/workspace/device-virtual-go/5@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 17:42:13 Sending build context to Docker daemon 9.236MB 17:42:13 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 17:42:13 Step 2/25 : FROM ${BASE} AS builder 17:42:13 ---> c0977ed078dc 17:42:13 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 17:42:14 ---> Running in 582f5cc25dc8 17:42:14 Removing intermediate container 582f5cc25dc8 17:42:14 ---> e66245a6c6b6 17:42:14 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 17:42:14 ---> Running in 53d95fdc3c58 17:42:14 Removing intermediate container 53d95fdc3c58 17:42:14 ---> f0a670d4d8d6 17:42:14 Step 5/25 : WORKDIR /device-virtual-go 17:42:14 ---> Running in 7f6d4b00fb57 17:42:14 Removing intermediate container 7f6d4b00fb57 17:42:14 ---> a7ad9bfd2dbe 17:42:14 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:15 ---> Running in c17b006b6fef 17:42:15 $ docker top 0f9c0982f43b725adc75ab8c3b1a8cf464c7882a431c2650f5fb7a001608b4e2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:42:15 Removing intermediate container c17b006b6fef 17:42:15 ---> bde4922d7c5c 17:42:15 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:42:15 ---> Running in 92c22d827e4e 17:42:16 + make test 17:42:16 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:42:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:42:17 OK: 173 MiB in 52 packages 17:42:17 ? github.com/edgexfoundry/device-virtual-go [no test files] 17:42:18 Removing intermediate container 92c22d827e4e 17:42:18 ---> fc38c36340c0 17:42:18 Step 8/25 : COPY . . 17:42:18 ---> 169d958f4832 17:42:18 Step 9/25 : RUN go mod download 17:42:18 ---> Running in 46d94afbd550 17:42:19 Removing intermediate container 46d94afbd550 17:42:19 ---> d2a511b2b034 17:42:19 Step 10/25 : ARG MAKE='make build' 17:42:19 ---> Running in 461d6fce926f 17:42:20 Removing intermediate container 461d6fce926f 17:42:20 ---> d14dd146196c 17:42:20 Step 11/25 : RUN $MAKE 17:42:20 ---> Running in ab87f40ad50c 17:42:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 17:42:39 CGO_ENABLED=1 GO111MODULE=on go build ./... 17:42:42 Removing intermediate container ab87f40ad50c 17:42:42 ---> 130a7d89d1b4 17:42:42 Step 12/25 : FROM alpine:3.12 17:42:43 3.12: Pulling from library/alpine 17:42:43 532819f3e44c: Pulling fs layer 17:42:43 532819f3e44c: Verifying Checksum 17:42:43 532819f3e44c: Download complete 17:42:43 532819f3e44c: Pull complete 17:42:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:42:43 Status: Downloaded newer image for alpine:3.12 17:42:43 ---> 7230e588e954 17:42:43 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 17:42:43 ---> Running in ecf8768593c9 17:42:43 Removing intermediate container ecf8768593c9 17:42:43 ---> a42477950f5b 17:42:43 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:43 ---> Running in efa7e1d9e086 17:42:44 Removing intermediate container efa7e1d9e086 17:42:44 ---> 6d5f7d2278ff 17:42:44 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 17:42:44 ---> Running in 0b85772e5b86 17:42:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:42:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:42:46 (1/6) Installing dumb-init (1.2.2-r1) 17:42:46 (2/6) Installing libgcc (9.3.0-r2) 17:42:46 (3/6) Installing libsodium (1.0.18-r0) 17:42:46 (4/6) Installing libstdc++ (9.3.0-r2) 17:42:47 (5/6) Installing libzmq (4.3.3-r0) 17:42:47 (6/6) Installing zeromq (4.3.3-r0) 17:42:47 Executing busybox-1.31.1-r20.trigger 17:42:47 OK: 8 MiB in 20 packages 17:42:47 Removing intermediate container 0b85772e5b86 17:42:47 ---> db904eae538b 17:42:47 Step 16/25 : WORKDIR / 17:42:48 ---> Running in 98ba071b9ef8 17:42:48 Removing intermediate container 98ba071b9ef8 17:42:48 ---> 2d10f3d60c4f 17:42:48 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 17:42:48 ---> 5799076283ac 17:42:48 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 17:42:48 ---> 5eab8dec678d 17:42:48 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 17:42:49 ---> ab08acd067b5 17:42:49 Step 20/25 : EXPOSE 49990 17:42:49 ---> Running in 7ec2ef02cf02 17:42:49 Removing intermediate container 7ec2ef02cf02 17:42:49 ---> 0f209d2db34a 17:42:49 Step 21/25 : ENTRYPOINT ["/device-virtual"] 17:42:49 ---> Running in 7ce2831c2b76 17:42:49 Removing intermediate container 7ce2831c2b76 17:42:49 ---> 467cc719027a 17:42:49 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:42:49 ---> Running in 2b25fd9dee30 17:42:50 Removing intermediate container 2b25fd9dee30 17:42:50 ---> 77ff9e28c0ef 17:42:50 Step 23/25 : LABEL arch=amd64 17:42:50 ---> Running in 250017d9fdbe 17:42:50 Removing intermediate container 250017d9fdbe 17:42:50 ---> 24e649594237 17:42:50 Step 24/25 : LABEL git_sha=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d 17:42:50 ---> Running in a6573fc3dd08 17:42:50 Removing intermediate container a6573fc3dd08 17:42:50 ---> e4177b7ac299 17:42:50 Step 25/25 : LABEL version=0.0.0 17:42:50 ---> Running in 2aac5e9f17cb 17:42:50 Removing intermediate container 2aac5e9f17cb 17:42:50 ---> 0908f3cd842f 17:42:50 [Warning] One or more build-args [ARCH] were not consumed 17:42:50 Successfully built 0908f3cd842f 17:42:50 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:42:51 ---> job-cost.sh 17:42:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IWmd 17:43:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:43:14 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 17:43:14 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.456s coverage: 63.8% of statements 17:43:14 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:43:22 gofmt -l . 17:43:22 [ "`gofmt -l .`" = "" ] 17:43:22 ./bin/test-attribution-txt.sh 17:43:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:43:23 $ docker stop --time=1 0f9c0982f43b725adc75ab8c3b1a8cf464c7882a431c2650f5fb7a001608b4e2 17:43:25 $ docker rm -f 0f9c0982f43b725adc75ab8c3b1a8cf464c7882a431c2650f5fb7a001608b4e2 [Pipeline] // withDockerContainer [Pipeline] sh 17:43:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:43:26 Warning: overwriting stash ‘coverage-report’ 17:43:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:43:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:43:29 + ls -al . 17:43:29 total 156 17:43:29 drwxrwxr-x 7 jenkins jenkins 4096 Apr 8 17:43 . 17:43:29 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 17:40 .. 17:43:29 drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 17:40 .git 17:43:29 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 17:40 .github 17:43:29 -rw-rw-r-- 1 jenkins jenkins 277 Apr 8 17:40 .gitignore 17:43:29 -rw-rw-r-- 1 jenkins jenkins 8039 Apr 8 17:40 Attribution.txt 17:43:29 -rw-rw-r-- 1 jenkins jenkins 1905 Apr 8 17:40 Dockerfile 17:43:29 -rw-rw-r-- 1 jenkins jenkins 998 Apr 8 17:40 Dockerfile.build 17:43:29 -rw-rw-r-- 1 jenkins jenkins 660 Apr 8 17:40 Jenkinsfile 17:43:29 -rw-rw-r-- 1 jenkins jenkins 11340 Apr 8 17:40 LICENSE 17:43:29 -rw-rw-r-- 1 jenkins jenkins 921 Apr 8 17:40 Makefile 17:43:29 -rw-rw-r-- 1 jenkins jenkins 918 Apr 8 17:40 README.md 17:43:29 -rw-rw-r-- 1 jenkins jenkins 5 Apr 8 17:38 VERSION 17:43:29 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 17:40 bin 17:43:29 drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 17:40 cmd 17:43:29 -rw-r--r-- 1 jenkins jenkins 47247 Apr 8 17:43 coverage.out 17:43:29 -rw-r--r-- 1 jenkins jenkins 809 Apr 8 17:43 go.mod 17:43:29 -rw-r--r-- 1 jenkins jenkins 23354 Apr 8 17:43 go.sum 17:43:29 drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 17:40 internal 17:43:29 -rw-rw-r-- 1 jenkins jenkins 235 Apr 8 17:40 version.go [Pipeline] isUnix [Pipeline] sh 17:43:30 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d --label arch=arm64 --label version=0.0.0 . 17:43:30 Sending build context to Docker daemon 9.235MB 17:43:30 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 17:43:30 Step 2/25 : FROM ${BASE} AS builder 17:43:30 ---> e908430e7085 17:43:30 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 17:43:31 ---> Running in e467b1b60073 17:43:31 Removing intermediate container e467b1b60073 17:43:31 ---> 23d91239c66e 17:43:31 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 17:43:32 ---> Running in 2f3ca359520c 17:43:32 Removing intermediate container 2f3ca359520c 17:43:32 ---> 196d30728586 17:43:32 Step 5/25 : WORKDIR /device-virtual-go 17:43:32 ---> Running in 8ebdf6f5caf4 17:43:33 Removing intermediate container 8ebdf6f5caf4 17:43:33 ---> a093fee0e3c9 17:43:33 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:33 ---> Running in eada70b2960a 17:43:35 Removing intermediate container eada70b2960a 17:43:35 ---> e8dbb1f104ea 17:43:35 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:43:35 ---> Running in e6662b5b2e0b 17:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:38 OK: 149 MiB in 52 packages 17:43:39 Removing intermediate container e6662b5b2e0b 17:43:39 ---> 1bf44ea1d15b 17:43:39 Step 8/25 : COPY . . 17:43:39 lf-activate-venv(): INFO: Adding /tmp/venv-IWmd/bin to PATH 17:43:39 INFO: No Stack... 17:43:39 INFO: Retrieving Pricing Info for: v1-standard-2 17:43:39 INFO: Archiving Costs [Pipeline] sh 17:43:39 + cat /w/workspace/device-virtual-go/5/archives/cost.csv 17:43:39 + cut -d, -f6 [Pipeline] lock 17:43:39 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] 17:43:39 Resource [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] did not exist. Created. 17:43:39 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:43:40 + echo total: 0.029999999329447746 [Pipeline] stash 17:43:40 Stashed 1 file(s) [Pipeline] } 17:43:40 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [Pipeline] // lock [Pipeline] } 17:43:40 ---> 9c664ac3648e 17:43:40 Step 9/25 : RUN go mod download [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 17:43:40 ---> Running in 7715adba73e4 [Pipeline] } [Pipeline] // stage [Pipeline] } 17:43:42 Removing intermediate container 7715adba73e4 17:43:42 ---> 8d9c3857d94a 17:43:42 Step 10/25 : ARG MAKE='make build' 17:43:43 ---> Running in 94eeb0e83fd8 17:43:43 Removing intermediate container 94eeb0e83fd8 17:43:43 ---> 672d8c6859bd 17:43:43 Step 11/25 : RUN $MAKE 17:43:43 ---> Running in b116268c7b37 17:43:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 17:44:31 CGO_ENABLED=1 GO111MODULE=on go build ./... 17:44:43 Removing intermediate container b116268c7b37 17:44:43 ---> 8aa4bb741c9f 17:44:43 Step 12/25 : FROM alpine:3.12 17:44:43 3.12: Pulling from library/alpine 17:44:43 9a219e8acc52: Pulling fs layer 17:44:43 9a219e8acc52: Verifying Checksum 17:44:43 9a219e8acc52: Download complete 17:44:43 9a219e8acc52: Pull complete 17:44:43 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:44:43 Status: Downloaded newer image for alpine:3.12 17:44:43 ---> d75e27dfc0a0 17:44:43 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 17:44:43 ---> Running in 69f8c679b96f 17:44:44 Removing intermediate container 69f8c679b96f 17:44:44 ---> 2d8ffad9bb16 17:44:44 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:44:44 ---> Running in 9b0bef7c5680 17:44:46 Removing intermediate container 9b0bef7c5680 17:44:46 ---> eefcf9b82d96 17:44:46 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 17:44:46 ---> Running in ca756880f2d0 17:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:44:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:44:49 (1/6) Installing dumb-init (1.2.2-r1) 17:44:49 (2/6) Installing libgcc (9.3.0-r2) 17:44:49 (3/6) Installing libsodium (1.0.18-r0) 17:44:49 (4/6) Installing libstdc++ (9.3.0-r2) 17:44:49 (5/6) Installing libzmq (4.3.3-r0) 17:44:49 (6/6) Installing zeromq (4.3.3-r0) 17:44:49 Executing busybox-1.31.1-r20.trigger 17:44:49 OK: 8 MiB in 20 packages 17:44:51 Removing intermediate container ca756880f2d0 17:44:51 ---> 801d3cfb2b4b 17:44:51 Step 16/25 : WORKDIR / 17:44:51 ---> Running in 9362c5212380 17:44:51 Removing intermediate container 9362c5212380 17:44:51 ---> 67f8b420835b 17:44:51 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 17:44:52 ---> 4d5da7dd1862 17:44:52 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 17:44:53 ---> 12aab8f7494b 17:44:53 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 17:44:54 ---> b958038ef33f 17:44:54 Step 20/25 : EXPOSE 49990 17:44:54 ---> Running in b44e18bdd7fb 17:44:55 Removing intermediate container b44e18bdd7fb 17:44:55 ---> 7d6d66286ee6 17:44:55 Step 21/25 : ENTRYPOINT ["/device-virtual"] 17:44:55 ---> Running in 7e0f9b173ce0 17:44:55 Removing intermediate container 7e0f9b173ce0 17:44:55 ---> 8700d257dcb2 17:44:55 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:44:55 ---> Running in 2ef5f0a68687 17:44:56 Removing intermediate container 2ef5f0a68687 17:44:56 ---> 1ba7c2b8bdb1 17:44:56 Step 23/25 : LABEL arch=arm64 17:44:56 ---> Running in 3ebd44009aaa 17:44:56 Removing intermediate container 3ebd44009aaa 17:44:56 ---> d11a74c38eac 17:44:56 Step 24/25 : LABEL git_sha=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d 17:44:56 ---> Running in bddfed703e82 17:44:57 Removing intermediate container bddfed703e82 17:44:57 ---> 3f1a688d5609 17:44:57 Step 25/25 : LABEL version=0.0.0 17:44:57 ---> Running in b8848405a43e 17:44:58 Removing intermediate container b8848405a43e 17:44:58 ---> 0a5bd9963fa1 17:44:58 [Warning] One or more build-args [ARCH] were not consumed 17:44:58 Successfully built 0a5bd9963fa1 17:44:58 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:44:58 ---> job-cost.sh 17:44:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mUhr 17:45:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:47:14 lf-activate-venv(): INFO: Adding /tmp/venv-mUhr/bin to PATH 17:47:14 INFO: No Stack... 17:47:14 INFO: Retrieving Pricing Info for: lf-standard-4 17:47:14 INFO: Archiving Costs [Pipeline] sh 17:47:14 + cat /w/workspace/device-virtual-go/5/archives/cost.csv 17:47:14 + cut -d, -f6 [Pipeline] lock 17:47:15 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] 17:47:15 Resource [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] did not exist. Created. 17:47:15 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:47:15 /w/workspace/device-virtual-go/5@tmp/durable-9faf45f1/script.sh: 1: /w/workspace/device-virtual-go/5@tmp/durable-9faf45f1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:47:15 + echo total: 0.20999999344348907 [Pipeline] stash 17:47:15 Warning: overwriting stash ‘stack-cost’ 17:47:15 Stashed 1 file(s) [Pipeline] } 17:47:15 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:47:17 provisioning config files... 17:47:17 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-182@tmp/config5986500601168722910tmp [Pipeline] { [Pipeline] sh 17:47:17 + set +x 17:47:17 + curl -s https://codecov.io/bash 17:47:17 + bash -s -- 17:47:18 17:47:18 _____ _ 17:47:18 / ____| | | 17:47:18 | | ___ __| | ___ ___ _____ __ 17:47:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:47:18 | |___| (_) | (_| | __/ (_| (_) \ V / 17:47:18 \_____\___/ \__,_|\___|\___\___/ \_/ 17:47:18 Bash-20210309-2b87ace 17:47:18 17:47:18 17:47:18 ==> git version 2.24.3 found 17:47:18 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:47:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:47:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:47:18 ==> Jenkins CI detected. 17:47:18 project root: . 17:47:18 --> token set from env 17:47:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:47:18 ==> Running gcov in . (disable via -X gcov) 17:47:18 ==> Python coveragepy not found 17:47:18 ==> Searching for coverage reports in: 17:47:18 + . 17:47:18 -> Found 1 reports 17:47:18 ==> Detecting git/mercurial file structure 17:47:18 ==> Reading reports 17:47:18 + ./coverage.out bytes=47247 17:47:18 ==> Appending adjustments 17:47:18 https://docs.codecov.io/docs/fixing-reports 17:47:18 + Found adjustments 17:47:18 ==> Gzipping contents 17:47:18 8.0K /tmp/codecov.U2GAnJ.gz 17:47:18 ==> Uploading reports 17:47:18 url: https://codecov.io 17:47:18 query: branch=PR-182&commit=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-182%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=182&job=&cmd_args= 17:47:18 -> Pinging Codecov 17:47:18 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-182&commit=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-182%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=182&job=&cmd_args= 17:47:18 -> Uploading to 17:47:18 https://storage.googleapis.com/codecov/v4/raw/2021-04-08/5E52B4B073DB2E39498172D8E973AA87/37fbc50d175499d29e5363d2d0a3a5e2d3e9306d/31a20e19-ceae-4922-b6ea-bc21623be664.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T174718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=52c421b7ae123eeb1f97d9fd9959e3115ddf6e59381fbc98d82168d35abc7c1d 17:47:18 % Total % Received % Xferd Average Speed Time Time Time Current 17:47:18 Dload Upload Total Spent Left Speed 17:47:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5777 0 0 100 5777 0 9618 --:--:-- --:--:-- --:--:-- 9628 17:47:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [Pipeline] } 17:47:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:47:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:47:22 ---> package-listing.sh 17:47:22 ++ facter osfamily 17:47:22 ++ tr '[:upper:]' '[:lower:]' 17:47:22 + OS_FAMILY=redhat 17:47:22 + workspace=/w/workspace/foundry_device-virtual-go_PR-182 17:47:22 + START_PACKAGES=/tmp/packages_start.txt 17:47:22 + END_PACKAGES=/tmp/packages_end.txt 17:47:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:47:22 + PACKAGES=/tmp/packages_start.txt 17:47:22 + '[' /w/workspace/foundry_device-virtual-go_PR-182 ']' 17:47:22 + PACKAGES=/tmp/packages_end.txt 17:47:22 + case "${OS_FAMILY}" in 17:47:22 + rpm -qa 17:47:22 + sort 17:47:27 + '[' -f /tmp/packages_start.txt ']' 17:47:27 + '[' -f /tmp/packages_end.txt ']' 17:47:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:47:27 + '[' /w/workspace/foundry_device-virtual-go_PR-182 ']' 17:47:27 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-182/archives/ 17:47:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-182/archives/ [Pipeline] echo 17:47:27 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-182/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:47:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:47:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:47:28 17:47:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:47:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:47:28 alpine: Pulling from edgex-lftools-log-publisher 17:47:28 df20fa9351a1: Pulling fs layer 17:47:28 36b3adc4ff6f: Pulling fs layer 17:47:28 8ad3a11d3b57: Pulling fs layer 17:47:28 46f8f816bc3b: Pulling fs layer 17:47:28 93b61091891f: Pulling fs layer 17:47:28 93b9cdb0e59b: Pulling fs layer 17:47:28 5e14af77c1be: Pulling fs layer 17:47:28 01666e4c0597: Pulling fs layer 17:47:28 aa168da1d23b: Pulling fs layer 17:47:28 46f8f816bc3b: Waiting 17:47:28 93b61091891f: Waiting 17:47:28 93b9cdb0e59b: Waiting 17:47:28 5e14af77c1be: Waiting 17:47:28 aa168da1d23b: Waiting 17:47:28 01666e4c0597: Waiting 17:47:28 36b3adc4ff6f: Verifying Checksum 17:47:28 36b3adc4ff6f: Download complete 17:47:28 46f8f816bc3b: Verifying Checksum 17:47:28 46f8f816bc3b: Download complete 17:47:28 df20fa9351a1: Download complete 17:47:28 93b61091891f: Verifying Checksum 17:47:28 93b61091891f: Download complete 17:47:28 5e14af77c1be: Verifying Checksum 17:47:28 93b9cdb0e59b: Verifying Checksum 17:47:28 93b9cdb0e59b: Download complete 17:47:28 5e14af77c1be: Download complete 17:47:28 01666e4c0597: Verifying Checksum 17:47:28 01666e4c0597: Download complete 17:47:29 df20fa9351a1: Pull complete 17:47:29 36b3adc4ff6f: Pull complete 17:47:29 8ad3a11d3b57: Verifying Checksum 17:47:29 8ad3a11d3b57: Download complete 17:47:30 8ad3a11d3b57: Pull complete 17:47:30 46f8f816bc3b: Pull complete 17:47:31 93b61091891f: Pull complete 17:47:31 93b9cdb0e59b: Pull complete 17:47:31 5e14af77c1be: Pull complete 17:47:31 aa168da1d23b: Verifying Checksum 17:47:31 aa168da1d23b: Download complete 17:47:32 01666e4c0597: Pull complete 17:47:40 aa168da1d23b: Pull complete 17:47:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:47:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:47:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:47:40 prd-centos7-docker-4c-2g-33336 does not seem to be running inside a container 17:47:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-182/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-182 -v /w/workspace/foundry_device-virtual-go_PR-182:/w/workspace/foundry_device-virtual-go_PR-182:rw,z -v /w/workspace/foundry_device-virtual-go_PR-182@tmp:/w/workspace/foundry_device-virtual-go_PR-182@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:47:43 $ docker top bc86421fce608af550c9a9d1a8c1ded632c6c79287f40b6e48c0438d00c9b5a4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:47:43 + touch /tmp/pre-build-complete [Pipeline] sh 17:47:44 + mkdir -p /var/log/sa [Pipeline] sh 17:47:44 + ls /var/log/sa-host 17:47:44 + sadf -c /var/log/sa-host/sa08 17:47:44 file_magic: OK 17:47:44 HZ: Using current value: 100 17:47:44 file_header: OK 17:47:44 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 17:47:44 Statistics: 17:47:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:47:44 File successfully converted to sysstat format version 12.2.1 17:47:44 + sadf -c /var/log/sa-host/sa23 17:47:44 file_magic: OK 17:47:44 HZ: Using current value: 100 17:47:44 file_header: OK 17:47:44 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 17:47:44 Statistics: 17:47:44 Hnuu...uuuununununu... 17:47:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:47:45 provisioning config files... 17:47:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-182@tmp/config4456666590069681422tmp [Pipeline] { [Pipeline] echo 17:47:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:47:45 ---> create-netrc.sh [Pipeline] } 17:47:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:47:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:47:45 ---> python-tools-install.sh [Pipeline] echo 17:47:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:47:46 ---> sudo-logs.sh 17:47:46 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:47:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:47:46 ---> job-cost.sh 17:47:46 lf-activate-venv: SKIPPING 17:47:46 DEBUG: total: 0.20999999344348907 17:47:46 INFO: Retrieving Stack Cost... 17:47:47 INFO: Retrieving Pricing Info for: v1-standard-2 17:47:48 INFO: Archiving Costs [Pipeline] echo 17:47:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:47:48 ---> logs-deploy.sh 17:47:48 lf-activate-venv: SKIPPING 17:47:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-182/5 17:47:48 INFO: archiving workspace using pattern(s): 17:47:50 Archives upload complete. 17:47:50 INFO: archiving logs to Nexus