Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 33509ec2aba645f1738809980b950b97d1c0f001+f22f876e599b70c9e0b9005e06686315ad76e5c7 (d073d5d90afe3e4ddd72b6063ecc2b5ada22f640) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1070 in /w/workspace/foundry_device-virtual-go_PR-186 [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-186 # 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/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f22f876e599b70c9e0b9005e06686315ad76e5c7 into PR head commit 33509ec2aba645f1738809980b950b97d1c0f001 Merge succeeded, producing d9e6faa7844df1a175e2e909fc121080d5bc742b Checking out Revision d9e6faa7844df1a175e2e909fc121080d5bc742b (PR-186) > git config core.sparsecheckout # timeout=10 > git checkout -f 33509ec2aba645f1738809980b950b97d1c0f001 # 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 f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9e6faa7844df1a175e2e909fc121080d5bc742b # timeout=10 Commit message: "Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD" > git rev-list --no-walk 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T04:15:30.707Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T04:15:30.811Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T04:15:30.849Z] ========================================================= [2021-04-20T04:15:30.849Z] EdgeX Global Pipelines Version Info [2021-04-20T04:15:30.849Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:15:32.346Z] ------------------- [2021-04-20T04:15:32.346Z] stable info: [2021-04-20T04:15:32.346Z] ------------------- [2021-04-20T04:15:32.346Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T04:15:32.346Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T04:15:32.346Z] Message: update stable to v1.0.186 [2021-04-20T04:15:33.291Z] ------------------- [2021-04-20T04:15:33.291Z] experimental info: [2021-04-20T04:15:33.291Z] ------------------- [2021-04-20T04:15:33.291Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T04:15:33.291Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T04:15:33.291Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T04:15:33.425Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-04-20T04:15:33.458Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-04-20T04:15:33.481Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T04:15:33.510Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T04:15:33.534Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T04:15:33.557Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T04:15:33.581Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T04:15:33.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T04:15:33.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T04:15:33.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T04:15:33.693Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T04:15:33.716Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2021-04-20T04:15:33.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T04:15:33.797Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T04:15:33.819Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T04:15:33.843Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T04:15:33.867Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T04:15:33.890Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T04:15:33.913Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T04:15:33.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T04:15:33.979Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T04:15:34.208Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T04:15:34.232Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T04:15:34.256Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T04:15:34.280Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-20T04:15:34.392Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T04:15:34.415Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-186 [Pipeline] echo [2021-04-20T04:15:34.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-186 [Pipeline] echo [2021-04-20T04:15:34.466Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-186 [Pipeline] echo [2021-04-20T04:15:34.489Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d9e6faa7844df1a175e2e909fc121080d5bc742b [Pipeline] echo [2021-04-20T04:15:34.512Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d9e6faa [Pipeline] echo [2021-04-20T04:15:34.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T04:15:34.630Z] provisioning config files... [2021-04-20T04:15:34.672Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-186@tmp/config6198239775582700872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:15:34.990Z] ---> docker-login.sh [2021-04-20T04:15:34.990Z] nexus3.edgexfoundry.org:10001 [2021-04-20T04:15:35.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:15:35.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:15:35.518Z] Configure a credential helper to remove this warning. See [2021-04-20T04:15:35.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:15:35.518Z] [2021-04-20T04:15:35.518Z] Login Succeeded [2021-04-20T04:15:35.518Z] nexus3.edgexfoundry.org:10002 [2021-04-20T04:15:35.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:15:35.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:15:35.518Z] Configure a credential helper to remove this warning. See [2021-04-20T04:15:35.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:15:35.518Z] [2021-04-20T04:15:35.518Z] Login Succeeded [2021-04-20T04:15:35.518Z] nexus3.edgexfoundry.org:10003 [2021-04-20T04:15:35.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:15:35.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:15:35.782Z] Configure a credential helper to remove this warning. See [2021-04-20T04:15:35.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:15:35.782Z] [2021-04-20T04:15:35.782Z] Login Succeeded [2021-04-20T04:15:35.782Z] nexus3.edgexfoundry.org:10004 [2021-04-20T04:15:35.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:15:36.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:15:36.044Z] Configure a credential helper to remove this warning. See [2021-04-20T04:15:36.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:15:36.044Z] [2021-04-20T04:15:36.044Z] Login Succeeded [2021-04-20T04:15:36.044Z] docker.io [2021-04-20T04:15:36.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:15:36.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:15:36.306Z] Configure a credential helper to remove this warning. See [2021-04-20T04:15:36.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:15:36.306Z] [2021-04-20T04:15:36.306Z] Login Succeeded [2021-04-20T04:15:36.306Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T04:15:36.317Z] 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-20T04:15:36.801Z] + git log --format=format:%s -1 d9e6faa7844df1a175e2e909fc121080d5bc742b [Pipeline] echo [2021-04-20T04:15:36.879Z] GIT_COMMIT: d9e6faa7844df1a175e2e909fc121080d5bc742b, Commit Message: Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD [Pipeline] echo [2021-04-20T04:15:36.893Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:15:37.808Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T04:15:37.808Z] [2021-04-20T04:15:37.808Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:15:38.129Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T04:15:38.129Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T04:15:38.129Z] 31603596830f: Pulling fs layer [2021-04-20T04:15:38.129Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T04:15:38.129Z] 6ca5941a6612: Pulling fs layer [2021-04-20T04:15:38.129Z] ecc8261a40a4: Pulling fs layer [2021-04-20T04:15:38.129Z] ecc8261a40a4: Waiting [2021-04-20T04:15:38.129Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T04:15:38.129Z] 31603596830f: Verifying Checksum [2021-04-20T04:15:38.129Z] 31603596830f: Download complete [2021-04-20T04:15:38.394Z] ecc8261a40a4: Verifying Checksum [2021-04-20T04:15:38.394Z] ecc8261a40a4: Download complete [2021-04-20T04:15:38.394Z] 6ca5941a6612: Verifying Checksum [2021-04-20T04:15:38.394Z] 6ca5941a6612: Download complete [2021-04-20T04:15:38.657Z] 31603596830f: Pull complete [2021-04-20T04:15:38.657Z] 2a8b12db71e7: Pull complete [2021-04-20T04:15:39.604Z] 6ca5941a6612: Pull complete [2021-04-20T04:15:39.866Z] ecc8261a40a4: Pull complete [2021-04-20T04:15:39.866Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T04:15:39.866Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T04:15:39.866Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T04:15:40.254Z] prd-centos7-docker-4c-2g-1070 does not seem to be running inside a container [2021-04-20T04:15:40.302Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-186 -v /w/workspace/foundry_device-virtual-go_PR-186:/w/workspace/foundry_device-virtual-go_PR-186:rw,z -v /w/workspace/foundry_device-virtual-go_PR-186@tmp:/w/workspace/foundry_device-virtual-go_PR-186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T04:15:42.514Z] $ docker top f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T04:15:42.683Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T04:15:42.683Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T04:15:42.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T04:15:42.921Z] $ docker exec f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent [2021-04-20T04:15:43.095Z] SSH_AUTH_SOCK=/tmp/ssh-ny99oNcR8OhD/agent.11 [2021-04-20T04:15:43.095Z] SSH_AGENT_PID=16 [2021-04-20T04:15:43.104Z] Running ssh-add (command line suppressed) [2021-04-20T04:15:43.223Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_6779655359167373107.key (/w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_6779655359167373107.key) [2021-04-20T04:15:43.277Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T04:15:43.626Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T04:15:43.646Z] $ docker exec --env ******** --env ******** f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent -k [2021-04-20T04:15:43.765Z] unset SSH_AUTH_SOCK; [2021-04-20T04:15:43.765Z] unset SSH_AGENT_PID; [2021-04-20T04:15:43.765Z] echo Agent pid 16 killed; [2021-04-20T04:15:43.817Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T04:15:43.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T04:15:43.893Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T04:15:44.061Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T04:15:44.065Z] $ docker exec f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent [2021-04-20T04:15:44.242Z] SSH_AUTH_SOCK=/tmp/ssh-pjisVMaoaRv0/agent.45 [2021-04-20T04:15:44.242Z] SSH_AGENT_PID=51 [2021-04-20T04:15:44.254Z] Running ssh-add (command line suppressed) [2021-04-20T04:15:44.375Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_4818096260010741611.key (/w/workspace/foundry_device-virtual-go_PR-186@tmp/private_key_4818096260010741611.key) [2021-04-20T04:15:44.428Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T04:15:44.751Z] + git semver init [2021-04-20T04:15:44.751Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T04:15:44.751Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-186/.git [2021-04-20T04:15:44.751Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-186 [2021-04-20T04:15:44.751Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T04:15:44.751Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T04:15:44.751Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T04:15:44.751Z] # $SEMVER_BRANCH = PR-186 [2021-04-20T04:15:44.751Z] # $SEMVER_TEMP = /tmp/semver-460628727 [2021-04-20T04:15:44.751Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-04-20T04:15:45.012Z] # '/tmp/semver-460628727' -> '/w/workspace/foundry_device-virtual-go_PR-186/.semver' [2021-04-20T04:15:45.012Z] # -> Force: false [2021-04-20T04:15:45.012Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-186/.semver [Pipeline] } [2021-04-20T04:15:45.025Z] $ docker exec --env ******** --env ******** f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 ssh-agent -k [2021-04-20T04:15:45.132Z] unset SSH_AUTH_SOCK; [2021-04-20T04:15:45.132Z] unset SSH_AGENT_PID; [2021-04-20T04:15:45.132Z] echo Agent pid 51 killed; [2021-04-20T04:15:45.179Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T04:15:45.525Z] + git semver [Pipeline] } [2021-04-20T04:15:45.541Z] $ docker stop --time=1 f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 [2021-04-20T04:15:46.943Z] $ docker rm -f f587e06dc06849f70e2c2185677135c347cad432f4c19625568ea6f986bb65c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T04:15:47.328Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T04:15:47.643Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T04:15:47.646Z] [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-20T04:16:02.822Z] Still waiting to schedule task [2021-04-20T04:16:02.823Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-20T04:16:02.825Z] Still waiting to schedule task [2021-04-20T04:16:02.826Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-1068’ is offline [2021-04-20T04:16:18.377Z] Running on prd-centos7-docker-4c-2g-1071 in /w/workspace/foundry_device-virtual-go_PR-186 [Pipeline] { [Pipeline] ws [2021-04-20T04:16:18.396Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T04:16:20.869Z] using credential edgex-jenkins-ssh [2021-04-20T04:16:20.883Z] Cloning the remote Git repository [2021-04-20T04:16:20.587Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-20T04:16:20.660Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2021-04-20T04:16:20.718Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-20T04:16:20.718Z] > git --version # timeout=10 [2021-04-20T04:16:20.724Z] > git --version # 'git version 2.24.3' [2021-04-20T04:16:20.725Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T04:16:20.751Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T04:16:21.441Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-20T04:16:21.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T04:16:21.466Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-20T04:16:21.483Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-20T04:16:21.484Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T04:16:21.488Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T04:16:22.091Z] Merging remotes/origin/master commit f22f876e599b70c9e0b9005e06686315ad76e5c7 into PR head commit 33509ec2aba645f1738809980b950b97d1c0f001 [2021-04-20T04:16:22.184Z] Merge succeeded, producing 30efe363ea12497870c3de433e708bdfc67208f3 [2021-04-20T04:16:22.185Z] Checking out Revision 30efe363ea12497870c3de433e708bdfc67208f3 (PR-186) [2021-04-20T04:16:21.883Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T04:16:21.889Z] > git checkout -f 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 [2021-04-20T04:16:21.927Z] > git remote # timeout=10 [2021-04-20T04:16:21.933Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T04:16:21.943Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T04:16:21.947Z] > git merge f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 [2021-04-20T04:16:21.966Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T04:16:21.978Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T04:16:21.983Z] > git checkout -f 30efe363ea12497870c3de433e708bdfc67208f3 # timeout=10 [2021-04-20T04:16:25.649Z] Commit message: "Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD" [2021-04-20T04:16:25.654Z] > git rev-list --no-walk 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T04:16:26.818Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T04:16:27.144Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T04:16:27.441Z] + sudo service docker restart [2021-04-20T04:16:27.441Z] + true [2021-04-20T04:16:27.441Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T04:16:28.424Z] provisioning config files... [2021-04-20T04:16:28.466Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config2537849281318436775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:16:28.793Z] ---> docker-login.sh [2021-04-20T04:16:28.793Z] nexus3.edgexfoundry.org:10001 [2021-04-20T04:16:29.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:16:29.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:16:29.060Z] Configure a credential helper to remove this warning. See [2021-04-20T04:16:29.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:16:29.060Z] [2021-04-20T04:16:29.060Z] Login Succeeded [2021-04-20T04:16:29.060Z] nexus3.edgexfoundry.org:10002 [2021-04-20T04:16:29.322Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:16:29.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:16:29.322Z] Configure a credential helper to remove this warning. See [2021-04-20T04:16:29.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:16:29.322Z] [2021-04-20T04:16:29.322Z] Login Succeeded [2021-04-20T04:16:29.322Z] nexus3.edgexfoundry.org:10003 [2021-04-20T04:16:29.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:16:29.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:16:29.585Z] Configure a credential helper to remove this warning. See [2021-04-20T04:16:29.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:16:29.585Z] [2021-04-20T04:16:29.585Z] Login Succeeded [2021-04-20T04:16:29.585Z] nexus3.edgexfoundry.org:10004 [2021-04-20T04:16:29.585Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:16:29.585Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:16:29.585Z] Configure a credential helper to remove this warning. See [2021-04-20T04:16:29.585Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:16:29.585Z] [2021-04-20T04:16:29.585Z] Login Succeeded [2021-04-20T04:16:29.585Z] docker.io [2021-04-20T04:16:29.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:16:30.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:16:30.111Z] Configure a credential helper to remove this warning. See [2021-04-20T04:16:30.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:16:30.111Z] [2021-04-20T04:16:30.111Z] Login Succeeded [2021-04-20T04:16:30.111Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T04:16:30.120Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T04:16:30.330Z] ========================================================= [2021-04-20T04:16:30.330Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T04:16:30.330Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:16:30.641Z] + 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-20T04:16:30.641Z] Sending build context to Docker daemon 528.9kB [2021-04-20T04:16:30.641Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T04:16:30.641Z] Step 2/8 : FROM ${BASE} [2021-04-20T04:16:30.907Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T04:16:30.907Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T04:16:30.907Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T04:16:30.907Z] de9db76c5a1d: Pulling fs layer [2021-04-20T04:16:30.907Z] bca2f99d35d6: Pulling fs layer [2021-04-20T04:16:30.907Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T04:16:30.907Z] 7c6f9722023f: Pulling fs layer [2021-04-20T04:16:30.907Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T04:16:30.907Z] bca2f99d35d6: Waiting [2021-04-20T04:16:30.907Z] 93359f2a8cfa: Waiting [2021-04-20T04:16:30.907Z] 7c6f9722023f: Waiting [2021-04-20T04:16:30.907Z] a35cf1a2eb13: Waiting [2021-04-20T04:16:30.907Z] de9db76c5a1d: Verifying Checksum [2021-04-20T04:16:30.907Z] de9db76c5a1d: Download complete [2021-04-20T04:16:30.907Z] 0ef7d3d256c8: Download complete [2021-04-20T04:16:30.907Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T04:16:30.907Z] 93359f2a8cfa: Download complete [2021-04-20T04:16:30.907Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T04:16:30.907Z] 188c0c94c7c5: Download complete [2021-04-20T04:16:30.907Z] 7c6f9722023f: Verifying Checksum [2021-04-20T04:16:30.907Z] 7c6f9722023f: Download complete [2021-04-20T04:16:31.176Z] 188c0c94c7c5: Pull complete [2021-04-20T04:16:31.440Z] 0ef7d3d256c8: Pull complete [2021-04-20T04:16:31.440Z] de9db76c5a1d: Pull complete [2021-04-20T04:16:33.374Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T04:16:33.374Z] a35cf1a2eb13: Download complete [2021-04-20T04:16:33.637Z] bca2f99d35d6: Verifying Checksum [2021-04-20T04:16:33.637Z] bca2f99d35d6: Download complete [2021-04-20T04:16:38.956Z] bca2f99d35d6: Pull complete [2021-04-20T04:16:38.956Z] 93359f2a8cfa: Pull complete [2021-04-20T04:16:38.956Z] 7c6f9722023f: Pull complete [2021-04-20T04:16:45.592Z] a35cf1a2eb13: Pull complete [2021-04-20T04:16:45.592Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T04:16:45.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T04:16:45.592Z] ---> a62c8e92a672 [2021-04-20T04:16:45.592Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-20T04:16:45.855Z] ---> Running in a8669afb64de [2021-04-20T04:16:46.119Z] Removing intermediate container a8669afb64de [2021-04-20T04:16:46.119Z] ---> aee15bb16b86 [2021-04-20T04:16:46.119Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T04:16:46.119Z] ---> Running in d67404182b6d [2021-04-20T04:16:47.081Z] Removing intermediate container d67404182b6d [2021-04-20T04:16:47.081Z] ---> 8027e924fb9a [2021-04-20T04:16:47.081Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-20T04:16:47.081Z] ---> Running in e07cd21c7deb [2021-04-20T04:16:47.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T04:16:49.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T04:16:49.625Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-20T04:16:49.625Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-20T04:16:49.625Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-20T04:16:49.887Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-20T04:16:49.887Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-20T04:16:49.887Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-20T04:16:50.463Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-20T04:16:50.724Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-20T04:16:50.985Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-20T04:16:50.985Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-20T04:16:50.985Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-20T04:16:51.247Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-20T04:16:51.247Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-20T04:16:51.247Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T04:16:51.247Z] OK: 173 MiB in 52 packages [2021-04-20T04:16:52.190Z] Removing intermediate container e07cd21c7deb [2021-04-20T04:16:52.190Z] ---> f965af755ac9 [2021-04-20T04:16:52.190Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-20T04:16:52.190Z] ---> Running in 088852bc1232 [2021-04-20T04:16:52.451Z] Removing intermediate container 088852bc1232 [2021-04-20T04:16:52.451Z] ---> 41ba3cfa04be [2021-04-20T04:16:52.451Z] Step 7/8 : COPY . . [2021-04-20T04:16:53.396Z] ---> 09f08be3ee6f [2021-04-20T04:16:53.396Z] Step 8/8 : RUN go mod download [2021-04-20T04:16:53.396Z] ---> Running in c1aaacbe9648 [2021-04-20T04:17:20.014Z] Removing intermediate container c1aaacbe9648 [2021-04-20T04:17:20.014Z] ---> dd5de6dc02f7 [2021-04-20T04:17:20.014Z] Successfully built dd5de6dc02f7 [2021-04-20T04:17:20.014Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:17:20.327Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T04:17:20.327Z] . [Pipeline] withDockerContainer [2021-04-20T04:17:20.446Z] prd-centos7-docker-4c-2g-1071 does not seem to be running inside a container [2021-04-20T04:17:20.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T04:17:21.214Z] $ docker top e946ecfd891ca7a814e64c5af91ffd0835dc5fffcb03e9a38f90e56d5bad7d92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T04:17:21.641Z] + go version [2021-04-20T04:17:21.641Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T04:17:21.656Z] $ docker stop --time=1 e946ecfd891ca7a814e64c5af91ffd0835dc5fffcb03e9a38f90e56d5bad7d92 [2021-04-20T04:17:23.002Z] $ docker rm -f e946ecfd891ca7a814e64c5af91ffd0835dc5fffcb03e9a38f90e56d5bad7d92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:17:23.478Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T04:17:23.478Z] . [Pipeline] withDockerContainer [2021-04-20T04:17:23.569Z] prd-centos7-docker-4c-2g-1071 does not seem to be running inside a container [2021-04-20T04:17:23.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T04:17:24.299Z] $ docker top ae90fd3f0ffa4437e3d3dfc2a88377053fd9ec7cdc455eed2d1efb8130798649 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T04:17:24.809Z] + make test [2021-04-20T04:17:24.809Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T04:17:26.231Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-20T04:17:44.541Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-20T04:17:44.541Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.342s coverage: 63.8% of statements [2021-04-20T04:17:44.541Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T04:17:48.814Z] gofmt -l . [2021-04-20T04:17:48.814Z] [ "`gofmt -l .`" = "" ] [2021-04-20T04:17:48.814Z] ./bin/test-attribution-txt.sh [2021-04-20T04:17:49.766Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-20T04:17:49.766Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-04-20T04:17:49.794Z] $ docker stop --time=1 ae90fd3f0ffa4437e3d3dfc2a88377053fd9ec7cdc455eed2d1efb8130798649 [2021-04-20T04:17:51.202Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1072 in /w/workspace/foundry_device-virtual-go_PR-186 [2021-04-20T04:17:51.481Z] $ docker rm -f ae90fd3f0ffa4437e3d3dfc2a88377053fd9ec7cdc455eed2d1efb8130798649 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-04-20T04:17:51.715Z] Running in /w/workspace/device-virtual-go/3 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] checkout Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:17:52.473Z] ---> job-cost.sh [2021-04-20T04:17:52.473Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-weuR [2021-04-20T04:17:57.327Z] using credential edgex-jenkins-ssh [2021-04-20T04:17:57.349Z] Cloning the remote Git repository [2021-04-20T04:17:57.406Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-04-20T04:17:57.515Z] > git init /w/workspace/device-virtual-go/3 # timeout=10 [2021-04-20T04:17:57.673Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-20T04:17:57.674Z] > git --version # timeout=10 [2021-04-20T04:17:57.724Z] > git --version # 'git version 2.17.1' [2021-04-20T04:17:57.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T04:17:57.798Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T04:17:59.148Z] Merging remotes/origin/master commit f22f876e599b70c9e0b9005e06686315ad76e5c7 into PR head commit 33509ec2aba645f1738809980b950b97d1c0f001 [2021-04-20T04:17:59.381Z] Merge succeeded, producing 9bb419d3f456b8e2ca8bcc5e57daa75e42a83b1f [2021-04-20T04:17:59.382Z] Checking out Revision 9bb419d3f456b8e2ca8bcc5e57daa75e42a83b1f (PR-186) [2021-04-20T04:17:58.600Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-20T04:17:58.622Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T04:17:58.652Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-04-20T04:17:58.687Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-04-20T04:17:58.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T04:17:58.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/186/head:refs/remotes/origin/PR-186 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T04:17:59.172Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T04:17:59.184Z] > git checkout -f 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 [2021-04-20T04:17:59.264Z] > git remote # timeout=10 [2021-04-20T04:17:59.282Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T04:17:59.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T04:17:59.310Z] > git merge f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 [2021-04-20T04:17:59.360Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T04:17:59.393Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T04:17:59.407Z] > git checkout -f 9bb419d3f456b8e2ca8bcc5e57daa75e42a83b1f # timeout=10 [2021-04-20T04:18:03.628Z] Commit message: "Merge commit 'f22f876e599b70c9e0b9005e06686315ad76e5c7' into HEAD" [2021-04-20T04:18:03.641Z] > git rev-list --no-walk 33509ec2aba645f1738809980b950b97d1c0f001 # timeout=10 [2021-04-20T04:18:03.986Z] [2021-04-20T04:18:03.986Z] GitHub has been notified of this commit’s build result [2021-04-20T04:18:03.986Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T04:18:05.115Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T04:18:05.521Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T04:18:05.856Z] + sudo service docker restart [2021-04-20T04:18:05.857Z] + true [2021-04-20T04:18:07.414Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T04:18:08.534Z] provisioning config files... [2021-04-20T04:18:08.590Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/3@tmp/config8711499285112225608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:18:08.972Z] ---> docker-login.sh [2021-04-20T04:18:08.972Z] nexus3.edgexfoundry.org:10001 [2021-04-20T04:18:09.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:18:10.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:18:10.227Z] Configure a credential helper to remove this warning. See [2021-04-20T04:18:10.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:18:10.227Z] [2021-04-20T04:18:10.227Z] Login Succeeded [2021-04-20T04:18:10.227Z] nexus3.edgexfoundry.org:10002 [2021-04-20T04:18:10.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:18:10.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:18:10.781Z] Configure a credential helper to remove this warning. See [2021-04-20T04:18:10.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:18:10.781Z] [2021-04-20T04:18:10.781Z] Login Succeeded [2021-04-20T04:18:10.781Z] nexus3.edgexfoundry.org:10003 [2021-04-20T04:18:11.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:18:11.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:18:11.381Z] Configure a credential helper to remove this warning. See [2021-04-20T04:18:11.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:18:11.381Z] [2021-04-20T04:18:11.381Z] Login Succeeded [2021-04-20T04:18:11.381Z] nexus3.edgexfoundry.org:10004 [2021-04-20T04:18:11.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:18:11.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:18:11.933Z] Configure a credential helper to remove this warning. See [2021-04-20T04:18:11.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:18:11.933Z] [2021-04-20T04:18:11.933Z] Login Succeeded [2021-04-20T04:18:11.933Z] docker.io [2021-04-20T04:18:12.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T04:18:12.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T04:18:12.803Z] Configure a credential helper to remove this warning. See [2021-04-20T04:18:12.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T04:18:12.803Z] [2021-04-20T04:18:12.803Z] Login Succeeded [2021-04-20T04:18:12.803Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T04:18:12.824Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T04:18:13.140Z] ========================================================= [2021-04-20T04:18:13.140Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T04:18:13.140Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:18:13.491Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-20T04:18:13.765Z] Sending build context to Docker daemon 527.9kB [2021-04-20T04:18:13.765Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T04:18:13.765Z] Step 2/8 : FROM ${BASE} [2021-04-20T04:18:14.040Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T04:18:14.040Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T04:18:14.040Z] a4357932f1b6: Pulling fs layer [2021-04-20T04:18:14.040Z] 18c013af1878: Pulling fs layer [2021-04-20T04:18:14.040Z] 00ac8860ef70: Pulling fs layer [2021-04-20T04:18:14.040Z] 63d7cb157983: Pulling fs layer [2021-04-20T04:18:14.040Z] b116817d02f9: Pulling fs layer [2021-04-20T04:18:14.040Z] 745a02a5169b: Pulling fs layer [2021-04-20T04:18:14.040Z] 00ac8860ef70: Waiting [2021-04-20T04:18:14.040Z] 63d7cb157983: Waiting [2021-04-20T04:18:14.040Z] b116817d02f9: Waiting [2021-04-20T04:18:14.040Z] 745a02a5169b: Waiting [2021-04-20T04:18:14.040Z] 18c013af1878: Verifying Checksum [2021-04-20T04:18:14.040Z] 18c013af1878: Download complete [2021-04-20T04:18:14.040Z] 63d7cb157983: Verifying Checksum [2021-04-20T04:18:14.040Z] 63d7cb157983: Download complete [2021-04-20T04:18:14.040Z] b116817d02f9: Verifying Checksum [2021-04-20T04:18:14.040Z] b116817d02f9: Download complete [2021-04-20T04:18:14.040Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T04:18:14.040Z] 5f621e34cdf4: Download complete [2021-04-20T04:18:15.033Z] 5f621e34cdf4: Pull complete [2021-04-20T04:18:15.639Z] a4357932f1b6: Pull complete [2021-04-20T04:18:15.933Z] 18c013af1878: Pull complete [2021-04-20T04:18:16.208Z] 745a02a5169b: Verifying Checksum [2021-04-20T04:18:16.209Z] 745a02a5169b: Download complete [2021-04-20T04:18:17.192Z] 00ac8860ef70: Verifying Checksum [2021-04-20T04:18:17.192Z] 00ac8860ef70: Download complete [2021-04-20T04:18:27.352Z] 00ac8860ef70: Pull complete [2021-04-20T04:18:27.625Z] 63d7cb157983: Pull complete [2021-04-20T04:18:27.898Z] b116817d02f9: Pull complete [2021-04-20T04:18:32.238Z] 745a02a5169b: Pull complete [2021-04-20T04:18:32.238Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T04:18:32.238Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T04:18:32.238Z] ---> b7e6874047d6 [2021-04-20T04:18:32.238Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-20T04:18:34.072Z] lf-activate-venv(): INFO: Adding /tmp/venv-weuR/bin to PATH [2021-04-20T04:18:34.072Z] INFO: No Stack... [2021-04-20T04:18:34.072Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T04:18:34.072Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T04:18:34.240Z] ---> Running in 0232093e613a [2021-04-20T04:18:34.383Z] + cat /w/workspace/device-virtual-go/3/archives/cost.csv [2021-04-20T04:18:34.384Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T04:18:34.461Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [2021-04-20T04:18:34.467Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] did not exist. Created. [2021-04-20T04:18:34.468Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T04:18:34.795Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T04:18:34.839Z] Removing intermediate container 0232093e613a [2021-04-20T04:18:34.839Z] ---> 41cf0ac30943 [2021-04-20T04:18:34.839Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T04:18:34.839Z] ---> Running in b198b4b88c13 [2021-04-20T04:18:35.233Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T04:18:35.248Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T04:18:35.463Z] Failed in branch amd64 [2021-04-20T04:18:37.473Z] Removing intermediate container b198b4b88c13 [2021-04-20T04:18:37.473Z] ---> 9d476137ecc5 [2021-04-20T04:18:37.473Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev [2021-04-20T04:18:37.473Z] ---> Running in a8592eebe1e5 [2021-04-20T04:18:38.462Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T04:18:39.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T04:18:40.037Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-20T04:18:40.037Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-20T04:18:40.037Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-20T04:18:40.037Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-20T04:18:40.309Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-20T04:18:40.309Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-20T04:18:40.309Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-20T04:18:40.910Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-20T04:18:40.910Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-20T04:18:40.910Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-20T04:18:40.910Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-20T04:18:41.181Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-20T04:18:41.181Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-20T04:18:41.454Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T04:18:41.454Z] OK: 149 MiB in 52 packages [2021-04-20T04:18:43.426Z] Removing intermediate container a8592eebe1e5 [2021-04-20T04:18:43.426Z] ---> 9bf0dc329311 [2021-04-20T04:18:43.426Z] Step 6/8 : WORKDIR /device-virtual-go [2021-04-20T04:18:43.426Z] ---> Running in 0418c7c6c4fe [2021-04-20T04:18:43.701Z] Removing intermediate container 0418c7c6c4fe [2021-04-20T04:18:43.701Z] ---> f25eeb131cdc [2021-04-20T04:18:43.701Z] Step 7/8 : COPY . . [2021-04-20T04:18:44.691Z] ---> da39475ff8aa [2021-04-20T04:18:44.691Z] Step 8/8 : RUN go mod download [2021-04-20T04:18:44.691Z] ---> Running in a8de696c68b3 [2021-04-20T04:19:11.506Z] Removing intermediate container a8de696c68b3 [2021-04-20T04:19:11.506Z] ---> a66a0bc7fc9b [2021-04-20T04:19:11.506Z] Successfully built a66a0bc7fc9b [2021-04-20T04:19:11.506Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:19:11.848Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T04:19:11.848Z] . [Pipeline] withDockerContainer [2021-04-20T04:19:12.135Z] prd-ubuntu18.04-docker-arm64-4c-16g-1072 does not seem to be running inside a container [2021-04-20T04:19:12.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T04:19:13.631Z] $ docker top 6873aa671b7c2282eb8c786936fa7663536f0f48a8a32a9c767c8eccb377e527 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T04:19:14.537Z] + go version [2021-04-20T04:19:14.537Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T04:19:14.562Z] $ docker stop --time=1 6873aa671b7c2282eb8c786936fa7663536f0f48a8a32a9c767c8eccb377e527 [2021-04-20T04:19:16.436Z] $ docker rm -f 6873aa671b7c2282eb8c786936fa7663536f0f48a8a32a9c767c8eccb377e527 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:19:17.147Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T04:19:17.148Z] . [Pipeline] withDockerContainer [2021-04-20T04:19:17.418Z] prd-ubuntu18.04-docker-arm64-4c-16g-1072 does not seem to be running inside a container [2021-04-20T04:19:17.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/3 -v /w/workspace/device-virtual-go/3:/w/workspace/device-virtual-go/3:rw,z -v /w/workspace/device-virtual-go/3@tmp:/w/workspace/device-virtual-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T04:19:19.020Z] $ docker top 4faf21979fb671ee3fa8a579f5cb0a22fcd00d638ded667d5ba649d4e398f8a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T04:19:19.989Z] + make test [2021-04-20T04:19:19.989Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T04:19:21.440Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-04-20T04:20:18.044Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-04-20T04:20:18.045Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.429s coverage: 63.8% of statements [2021-04-20T04:20:18.045Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T04:20:28.268Z] gofmt -l . [2021-04-20T04:20:28.268Z] [ "`gofmt -l .`" = "" ] [2021-04-20T04:20:28.268Z] ./bin/test-attribution-txt.sh [2021-04-20T04:20:29.248Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-20T04:20:29.248Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-04-20T04:20:29.278Z] $ docker stop --time=1 4faf21979fb671ee3fa8a579f5cb0a22fcd00d638ded667d5ba649d4e398f8a7 [2021-04-20T04:20:31.425Z] $ docker rm -f 4faf21979fb671ee3fa8a579f5cb0a22fcd00d638ded667d5ba649d4e398f8a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:20:32.424Z] ---> job-cost.sh [2021-04-20T04:20:32.424Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AMrW [2021-04-20T04:21:11.409Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T04:22:48.200Z] lf-activate-venv(): INFO: Adding /tmp/venv-AMrW/bin to PATH [2021-04-20T04:22:48.200Z] INFO: No Stack... [2021-04-20T04:22:48.200Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T04:22:48.200Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T04:22:48.562Z] + cut -d, -f6 [2021-04-20T04:22:48.563Z] + cat /w/workspace/device-virtual-go/3/archives/cost.csv [Pipeline] lock [2021-04-20T04:22:48.933Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [2021-04-20T04:22:48.942Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] did not exist. Created. [2021-04-20T04:22:48.942Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T04:22:49.408Z] /w/workspace/device-virtual-go/3@tmp/durable-6343a86a/script.sh: 1: /w/workspace/device-virtual-go/3@tmp/durable-6343a86a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-20T04:22:49.825Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T04:22:49.861Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T04:22:50.615Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T04:22:50.626Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-186-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T04:22:50.786Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:22:52.220Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:22:52.526Z] ---> package-listing.sh [2021-04-20T04:22:52.526Z] ++ facter osfamily [2021-04-20T04:22:52.526Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T04:22:52.526Z] + OS_FAMILY=redhat [2021-04-20T04:22:52.526Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-186 [2021-04-20T04:22:52.526Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T04:22:52.526Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T04:22:52.526Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T04:22:52.526Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T04:22:52.526Z] + '[' /w/workspace/foundry_device-virtual-go_PR-186 ']' [2021-04-20T04:22:52.526Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T04:22:52.526Z] + case "${OS_FAMILY}" in [2021-04-20T04:22:52.526Z] + rpm -qa [2021-04-20T04:22:52.526Z] + sort [2021-04-20T04:22:56.856Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T04:22:56.856Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T04:22:56.856Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T04:22:56.856Z] + '[' /w/workspace/foundry_device-virtual-go_PR-186 ']' [2021-04-20T04:22:56.856Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-186/archives/ [2021-04-20T04:22:56.856Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-186/archives/ [Pipeline] echo [2021-04-20T04:22:56.873Z] 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-186/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T04:22:57.169Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:22:57.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T04:22:57.482Z] [2021-04-20T04:22:57.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T04:22:57.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T04:22:57.801Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T04:22:57.801Z] df20fa9351a1: Pulling fs layer [2021-04-20T04:22:57.801Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T04:22:57.801Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T04:22:57.801Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T04:22:57.801Z] 93b61091891f: Pulling fs layer [2021-04-20T04:22:57.801Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T04:22:57.801Z] 5e14af77c1be: Pulling fs layer [2021-04-20T04:22:57.801Z] 01666e4c0597: Pulling fs layer [2021-04-20T04:22:57.801Z] aa168da1d23b: Pulling fs layer [2021-04-20T04:22:57.801Z] 93b9cdb0e59b: Waiting [2021-04-20T04:22:57.801Z] 5e14af77c1be: Waiting [2021-04-20T04:22:57.801Z] 01666e4c0597: Waiting [2021-04-20T04:22:57.801Z] aa168da1d23b: Waiting [2021-04-20T04:22:57.801Z] 93b61091891f: Waiting [2021-04-20T04:22:57.801Z] 46f8f816bc3b: Waiting [2021-04-20T04:22:58.067Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T04:22:58.067Z] 36b3adc4ff6f: Download complete [2021-04-20T04:22:58.067Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T04:22:58.067Z] 46f8f816bc3b: Download complete [2021-04-20T04:22:58.067Z] df20fa9351a1: Verifying Checksum [2021-04-20T04:22:58.067Z] df20fa9351a1: Download complete [2021-04-20T04:22:58.067Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T04:22:58.067Z] 93b9cdb0e59b: Download complete [2021-04-20T04:22:58.067Z] 5e14af77c1be: Verifying Checksum [2021-04-20T04:22:58.067Z] 5e14af77c1be: Download complete [2021-04-20T04:22:58.067Z] 93b61091891f: Verifying Checksum [2021-04-20T04:22:58.067Z] 93b61091891f: Download complete [2021-04-20T04:22:58.067Z] 01666e4c0597: Verifying Checksum [2021-04-20T04:22:58.067Z] 01666e4c0597: Download complete [2021-04-20T04:22:58.342Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T04:22:58.342Z] 8ad3a11d3b57: Download complete [2021-04-20T04:22:58.342Z] df20fa9351a1: Pull complete [2021-04-20T04:22:58.607Z] 36b3adc4ff6f: Pull complete [2021-04-20T04:22:59.190Z] 8ad3a11d3b57: Pull complete [2021-04-20T04:22:59.457Z] 46f8f816bc3b: Pull complete [2021-04-20T04:23:00.414Z] aa168da1d23b: Verifying Checksum [2021-04-20T04:23:00.414Z] aa168da1d23b: Download complete [2021-04-20T04:23:00.680Z] 93b61091891f: Pull complete [2021-04-20T04:23:00.944Z] 93b9cdb0e59b: Pull complete [2021-04-20T04:23:01.209Z] 5e14af77c1be: Pull complete [2021-04-20T04:23:01.209Z] 01666e4c0597: Pull complete [2021-04-20T04:23:07.883Z] aa168da1d23b: Pull complete [2021-04-20T04:23:07.883Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T04:23:07.883Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T04:23:07.883Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T04:23:08.029Z] prd-centos7-docker-4c-2g-1070 does not seem to be running inside a container [2021-04-20T04:23:08.082Z] $ 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-186/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-186 -v /w/workspace/foundry_device-virtual-go_PR-186:/w/workspace/foundry_device-virtual-go_PR-186:rw,z -v /w/workspace/foundry_device-virtual-go_PR-186@tmp:/w/workspace/foundry_device-virtual-go_PR-186@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T04:23:11.361Z] $ docker top 170fac6897f8da94656a0223120acae6c6ac6d7db54cb54bffb974f44a18b6f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T04:23:11.805Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T04:23:12.108Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T04:23:12.411Z] + ls /var/log/sa-host [2021-04-20T04:23:12.412Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T04:23:12.412Z] file_magic: OK [2021-04-20T04:23:12.412Z] HZ: Using current value: 100 [2021-04-20T04:23:12.412Z] file_header: OK [2021-04-20T04:23:12.412Z] 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-20T04:23:12.412Z] Statistics: [2021-04-20T04:23:12.412Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T04:23:12.412Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T04:23:12.412Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T04:23:12.412Z] file_magic: OK [2021-04-20T04:23:12.412Z] HZ: Using current value: 100 [2021-04-20T04:23:12.412Z] file_header: OK [2021-04-20T04:23:12.412Z] 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-20T04:23:12.412Z] Statistics: [2021-04-20T04:23:12.412Z] Hnuu...uuuununununu... [2021-04-20T04:23:12.412Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T04:23:13.085Z] provisioning config files... [2021-04-20T04:23:13.102Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-186@tmp/config279708848788470623tmp [Pipeline] { [Pipeline] echo [2021-04-20T04:23:13.126Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:23:13.426Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T04:23:13.439Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T04:23:13.474Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:23:13.775Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T04:23:13.786Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:23:14.082Z] ---> sudo-logs.sh [2021-04-20T04:23:14.082Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T04:23:14.142Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:23:14.444Z] ---> job-cost.sh [2021-04-20T04:23:14.445Z] lf-activate-venv: SKIPPING [2021-04-20T04:23:14.445Z] DEBUG: total: 0.20999999344348907 [2021-04-20T04:23:14.445Z] INFO: Retrieving Stack Cost... [2021-04-20T04:23:15.392Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T04:23:15.966Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T04:23:15.980Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T04:23:16.285Z] ---> logs-deploy.sh [2021-04-20T04:23:16.286Z] lf-activate-venv: SKIPPING [2021-04-20T04:23:16.286Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-186/3 [2021-04-20T04:23:16.286Z] INFO: archiving workspace using pattern(s): [2021-04-20T04:23:18.208Z] Archives upload complete. [2021-04-20T04:23:18.208Z] INFO: archiving logs to Nexus