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 [2021-04-08T17:38:24.497Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T17:38:24.828Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T17:38:24.921Z] ========================================================= [2021-04-08T17:38:24.921Z] EdgeX Global Pipelines Version Info [2021-04-08T17:38:24.921Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6904dadb7797f43ef3c80e205e99cee1c0d9e738 # timeout=10 [2021-04-08T17:38:26.401Z] ------------------- [2021-04-08T17:38:26.401Z] stable info: [2021-04-08T17:38:26.402Z] ------------------- [2021-04-08T17:38:26.402Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T17:38:26.402Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T17:38:26.402Z] Message: update stable to v1.0.186 [2021-04-08T17:38:27.348Z] ------------------- [2021-04-08T17:38:27.348Z] experimental info: [2021-04-08T17:38:27.348Z] ------------------- [2021-04-08T17:38:27.348Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T17:38:27.348Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T17:38:27.348Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T17:38:27.599Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-08T17:38:27.686Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-08T17:38:27.769Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T17:38:27.859Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T17:38:27.956Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T17:38:28.057Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T17:38:28.172Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T17:38:28.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T17:38:28.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-08T17:38:28.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T17:38:28.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T17:38:28.628Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-08T17:38:28.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T17:38:28.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T17:38:28.900Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T17:38:28.988Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T17:38:29.071Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T17:38:29.165Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T17:38:29.248Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T17:38:29.330Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-08T17:38:29.421Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-08T17:38:29.510Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-08T17:38:29.623Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-08T17:38:29.712Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-08T17:38:29.807Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-08T17:38:29.906Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T17:38:29.991Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-182 [Pipeline] echo [2021-04-08T17:38:30.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-182 [Pipeline] echo [2021-04-08T17:38:30.155Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-182 [Pipeline] echo [2021-04-08T17:38:30.368Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [Pipeline] echo [2021-04-08T17:38:30.457Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 37fbc50 [Pipeline] echo [2021-04-08T17:38:30.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T17:38:30.817Z] provisioning config files... [2021-04-08T17:38:30.861Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-182@tmp/config2714229375023008659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:38:31.231Z] ---> docker-login.sh [2021-04-08T17:38:31.231Z] nexus3.edgexfoundry.org:10001 [2021-04-08T17:38:31.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:38:31.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:38:31.761Z] Configure a credential helper to remove this warning. See [2021-04-08T17:38:31.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:38:31.761Z] [2021-04-08T17:38:31.761Z] Login Succeeded [2021-04-08T17:38:31.761Z] nexus3.edgexfoundry.org:10002 [2021-04-08T17:38:31.761Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:38:31.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:38:31.761Z] Configure a credential helper to remove this warning. See [2021-04-08T17:38:31.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:38:31.761Z] [2021-04-08T17:38:31.761Z] Login Succeeded [2021-04-08T17:38:31.761Z] nexus3.edgexfoundry.org:10003 [2021-04-08T17:38:32.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:38:32.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:38:32.025Z] Configure a credential helper to remove this warning. See [2021-04-08T17:38:32.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:38:32.025Z] [2021-04-08T17:38:32.025Z] Login Succeeded [2021-04-08T17:38:32.025Z] nexus3.edgexfoundry.org:10004 [2021-04-08T17:38:32.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:38:32.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:38:32.289Z] Configure a credential helper to remove this warning. See [2021-04-08T17:38:32.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:38:32.289Z] [2021-04-08T17:38:32.289Z] Login Succeeded [2021-04-08T17:38:32.289Z] docker.io [2021-04-08T17:38:32.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:38:32.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:38:32.554Z] Configure a credential helper to remove this warning. See [2021-04-08T17:38:32.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:38:32.554Z] [2021-04-08T17:38:32.554Z] Login Succeeded [2021-04-08T17:38:32.554Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T17:38:32.565Z] 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 [2021-04-08T17:38:33.387Z] + git log --format=format:%s -1 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [Pipeline] echo [2021-04-08T17:38:33.473Z] GIT_COMMIT: 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d, Commit Message: feat: Added install of dumb-init if Docker file [Pipeline] echo [2021-04-08T17:38:33.516Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:38:34.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T17:38:34.142Z] [2021-04-08T17:38:34.142Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:38:34.528Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T17:38:34.528Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T17:38:34.528Z] 31603596830f: Pulling fs layer [2021-04-08T17:38:34.528Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T17:38:34.528Z] 6ca5941a6612: Pulling fs layer [2021-04-08T17:38:34.528Z] ecc8261a40a4: Pulling fs layer [2021-04-08T17:38:34.528Z] ecc8261a40a4: Waiting [2021-04-08T17:38:34.528Z] 2a8b12db71e7: Verifying Checksum [2021-04-08T17:38:34.528Z] 2a8b12db71e7: Download complete [2021-04-08T17:38:34.795Z] 31603596830f: Verifying Checksum [2021-04-08T17:38:34.795Z] 31603596830f: Download complete [2021-04-08T17:38:34.795Z] ecc8261a40a4: Verifying Checksum [2021-04-08T17:38:34.795Z] ecc8261a40a4: Download complete [2021-04-08T17:38:34.795Z] 6ca5941a6612: Verifying Checksum [2021-04-08T17:38:34.795Z] 6ca5941a6612: Download complete [2021-04-08T17:38:35.058Z] 31603596830f: Pull complete [2021-04-08T17:38:35.058Z] 2a8b12db71e7: Pull complete [2021-04-08T17:38:36.007Z] 6ca5941a6612: Pull complete [2021-04-08T17:38:36.278Z] ecc8261a40a4: Pull complete [2021-04-08T17:38:36.278Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T17:38:36.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T17:38:36.278Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T17:38:36.382Z] prd-centos7-docker-4c-2g-33336 does not seem to be running inside a container [2021-04-08T17:38:36.436Z] $ 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 [2021-04-08T17:38:38.519Z] $ docker top 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T17:38:38.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T17:38:38.885Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T17:38:39.105Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T17:38:39.108Z] $ docker exec 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent [2021-04-08T17:38:39.278Z] SSH_AUTH_SOCK=/tmp/ssh-ajsdmQ8wUSOo/agent.11 [2021-04-08T17:38:39.278Z] SSH_AGENT_PID=17 [2021-04-08T17:38:39.289Z] Running ssh-add (command line suppressed) [2021-04-08T17:38:39.413Z] 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) [2021-04-08T17:38:39.464Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T17:38:39.811Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T17:38:39.843Z] $ docker exec --env ******** --env ******** 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent -k [2021-04-08T17:38:39.960Z] unset SSH_AUTH_SOCK; [2021-04-08T17:38:39.961Z] unset SSH_AGENT_PID; [2021-04-08T17:38:39.961Z] echo Agent pid 17 killed; [2021-04-08T17:38:40.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T17:38:40.229Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T17:38:40.229Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T17:38:40.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T17:38:40.408Z] $ docker exec 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent [2021-04-08T17:38:40.606Z] SSH_AUTH_SOCK=/tmp/ssh-6f2S6vAOR7De/agent.45 [2021-04-08T17:38:40.606Z] SSH_AGENT_PID=50 [2021-04-08T17:38:40.613Z] Running ssh-add (command line suppressed) [2021-04-08T17:38:40.729Z] 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) [2021-04-08T17:38:40.778Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T17:38:41.135Z] + git semver init [2021-04-08T17:38:41.135Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T17:38:41.135Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-182/.git [2021-04-08T17:38:41.135Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-182 [2021-04-08T17:38:41.135Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T17:38:41.135Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T17:38:41.135Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T17:38:41.135Z] # $SEMVER_BRANCH = PR-182 [2021-04-08T17:38:41.135Z] # $SEMVER_TEMP = /tmp/semver-157105430 [2021-04-08T17:38:41.135Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-08T17:38:41.459Z] # '/tmp/semver-157105430' -> '/w/workspace/foundry_device-virtual-go_PR-182/.semver' [2021-04-08T17:38:41.484Z] # -> Force: false [2021-04-08T17:38:41.484Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-182/.semver [Pipeline] } [2021-04-08T17:38:41.491Z] $ docker exec --env ******** --env ******** 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 ssh-agent -k [2021-04-08T17:38:41.618Z] unset SSH_AUTH_SOCK; [2021-04-08T17:38:41.618Z] unset SSH_AGENT_PID; [2021-04-08T17:38:41.618Z] echo Agent pid 50 killed; [2021-04-08T17:38:41.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T17:38:42.262Z] + git semver [Pipeline] } [2021-04-08T17:38:42.280Z] $ docker stop --time=1 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 [2021-04-08T17:38:43.641Z] $ docker rm -f 03bb1ace6189567dc25a10e243737af8e73cb8df2c4db9edfb2f88edbe988b20 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T17:38:44.114Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T17:38:44.590Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T17:38:44.593Z] [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 [2021-04-08T17:39:00.120Z] Still waiting to schedule task [2021-04-08T17:39:00.121Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-08T17:39:00.123Z] Still waiting to schedule task [2021-04-08T17:39:00.123Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-08T17:40:29.548Z] Running on prd-centos7-docker-4c-2g-33338 in /w/workspace/foundry_device-virtual-go_PR-182 [Pipeline] { [Pipeline] ws [2021-04-08T17:40:29.604Z] Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout [2021-04-08T17:40:32.187Z] using credential edgex-jenkins-ssh [2021-04-08T17:40:32.243Z] Cloning the remote Git repository [2021-04-08T17:40:32.272Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-08T17:40:32.342Z] > git init /w/workspace/device-virtual-go/5 # timeout=10 [2021-04-08T17:40:32.405Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-08T17:40:32.405Z] > git --version # timeout=10 [2021-04-08T17:40:32.416Z] > git --version # 'git version 2.24.3' [2021-04-08T17:40:32.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:40:32.460Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:40:33.053Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-08T17:40:33.059Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:40:33.072Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-08T17:40:33.087Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-08T17:40:33.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:40:33.092Z] > 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 [2021-04-08T17:40:34.402Z] Merging remotes/origin/master commit 0ad834929aa8e9ec52e16888807ba544aec55768 into PR head commit 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [2021-04-08T17:40:34.513Z] Merge succeeded, producing 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [2021-04-08T17:40:34.514Z] Checking out Revision 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d (PR-182) [2021-04-08T17:40:34.412Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:40:34.418Z] > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 [2021-04-08T17:40:34.460Z] > git remote # timeout=10 [2021-04-08T17:40:34.466Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:40:34.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:40:34.474Z] > git merge 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 [2021-04-08T17:40:34.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:40:34.517Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:40:34.521Z] > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 [2021-04-08T17:40:38.252Z] 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 [2021-04-08T17:40:39.714Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:40:40.057Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:40:40.355Z] + sudo service docker restart [2021-04-08T17:40:40.356Z] + true [2021-04-08T17:40:40.356Z] Redirecting to /bin/systemctl restart docker.service [2021-04-08T17:40:40.603Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33337 in /w/workspace/foundry_device-virtual-go_PR-182 [Pipeline] { [Pipeline] ws [2021-04-08T17:40:40.662Z] Running in /w/workspace/device-virtual-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T17:40:41.373Z] provisioning config files... [2021-04-08T17:40:41.407Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config4548625805183662341tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:40:41.772Z] ---> docker-login.sh [2021-04-08T17:40:41.772Z] nexus3.edgexfoundry.org:10001 [2021-04-08T17:40:42.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:40:42.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:40:42.325Z] Configure a credential helper to remove this warning. See [2021-04-08T17:40:42.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:40:42.325Z] [2021-04-08T17:40:42.325Z] Login Succeeded [2021-04-08T17:40:42.325Z] nexus3.edgexfoundry.org:10002 [2021-04-08T17:40:42.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:40:42.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:40:42.325Z] Configure a credential helper to remove this warning. See [2021-04-08T17:40:42.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:40:42.325Z] [2021-04-08T17:40:42.325Z] Login Succeeded [2021-04-08T17:40:42.325Z] nexus3.edgexfoundry.org:10003 [2021-04-08T17:40:42.590Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:40:42.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:40:42.590Z] Configure a credential helper to remove this warning. See [2021-04-08T17:40:42.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:40:42.590Z] [2021-04-08T17:40:42.590Z] Login Succeeded [2021-04-08T17:40:42.590Z] nexus3.edgexfoundry.org:10004 [2021-04-08T17:40:42.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:40:42.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:40:42.854Z] Configure a credential helper to remove this warning. See [2021-04-08T17:40:42.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:40:42.854Z] [2021-04-08T17:40:42.854Z] Login Succeeded [2021-04-08T17:40:42.854Z] docker.io [2021-04-08T17:40:42.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:40:43.117Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:40:43.117Z] Configure a credential helper to remove this warning. See [2021-04-08T17:40:43.117Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:40:43.117Z] [2021-04-08T17:40:43.117Z] Login Succeeded [2021-04-08T17:40:43.117Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T17:40:43.127Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T17:40:43.458Z] ========================================================= [2021-04-08T17:40:43.458Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T17:40:43.458Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:40:43.810Z] + 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 . [2021-04-08T17:40:44.083Z] Sending build context to Docker daemon 9.164MB [2021-04-08T17:40:44.083Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T17:40:44.083Z] Step 2/8 : FROM ${BASE} [2021-04-08T17:40:44.083Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T17:40:44.083Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T17:40:44.083Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T17:40:44.083Z] de9db76c5a1d: Pulling fs layer [2021-04-08T17:40:44.083Z] bca2f99d35d6: Pulling fs layer [2021-04-08T17:40:44.083Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T17:40:44.083Z] 7c6f9722023f: Pulling fs layer [2021-04-08T17:40:44.083Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T17:40:44.083Z] 93359f2a8cfa: Waiting [2021-04-08T17:40:44.083Z] 7c6f9722023f: Waiting [2021-04-08T17:40:44.083Z] a35cf1a2eb13: Waiting [2021-04-08T17:40:44.083Z] bca2f99d35d6: Waiting [2021-04-08T17:40:44.083Z] de9db76c5a1d: Verifying Checksum [2021-04-08T17:40:44.083Z] de9db76c5a1d: Download complete [2021-04-08T17:40:44.083Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T17:40:44.083Z] 0ef7d3d256c8: Download complete [2021-04-08T17:40:44.083Z] 93359f2a8cfa: Verifying Checksum [2021-04-08T17:40:44.083Z] 93359f2a8cfa: Download complete [2021-04-08T17:40:45.046Z] 7c6f9722023f: Verifying Checksum [2021-04-08T17:40:45.046Z] 7c6f9722023f: Download complete [2021-04-08T17:40:45.046Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T17:40:45.046Z] 188c0c94c7c5: Download complete [2021-04-08T17:40:45.046Z] 188c0c94c7c5: Pull complete [2021-04-08T17:40:45.371Z] 0ef7d3d256c8: Pull complete [2021-04-08T17:40:45.639Z] de9db76c5a1d: Pull complete [2021-04-08T17:40:46.149Z] using credential edgex-jenkins-ssh [2021-04-08T17:40:46.204Z] Cloning the remote Git repository [2021-04-08T17:40:46.279Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-08T17:40:46.391Z] > git init /w/workspace/device-virtual-go/5 # timeout=10 [2021-04-08T17:40:46.469Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-08T17:40:46.470Z] > git --version # timeout=10 [2021-04-08T17:40:46.486Z] > git --version # 'git version 2.17.1' [2021-04-08T17:40:46.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:40:46.574Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:40:47.036Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T17:40:47.036Z] a35cf1a2eb13: Download complete [2021-04-08T17:40:47.612Z] bca2f99d35d6: Download complete [2021-04-08T17:40:47.367Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-08T17:40:47.385Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T17:40:47.423Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-08T17:40:47.476Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-08T17:40:47.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:40:47.489Z] > 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 [2021-04-08T17:40:50.101Z] Merging remotes/origin/master commit 0ad834929aa8e9ec52e16888807ba544aec55768 into PR head commit 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [2021-04-08T17:40:50.351Z] Merge succeeded, producing 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [2021-04-08T17:40:50.351Z] Checking out Revision 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d (PR-182) [2021-04-08T17:40:50.131Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:40:50.167Z] > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 [2021-04-08T17:40:50.242Z] > git remote # timeout=10 [2021-04-08T17:40:50.259Z] > git config --get remote.origin.url # timeout=10 [2021-04-08T17:40:50.273Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T17:40:50.284Z] > git merge 0ad834929aa8e9ec52e16888807ba544aec55768 # timeout=10 [2021-04-08T17:40:50.307Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-08T17:40:50.367Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T17:40:50.390Z] > git checkout -f 37fbc50d175499d29e5363d2d0a3a5e2d3e9306d # timeout=10 [2021-04-08T17:40:52.970Z] bca2f99d35d6: Pull complete [2021-04-08T17:40:53.242Z] 93359f2a8cfa: Pull complete [2021-04-08T17:40:53.242Z] 7c6f9722023f: Pull complete [2021-04-08T17:40:54.824Z] 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 [2021-04-08T17:40:56.202Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:40:56.675Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T17:40:57.030Z] + true [2021-04-08T17:40:57.031Z] + sudo service docker restart [2021-04-08T17:40:58.585Z] a35cf1a2eb13: Pull complete [2021-04-08T17:40:58.585Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T17:40:58.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T17:40:58.585Z] ---> a62c8e92a672 [2021-04-08T17:40:58.585Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-08T17:40:58.585Z] ---> Running in 4c8b3f8e087c [2021-04-08T17:40:58.585Z] Removing intermediate container 4c8b3f8e087c [2021-04-08T17:40:58.585Z] ---> 21ba2a633cdc [2021-04-08T17:40:58.585Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:40:58.585Z] ---> Running in c1dc9708e288 [2021-04-08T17:40:59.546Z] Removing intermediate container c1dc9708e288 [2021-04-08T17:40:59.546Z] ---> f3b313eb4094 [2021-04-08T17:40:59.546Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T17:40:59.546Z] ---> Running in dc3a35e9daa7 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T17:40:59.738Z] provisioning config files... [2021-04-08T17:40:59.788Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/5@tmp/config1396335252250256619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:41:00.187Z] ---> docker-login.sh [2021-04-08T17:41:00.187Z] nexus3.edgexfoundry.org:10001 [2021-04-08T17:41:00.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:41:01.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:41:01.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:41:01.453Z] Configure a credential helper to remove this warning. See [2021-04-08T17:41:01.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:41:01.453Z] [2021-04-08T17:41:01.453Z] Login Succeeded [2021-04-08T17:41:01.453Z] nexus3.edgexfoundry.org:10002 [2021-04-08T17:41:01.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:41:01.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:41:01.733Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-08T17:41:01.997Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-08T17:41:01.997Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-08T17:41:01.997Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-08T17:41:01.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:41:01.998Z] Configure a credential helper to remove this warning. See [2021-04-08T17:41:01.998Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:41:01.998Z] [2021-04-08T17:41:01.998Z] Login Succeeded [2021-04-08T17:41:01.998Z] nexus3.edgexfoundry.org:10003 [2021-04-08T17:41:02.265Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-08T17:41:02.265Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-08T17:41:02.265Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-08T17:41:02.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:41:02.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:41:02.548Z] Configure a credential helper to remove this warning. See [2021-04-08T17:41:02.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:41:02.548Z] [2021-04-08T17:41:02.548Z] Login Succeeded [2021-04-08T17:41:02.548Z] nexus3.edgexfoundry.org:10004 [2021-04-08T17:41:02.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:41:02.850Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-08T17:41:02.850Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-08T17:41:02.850Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-08T17:41:03.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:41:03.097Z] Configure a credential helper to remove this warning. See [2021-04-08T17:41:03.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:41:03.097Z] [2021-04-08T17:41:03.098Z] Login Succeeded [2021-04-08T17:41:03.098Z] docker.io [2021-04-08T17:41:03.118Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-08T17:41:03.118Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-08T17:41:03.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T17:41:03.387Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-08T17:41:03.387Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:41:03.387Z] OK: 173 MiB in 52 packages [2021-04-08T17:41:03.653Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T17:41:03.653Z] Configure a credential helper to remove this warning. See [2021-04-08T17:41:03.653Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T17:41:03.653Z] [2021-04-08T17:41:03.653Z] Login Succeeded [2021-04-08T17:41:03.653Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T17:41:03.675Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T17:41:04.231Z] ========================================================= [2021-04-08T17:41:04.232Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T17:41:04.232Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:41:04.362Z] Removing intermediate container dc3a35e9daa7 [2021-04-08T17:41:04.362Z] ---> 7521e4a7b0f2 [2021-04-08T17:41:04.362Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-08T17:41:04.618Z] + 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 . [2021-04-08T17:41:04.640Z] ---> Running in 9815a8d6b870 [2021-04-08T17:41:04.640Z] Removing intermediate container 9815a8d6b870 [2021-04-08T17:41:04.640Z] ---> e4f8036891c7 [2021-04-08T17:41:04.640Z] Step 7/8 : COPY . . [2021-04-08T17:41:04.896Z] Sending build context to Docker daemon 9.163MB [2021-04-08T17:41:05.169Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T17:41:05.169Z] Step 2/8 : FROM ${BASE} [2021-04-08T17:41:05.169Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T17:41:05.169Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T17:41:05.169Z] a4357932f1b6: Pulling fs layer [2021-04-08T17:41:05.169Z] 18c013af1878: Pulling fs layer [2021-04-08T17:41:05.169Z] 00ac8860ef70: Pulling fs layer [2021-04-08T17:41:05.169Z] 63d7cb157983: Pulling fs layer [2021-04-08T17:41:05.169Z] 00ac8860ef70: Waiting [2021-04-08T17:41:05.169Z] 63d7cb157983: Waiting [2021-04-08T17:41:05.169Z] b116817d02f9: Pulling fs layer [2021-04-08T17:41:05.169Z] 745a02a5169b: Pulling fs layer [2021-04-08T17:41:05.169Z] b116817d02f9: Waiting [2021-04-08T17:41:05.169Z] 745a02a5169b: Waiting [2021-04-08T17:41:05.169Z] 18c013af1878: Download complete [2021-04-08T17:41:05.169Z] a4357932f1b6: Verifying Checksum [2021-04-08T17:41:05.169Z] a4357932f1b6: Download complete [2021-04-08T17:41:05.169Z] 63d7cb157983: Verifying Checksum [2021-04-08T17:41:05.169Z] 63d7cb157983: Download complete [2021-04-08T17:41:05.449Z] b116817d02f9: Verifying Checksum [2021-04-08T17:41:05.449Z] b116817d02f9: Download complete [2021-04-08T17:41:05.449Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T17:41:05.449Z] 5f621e34cdf4: Download complete [2021-04-08T17:41:05.600Z] ---> 69600afd5b12 [2021-04-08T17:41:05.600Z] Step 8/8 : RUN go mod download [2021-04-08T17:41:05.600Z] ---> Running in 4c7573a31ec2 [2021-04-08T17:41:06.445Z] 5f621e34cdf4: Pull complete [2021-04-08T17:41:06.732Z] a4357932f1b6: Pull complete [2021-04-08T17:41:07.351Z] 18c013af1878: Pull complete [2021-04-08T17:41:07.945Z] 745a02a5169b: Verifying Checksum [2021-04-08T17:41:07.945Z] 745a02a5169b: Download complete [2021-04-08T17:41:09.915Z] 00ac8860ef70: Download complete [2021-04-08T17:41:20.094Z] 00ac8860ef70: Pull complete [2021-04-08T17:41:20.367Z] 63d7cb157983: Pull complete [2021-04-08T17:41:20.640Z] b116817d02f9: Pull complete [2021-04-08T17:41:24.946Z] 745a02a5169b: Pull complete [2021-04-08T17:41:24.946Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T17:41:24.946Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T17:41:24.946Z] ---> b7e6874047d6 [2021-04-08T17:41:24.947Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-08T17:41:26.914Z] ---> Running in 6aae228c4247 [2021-04-08T17:41:27.190Z] Removing intermediate container 6aae228c4247 [2021-04-08T17:41:27.190Z] ---> 1bdf71e7284c [2021-04-08T17:41:27.190Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:41:27.463Z] ---> Running in ac052d75d93b [2021-04-08T17:41:30.106Z] Removing intermediate container ac052d75d93b [2021-04-08T17:41:30.106Z] ---> 3fe7a4b241ff [2021-04-08T17:41:30.106Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T17:41:30.106Z] ---> Running in bd8e1d63f99b [2021-04-08T17:41:31.103Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:41:31.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:41:32.250Z] Removing intermediate container 4c7573a31ec2 [2021-04-08T17:41:32.250Z] ---> c0977ed078dc [2021-04-08T17:41:32.250Z] Successfully built c0977ed078dc [2021-04-08T17:41:32.250Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:41:32.320Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-08T17:41:32.590Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-08T17:41:32.590Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-08T17:41:32.590Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-08T17:41:32.604Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T17:41:32.604Z] . [Pipeline] withDockerContainer [2021-04-08T17:41:32.742Z] prd-centos7-docker-4c-2g-33338 does not seem to be running inside a container [2021-04-08T17:41:32.798Z] $ 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 [2021-04-08T17:41:32.860Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-08T17:41:32.861Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-08T17:41:33.130Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-08T17:41:33.399Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-08T17:41:33.625Z] $ docker top a93badce0e2a45f7d7557a3452fa56e728760a133e1aa2cfcbed89a543b042d9 -eo pid,comm [2021-04-08T17:41:33.670Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-08T17:41:33.670Z] (10/13) Installing openssh-server (8.3_p1-r2) [Pipeline] { [Pipeline] sh [2021-04-08T17:41:33.939Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-08T17:41:33.939Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-08T17:41:33.939Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-08T17:41:34.132Z] + go version [2021-04-08T17:41:34.132Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T17:41:34.148Z] $ docker stop --time=1 a93badce0e2a45f7d7557a3452fa56e728760a133e1aa2cfcbed89a543b042d9 [2021-04-08T17:41:34.211Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T17:41:34.211Z] OK: 149 MiB in 52 packages [2021-04-08T17:41:35.487Z] $ docker rm -f a93badce0e2a45f7d7557a3452fa56e728760a133e1aa2cfcbed89a543b042d9 [Pipeline] // withDockerContainer [2021-04-08T17:41:35.645Z] Removing intermediate container bd8e1d63f99b [2021-04-08T17:41:35.645Z] ---> ad6abf23c8e9 [2021-04-08T17:41:35.645Z] Step 6/8 : WORKDIR /device-virtual-go [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-04-08T17:41:35.917Z] ---> Running in aaa3395c96e5 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:41:36.309Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T17:41:36.309Z] . [Pipeline] withDockerContainer [2021-04-08T17:41:36.421Z] prd-centos7-docker-4c-2g-33338 does not seem to be running inside a container [2021-04-08T17:41:36.476Z] $ 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 [2021-04-08T17:41:36.507Z] Removing intermediate container aaa3395c96e5 [2021-04-08T17:41:36.507Z] ---> 87c659124624 [2021-04-08T17:41:36.507Z] Step 7/8 : COPY . . [2021-04-08T17:41:37.199Z] $ docker top 10c95c980550c6d6bd0984cba113f40e2b63683f6fe54fed96d3442c4b4b4667 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:41:37.772Z] + make test [2021-04-08T17:41:37.772Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-08T17:41:37.938Z] ---> dde5d224c74c [2021-04-08T17:41:37.939Z] Step 8/8 : RUN go mod download [2021-04-08T17:41:37.939Z] ---> Running in 255c04076239 [2021-04-08T17:41:39.211Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-08T17:41:57.470Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-08T17:41:58.050Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.345s coverage: 63.8% of statements [2021-04-08T17:41:58.320Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-08T17:42:02.631Z] gofmt -l . [2021-04-08T17:42:02.631Z] [ "`gofmt -l .`" = "" ] [2021-04-08T17:42:02.631Z] ./bin/test-attribution-txt.sh [2021-04-08T17:42:03.221Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T17:42:03.517Z] $ docker stop --time=1 10c95c980550c6d6bd0984cba113f40e2b63683f6fe54fed96d3442c4b4b4667 [2021-04-08T17:42:04.738Z] Removing intermediate container 255c04076239 [2021-04-08T17:42:04.738Z] ---> e908430e7085 [2021-04-08T17:42:04.738Z] Successfully built e908430e7085 [2021-04-08T17:42:04.738Z] Successfully tagged ci-base-image-arm64:latest [2021-04-08T17:42:05.343Z] $ docker rm -f 10c95c980550c6d6bd0984cba113f40e2b63683f6fe54fed96d3442c4b4b4667 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:42:05.892Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T17:42:06.002Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T17:42:06.002Z] . [Pipeline] withDockerContainer [2021-04-08T17:42:06.269Z] Stashed 1 file(s) [2021-04-08T17:42:06.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-33337 does not seem to be running inside a container [2021-04-08T17:42:06.348Z] $ 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 [2021-04-08T17:42:07.876Z] $ docker top 16709612c4fc04522930eedea4abeddc058c7c8a8c6b5b7eb4f7e67c3e5baebd -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-04-08T17:42:08.948Z] + go version [2021-04-08T17:42:08.949Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T17:42:10.558Z] $ docker stop --time=1 16709612c4fc04522930eedea4abeddc058c7c8a8c6b5b7eb4f7e67c3e5baebd [2021-04-08T17:42:12.481Z] $ docker rm -f 16709612c4fc04522930eedea4abeddc058c7c8a8c6b5b7eb4f7e67c3e5baebd [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-08T17:42:13.052Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:42:13.373Z] + ls -al . [2021-04-08T17:42:13.373Z] total 132 [2021-04-08T17:42:13.373Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 8 17:42 . [2021-04-08T17:42:13.373Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 8 17:40 .. [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 8039 Apr 8 17:40 Attribution.txt [2021-04-08T17:42:13.373Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 8 17:40 bin [2021-04-08T17:42:13.373Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 8 17:40 cmd [2021-04-08T17:42:13.373Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 8 17:41 coverage.out [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 1905 Apr 8 17:40 Dockerfile [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 998 Apr 8 17:40 Dockerfile.build [2021-04-08T17:42:13.373Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 8 17:40 .git [2021-04-08T17:42:13.373Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 17:40 .github [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 277 Apr 8 17:40 .gitignore [2021-04-08T17:42:13.373Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 8 17:42 go.mod [2021-04-08T17:42:13.373Z] -rw-r--r--. 1 jenkins jenkins 23354 Apr 8 17:42 go.sum [2021-04-08T17:42:13.373Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 8 17:40 internal [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 8 17:40 Jenkinsfile [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 8 17:40 LICENSE [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 921 Apr 8 17:40 Makefile [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 8 17:40 README.md [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 8 17:38 VERSION [2021-04-08T17:42:13.373Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 8 17:40 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:42:13.594Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T17:42:13.594Z] . [Pipeline] withDockerContainer [2021-04-08T17:42:13.685Z] + 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 . [2021-04-08T17:42:13.863Z] prd-ubuntu18.04-docker-arm64-4c-16g-33337 does not seem to be running inside a container [2021-04-08T17:42:13.938Z] $ 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 [2021-04-08T17:42:13.948Z] Sending build context to Docker daemon 9.236MB [2021-04-08T17:42:13.948Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T17:42:13.948Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-08T17:42:13.948Z] ---> c0977ed078dc [2021-04-08T17:42:13.948Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-08T17:42:14.211Z] ---> Running in 582f5cc25dc8 [2021-04-08T17:42:14.211Z] Removing intermediate container 582f5cc25dc8 [2021-04-08T17:42:14.211Z] ---> e66245a6c6b6 [2021-04-08T17:42:14.211Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-08T17:42:14.476Z] ---> Running in 53d95fdc3c58 [2021-04-08T17:42:14.476Z] Removing intermediate container 53d95fdc3c58 [2021-04-08T17:42:14.476Z] ---> f0a670d4d8d6 [2021-04-08T17:42:14.476Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-08T17:42:14.739Z] ---> Running in 7f6d4b00fb57 [2021-04-08T17:42:14.739Z] Removing intermediate container 7f6d4b00fb57 [2021-04-08T17:42:14.739Z] ---> a7ad9bfd2dbe [2021-04-08T17:42:14.739Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:42:15.003Z] ---> Running in c17b006b6fef [2021-04-08T17:42:15.425Z] $ docker top 0f9c0982f43b725adc75ab8c3b1a8cf464c7882a431c2650f5fb7a001608b4e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:42:15.994Z] Removing intermediate container c17b006b6fef [2021-04-08T17:42:15.994Z] ---> bde4922d7c5c [2021-04-08T17:42:15.994Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-08T17:42:15.994Z] ---> Running in 92c22d827e4e [2021-04-08T17:42:16.480Z] + make test [2021-04-08T17:42:16.480Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-08T17:42:16.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:42:17.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:42:17.796Z] OK: 173 MiB in 52 packages [2021-04-08T17:42:17.916Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-08T17:42:18.374Z] Removing intermediate container 92c22d827e4e [2021-04-08T17:42:18.374Z] ---> fc38c36340c0 [2021-04-08T17:42:18.374Z] Step 8/25 : COPY . . [2021-04-08T17:42:18.966Z] ---> 169d958f4832 [2021-04-08T17:42:18.966Z] Step 9/25 : RUN go mod download [2021-04-08T17:42:18.966Z] ---> Running in 46d94afbd550 [2021-04-08T17:42:19.928Z] Removing intermediate container 46d94afbd550 [2021-04-08T17:42:19.928Z] ---> d2a511b2b034 [2021-04-08T17:42:19.928Z] Step 10/25 : ARG MAKE='make build' [2021-04-08T17:42:19.928Z] ---> Running in 461d6fce926f [2021-04-08T17:42:20.195Z] Removing intermediate container 461d6fce926f [2021-04-08T17:42:20.195Z] ---> d14dd146196c [2021-04-08T17:42:20.195Z] Step 11/25 : RUN $MAKE [2021-04-08T17:42:20.195Z] ---> Running in ab87f40ad50c [2021-04-08T17:42:21.600Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-04-08T17:42:39.914Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-08T17:42:42.603Z] Removing intermediate container ab87f40ad50c [2021-04-08T17:42:42.603Z] ---> 130a7d89d1b4 [2021-04-08T17:42:42.603Z] Step 12/25 : FROM alpine:3.12 [2021-04-08T17:42:43.181Z] 3.12: Pulling from library/alpine [2021-04-08T17:42:43.181Z] 532819f3e44c: Pulling fs layer [2021-04-08T17:42:43.444Z] 532819f3e44c: Verifying Checksum [2021-04-08T17:42:43.444Z] 532819f3e44c: Download complete [2021-04-08T17:42:43.444Z] 532819f3e44c: Pull complete [2021-04-08T17:42:43.444Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T17:42:43.444Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T17:42:43.444Z] ---> 7230e588e954 [2021-04-08T17:42:43.444Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-08T17:42:43.707Z] ---> Running in ecf8768593c9 [2021-04-08T17:42:43.972Z] Removing intermediate container ecf8768593c9 [2021-04-08T17:42:43.972Z] ---> a42477950f5b [2021-04-08T17:42:43.972Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:42:43.972Z] ---> Running in efa7e1d9e086 [2021-04-08T17:42:44.924Z] Removing intermediate container efa7e1d9e086 [2021-04-08T17:42:44.924Z] ---> 6d5f7d2278ff [2021-04-08T17:42:44.924Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T17:42:44.924Z] ---> Running in 0b85772e5b86 [2021-04-08T17:42:45.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T17:42:46.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T17:42:46.655Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T17:42:46.655Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T17:42:46.917Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T17:42:46.917Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T17:42:47.181Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T17:42:47.181Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T17:42:47.181Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:42:47.181Z] OK: 8 MiB in 20 packages [2021-04-08T17:42:47.762Z] Removing intermediate container 0b85772e5b86 [2021-04-08T17:42:47.762Z] ---> db904eae538b [2021-04-08T17:42:47.762Z] Step 16/25 : WORKDIR / [2021-04-08T17:42:48.025Z] ---> Running in 98ba071b9ef8 [2021-04-08T17:42:48.290Z] Removing intermediate container 98ba071b9ef8 [2021-04-08T17:42:48.290Z] ---> 2d10f3d60c4f [2021-04-08T17:42:48.290Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-08T17:42:48.290Z] ---> 5799076283ac [2021-04-08T17:42:48.290Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-08T17:42:48.553Z] ---> 5eab8dec678d [2021-04-08T17:42:48.553Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-08T17:42:49.500Z] ---> ab08acd067b5 [2021-04-08T17:42:49.500Z] Step 20/25 : EXPOSE 49990 [2021-04-08T17:42:49.500Z] ---> Running in 7ec2ef02cf02 [2021-04-08T17:42:49.500Z] Removing intermediate container 7ec2ef02cf02 [2021-04-08T17:42:49.500Z] ---> 0f209d2db34a [2021-04-08T17:42:49.500Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-08T17:42:49.763Z] ---> Running in 7ce2831c2b76 [2021-04-08T17:42:49.763Z] Removing intermediate container 7ce2831c2b76 [2021-04-08T17:42:49.763Z] ---> 467cc719027a [2021-04-08T17:42:49.763Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:42:49.763Z] ---> Running in 2b25fd9dee30 [2021-04-08T17:42:50.025Z] Removing intermediate container 2b25fd9dee30 [2021-04-08T17:42:50.025Z] ---> 77ff9e28c0ef [2021-04-08T17:42:50.025Z] Step 23/25 : LABEL arch=amd64 [2021-04-08T17:42:50.025Z] ---> Running in 250017d9fdbe [2021-04-08T17:42:50.287Z] Removing intermediate container 250017d9fdbe [2021-04-08T17:42:50.287Z] ---> 24e649594237 [2021-04-08T17:42:50.287Z] Step 24/25 : LABEL git_sha=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [2021-04-08T17:42:50.287Z] ---> Running in a6573fc3dd08 [2021-04-08T17:42:50.549Z] Removing intermediate container a6573fc3dd08 [2021-04-08T17:42:50.549Z] ---> e4177b7ac299 [2021-04-08T17:42:50.549Z] Step 25/25 : LABEL version=0.0.0 [2021-04-08T17:42:50.549Z] ---> Running in 2aac5e9f17cb [2021-04-08T17:42:50.812Z] Removing intermediate container 2aac5e9f17cb [2021-04-08T17:42:50.812Z] ---> 0908f3cd842f [2021-04-08T17:42:50.812Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-08T17:42:50.812Z] Successfully built 0908f3cd842f [2021-04-08T17:42:50.812Z] 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 [2021-04-08T17:42:51.956Z] ---> job-cost.sh [2021-04-08T17:42:51.956Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IWmd [2021-04-08T17:43:06.898Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T17:43:14.531Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-08T17:43:14.531Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.456s coverage: 63.8% of statements [2021-04-08T17:43:14.531Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-08T17:43:22.831Z] gofmt -l . [2021-04-08T17:43:22.831Z] [ "`gofmt -l .`" = "" ] [2021-04-08T17:43:22.831Z] ./bin/test-attribution-txt.sh [2021-04-08T17:43:23.104Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T17:43:23.713Z] $ docker stop --time=1 0f9c0982f43b725adc75ab8c3b1a8cf464c7882a431c2650f5fb7a001608b4e2 [2021-04-08T17:43:25.736Z] $ docker rm -f 0f9c0982f43b725adc75ab8c3b1a8cf464c7882a431c2650f5fb7a001608b4e2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T17:43:26.608Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T17:43:26.674Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T17:43:27.401Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T17:43:29.549Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T17:43:29.979Z] + ls -al . [2021-04-08T17:43:29.980Z] total 156 [2021-04-08T17:43:29.980Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 8 17:43 . [2021-04-08T17:43:29.980Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 17:40 .. [2021-04-08T17:43:29.980Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 17:40 .git [2021-04-08T17:43:29.980Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 17:40 .github [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 277 Apr 8 17:40 .gitignore [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 8039 Apr 8 17:40 Attribution.txt [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 1905 Apr 8 17:40 Dockerfile [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 998 Apr 8 17:40 Dockerfile.build [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 8 17:40 Jenkinsfile [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 8 17:40 LICENSE [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 921 Apr 8 17:40 Makefile [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 8 17:40 README.md [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 8 17:38 VERSION [2021-04-08T17:43:29.980Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 17:40 bin [2021-04-08T17:43:29.980Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 17:40 cmd [2021-04-08T17:43:29.980Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 8 17:43 coverage.out [2021-04-08T17:43:29.980Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 8 17:43 go.mod [2021-04-08T17:43:29.980Z] -rw-r--r-- 1 jenkins jenkins 23354 Apr 8 17:43 go.sum [2021-04-08T17:43:29.980Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 17:40 internal [2021-04-08T17:43:29.980Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 8 17:40 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:43:30.365Z] + 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 . [2021-04-08T17:43:30.996Z] Sending build context to Docker daemon 9.235MB [2021-04-08T17:43:30.996Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T17:43:30.996Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-08T17:43:30.996Z] ---> e908430e7085 [2021-04-08T17:43:30.996Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-08T17:43:31.596Z] ---> Running in e467b1b60073 [2021-04-08T17:43:31.867Z] Removing intermediate container e467b1b60073 [2021-04-08T17:43:31.867Z] ---> 23d91239c66e [2021-04-08T17:43:31.867Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-08T17:43:32.142Z] ---> Running in 2f3ca359520c [2021-04-08T17:43:32.746Z] Removing intermediate container 2f3ca359520c [2021-04-08T17:43:32.746Z] ---> 196d30728586 [2021-04-08T17:43:32.746Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-08T17:43:32.746Z] ---> Running in 8ebdf6f5caf4 [2021-04-08T17:43:33.342Z] Removing intermediate container 8ebdf6f5caf4 [2021-04-08T17:43:33.342Z] ---> a093fee0e3c9 [2021-04-08T17:43:33.342Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:43:33.342Z] ---> Running in eada70b2960a [2021-04-08T17:43:35.960Z] Removing intermediate container eada70b2960a [2021-04-08T17:43:35.960Z] ---> e8dbb1f104ea [2021-04-08T17:43:35.960Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-08T17:43:35.960Z] ---> Running in e6662b5b2e0b [2021-04-08T17:43:36.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:43:37.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:43:38.111Z] OK: 149 MiB in 52 packages [2021-04-08T17:43:39.086Z] Removing intermediate container e6662b5b2e0b [2021-04-08T17:43:39.086Z] ---> 1bf44ea1d15b [2021-04-08T17:43:39.086Z] Step 8/25 : COPY . . [2021-04-08T17:43:39.368Z] lf-activate-venv(): INFO: Adding /tmp/venv-IWmd/bin to PATH [2021-04-08T17:43:39.368Z] INFO: No Stack... [2021-04-08T17:43:39.368Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T17:43:39.368Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T17:43:39.680Z] + cat /w/workspace/device-virtual-go/5/archives/cost.csv [2021-04-08T17:43:39.680Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T17:43:39.768Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [2021-04-08T17:43:39.777Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] did not exist. Created. [2021-04-08T17:43:39.778Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T17:43:40.188Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-08T17:43:40.313Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T17:43:40.327Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [Pipeline] // lock [Pipeline] } [2021-04-08T17:43:40.520Z] ---> 9c664ac3648e [2021-04-08T17:43:40.520Z] Step 9/25 : RUN go mod download [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-04-08T17:43:40.804Z] ---> Running in 7715adba73e4 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T17:43:42.778Z] Removing intermediate container 7715adba73e4 [2021-04-08T17:43:42.779Z] ---> 8d9c3857d94a [2021-04-08T17:43:42.779Z] Step 10/25 : ARG MAKE='make build' [2021-04-08T17:43:43.059Z] ---> Running in 94eeb0e83fd8 [2021-04-08T17:43:43.332Z] Removing intermediate container 94eeb0e83fd8 [2021-04-08T17:43:43.332Z] ---> 672d8c6859bd [2021-04-08T17:43:43.332Z] Step 11/25 : RUN $MAKE [2021-04-08T17:43:43.602Z] ---> Running in b116268c7b37 [2021-04-08T17:43:44.581Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-04-08T17:44:31.546Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-08T17:44:43.935Z] Removing intermediate container b116268c7b37 [2021-04-08T17:44:43.935Z] ---> 8aa4bb741c9f [2021-04-08T17:44:43.935Z] Step 12/25 : FROM alpine:3.12 [2021-04-08T17:44:43.935Z] 3.12: Pulling from library/alpine [2021-04-08T17:44:43.935Z] 9a219e8acc52: Pulling fs layer [2021-04-08T17:44:43.935Z] 9a219e8acc52: Verifying Checksum [2021-04-08T17:44:43.935Z] 9a219e8acc52: Download complete [2021-04-08T17:44:43.935Z] 9a219e8acc52: Pull complete [2021-04-08T17:44:43.935Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T17:44:43.935Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T17:44:43.935Z] ---> d75e27dfc0a0 [2021-04-08T17:44:43.935Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-08T17:44:43.935Z] ---> Running in 69f8c679b96f [2021-04-08T17:44:44.208Z] Removing intermediate container 69f8c679b96f [2021-04-08T17:44:44.208Z] ---> 2d8ffad9bb16 [2021-04-08T17:44:44.208Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T17:44:44.489Z] ---> Running in 9b0bef7c5680 [2021-04-08T17:44:46.485Z] Removing intermediate container 9b0bef7c5680 [2021-04-08T17:44:46.485Z] ---> eefcf9b82d96 [2021-04-08T17:44:46.485Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-08T17:44:46.485Z] ---> Running in ca756880f2d0 [2021-04-08T17:44:47.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T17:44:48.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T17:44:49.050Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-08T17:44:49.051Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-08T17:44:49.326Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-08T17:44:49.326Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-08T17:44:49.596Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T17:44:49.868Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-08T17:44:49.868Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T17:44:49.868Z] OK: 8 MiB in 20 packages [2021-04-08T17:44:51.364Z] Removing intermediate container ca756880f2d0 [2021-04-08T17:44:51.364Z] ---> 801d3cfb2b4b [2021-04-08T17:44:51.364Z] Step 16/25 : WORKDIR / [2021-04-08T17:44:51.364Z] ---> Running in 9362c5212380 [2021-04-08T17:44:51.960Z] Removing intermediate container 9362c5212380 [2021-04-08T17:44:51.960Z] ---> 67f8b420835b [2021-04-08T17:44:51.960Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-08T17:44:52.553Z] ---> 4d5da7dd1862 [2021-04-08T17:44:52.553Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-08T17:44:53.150Z] ---> 12aab8f7494b [2021-04-08T17:44:53.150Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-08T17:44:54.576Z] ---> b958038ef33f [2021-04-08T17:44:54.576Z] Step 20/25 : EXPOSE 49990 [2021-04-08T17:44:54.576Z] ---> Running in b44e18bdd7fb [2021-04-08T17:44:55.168Z] Removing intermediate container b44e18bdd7fb [2021-04-08T17:44:55.168Z] ---> 7d6d66286ee6 [2021-04-08T17:44:55.168Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-08T17:44:55.168Z] ---> Running in 7e0f9b173ce0 [2021-04-08T17:44:55.761Z] Removing intermediate container 7e0f9b173ce0 [2021-04-08T17:44:55.761Z] ---> 8700d257dcb2 [2021-04-08T17:44:55.761Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T17:44:55.761Z] ---> Running in 2ef5f0a68687 [2021-04-08T17:44:56.035Z] Removing intermediate container 2ef5f0a68687 [2021-04-08T17:44:56.035Z] ---> 1ba7c2b8bdb1 [2021-04-08T17:44:56.035Z] Step 23/25 : LABEL arch=arm64 [2021-04-08T17:44:56.306Z] ---> Running in 3ebd44009aaa [2021-04-08T17:44:56.899Z] Removing intermediate container 3ebd44009aaa [2021-04-08T17:44:56.899Z] ---> d11a74c38eac [2021-04-08T17:44:56.899Z] Step 24/25 : LABEL git_sha=37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [2021-04-08T17:44:56.899Z] ---> Running in bddfed703e82 [2021-04-08T17:44:57.177Z] Removing intermediate container bddfed703e82 [2021-04-08T17:44:57.177Z] ---> 3f1a688d5609 [2021-04-08T17:44:57.177Z] Step 25/25 : LABEL version=0.0.0 [2021-04-08T17:44:57.455Z] ---> Running in b8848405a43e [2021-04-08T17:44:58.047Z] Removing intermediate container b8848405a43e [2021-04-08T17:44:58.047Z] ---> 0a5bd9963fa1 [2021-04-08T17:44:58.047Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-08T17:44:58.047Z] Successfully built 0a5bd9963fa1 [2021-04-08T17:44:58.047Z] 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 [2021-04-08T17:44:58.903Z] ---> job-cost.sh [2021-04-08T17:44:58.903Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-mUhr [2021-04-08T17:45:37.858Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T17:47:14.585Z] lf-activate-venv(): INFO: Adding /tmp/venv-mUhr/bin to PATH [2021-04-08T17:47:14.585Z] INFO: No Stack... [2021-04-08T17:47:14.585Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T17:47:14.585Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T17:47:14.918Z] + cat /w/workspace/device-virtual-go/5/archives/cost.csv [2021-04-08T17:47:14.919Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T17:47:15.025Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [2021-04-08T17:47:15.035Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] did not exist. Created. [2021-04-08T17:47:15.035Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-182-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T17:47:15.472Z] /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 [2021-04-08T17:47:15.809Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T17:47:15.828Z] Warning: overwriting stash ‘stack-cost’ [2021-04-08T17:47:15.974Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T17:47:15.992Z] 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 [2021-04-08T17:47:17.509Z] provisioning config files... [2021-04-08T17:47:17.523Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-182@tmp/config5986500601168722910tmp [Pipeline] { [Pipeline] sh [2021-04-08T17:47:17.899Z] + set +x [2021-04-08T17:47:17.900Z] + curl -s https://codecov.io/bash [2021-04-08T17:47:17.900Z] + bash -s -- [2021-04-08T17:47:18.165Z] [2021-04-08T17:47:18.165Z] _____ _ [2021-04-08T17:47:18.165Z] / ____| | | [2021-04-08T17:47:18.165Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T17:47:18.165Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T17:47:18.165Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T17:47:18.165Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T17:47:18.165Z] Bash-20210309-2b87ace [2021-04-08T17:47:18.165Z] [2021-04-08T17:47:18.165Z] [2021-04-08T17:47:18.165Z] ==> git version 2.24.3 found [2021-04-08T17:47:18.165Z] ==> 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 [2021-04-08T17:47:18.165Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T17:47:18.165Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T17:47:18.165Z] ==> Jenkins CI detected. [2021-04-08T17:47:18.165Z] project root: . [2021-04-08T17:47:18.165Z] --> token set from env [2021-04-08T17:47:18.165Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T17:47:18.165Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T17:47:18.165Z] ==> Python coveragepy not found [2021-04-08T17:47:18.165Z] ==> Searching for coverage reports in: [2021-04-08T17:47:18.165Z] + . [2021-04-08T17:47:18.165Z] -> Found 1 reports [2021-04-08T17:47:18.165Z] ==> Detecting git/mercurial file structure [2021-04-08T17:47:18.165Z] ==> Reading reports [2021-04-08T17:47:18.165Z] + ./coverage.out bytes=47247 [2021-04-08T17:47:18.165Z] ==> Appending adjustments [2021-04-08T17:47:18.165Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T17:47:18.428Z] + Found adjustments [2021-04-08T17:47:18.428Z] ==> Gzipping contents [2021-04-08T17:47:18.428Z] 8.0K /tmp/codecov.U2GAnJ.gz [2021-04-08T17:47:18.428Z] ==> Uploading reports [2021-04-08T17:47:18.428Z] url: https://codecov.io [2021-04-08T17:47:18.428Z] 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= [2021-04-08T17:47:18.428Z] -> Pinging Codecov [2021-04-08T17:47:18.428Z] 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= [2021-04-08T17:47:18.690Z] -> Uploading to [2021-04-08T17:47:18.690Z] 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 [2021-04-08T17:47:18.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T17:47:18.690Z] Dload Upload Total Spent Left Speed [2021-04-08T17:47:19.267Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5777 0 0 100 5777 0 9618 --:--:-- --:--:-- --:--:-- 9628 [2021-04-08T17:47:19.267Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/37fbc50d175499d29e5363d2d0a3a5e2d3e9306d [Pipeline] } [2021-04-08T17:47:19.277Z] 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 [2021-04-08T17:47:21.776Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:47:22.349Z] ---> package-listing.sh [2021-04-08T17:47:22.349Z] ++ facter osfamily [2021-04-08T17:47:22.349Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T17:47:22.349Z] + OS_FAMILY=redhat [2021-04-08T17:47:22.349Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-182 [2021-04-08T17:47:22.349Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T17:47:22.349Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T17:47:22.349Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T17:47:22.349Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T17:47:22.349Z] + '[' /w/workspace/foundry_device-virtual-go_PR-182 ']' [2021-04-08T17:47:22.349Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T17:47:22.349Z] + case "${OS_FAMILY}" in [2021-04-08T17:47:22.349Z] + rpm -qa [2021-04-08T17:47:22.349Z] + sort [2021-04-08T17:47:27.664Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T17:47:27.664Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T17:47:27.664Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T17:47:27.664Z] + '[' /w/workspace/foundry_device-virtual-go_PR-182 ']' [2021-04-08T17:47:27.664Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-182/archives/ [2021-04-08T17:47:27.664Z] + 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 [2021-04-08T17:47:27.678Z] 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 [2021-04-08T17:47:27.974Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:47:28.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T17:47:28.284Z] [2021-04-08T17:47:28.284Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T17:47:28.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T17:47:28.635Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T17:47:28.635Z] df20fa9351a1: Pulling fs layer [2021-04-08T17:47:28.635Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T17:47:28.635Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T17:47:28.635Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T17:47:28.635Z] 93b61091891f: Pulling fs layer [2021-04-08T17:47:28.635Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T17:47:28.635Z] 5e14af77c1be: Pulling fs layer [2021-04-08T17:47:28.635Z] 01666e4c0597: Pulling fs layer [2021-04-08T17:47:28.635Z] aa168da1d23b: Pulling fs layer [2021-04-08T17:47:28.635Z] 46f8f816bc3b: Waiting [2021-04-08T17:47:28.635Z] 93b61091891f: Waiting [2021-04-08T17:47:28.635Z] 93b9cdb0e59b: Waiting [2021-04-08T17:47:28.635Z] 5e14af77c1be: Waiting [2021-04-08T17:47:28.635Z] aa168da1d23b: Waiting [2021-04-08T17:47:28.635Z] 01666e4c0597: Waiting [2021-04-08T17:47:28.635Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T17:47:28.635Z] 36b3adc4ff6f: Download complete [2021-04-08T17:47:28.898Z] 46f8f816bc3b: Verifying Checksum [2021-04-08T17:47:28.898Z] 46f8f816bc3b: Download complete [2021-04-08T17:47:28.898Z] df20fa9351a1: Download complete [2021-04-08T17:47:28.898Z] 93b61091891f: Verifying Checksum [2021-04-08T17:47:28.898Z] 93b61091891f: Download complete [2021-04-08T17:47:28.898Z] 5e14af77c1be: Verifying Checksum [2021-04-08T17:47:28.898Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T17:47:28.898Z] 93b9cdb0e59b: Download complete [2021-04-08T17:47:28.898Z] 5e14af77c1be: Download complete [2021-04-08T17:47:28.898Z] 01666e4c0597: Verifying Checksum [2021-04-08T17:47:28.898Z] 01666e4c0597: Download complete [2021-04-08T17:47:29.166Z] df20fa9351a1: Pull complete [2021-04-08T17:47:29.429Z] 36b3adc4ff6f: Pull complete [2021-04-08T17:47:29.695Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T17:47:29.695Z] 8ad3a11d3b57: Download complete [2021-04-08T17:47:30.653Z] 8ad3a11d3b57: Pull complete [2021-04-08T17:47:30.653Z] 46f8f816bc3b: Pull complete [2021-04-08T17:47:31.232Z] 93b61091891f: Pull complete [2021-04-08T17:47:31.232Z] 93b9cdb0e59b: Pull complete [2021-04-08T17:47:31.494Z] 5e14af77c1be: Pull complete [2021-04-08T17:47:31.494Z] aa168da1d23b: Verifying Checksum [2021-04-08T17:47:31.494Z] aa168da1d23b: Download complete [2021-04-08T17:47:32.070Z] 01666e4c0597: Pull complete [2021-04-08T17:47:40.270Z] aa168da1d23b: Pull complete [2021-04-08T17:47:40.270Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T17:47:40.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T17:47:40.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T17:47:40.493Z] prd-centos7-docker-4c-2g-33336 does not seem to be running inside a container [2021-04-08T17:47:40.545Z] $ 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 [2021-04-08T17:47:43.248Z] $ docker top bc86421fce608af550c9a9d1a8c1ded632c6c79287f40b6e48c0438d00c9b5a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T17:47:43.824Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T17:47:44.126Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T17:47:44.427Z] + ls /var/log/sa-host [2021-04-08T17:47:44.427Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T17:47:44.427Z] file_magic: OK [2021-04-08T17:47:44.427Z] HZ: Using current value: 100 [2021-04-08T17:47:44.427Z] file_header: OK [2021-04-08T17:47:44.427Z] 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 [2021-04-08T17:47:44.427Z] Statistics: [2021-04-08T17:47:44.427Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-08T17:47:44.427Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T17:47:44.427Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T17:47:44.427Z] file_magic: OK [2021-04-08T17:47:44.427Z] HZ: Using current value: 100 [2021-04-08T17:47:44.427Z] file_header: OK [2021-04-08T17:47:44.427Z] 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 [2021-04-08T17:47:44.427Z] Statistics: [2021-04-08T17:47:44.427Z] Hnuu...uuuununununu... [2021-04-08T17:47:44.427Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T17:47:45.032Z] provisioning config files... [2021-04-08T17:47:45.053Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-182@tmp/config4456666590069681422tmp [Pipeline] { [Pipeline] echo [2021-04-08T17:47:45.121Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:47:45.417Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T17:47:45.427Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T17:47:45.550Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:47:45.847Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T17:47:45.858Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:47:46.156Z] ---> sudo-logs.sh [2021-04-08T17:47:46.156Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T17:47:46.222Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:47:46.518Z] ---> job-cost.sh [2021-04-08T17:47:46.518Z] lf-activate-venv: SKIPPING [2021-04-08T17:47:46.518Z] DEBUG: total: 0.20999999344348907 [2021-04-08T17:47:46.518Z] INFO: Retrieving Stack Cost... [2021-04-08T17:47:47.923Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T17:47:48.498Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T17:47:48.512Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T17:47:48.811Z] ---> logs-deploy.sh [2021-04-08T17:47:48.811Z] lf-activate-venv: SKIPPING [2021-04-08T17:47:48.811Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-182/5 [2021-04-08T17:47:48.811Z] INFO: archiving workspace using pattern(s): [2021-04-08T17:47:50.733Z] Archives upload complete. [2021-04-08T17:47:50.733Z] INFO: archiving logs to Nexus