Pull request #180 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 hahattan for edgexfoundry/device-virtual-go Loading trusted files from base branch master at dd55ff443bd180714a9cddb6bbe47fafb89756c5 rather than 26e29386165f42648a678b01c86a7365545fcd32 Obtained Jenkinsfile from dd55ff443bd180714a9cddb6bbe47fafb89756c5 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33137 in /w/workspace/foundry_device-virtual-go_PR-180 [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-180 # 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/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 26e29386165f42648a678b01c86a7365545fcd32 Merge succeeded, producing 26e29386165f42648a678b01c86a7365545fcd32 Checking out Revision 26e29386165f42648a678b01c86a7365545fcd32 (PR-180) > git config core.sparsecheckout # timeout=10 > git checkout -f 26e29386165f42648a678b01c86a7365545fcd32 # 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 dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26e29386165f42648a678b01c86a7365545fcd32 # timeout=10 Commit message: "build: upgrade SDK version" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T09:02:29.167Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T09:02:29.449Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T09:02:29.561Z] ========================================================= [2021-04-07T09:02:29.561Z] EdgeX Global Pipelines Version Info [2021-04-07T09:02:29.561Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0f0cc373f572e5254bea006685113970cea6e7ec # timeout=10 [2021-04-07T09:02:31.078Z] ------------------- [2021-04-07T09:02:31.078Z] stable info: [2021-04-07T09:02:31.078Z] ------------------- [2021-04-07T09:02:31.078Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T09:02:31.078Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T09:02:31.078Z] Message: update stable to v1.0.186 [2021-04-07T09:02:32.026Z] ------------------- [2021-04-07T09:02:32.026Z] experimental info: [2021-04-07T09:02:32.026Z] ------------------- [2021-04-07T09:02:32.026Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T09:02:32.026Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T09:02:32.026Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T09:02:32.307Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-07T09:02:32.404Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-07T09:02:32.511Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T09:02:32.612Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T09:02:32.712Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T09:02:32.808Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T09:02:32.905Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T09:02:33.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T09:02:33.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-07T09:02:33.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T09:02:33.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T09:02:33.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-07T09:02:33.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T09:02:33.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T09:02:33.676Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T09:02:33.775Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T09:02:33.872Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T09:02:33.970Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T09:02:34.062Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T09:02:34.156Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-07T09:02:34.283Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-07T09:02:34.371Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-07T09:02:34.458Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-07T09:02:34.558Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-07T09:02:34.653Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-07T09:02:34.744Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T09:02:34.838Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-180 [Pipeline] echo [2021-04-07T09:02:34.929Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-180 [Pipeline] echo [2021-04-07T09:02:35.016Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-180 [Pipeline] echo [2021-04-07T09:02:35.121Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26e29386165f42648a678b01c86a7365545fcd32 [Pipeline] echo [2021-04-07T09:02:35.209Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26e2938 [Pipeline] echo [2021-04-07T09:02:35.298Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T09:02:35.468Z] provisioning config files... [2021-04-07T09:02:35.509Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-180@tmp/config2576757040006480803tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:02:35.863Z] ---> docker-login.sh [2021-04-07T09:02:35.863Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:02:36.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:02:36.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:02:36.386Z] Configure a credential helper to remove this warning. See [2021-04-07T09:02:36.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:02:36.386Z] [2021-04-07T09:02:36.386Z] Login Succeeded [2021-04-07T09:02:36.386Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:02:36.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:02:36.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:02:36.386Z] Configure a credential helper to remove this warning. See [2021-04-07T09:02:36.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:02:36.386Z] [2021-04-07T09:02:36.386Z] Login Succeeded [2021-04-07T09:02:36.386Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:02:36.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:02:36.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:02:36.651Z] Configure a credential helper to remove this warning. See [2021-04-07T09:02:36.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:02:36.651Z] [2021-04-07T09:02:36.651Z] Login Succeeded [2021-04-07T09:02:36.651Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:02:36.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:02:36.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:02:36.913Z] Configure a credential helper to remove this warning. See [2021-04-07T09:02:36.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:02:36.913Z] [2021-04-07T09:02:36.913Z] Login Succeeded [2021-04-07T09:02:36.913Z] docker.io [2021-04-07T09:02:36.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:02:37.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:02:37.175Z] Configure a credential helper to remove this warning. See [2021-04-07T09:02:37.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:02:37.175Z] [2021-04-07T09:02:37.175Z] Login Succeeded [2021-04-07T09:02:37.175Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:02:37.184Z] 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-07T09:02:37.991Z] + git log --format=format:%s -1 26e29386165f42648a678b01c86a7365545fcd32 [Pipeline] echo [2021-04-07T09:02:38.078Z] GIT_COMMIT: 26e29386165f42648a678b01c86a7365545fcd32, Commit Message: build: upgrade SDK version [Pipeline] echo [2021-04-07T09:02:38.136Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:02:39.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T09:02:39.212Z] [2021-04-07T09:02:39.212Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:02:39.568Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T09:02:39.568Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T09:02:39.568Z] 31603596830f: Pulling fs layer [2021-04-07T09:02:39.568Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T09:02:39.568Z] 6ca5941a6612: Pulling fs layer [2021-04-07T09:02:39.568Z] ecc8261a40a4: Pulling fs layer [2021-04-07T09:02:39.568Z] ecc8261a40a4: Waiting [2021-04-07T09:02:39.568Z] 2a8b12db71e7: Verifying Checksum [2021-04-07T09:02:39.568Z] 2a8b12db71e7: Download complete [2021-04-07T09:02:39.831Z] 31603596830f: Verifying Checksum [2021-04-07T09:02:39.831Z] 31603596830f: Download complete [2021-04-07T09:02:39.831Z] 6ca5941a6612: Verifying Checksum [2021-04-07T09:02:39.831Z] 6ca5941a6612: Download complete [2021-04-07T09:02:40.092Z] 31603596830f: Pull complete [2021-04-07T09:02:40.092Z] ecc8261a40a4: Verifying Checksum [2021-04-07T09:02:40.092Z] ecc8261a40a4: Download complete [2021-04-07T09:02:40.092Z] 2a8b12db71e7: Pull complete [2021-04-07T09:02:41.038Z] 6ca5941a6612: Pull complete [2021-04-07T09:02:41.299Z] ecc8261a40a4: Pull complete [2021-04-07T09:02:41.299Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T09:02:41.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T09:02:41.299Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T09:02:41.396Z] prd-centos7-docker-4c-2g-33137 does not seem to be running inside a container [2021-04-07T09:02:41.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-180 -v /w/workspace/foundry_device-virtual-go_PR-180:/w/workspace/foundry_device-virtual-go_PR-180:rw,z -v /w/workspace/foundry_device-virtual-go_PR-180@tmp:/w/workspace/foundry_device-virtual-go_PR-180@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T09:02:43.497Z] $ docker top 5273b7832072d235dddc863ba61d0dd813d7949d5bac36aa8f684d148118263b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T09:02:44.000Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T09:02:44.001Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T09:02:44.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T09:02:44.221Z] $ docker exec 5273b7832072d235dddc863ba61d0dd813d7949d5bac36aa8f684d148118263b ssh-agent [2021-04-07T09:02:44.383Z] SSH_AUTH_SOCK=/tmp/ssh-ZhDmDycQjvLi/agent.12 [2021-04-07T09:02:44.383Z] SSH_AGENT_PID=18 [2021-04-07T09:02:44.399Z] Running ssh-add (command line suppressed) [2021-04-07T09:02:44.519Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-180@tmp/private_key_7335976706710418099.key (/w/workspace/foundry_device-virtual-go_PR-180@tmp/private_key_7335976706710418099.key) [2021-04-07T09:02:44.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T09:02:45.041Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T09:02:45.061Z] $ docker exec --env ******** --env ******** 5273b7832072d235dddc863ba61d0dd813d7949d5bac36aa8f684d148118263b ssh-agent -k [2021-04-07T09:02:45.183Z] unset SSH_AUTH_SOCK; [2021-04-07T09:02:45.183Z] unset SSH_AGENT_PID; [2021-04-07T09:02:45.183Z] echo Agent pid 18 killed; [2021-04-07T09:02:45.233Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T09:02:45.392Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T09:02:45.392Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T09:02:45.545Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T09:02:45.547Z] $ docker exec 5273b7832072d235dddc863ba61d0dd813d7949d5bac36aa8f684d148118263b ssh-agent [2021-04-07T09:02:45.706Z] SSH_AUTH_SOCK=/tmp/ssh-Pkz6G72nnZl4/agent.49 [2021-04-07T09:02:45.706Z] SSH_AGENT_PID=54 [2021-04-07T09:02:45.713Z] Running ssh-add (command line suppressed) [2021-04-07T09:02:45.824Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-180@tmp/private_key_5693776463698376674.key (/w/workspace/foundry_device-virtual-go_PR-180@tmp/private_key_5693776463698376674.key) [2021-04-07T09:02:45.876Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T09:02:46.228Z] + git semver init [2021-04-07T09:02:46.228Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T09:02:46.228Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-180/.git [2021-04-07T09:02:46.228Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-180 [2021-04-07T09:02:46.228Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T09:02:46.228Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T09:02:46.228Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T09:02:46.228Z] # $SEMVER_BRANCH = PR-180 [2021-04-07T09:02:46.228Z] # $SEMVER_TEMP = /tmp/semver-333938580 [2021-04-07T09:02:46.228Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-07T09:02:46.803Z] # '/tmp/semver-333938580' -> '/w/workspace/foundry_device-virtual-go_PR-180/.semver' [2021-04-07T09:02:46.803Z] # -> Force: false [2021-04-07T09:02:46.803Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-180/.semver [Pipeline] } [2021-04-07T09:02:46.815Z] $ docker exec --env ******** --env ******** 5273b7832072d235dddc863ba61d0dd813d7949d5bac36aa8f684d148118263b ssh-agent -k [2021-04-07T09:02:46.920Z] unset SSH_AUTH_SOCK; [2021-04-07T09:02:46.920Z] unset SSH_AGENT_PID; [2021-04-07T09:02:46.920Z] echo Agent pid 54 killed; [2021-04-07T09:02:46.965Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T09:02:47.442Z] + git semver [Pipeline] } [2021-04-07T09:02:47.458Z] $ docker stop --time=1 5273b7832072d235dddc863ba61d0dd813d7949d5bac36aa8f684d148118263b [2021-04-07T09:02:48.812Z] $ docker rm -f 5273b7832072d235dddc863ba61d0dd813d7949d5bac36aa8f684d148118263b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T09:02:49.266Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T09:02:49.828Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T09:02:49.831Z] [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-07T09:03:05.341Z] Still waiting to schedule task [2021-04-07T09:03:05.341Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-07T09:03:05.344Z] Still waiting to schedule task [2021-04-07T09:03:05.344Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-07T09:05:00.551Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33138 in /w/workspace/foundry_device-virtual-go_PR-180 [Pipeline] { [Pipeline] ws [2021-04-07T09:05:00.609Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-04-07T09:05:06.053Z] using credential edgex-jenkins-ssh [2021-04-07T09:05:06.110Z] Cloning the remote Git repository [2021-04-07T09:05:06.168Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:05:06.277Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-04-07T09:05:06.347Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:05:06.348Z] > git --version # timeout=10 [2021-04-07T09:05:06.367Z] > git --version # 'git version 2.17.1' [2021-04-07T09:05:06.369Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:05:06.433Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T09:05:07.835Z] Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 26e29386165f42648a678b01c86a7365545fcd32 [2021-04-07T09:05:08.199Z] Merge succeeded, producing 26e29386165f42648a678b01c86a7365545fcd32 [2021-04-07T09:05:08.200Z] Checking out Revision 26e29386165f42648a678b01c86a7365545fcd32 (PR-180) [2021-04-07T09:05:07.152Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:05:07.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T09:05:07.210Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:05:07.259Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:05:07.260Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:05:07.271Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T09:05:07.853Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T09:05:07.881Z] > git checkout -f 26e29386165f42648a678b01c86a7365545fcd32 # timeout=10 [2021-04-07T09:05:08.021Z] > git remote # timeout=10 [2021-04-07T09:05:08.054Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T09:05:08.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:05:08.104Z] > git merge dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [2021-04-07T09:05:08.145Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T09:05:08.205Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T09:05:08.224Z] > git checkout -f 26e29386165f42648a678b01c86a7365545fcd32 # timeout=10 [2021-04-07T09:05:12.493Z] Commit message: "build: upgrade SDK version" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T09:05:14.038Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:05:14.556Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:05:14.736Z] Running on prd-centos7-docker-4c-2g-33140 in /w/workspace/foundry_device-virtual-go_PR-180 [Pipeline] { [Pipeline] ws [2021-04-07T09:05:14.796Z] Running in /w/workspace/device-virtual-go/2 [Pipeline] { [Pipeline] checkout [2021-04-07T09:05:14.903Z] + true [2021-04-07T09:05:14.903Z] + sudo service docker restart [2021-04-07T09:05:17.203Z] using credential edgex-jenkins-ssh [2021-04-07T09:05:17.266Z] Cloning the remote Git repository [2021-04-07T09:05:17.301Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:05:17.389Z] > git init /w/workspace/device-virtual-go/2 # timeout=10 [2021-04-07T09:05:17.440Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:05:17.441Z] > git --version # timeout=10 [2021-04-07T09:05:17.448Z] > git --version # 'git version 2.24.3' [2021-04-07T09:05:17.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:05:17.476Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T09:05:17.612Z] provisioning config files... [2021-04-07T09:05:17.662Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config9107662576296779904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:05:18.073Z] ---> docker-login.sh [2021-04-07T09:05:18.073Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:05:18.554Z] Merging remotes/origin/master commit dd55ff443bd180714a9cddb6bbe47fafb89756c5 into PR head commit 26e29386165f42648a678b01c86a7365545fcd32 [2021-04-07T09:05:18.036Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:05:18.043Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T09:05:18.053Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-07T09:05:18.065Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-07T09:05:18.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:05:18.069Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/180/head:refs/remotes/origin/PR-180 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T09:05:18.562Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T09:05:18.566Z] > git checkout -f 26e29386165f42648a678b01c86a7365545fcd32 # timeout=10 [2021-04-07T09:05:18.599Z] > git remote # timeout=10 [2021-04-07T09:05:18.603Z] > git config --get remote.origin.url # timeout=10 [2021-04-07T09:05:18.610Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T09:05:18.629Z] Merge succeeded, producing 26e29386165f42648a678b01c86a7365545fcd32 [2021-04-07T09:05:18.629Z] Checking out Revision 26e29386165f42648a678b01c86a7365545fcd32 (PR-180) [2021-04-07T09:05:19.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:19.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:19.331Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:19.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:19.331Z] [2021-04-07T09:05:19.331Z] Login Succeeded [2021-04-07T09:05:19.331Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:05:18.614Z] > git merge dd55ff443bd180714a9cddb6bbe47fafb89756c5 # timeout=10 [2021-04-07T09:05:18.622Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-07T09:05:18.631Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T09:05:18.637Z] > git checkout -f 26e29386165f42648a678b01c86a7365545fcd32 # timeout=10 [2021-04-07T09:05:19.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:19.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:19.932Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:19.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:19.932Z] [2021-04-07T09:05:19.932Z] Login Succeeded [2021-04-07T09:05:19.932Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:05:20.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:20.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:20.532Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:20.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:20.532Z] [2021-04-07T09:05:20.532Z] Login Succeeded [2021-04-07T09:05:20.532Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:05:20.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:21.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:21.085Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:21.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:21.085Z] [2021-04-07T09:05:21.085Z] Login Succeeded [2021-04-07T09:05:21.085Z] docker.io [2021-04-07T09:05:21.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:21.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:21.955Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:21.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:21.955Z] [2021-04-07T09:05:21.955Z] Login Succeeded [2021-04-07T09:05:21.955Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:05:21.973Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-07T09:05:22.239Z] Commit message: "build: upgrade SDK version" [Pipeline] echo [2021-04-07T09:05:22.414Z] ========================================================= [2021-04-07T09:05:22.414Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T09:05:22.414Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-07T09:05:22.811Z] + 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 . [Pipeline] sh [2021-04-07T09:05:23.082Z] Sending build context to Docker daemon 522.8kB [2021-04-07T09:05:23.082Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:05:23.082Z] Step 2/8 : FROM ${BASE} [2021-04-07T09:05:23.358Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T09:05:23.358Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T09:05:23.358Z] a4357932f1b6: Pulling fs layer [2021-04-07T09:05:23.358Z] 18c013af1878: Pulling fs layer [2021-04-07T09:05:23.358Z] 00ac8860ef70: Pulling fs layer [2021-04-07T09:05:23.358Z] 63d7cb157983: Pulling fs layer [2021-04-07T09:05:23.358Z] b116817d02f9: Pulling fs layer [2021-04-07T09:05:23.358Z] 745a02a5169b: Pulling fs layer [2021-04-07T09:05:23.358Z] 63d7cb157983: Waiting [2021-04-07T09:05:23.358Z] b116817d02f9: Waiting [2021-04-07T09:05:23.358Z] 745a02a5169b: Waiting [2021-04-07T09:05:23.358Z] 00ac8860ef70: Waiting [2021-04-07T09:05:23.358Z] 18c013af1878: Verifying Checksum [2021-04-07T09:05:23.358Z] 18c013af1878: Download complete [2021-04-07T09:05:23.358Z] a4357932f1b6: Download complete [2021-04-07T09:05:23.358Z] 63d7cb157983: Verifying Checksum [2021-04-07T09:05:23.358Z] 63d7cb157983: Download complete [2021-04-07T09:05:23.592Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:05:23.926Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T09:05:23.958Z] b116817d02f9: Verifying Checksum [2021-04-07T09:05:23.958Z] b116817d02f9: Download complete [2021-04-07T09:05:23.958Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T09:05:23.958Z] 5f621e34cdf4: Download complete [2021-04-07T09:05:24.226Z] + sudo service docker restart [2021-04-07T09:05:24.226Z] + true [2021-04-07T09:05:24.226Z] Redirecting to /bin/systemctl restart docker.service [2021-04-07T09:05:24.948Z] 5f621e34cdf4: Pull complete [Pipeline] withEnv [Pipeline] { [2021-04-07T09:05:25.223Z] a4357932f1b6: Pull complete [Pipeline] wrap [2021-04-07T09:05:25.246Z] provisioning config files... [2021-04-07T09:05:25.288Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/2@tmp/config6337814600287529821tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:05:25.643Z] ---> docker-login.sh [2021-04-07T09:05:25.644Z] nexus3.edgexfoundry.org:10001 [2021-04-07T09:05:25.825Z] 18c013af1878: Pull complete [2021-04-07T09:05:25.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:25.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:25.906Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:25.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:25.906Z] [2021-04-07T09:05:25.906Z] Login Succeeded [2021-04-07T09:05:25.906Z] nexus3.edgexfoundry.org:10002 [2021-04-07T09:05:26.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:26.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:26.168Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:26.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:26.168Z] [2021-04-07T09:05:26.168Z] Login Succeeded [2021-04-07T09:05:26.168Z] nexus3.edgexfoundry.org:10003 [2021-04-07T09:05:26.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:26.426Z] 745a02a5169b: Verifying Checksum [2021-04-07T09:05:26.426Z] 745a02a5169b: Download complete [2021-04-07T09:05:26.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:26.428Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:26.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:26.428Z] [2021-04-07T09:05:26.428Z] Login Succeeded [2021-04-07T09:05:26.428Z] nexus3.edgexfoundry.org:10004 [2021-04-07T09:05:26.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:26.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:26.428Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:26.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:26.428Z] [2021-04-07T09:05:26.428Z] Login Succeeded [2021-04-07T09:05:26.428Z] docker.io [2021-04-07T09:05:26.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T09:05:26.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T09:05:26.956Z] Configure a credential helper to remove this warning. See [2021-04-07T09:05:26.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T09:05:26.956Z] [2021-04-07T09:05:26.956Z] Login Succeeded [2021-04-07T09:05:26.956Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T09:05:26.965Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T09:05:27.298Z] ========================================================= [2021-04-07T09:05:27.298Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T09:05:27.298Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:05:27.410Z] 00ac8860ef70: Verifying Checksum [2021-04-07T09:05:27.410Z] 00ac8860ef70: Download complete [2021-04-07T09:05:27.639Z] + 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-07T09:05:27.640Z] Sending build context to Docker daemon 523.8kB [2021-04-07T09:05:27.640Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:05:27.640Z] Step 2/8 : FROM ${BASE} [2021-04-07T09:05:27.905Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T09:05:27.905Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T09:05:27.905Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T09:05:27.905Z] de9db76c5a1d: Pulling fs layer [2021-04-07T09:05:27.905Z] bca2f99d35d6: Pulling fs layer [2021-04-07T09:05:27.905Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T09:05:27.905Z] 7c6f9722023f: Pulling fs layer [2021-04-07T09:05:27.905Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T09:05:27.905Z] bca2f99d35d6: Waiting [2021-04-07T09:05:27.905Z] 93359f2a8cfa: Waiting [2021-04-07T09:05:27.905Z] 7c6f9722023f: Waiting [2021-04-07T09:05:27.905Z] a35cf1a2eb13: Waiting [2021-04-07T09:05:27.905Z] de9db76c5a1d: Verifying Checksum [2021-04-07T09:05:27.905Z] de9db76c5a1d: Download complete [2021-04-07T09:05:27.905Z] 0ef7d3d256c8: Download complete [2021-04-07T09:05:27.905Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T09:05:27.905Z] 93359f2a8cfa: Download complete [2021-04-07T09:05:27.905Z] 7c6f9722023f: Verifying Checksum [2021-04-07T09:05:27.905Z] 7c6f9722023f: Download complete [2021-04-07T09:05:27.905Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T09:05:27.905Z] 188c0c94c7c5: Download complete [2021-04-07T09:05:28.173Z] 188c0c94c7c5: Pull complete [2021-04-07T09:05:28.438Z] 0ef7d3d256c8: Pull complete [2021-04-07T09:05:28.701Z] de9db76c5a1d: Pull complete [2021-04-07T09:05:29.657Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T09:05:29.657Z] a35cf1a2eb13: Download complete [2021-04-07T09:05:30.236Z] bca2f99d35d6: Verifying Checksum [2021-04-07T09:05:30.236Z] bca2f99d35d6: Download complete [2021-04-07T09:05:36.866Z] bca2f99d35d6: Pull complete [2021-04-07T09:05:36.866Z] 93359f2a8cfa: Pull complete [2021-04-07T09:05:36.866Z] 7c6f9722023f: Pull complete [2021-04-07T09:05:37.573Z] 00ac8860ef70: Pull complete [2021-04-07T09:05:37.573Z] 63d7cb157983: Pull complete [2021-04-07T09:05:37.847Z] b116817d02f9: Pull complete [2021-04-07T09:05:41.243Z] 745a02a5169b: Pull complete [2021-04-07T09:05:41.243Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T09:05:41.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T09:05:41.243Z] ---> b7e6874047d6 [2021-04-07T09:05:41.243Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-07T09:05:42.187Z] a35cf1a2eb13: Pull complete [2021-04-07T09:05:42.188Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T09:05:42.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T09:05:42.454Z] ---> a62c8e92a672 [2021-04-07T09:05:42.454Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-07T09:05:42.925Z] ---> Running in 82ed3548b459 [2021-04-07T09:05:43.188Z] Removing intermediate container 82ed3548b459 [2021-04-07T09:05:43.188Z] ---> 62b3a0428aaf [2021-04-07T09:05:43.188Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:05:43.188Z] ---> Running in e6aa647f97c8 [2021-04-07T09:05:44.142Z] Removing intermediate container e6aa647f97c8 [2021-04-07T09:05:44.142Z] ---> ffaf178b272d [2021-04-07T09:05:44.142Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T09:05:44.405Z] ---> Running in fbb2677a7aa7 [2021-04-07T09:05:44.653Z] ---> Running in 611197c914a2 [2021-04-07T09:05:44.653Z] Removing intermediate container 611197c914a2 [2021-04-07T09:05:44.653Z] ---> 477def32bdac [2021-04-07T09:05:44.653Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:05:44.653Z] ---> Running in bfcdb4876f60 [2021-04-07T09:05:44.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T09:05:45.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T09:05:46.190Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-07T09:05:46.456Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-07T09:05:46.456Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-07T09:05:46.456Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-07T09:05:46.718Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-07T09:05:46.718Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-07T09:05:46.718Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-07T09:05:46.980Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-07T09:05:47.243Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-07T09:05:47.243Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-07T09:05:47.295Z] Removing intermediate container bfcdb4876f60 [2021-04-07T09:05:47.295Z] ---> 6ee96dfd475e [2021-04-07T09:05:47.295Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T09:05:47.295Z] ---> Running in 614ed3974a2d [2021-04-07T09:05:47.506Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-07T09:05:47.507Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-07T09:05:47.507Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-07T09:05:47.772Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T09:05:47.772Z] OK: 173 MiB in 52 packages [2021-04-07T09:05:48.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T09:05:48.720Z] Removing intermediate container fbb2677a7aa7 [2021-04-07T09:05:48.720Z] ---> 3cd80d4f2d5c [2021-04-07T09:05:48.720Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-07T09:05:48.720Z] ---> Running in faf87fdb8591 [2021-04-07T09:05:48.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T09:05:48.983Z] Removing intermediate container faf87fdb8591 [2021-04-07T09:05:48.983Z] ---> 6015bbe55405 [2021-04-07T09:05:48.983Z] Step 7/8 : COPY . . [2021-04-07T09:05:49.469Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-07T09:05:49.556Z] ---> c309177863fe [2021-04-07T09:05:49.556Z] Step 8/8 : RUN go mod download [2021-04-07T09:05:49.742Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-07T09:05:49.742Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-07T09:05:49.742Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-07T09:05:49.822Z] ---> Running in 82f792dd3221 [2021-04-07T09:05:50.013Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-07T09:05:50.014Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-07T09:05:50.014Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-07T09:05:50.608Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-07T09:05:50.608Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-07T09:05:50.608Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-07T09:05:50.879Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-07T09:05:50.879Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-07T09:05:51.160Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-07T09:05:51.160Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T09:05:51.160Z] OK: 149 MiB in 52 packages [2021-04-07T09:05:52.591Z] Removing intermediate container 614ed3974a2d [2021-04-07T09:05:52.591Z] ---> e46948d913e3 [2021-04-07T09:05:52.591Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-07T09:05:52.865Z] ---> Running in 8dcfc3baaf21 [2021-04-07T09:05:53.461Z] Removing intermediate container 8dcfc3baaf21 [2021-04-07T09:05:53.461Z] ---> 88ef22ee0647 [2021-04-07T09:05:53.461Z] Step 7/8 : COPY . . [2021-04-07T09:05:54.438Z] ---> ae947e20c725 [2021-04-07T09:05:54.438Z] Step 8/8 : RUN go mod download [2021-04-07T09:05:54.717Z] ---> Running in c2f2032ea8da [2021-04-07T09:06:16.443Z] Removing intermediate container 82f792dd3221 [2021-04-07T09:06:16.443Z] ---> 3233432f380e [2021-04-07T09:06:16.443Z] Successfully built 3233432f380e [2021-04-07T09:06:16.443Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:06:16.766Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T09:06:16.766Z] . [Pipeline] withDockerContainer [2021-04-07T09:06:17.017Z] prd-centos7-docker-4c-2g-33140 does not seem to be running inside a container [2021-04-07T09:06:17.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T09:06:18.014Z] $ docker top d5d22d19bace04620a12ae0fc0a446f852233628e3c0176da9687658bb2639b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:06:18.592Z] + go version [2021-04-07T09:06:18.592Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T09:06:18.608Z] $ docker stop --time=1 d5d22d19bace04620a12ae0fc0a446f852233628e3c0176da9687658bb2639b1 [2021-04-07T09:06:19.943Z] $ docker rm -f d5d22d19bace04620a12ae0fc0a446f852233628e3c0176da9687658bb2639b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:06:20.845Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T09:06:20.845Z] . [Pipeline] withDockerContainer [2021-04-07T09:06:20.953Z] prd-centos7-docker-4c-2g-33140 does not seem to be running inside a container [2021-04-07T09:06:21.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T09:06:21.548Z] Removing intermediate container c2f2032ea8da [2021-04-07T09:06:21.548Z] ---> 4fd427dda56e [2021-04-07T09:06:21.548Z] Successfully built 4fd427dda56e [2021-04-07T09:06:21.548Z] Successfully tagged ci-base-image-arm64:latest [2021-04-07T09:06:21.620Z] $ docker top 152a7ed1fd7e82738f8558f7e53bac65fbcc0e19444cf62950fb7cbde84b0a02 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:06:22.153Z] + make test [2021-04-07T09:06:22.153Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-07T09:06:22.265Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T09:06:22.265Z] . [Pipeline] withDockerContainer [2021-04-07T09:06:22.541Z] prd-ubuntu18.04-docker-arm64-4c-16g-33138 does not seem to be running inside a container [2021-04-07T09:06:22.627Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T09:06:23.117Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-07T09:06:24.152Z] $ docker top 81ec211adb3717dd72f444ee1c3ecb28a263a45a80b33b761d1c2af4b8c1a14f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:06:25.188Z] + go version [2021-04-07T09:06:25.188Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T09:06:25.208Z] $ docker stop --time=1 81ec211adb3717dd72f444ee1c3ecb28a263a45a80b33b761d1c2af4b8c1a14f [2021-04-07T09:06:27.151Z] $ docker rm -f 81ec211adb3717dd72f444ee1c3ecb28a263a45a80b33b761d1c2af4b8c1a14f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:06:28.121Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T09:06:28.121Z] . [Pipeline] withDockerContainer [2021-04-07T09:06:28.401Z] prd-ubuntu18.04-docker-arm64-4c-16g-33138 does not seem to be running inside a container [2021-04-07T09:06:28.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/2 -v /w/workspace/device-virtual-go/2:/w/workspace/device-virtual-go/2:rw,z -v /w/workspace/device-virtual-go/2@tmp:/w/workspace/device-virtual-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T09:06:29.973Z] $ docker top 10a780a2db9460a073298d030c4386d92b034372de87449ec9ad612da0eea304 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:06:30.988Z] + make test [2021-04-07T09:06:30.988Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-07T09:06:32.432Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-07T09:06:41.408Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-07T09:06:41.673Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.349s coverage: 63.8% of statements [2021-04-07T09:06:41.673Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-07T09:06:45.940Z] gofmt -l . [2021-04-07T09:06:45.940Z] [ "`gofmt -l .`" = "" ] [2021-04-07T09:06:45.940Z] ./bin/test-attribution-txt.sh [2021-04-07T09:06:46.515Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-07T09:06:46.794Z] $ docker stop --time=1 152a7ed1fd7e82738f8558f7e53bac65fbcc0e19444cf62950fb7cbde84b0a02 [2021-04-07T09:06:48.454Z] $ docker rm -f 152a7ed1fd7e82738f8558f7e53bac65fbcc0e19444cf62950fb7cbde84b0a02 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T09:06:49.119Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T09:06:49.470Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-07T09:06:52.184Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T09:06:52.489Z] + ls -al . [2021-04-07T09:06:52.489Z] total 132 [2021-04-07T09:06:52.489Z] drwxrwxr-x. 7 jenkins jenkins 4096 Apr 7 09:06 . [2021-04-07T09:06:52.489Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 7 09:05 .. [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 8039 Apr 7 09:05 Attribution.txt [2021-04-07T09:06:52.489Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 09:05 bin [2021-04-07T09:06:52.489Z] drwxrwxr-x. 3 jenkins jenkins 32 Apr 7 09:05 cmd [2021-04-07T09:06:52.489Z] -rw-r--r--. 1 jenkins jenkins 47247 Apr 7 09:06 coverage.out [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 1895 Apr 7 09:05 Dockerfile [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 998 Apr 7 09:05 Dockerfile.build [2021-04-07T09:06:52.489Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 09:05 .git [2021-04-07T09:06:52.489Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 7 09:05 .github [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 258 Apr 7 09:05 .gitignore [2021-04-07T09:06:52.489Z] -rw-r--r--. 1 jenkins jenkins 809 Apr 7 09:06 go.mod [2021-04-07T09:06:52.489Z] -rw-r--r--. 1 jenkins jenkins 23574 Apr 7 09:06 go.sum [2021-04-07T09:06:52.489Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 7 09:05 internal [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 660 Apr 7 09:05 Jenkinsfile [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 11340 Apr 7 09:05 LICENSE [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 921 Apr 7 09:05 Makefile [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 7 09:05 README.md [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 09:02 VERSION [2021-04-07T09:06:52.489Z] -rw-rw-r--. 1 jenkins jenkins 235 Apr 7 09:05 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:06:52.794Z] + 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=26e29386165f42648a678b01c86a7365545fcd32 --label arch=amd64 --label version=0.0.0 . [2021-04-07T09:06:52.794Z] Sending build context to Docker daemon 596.5kB [2021-04-07T09:06:52.794Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:06:52.794Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-07T09:06:52.794Z] ---> 3233432f380e [2021-04-07T09:06:52.794Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-07T09:06:53.057Z] ---> Running in 9514f6e0122a [2021-04-07T09:06:53.320Z] Removing intermediate container 9514f6e0122a [2021-04-07T09:06:53.320Z] ---> 6398101ac0e6 [2021-04-07T09:06:53.320Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-07T09:06:53.320Z] ---> Running in 5ca5a273c11e [2021-04-07T09:06:53.583Z] Removing intermediate container 5ca5a273c11e [2021-04-07T09:06:53.583Z] ---> 4d328f243931 [2021-04-07T09:06:53.583Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-07T09:06:53.583Z] ---> Running in 858584dbea77 [2021-04-07T09:06:53.852Z] Removing intermediate container 858584dbea77 [2021-04-07T09:06:53.852Z] ---> f6a15fc85a80 [2021-04-07T09:06:53.852Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:06:53.852Z] ---> Running in c0367a0faa3a [2021-04-07T09:06:54.810Z] Removing intermediate container c0367a0faa3a [2021-04-07T09:06:54.810Z] ---> 432a81117e23 [2021-04-07T09:06:54.810Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-07T09:06:54.810Z] ---> Running in b5fdd363e64e [2021-04-07T09:06:55.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T09:06:55.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T09:06:56.546Z] OK: 173 MiB in 52 packages [2021-04-07T09:06:57.122Z] Removing intermediate container b5fdd363e64e [2021-04-07T09:06:57.122Z] ---> 03cb036b325e [2021-04-07T09:06:57.122Z] Step 8/25 : COPY . . [2021-04-07T09:06:57.700Z] ---> 02804859d525 [2021-04-07T09:06:57.700Z] Step 9/25 : RUN go mod download [2021-04-07T09:06:57.963Z] ---> Running in 7672e15b4b04 [2021-04-07T09:06:58.926Z] Removing intermediate container 7672e15b4b04 [2021-04-07T09:06:58.926Z] ---> 5b8624957499 [2021-04-07T09:06:58.926Z] Step 10/25 : ARG MAKE='make build' [2021-04-07T09:06:58.926Z] ---> Running in a3455816d7d3 [2021-04-07T09:06:58.926Z] Removing intermediate container a3455816d7d3 [2021-04-07T09:06:58.926Z] ---> 8dcd3e634fc0 [2021-04-07T09:06:58.926Z] Step 11/25 : RUN $MAKE [2021-04-07T09:06:58.926Z] ---> Running in 79ae0b34e251 [2021-04-07T09:06:59.507Z] 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-07T09:07:17.773Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-07T09:07:21.102Z] Removing intermediate container 79ae0b34e251 [2021-04-07T09:07:21.102Z] ---> 76893449ac25 [2021-04-07T09:07:21.102Z] Step 12/25 : FROM alpine:3.12 [2021-04-07T09:07:21.102Z] 3.12: Pulling from library/alpine [2021-04-07T09:07:21.102Z] 532819f3e44c: Pulling fs layer [2021-04-07T09:07:21.365Z] 532819f3e44c: Verifying Checksum [2021-04-07T09:07:21.365Z] 532819f3e44c: Download complete [2021-04-07T09:07:21.627Z] 532819f3e44c: Pull complete [2021-04-07T09:07:21.627Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T09:07:21.627Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T09:07:21.627Z] ---> 7230e588e954 [2021-04-07T09:07:21.627Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-07T09:07:21.627Z] ---> Running in 11f56051320e [2021-04-07T09:07:21.894Z] Removing intermediate container 11f56051320e [2021-04-07T09:07:21.895Z] ---> 61190873e739 [2021-04-07T09:07:21.895Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:07:21.895Z] ---> Running in de0cf844e627 [2021-04-07T09:07:22.847Z] Removing intermediate container de0cf844e627 [2021-04-07T09:07:22.847Z] ---> e269ef68a9d8 [2021-04-07T09:07:22.847Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2021-04-07T09:07:22.847Z] ---> Running in c183bab75c06 [2021-04-07T09:07:23.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T09:07:24.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T09:07:24.319Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T09:07:24.319Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T09:07:24.319Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-07T09:07:24.582Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T09:07:24.846Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T09:07:24.846Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T09:07:24.846Z] OK: 8 MiB in 19 packages [2021-04-07T09:07:25.424Z] Removing intermediate container c183bab75c06 [2021-04-07T09:07:25.424Z] ---> 02b815b0e36a [2021-04-07T09:07:25.424Z] Step 16/25 : WORKDIR / [2021-04-07T09:07:25.424Z] ---> Running in 4b5c9c4cb2d0 [2021-04-07T09:07:25.692Z] Removing intermediate container 4b5c9c4cb2d0 [2021-04-07T09:07:25.692Z] ---> 37182a701f8b [2021-04-07T09:07:25.692Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-07T09:07:25.958Z] ---> ffcafec2459e [2021-04-07T09:07:25.958Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-07T09:07:26.221Z] ---> fd54e93a2f67 [2021-04-07T09:07:26.221Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-07T09:07:26.799Z] ---> f1b0e84809f3 [2021-04-07T09:07:26.799Z] Step 20/25 : EXPOSE 49990 [2021-04-07T09:07:26.799Z] ---> Running in 167028a0875f [2021-04-07T09:07:27.064Z] Removing intermediate container 167028a0875f [2021-04-07T09:07:27.064Z] ---> 2d72dc1911bf [2021-04-07T09:07:27.064Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-07T09:07:27.064Z] ---> Running in 1bf82dc4633e [2021-04-07T09:07:27.328Z] Removing intermediate container 1bf82dc4633e [2021-04-07T09:07:27.328Z] ---> 151bd7d35536 [2021-04-07T09:07:27.328Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T09:07:27.328Z] ---> Running in 7bdc1f6cc784 [2021-04-07T09:07:27.328Z] Removing intermediate container 7bdc1f6cc784 [2021-04-07T09:07:27.328Z] ---> 5695964fcf82 [2021-04-07T09:07:27.328Z] Step 23/25 : LABEL arch=amd64 [2021-04-07T09:07:27.592Z] ---> Running in bbbfdc91d965 [2021-04-07T09:07:27.593Z] Removing intermediate container bbbfdc91d965 [2021-04-07T09:07:27.593Z] ---> ac3a066bf1aa [2021-04-07T09:07:27.593Z] Step 24/25 : LABEL git_sha=26e29386165f42648a678b01c86a7365545fcd32 [2021-04-07T09:07:27.593Z] ---> Running in 5d615fb00f41 [2021-04-07T09:07:27.858Z] Removing intermediate container 5d615fb00f41 [2021-04-07T09:07:27.858Z] ---> 9925a616d4fc [2021-04-07T09:07:27.858Z] Step 25/25 : LABEL version=0.0.0 [2021-04-07T09:07:27.858Z] ---> Running in d094cdd37b78 [2021-04-07T09:07:28.121Z] Removing intermediate container d094cdd37b78 [2021-04-07T09:07:28.121Z] ---> 15be5767983c [2021-04-07T09:07:28.121Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-07T09:07:28.121Z] Successfully built 15be5767983c [2021-04-07T09:07:28.121Z] 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-07T09:07:29.061Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-07T09:07:29.061Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.354s coverage: 63.8% of statements [2021-04-07T09:07:29.061Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-07T09:07:29.164Z] ---> job-cost.sh [2021-04-07T09:07:29.164Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-S392 [2021-04-07T09:07:35.806Z] gofmt -l . [2021-04-07T09:07:35.806Z] [ "`gofmt -l .`" = "" ] [2021-04-07T09:07:35.806Z] ./bin/test-attribution-txt.sh [2021-04-07T09:07:37.250Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-07T09:07:37.876Z] $ docker stop --time=1 10a780a2db9460a073298d030c4386d92b034372de87449ec9ad612da0eea304 [2021-04-07T09:07:40.092Z] $ docker rm -f 10a780a2db9460a073298d030c4386d92b034372de87449ec9ad612da0eea304 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T09:07:41.103Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T09:07:41.174Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T09:07:42.069Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T09:07:42.792Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T09:07:43.158Z] + ls -al . [2021-04-07T09:07:43.158Z] total 156 [2021-04-07T09:07:43.158Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 7 09:07 . [2021-04-07T09:07:43.158Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 09:05 .. [2021-04-07T09:07:43.158Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 09:05 .git [2021-04-07T09:07:43.158Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 09:05 .github [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 258 Apr 7 09:05 .gitignore [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 8039 Apr 7 09:05 Attribution.txt [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 1895 Apr 7 09:05 Dockerfile [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 998 Apr 7 09:05 Dockerfile.build [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 7 09:05 Jenkinsfile [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 09:05 LICENSE [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 921 Apr 7 09:05 Makefile [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 7 09:05 README.md [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 09:02 VERSION [2021-04-07T09:07:43.158Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 09:05 bin [2021-04-07T09:07:43.158Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 09:05 cmd [2021-04-07T09:07:43.158Z] -rw-r--r-- 1 jenkins jenkins 47247 Apr 7 09:07 coverage.out [2021-04-07T09:07:43.158Z] -rw-r--r-- 1 jenkins jenkins 809 Apr 7 09:07 go.mod [2021-04-07T09:07:43.158Z] -rw-r--r-- 1 jenkins jenkins 23574 Apr 7 09:07 go.sum [2021-04-07T09:07:43.158Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 09:05 internal [2021-04-07T09:07:43.158Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 7 09:05 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:07:43.576Z] + 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=26e29386165f42648a678b01c86a7365545fcd32 --label arch=arm64 --label version=0.0.0 . [2021-04-07T09:07:43.890Z] Sending build context to Docker daemon 595.5kB [2021-04-07T09:07:43.890Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T09:07:43.890Z] Step 2/25 : FROM ${BASE} AS builder [2021-04-07T09:07:43.890Z] ---> 4fd427dda56e [2021-04-07T09:07:43.890Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-04-07T09:07:44.125Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T09:07:44.174Z] ---> Running in 7c59afb3bb78 [2021-04-07T09:07:44.774Z] Removing intermediate container 7c59afb3bb78 [2021-04-07T09:07:44.774Z] ---> 9a0a9eac2112 [2021-04-07T09:07:44.774Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-04-07T09:07:45.048Z] ---> Running in 7b28b61897bd [2021-04-07T09:07:45.321Z] Removing intermediate container 7b28b61897bd [2021-04-07T09:07:45.321Z] ---> fb8cb6ef12ee [2021-04-07T09:07:45.321Z] Step 5/25 : WORKDIR /device-virtual-go [2021-04-07T09:07:45.597Z] ---> Running in e58f005dd9b4 [2021-04-07T09:07:46.194Z] Removing intermediate container e58f005dd9b4 [2021-04-07T09:07:46.195Z] ---> 48cab4356e52 [2021-04-07T09:07:46.195Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:07:46.195Z] ---> Running in 54e945832062 [2021-04-07T09:07:48.170Z] Removing intermediate container 54e945832062 [2021-04-07T09:07:48.170Z] ---> acde859bdb84 [2021-04-07T09:07:48.170Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-07T09:07:48.443Z] ---> Running in 45d234a6e145 [2021-04-07T09:07:49.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T09:07:50.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T09:07:50.666Z] OK: 149 MiB in 52 packages [2021-04-07T09:07:52.104Z] Removing intermediate container 45d234a6e145 [2021-04-07T09:07:52.104Z] ---> 15392feea462 [2021-04-07T09:07:52.104Z] Step 8/25 : COPY . . [2021-04-07T09:07:53.079Z] ---> 0e986222c6eb [2021-04-07T09:07:53.079Z] Step 9/25 : RUN go mod download [2021-04-07T09:07:53.079Z] ---> Running in 0e748c385a13 [2021-04-07T09:07:55.693Z] Removing intermediate container 0e748c385a13 [2021-04-07T09:07:55.693Z] ---> 6d719e6fc905 [2021-04-07T09:07:55.693Z] Step 10/25 : ARG MAKE='make build' [2021-04-07T09:07:55.693Z] ---> Running in b34c19c2566a [2021-04-07T09:07:55.965Z] Removing intermediate container b34c19c2566a [2021-04-07T09:07:55.965Z] ---> 51910966d63e [2021-04-07T09:07:55.965Z] Step 11/25 : RUN $MAKE [2021-04-07T09:07:56.248Z] ---> Running in f6c3111986df [2021-04-07T09:07:57.225Z] 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-07T09:08:10.798Z] lf-activate-venv(): INFO: Adding /tmp/venv-S392/bin to PATH [2021-04-07T09:08:10.798Z] INFO: No Stack... [2021-04-07T09:08:10.798Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T09:08:11.375Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T09:08:11.688Z] + cat /w/workspace/device-virtual-go/2/archives/cost.csv [2021-04-07T09:08:11.688Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T09:08:11.773Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-180-2-stack-cost] [2021-04-07T09:08:11.782Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-180-2-stack-cost] did not exist. Created. [2021-04-07T09:08:11.782Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-180-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T09:08:12.219Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-07T09:08:12.386Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T09:08:12.404Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-180-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T09:08:44.237Z] CGO_ENABLED=1 GO111MODULE=on go build ./... [2021-04-07T09:08:56.671Z] Removing intermediate container f6c3111986df [2021-04-07T09:08:56.671Z] ---> 4ff2ffa7b4ef [2021-04-07T09:08:56.671Z] Step 12/25 : FROM alpine:3.12 [2021-04-07T09:08:56.671Z] 3.12: Pulling from library/alpine [2021-04-07T09:08:56.671Z] 9a219e8acc52: Pulling fs layer [2021-04-07T09:08:56.671Z] 9a219e8acc52: Verifying Checksum [2021-04-07T09:08:56.671Z] 9a219e8acc52: Download complete [2021-04-07T09:08:56.671Z] 9a219e8acc52: Pull complete [2021-04-07T09:08:56.671Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T09:08:56.671Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T09:08:56.671Z] ---> d75e27dfc0a0 [2021-04-07T09:08:56.672Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-04-07T09:08:56.672Z] ---> Running in 28f3034b5fc2 [2021-04-07T09:08:56.947Z] Removing intermediate container 28f3034b5fc2 [2021-04-07T09:08:56.947Z] ---> 863d2d997db9 [2021-04-07T09:08:56.947Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T09:08:57.224Z] ---> Running in 12904d33269d [2021-04-07T09:08:59.201Z] Removing intermediate container 12904d33269d [2021-04-07T09:08:59.201Z] ---> f12b77280fdb [2021-04-07T09:08:59.201Z] Step 15/25 : RUN apk add --update --no-cache zeromq [2021-04-07T09:08:59.473Z] ---> Running in 11f0cfa3fffc [2021-04-07T09:09:00.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T09:09:01.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T09:09:02.408Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T09:09:02.408Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T09:09:02.408Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-07T09:09:02.678Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T09:09:02.953Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T09:09:02.953Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T09:09:02.953Z] OK: 8 MiB in 19 packages [2021-04-07T09:09:04.382Z] Removing intermediate container 11f0cfa3fffc [2021-04-07T09:09:04.382Z] ---> c4ea28660778 [2021-04-07T09:09:04.382Z] Step 16/25 : WORKDIR / [2021-04-07T09:09:04.656Z] ---> Running in 629df1ae47ff [2021-04-07T09:09:04.928Z] Removing intermediate container 629df1ae47ff [2021-04-07T09:09:04.928Z] ---> 8668b019bfc9 [2021-04-07T09:09:04.928Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-04-07T09:09:05.907Z] ---> be0e03795698 [2021-04-07T09:09:05.907Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-04-07T09:09:06.509Z] ---> 3b43de870421 [2021-04-07T09:09:06.509Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-04-07T09:09:07.951Z] ---> 97cd1318d5d4 [2021-04-07T09:09:07.951Z] Step 20/25 : EXPOSE 49990 [2021-04-07T09:09:07.951Z] ---> Running in 72f13f2b6d07 [2021-04-07T09:09:08.225Z] Removing intermediate container 72f13f2b6d07 [2021-04-07T09:09:08.225Z] ---> 5ce1fa5f1afc [2021-04-07T09:09:08.225Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-04-07T09:09:08.514Z] ---> Running in d126ba32a881 [2021-04-07T09:09:08.787Z] Removing intermediate container d126ba32a881 [2021-04-07T09:09:08.787Z] ---> 0229ce987e32 [2021-04-07T09:09:08.787Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T09:09:09.061Z] ---> Running in 2a347be3497b [2021-04-07T09:09:09.344Z] Removing intermediate container 2a347be3497b [2021-04-07T09:09:09.344Z] ---> 943a563964eb [2021-04-07T09:09:09.344Z] Step 23/25 : LABEL arch=arm64 [2021-04-07T09:09:09.623Z] ---> Running in d6708a4d4a9f [2021-04-07T09:09:10.223Z] Removing intermediate container d6708a4d4a9f [2021-04-07T09:09:10.223Z] ---> ca1b674f72f3 [2021-04-07T09:09:10.223Z] Step 24/25 : LABEL git_sha=26e29386165f42648a678b01c86a7365545fcd32 [2021-04-07T09:09:10.223Z] ---> Running in f11980ca7400 [2021-04-07T09:09:10.827Z] Removing intermediate container f11980ca7400 [2021-04-07T09:09:10.827Z] ---> a6a529ca6107 [2021-04-07T09:09:10.827Z] Step 25/25 : LABEL version=0.0.0 [2021-04-07T09:09:10.827Z] ---> Running in 83d18a18206d [2021-04-07T09:09:11.432Z] Removing intermediate container 83d18a18206d [2021-04-07T09:09:11.432Z] ---> 38296962eff2 [2021-04-07T09:09:11.432Z] [Warning] One or more build-args [ARCH] were not consumed [2021-04-07T09:09:11.433Z] Successfully built 38296962eff2 [2021-04-07T09:09:11.433Z] 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-07T09:09:12.187Z] ---> job-cost.sh [2021-04-07T09:09:12.187Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-B4pN [2021-04-07T09:09:51.732Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T09:11:28.456Z] lf-activate-venv(): INFO: Adding /tmp/venv-B4pN/bin to PATH [2021-04-07T09:11:28.456Z] INFO: No Stack... [2021-04-07T09:11:28.456Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T09:11:28.456Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T09:11:28.792Z] + cut -d, -f6 [2021-04-07T09:11:28.792Z] + cat /w/workspace/device-virtual-go/2/archives/cost.csv [Pipeline] lock [2021-04-07T09:11:28.901Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-180-2-stack-cost] [2021-04-07T09:11:28.908Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-180-2-stack-cost] did not exist. Created. [2021-04-07T09:11:28.908Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-180-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T09:11:29.372Z] /w/workspace/device-virtual-go/2@tmp/durable-fb1c8008/script.sh: 1: /w/workspace/device-virtual-go/2@tmp/durable-fb1c8008/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-07T09:11:29.714Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T09:11:29.736Z] Warning: overwriting stash ‘stack-cost’ [2021-04-07T09:11:29.878Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T09:11:29.887Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-180-2-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-07T09:11:31.385Z] provisioning config files... [2021-04-07T09:11:31.394Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-180@tmp/config4341293629246299482tmp [Pipeline] { [Pipeline] sh [2021-04-07T09:11:31.796Z] + set +x [2021-04-07T09:11:31.796Z] + bash -s -- [2021-04-07T09:11:31.796Z] + curl -s https://codecov.io/bash [2021-04-07T09:11:32.060Z] [2021-04-07T09:11:32.060Z] _____ _ [2021-04-07T09:11:32.060Z] / ____| | | [2021-04-07T09:11:32.060Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T09:11:32.060Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T09:11:32.060Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T09:11:32.060Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T09:11:32.060Z] Bash-20210309-2b87ace [2021-04-07T09:11:32.060Z] [2021-04-07T09:11:32.060Z] [2021-04-07T09:11:32.060Z] ==> git version 2.24.3 found [2021-04-07T09:11:32.060Z] ==> 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-07T09:11:32.060Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T09:11:32.060Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T09:11:32.060Z] ==> Jenkins CI detected. [2021-04-07T09:11:32.060Z] project root: . [2021-04-07T09:11:32.060Z] --> token set from env [2021-04-07T09:11:32.060Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T09:11:32.060Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T09:11:32.060Z] ==> Python coveragepy not found [2021-04-07T09:11:32.060Z] ==> Searching for coverage reports in: [2021-04-07T09:11:32.060Z] + . [2021-04-07T09:11:32.060Z] -> Found 1 reports [2021-04-07T09:11:32.060Z] ==> Detecting git/mercurial file structure [2021-04-07T09:11:32.060Z] ==> Reading reports [2021-04-07T09:11:32.060Z] + ./coverage.out bytes=47247 [2021-04-07T09:11:32.060Z] ==> Appending adjustments [2021-04-07T09:11:32.060Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T09:11:32.322Z] + Found adjustments [2021-04-07T09:11:32.322Z] ==> Gzipping contents [2021-04-07T09:11:32.322Z] 8.0K /tmp/codecov.Xh05Xg.gz [2021-04-07T09:11:32.323Z] ==> Uploading reports [2021-04-07T09:11:32.323Z] url: https://codecov.io [2021-04-07T09:11:32.323Z] query: branch=PR-180&commit=26e29386165f42648a678b01c86a7365545fcd32&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-180%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=180&job=&cmd_args= [2021-04-07T09:11:32.323Z] -> Pinging Codecov [2021-04-07T09:11:32.323Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-180&commit=26e29386165f42648a678b01c86a7365545fcd32&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-180%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=180&job=&cmd_args= [2021-04-07T09:11:32.588Z] -> Uploading to [2021-04-07T09:11:32.588Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/5E52B4B073DB2E39498172D8E973AA87/26e29386165f42648a678b01c86a7365545fcd32/342b18d9-26e5-40f9-8e93-195a0ab772af.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T091132Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=940b264abb70120635a34a6099e3cec10e229e03092c3686afc05da98e189233 [2021-04-07T09:11:32.588Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T09:11:32.588Z] Dload Upload Total Spent Left Speed [2021-04-07T09:11:33.118Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5766 0 0 100 5766 0 14059 --:--:-- --:--:-- --:--:-- 14063 [2021-04-07T09:11:33.118Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/26e29386165f42648a678b01c86a7365545fcd32 [Pipeline] } [2021-04-07T09:11:33.127Z] 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-07T09:11:35.494Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:11:35.800Z] ---> package-listing.sh [2021-04-07T09:11:35.800Z] ++ facter osfamily [2021-04-07T09:11:35.800Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T09:11:35.800Z] + OS_FAMILY=redhat [2021-04-07T09:11:35.800Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-180 [2021-04-07T09:11:35.800Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T09:11:35.800Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T09:11:35.800Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T09:11:35.800Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T09:11:35.800Z] + '[' /w/workspace/foundry_device-virtual-go_PR-180 ']' [2021-04-07T09:11:35.800Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T09:11:35.800Z] + case "${OS_FAMILY}" in [2021-04-07T09:11:35.800Z] + rpm -qa [2021-04-07T09:11:35.800Z] + sort [2021-04-07T09:11:41.108Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T09:11:41.108Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T09:11:41.108Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T09:11:41.108Z] + '[' /w/workspace/foundry_device-virtual-go_PR-180 ']' [2021-04-07T09:11:41.108Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-180/archives/ [2021-04-07T09:11:41.108Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-180/archives/ [Pipeline] echo [2021-04-07T09:11:41.122Z] 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-180/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-07T09:11:41.421Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:11:41.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T09:11:41.725Z] [2021-04-07T09:11:41.725Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T09:11:42.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T09:11:42.084Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T09:11:42.084Z] df20fa9351a1: Pulling fs layer [2021-04-07T09:11:42.084Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T09:11:42.084Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T09:11:42.084Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T09:11:42.084Z] 93b61091891f: Pulling fs layer [2021-04-07T09:11:42.084Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T09:11:42.084Z] 5e14af77c1be: Pulling fs layer [2021-04-07T09:11:42.084Z] 01666e4c0597: Pulling fs layer [2021-04-07T09:11:42.084Z] aa168da1d23b: Pulling fs layer [2021-04-07T09:11:42.084Z] 46f8f816bc3b: Waiting [2021-04-07T09:11:42.084Z] 93b61091891f: Waiting [2021-04-07T09:11:42.084Z] 93b9cdb0e59b: Waiting [2021-04-07T09:11:42.084Z] 5e14af77c1be: Waiting [2021-04-07T09:11:42.084Z] 01666e4c0597: Waiting [2021-04-07T09:11:42.084Z] aa168da1d23b: Waiting [2021-04-07T09:11:42.084Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T09:11:42.084Z] 36b3adc4ff6f: Download complete [2021-04-07T09:11:42.084Z] 46f8f816bc3b: Download complete [2021-04-07T09:11:42.084Z] df20fa9351a1: Verifying Checksum [2021-04-07T09:11:42.084Z] df20fa9351a1: Download complete [2021-04-07T09:11:42.084Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T09:11:42.084Z] 93b9cdb0e59b: Download complete [2021-04-07T09:11:42.346Z] 5e14af77c1be: Verifying Checksum [2021-04-07T09:11:42.346Z] 5e14af77c1be: Download complete [2021-04-07T09:11:42.346Z] 93b61091891f: Verifying Checksum [2021-04-07T09:11:42.346Z] 93b61091891f: Download complete [2021-04-07T09:11:42.346Z] 01666e4c0597: Verifying Checksum [2021-04-07T09:11:42.346Z] 01666e4c0597: Download complete [2021-04-07T09:11:42.346Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T09:11:42.346Z] 8ad3a11d3b57: Download complete [2021-04-07T09:11:42.610Z] df20fa9351a1: Pull complete [2021-04-07T09:11:42.610Z] 36b3adc4ff6f: Pull complete [2021-04-07T09:11:43.569Z] 8ad3a11d3b57: Pull complete [2021-04-07T09:11:43.569Z] 46f8f816bc3b: Pull complete [2021-04-07T09:11:44.142Z] 93b61091891f: Pull complete [2021-04-07T09:11:44.142Z] aa168da1d23b: Verifying Checksum [2021-04-07T09:11:44.142Z] aa168da1d23b: Download complete [2021-04-07T09:11:44.405Z] 93b9cdb0e59b: Pull complete [2021-04-07T09:11:44.667Z] 5e14af77c1be: Pull complete [2021-04-07T09:11:44.939Z] 01666e4c0597: Pull complete [2021-04-07T09:11:51.574Z] aa168da1d23b: Pull complete [2021-04-07T09:11:51.575Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T09:11:51.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T09:11:51.575Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T09:11:51.738Z] prd-centos7-docker-4c-2g-33137 does not seem to be running inside a container [2021-04-07T09:11:51.786Z] $ 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-180/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-180 -v /w/workspace/foundry_device-virtual-go_PR-180:/w/workspace/foundry_device-virtual-go_PR-180:rw,z -v /w/workspace/foundry_device-virtual-go_PR-180@tmp:/w/workspace/foundry_device-virtual-go_PR-180@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T09:11:55.457Z] $ docker top a4eaac02903fd725c808b41320a42b22650bf2f48a368ab6cd26f80473d9cb68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T09:11:56.016Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T09:11:56.316Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T09:11:56.619Z] + ls /var/log/sa-host [2021-04-07T09:11:56.619Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T09:11:56.619Z] file_magic: OK [2021-04-07T09:11:56.619Z] HZ: Using current value: 100 [2021-04-07T09:11:56.619Z] file_header: OK [2021-04-07T09:11:56.619Z] 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-07T09:11:56.619Z] Statistics: [2021-04-07T09:11:56.619Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-07T09:11:56.619Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T09:11:56.619Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T09:11:56.619Z] file_magic: OK [2021-04-07T09:11:56.619Z] HZ: Using current value: 100 [2021-04-07T09:11:56.619Z] file_header: OK [2021-04-07T09:11:56.619Z] 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-07T09:11:56.619Z] Statistics: [2021-04-07T09:11:56.619Z] Hnuu...uuuununununu... [2021-04-07T09:11:56.619Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T09:11:57.325Z] provisioning config files... [2021-04-07T09:11:57.342Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-180@tmp/config9214664371721927959tmp [Pipeline] { [Pipeline] echo [2021-04-07T09:11:57.418Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:11:57.715Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T09:11:57.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T09:11:57.815Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:11:58.114Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T09:11:58.125Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:11:58.419Z] ---> sudo-logs.sh [2021-04-07T09:11:58.419Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T09:11:58.484Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:11:58.779Z] ---> job-cost.sh [2021-04-07T09:11:58.780Z] lf-activate-venv: SKIPPING [2021-04-07T09:11:58.780Z] DEBUG: total: 0.20999999344348907 [2021-04-07T09:11:58.780Z] INFO: Retrieving Stack Cost... [2021-04-07T09:11:59.721Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T09:11:59.981Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T09:11:59.996Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T09:12:00.299Z] ---> logs-deploy.sh [2021-04-07T09:12:00.299Z] lf-activate-venv: SKIPPING [2021-04-07T09:12:00.299Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-180/2 [2021-04-07T09:12:00.299Z] INFO: archiving workspace using pattern(s): [2021-04-07T09:12:02.223Z] Archives upload complete. [2021-04-07T09:12:02.223Z] INFO: archiving logs to Nexus