Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32054’ Running on prd-centos7-docker-4c-2g-32057 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e # timeout=10 Commit message: "Merge pull request #829 from hahattan/issue-688" > git rev-list --no-walk b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T17:01:05.642Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T17:01:05.944Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T17:01:06.049Z] ========================================================= [2021-03-30T17:01:06.049Z] EdgeX Global Pipelines Version Info [2021-03-30T17:01:06.049Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:01:08.014Z] ------------------- [2021-03-30T17:01:08.015Z] stable info: [2021-03-30T17:01:08.015Z] ------------------- [2021-03-30T17:01:08.015Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T17:01:08.015Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T17:01:08.015Z] Message: update stable to v1.0.186 [2021-03-30T17:01:08.588Z] ------------------- [2021-03-30T17:01:08.588Z] experimental info: [2021-03-30T17:01:08.588Z] ------------------- [2021-03-30T17:01:08.588Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T17:01:08.588Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T17:01:08.588Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T17:01:08.839Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-30T17:01:08.928Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-30T17:01:09.015Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T17:01:09.103Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T17:01:09.186Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T17:01:09.290Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T17:01:09.384Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T17:01:09.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T17:01:09.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-30T17:01:09.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T17:01:09.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T17:01:09.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-03-30T17:01:09.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T17:01:10.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T17:01:10.112Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-30T17:01:10.376Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T17:01:10.479Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T17:01:10.586Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T17:01:10.687Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T17:01:10.774Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-30T17:01:10.860Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-30T17:01:10.946Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-30T17:01:11.036Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-30T17:01:11.122Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-30T17:01:11.214Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-30T17:01:11.298Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T17:01:11.402Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-30T17:01:11.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-30T17:01:11.595Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-30T17:01:11.685Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e [Pipeline] echo [2021-03-30T17:01:11.792Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89eeca7 [Pipeline] echo [2021-03-30T17:01:11.971Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T17:01:12.137Z] provisioning config files... [2021-03-30T17:01:12.165Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7262851926572343015tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:01:12.519Z] ---> docker-login.sh [2021-03-30T17:01:12.519Z] nexus3.edgexfoundry.org:10001 [2021-03-30T17:01:12.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:01:12.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:01:12.824Z] Configure a credential helper to remove this warning. See [2021-03-30T17:01:12.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:01:12.824Z] [2021-03-30T17:01:12.824Z] Login Succeeded [2021-03-30T17:01:12.824Z] nexus3.edgexfoundry.org:10002 [2021-03-30T17:01:13.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:01:13.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:01:13.089Z] Configure a credential helper to remove this warning. See [2021-03-30T17:01:13.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:01:13.089Z] [2021-03-30T17:01:13.089Z] Login Succeeded [2021-03-30T17:01:13.089Z] nexus3.edgexfoundry.org:10003 [2021-03-30T17:01:13.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:01:13.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:01:13.351Z] Configure a credential helper to remove this warning. See [2021-03-30T17:01:13.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:01:13.351Z] [2021-03-30T17:01:13.351Z] Login Succeeded [2021-03-30T17:01:13.351Z] nexus3.edgexfoundry.org:10004 [2021-03-30T17:01:13.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:01:13.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:01:13.351Z] Configure a credential helper to remove this warning. See [2021-03-30T17:01:13.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:01:13.351Z] [2021-03-30T17:01:13.351Z] Login Succeeded [2021-03-30T17:01:13.351Z] docker.io [2021-03-30T17:01:13.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:01:13.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:01:13.876Z] Configure a credential helper to remove this warning. See [2021-03-30T17:01:13.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:01:13.876Z] [2021-03-30T17:01:13.876Z] Login Succeeded [2021-03-30T17:01:13.876Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T17:01:13.886Z] 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-03-30T17:01:14.808Z] + git log --format=format:%s -1 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e [Pipeline] echo [2021-03-30T17:01:14.874Z] GIT_COMMIT: 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e, Commit Message: Merge pull request #829 from hahattan/issue-688 [Pipeline] echo [2021-03-30T17:01:14.917Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:01:15.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:01:15.527Z] [2021-03-30T17:01:15.527Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:01:15.906Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:01:15.906Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T17:01:15.906Z] 31603596830f: Pulling fs layer [2021-03-30T17:01:15.906Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T17:01:15.906Z] 6ca5941a6612: Pulling fs layer [2021-03-30T17:01:15.906Z] ecc8261a40a4: Pulling fs layer [2021-03-30T17:01:15.906Z] ecc8261a40a4: Waiting [2021-03-30T17:01:15.906Z] 2a8b12db71e7: Verifying Checksum [2021-03-30T17:01:15.906Z] 2a8b12db71e7: Download complete [2021-03-30T17:01:15.906Z] 31603596830f: Verifying Checksum [2021-03-30T17:01:15.907Z] 31603596830f: Download complete [2021-03-30T17:01:16.173Z] ecc8261a40a4: Verifying Checksum [2021-03-30T17:01:16.173Z] ecc8261a40a4: Download complete [2021-03-30T17:01:16.173Z] 6ca5941a6612: Verifying Checksum [2021-03-30T17:01:16.173Z] 6ca5941a6612: Download complete [2021-03-30T17:01:16.438Z] 31603596830f: Pull complete [2021-03-30T17:01:16.438Z] 2a8b12db71e7: Pull complete [2021-03-30T17:01:17.392Z] 6ca5941a6612: Pull complete [2021-03-30T17:01:17.392Z] ecc8261a40a4: Pull complete [2021-03-30T17:01:17.654Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T17:01:17.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:01:17.655Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T17:01:17.754Z] prd-centos7-docker-4c-2g-32057 does not seem to be running inside a container [2021-03-30T17:01:17.808Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T17:01:19.868Z] $ docker top 51da4068ec98633a6ec27ffc5a7650021d35cf0142998dd52f8f60bda4ffe706 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T17:01:20.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:01:20.289Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:01:20.508Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:01:20.510Z] $ docker exec 51da4068ec98633a6ec27ffc5a7650021d35cf0142998dd52f8f60bda4ffe706 ssh-agent [2021-03-30T17:01:20.690Z] SSH_AUTH_SOCK=/tmp/ssh-mrwrlBiAocUX/agent.11 [2021-03-30T17:01:20.690Z] SSH_AGENT_PID=17 [2021-03-30T17:01:20.699Z] Running ssh-add (command line suppressed) [2021-03-30T17:01:20.881Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_156412262527508634.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_156412262527508634.key) [2021-03-30T17:01:20.964Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:01:21.308Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T17:01:21.331Z] $ docker exec --env ******** --env ******** 51da4068ec98633a6ec27ffc5a7650021d35cf0142998dd52f8f60bda4ffe706 ssh-agent -k [2021-03-30T17:01:21.449Z] unset SSH_AUTH_SOCK; [2021-03-30T17:01:21.450Z] unset SSH_AGENT_PID; [2021-03-30T17:01:21.450Z] echo Agent pid 17 killed; [2021-03-30T17:01:21.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T17:01:21.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:01:21.673Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:01:21.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:01:21.847Z] $ docker exec 51da4068ec98633a6ec27ffc5a7650021d35cf0142998dd52f8f60bda4ffe706 ssh-agent [2021-03-30T17:01:22.014Z] SSH_AUTH_SOCK=/tmp/ssh-GVSEnVcVg9Bm/agent.46 [2021-03-30T17:01:22.014Z] SSH_AGENT_PID=52 [2021-03-30T17:01:22.021Z] Running ssh-add (command line suppressed) [2021-03-30T17:01:22.134Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_672974536395106341.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_672974536395106341.key) [2021-03-30T17:01:22.191Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:01:22.565Z] + git semver init [2021-03-30T17:01:22.565Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T17:01:22.565Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-30T17:01:22.565Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-30T17:01:22.565Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T17:01:22.565Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T17:01:22.565Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T17:01:22.565Z] # $SEMVER_BRANCH = master [2021-03-30T17:01:22.565Z] # $SEMVER_TEMP = /tmp/semver-841227862 [2021-03-30T17:01:22.565Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-30T17:01:23.140Z] # '/tmp/semver-841227862' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-03-30T17:01:23.140Z] # -> Force: false [2021-03-30T17:01:23.140Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-30T17:01:23.152Z] $ docker exec --env ******** --env ******** 51da4068ec98633a6ec27ffc5a7650021d35cf0142998dd52f8f60bda4ffe706 ssh-agent -k [2021-03-30T17:01:23.262Z] unset SSH_AUTH_SOCK; [2021-03-30T17:01:23.262Z] unset SSH_AGENT_PID; [2021-03-30T17:01:23.262Z] echo Agent pid 52 killed; [2021-03-30T17:01:23.319Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T17:01:23.784Z] + git semver [Pipeline] } [2021-03-30T17:01:23.798Z] $ docker stop --time=1 51da4068ec98633a6ec27ffc5a7650021d35cf0142998dd52f8f60bda4ffe706 [2021-03-30T17:01:25.175Z] $ docker rm -f 51da4068ec98633a6ec27ffc5a7650021d35cf0142998dd52f8f60bda4ffe706 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T17:01:25.699Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T17:01:26.118Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T17:01:26.121Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.29 [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-03-30T17:01:41.631Z] Still waiting to schedule task [2021-03-30T17:01:41.631Z] ‘prd-centos7-docker-4c-2g-32058’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-30T17:01:41.633Z] Still waiting to schedule task [2021-03-30T17:01:41.633Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-30T17:04:07.680Z] Running on prd-centos7-docker-4c-2g-32060 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-30T17:04:07.739Z] Running in /w/workspace/device-sdk-go/134 [Pipeline] { [Pipeline] checkout [2021-03-30T17:04:10.553Z] using credential edgex-jenkins-ssh [2021-03-30T17:04:10.631Z] Cloning the remote Git repository [2021-03-30T17:04:10.663Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-30T17:04:10.733Z] > git init /w/workspace/device-sdk-go/134 # timeout=10 [2021-03-30T17:04:10.794Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-30T17:04:10.795Z] > git --version # timeout=10 [2021-03-30T17:04:10.801Z] > git --version # 'git version 2.24.3' [2021-03-30T17:04:10.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T17:04:10.847Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T17:04:12.018Z] Checking out Revision 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e (master) [2021-03-30T17:04:11.567Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-30T17:04:11.575Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T17:04:11.595Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-30T17:04:11.611Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-30T17:04:11.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T17:04:11.617Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T17:04:12.026Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T17:04:12.031Z] > git checkout -f 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e # timeout=10 [2021-03-30T17:04:15.756Z] Commit message: "Merge pull request #829 from hahattan/issue-688" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T17:04:17.061Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:04:17.393Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:04:17.707Z] + sudo service docker restart [2021-03-30T17:04:17.707Z] + true [2021-03-30T17:04:17.707Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T17:04:19.160Z] provisioning config files... [2021-03-30T17:04:19.189Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/134@tmp/config5889868640232197153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:04:19.562Z] ---> docker-login.sh [2021-03-30T17:04:19.562Z] nexus3.edgexfoundry.org:10001 [2021-03-30T17:04:19.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:20.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:20.093Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:20.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:20.093Z] [2021-03-30T17:04:20.093Z] Login Succeeded [2021-03-30T17:04:20.093Z] nexus3.edgexfoundry.org:10002 [2021-03-30T17:04:20.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:20.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:20.093Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:20.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:20.093Z] [2021-03-30T17:04:20.093Z] Login Succeeded [2021-03-30T17:04:20.359Z] nexus3.edgexfoundry.org:10003 [2021-03-30T17:04:20.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:20.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:20.359Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:20.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:20.359Z] [2021-03-30T17:04:20.359Z] Login Succeeded [2021-03-30T17:04:20.359Z] nexus3.edgexfoundry.org:10004 [2021-03-30T17:04:20.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:20.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:20.632Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:20.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:20.632Z] [2021-03-30T17:04:20.632Z] Login Succeeded [2021-03-30T17:04:20.632Z] docker.io [2021-03-30T17:04:20.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:20.897Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:20.897Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:20.897Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:20.897Z] [2021-03-30T17:04:20.897Z] Login Succeeded [2021-03-30T17:04:20.907Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T17:04:20.909Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-30T17:04:21.288Z] ========================================================= [2021-03-30T17:04:21.288Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T17:04:21.288Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:04:21.632Z] + 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-03-30T17:04:21.632Z] Sending build context to Docker daemon 2.35MB [2021-03-30T17:04:21.632Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:04:21.632Z] Step 2/8 : FROM ${BASE} [2021-03-30T17:04:21.896Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T17:04:21.896Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T17:04:21.896Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T17:04:21.896Z] de9db76c5a1d: Pulling fs layer [2021-03-30T17:04:21.896Z] bca2f99d35d6: Pulling fs layer [2021-03-30T17:04:21.896Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T17:04:21.896Z] 7c6f9722023f: Pulling fs layer [2021-03-30T17:04:21.896Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T17:04:21.896Z] 93359f2a8cfa: Waiting [2021-03-30T17:04:21.896Z] bca2f99d35d6: Waiting [2021-03-30T17:04:21.896Z] 7c6f9722023f: Waiting [2021-03-30T17:04:21.896Z] a35cf1a2eb13: Waiting [2021-03-30T17:04:21.896Z] de9db76c5a1d: Verifying Checksum [2021-03-30T17:04:21.896Z] de9db76c5a1d: Download complete [2021-03-30T17:04:21.896Z] 0ef7d3d256c8: Download complete [2021-03-30T17:04:21.896Z] 93359f2a8cfa: Verifying Checksum [2021-03-30T17:04:21.896Z] 93359f2a8cfa: Download complete [2021-03-30T17:04:21.896Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T17:04:21.896Z] 188c0c94c7c5: Download complete [2021-03-30T17:04:21.896Z] 7c6f9722023f: Verifying Checksum [2021-03-30T17:04:21.896Z] 7c6f9722023f: Download complete [2021-03-30T17:04:22.166Z] 188c0c94c7c5: Pull complete [2021-03-30T17:04:22.429Z] 0ef7d3d256c8: Pull complete [2021-03-30T17:04:22.429Z] de9db76c5a1d: Pull complete [2021-03-30T17:04:24.359Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T17:04:24.359Z] a35cf1a2eb13: Download complete [2021-03-30T17:04:24.625Z] bca2f99d35d6: Verifying Checksum [2021-03-30T17:04:24.625Z] bca2f99d35d6: Download complete [2021-03-30T17:04:29.972Z] bca2f99d35d6: Pull complete [2021-03-30T17:04:29.972Z] 93359f2a8cfa: Pull complete [2021-03-30T17:04:30.240Z] 7c6f9722023f: Pull complete [2021-03-30T17:04:33.034Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32059 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-30T17:04:33.098Z] Running in /w/workspace/device-sdk-go/134 [Pipeline] { [Pipeline] checkout [2021-03-30T17:04:38.172Z] using credential edgex-jenkins-ssh [2021-03-30T17:04:38.230Z] Cloning the remote Git repository [2021-03-30T17:04:38.436Z] a35cf1a2eb13: Pull complete [2021-03-30T17:04:38.436Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T17:04:38.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T17:04:38.436Z] ---> a62c8e92a672 [2021-03-30T17:04:38.436Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T17:04:38.436Z] ---> Running in ef0190be2623 [2021-03-30T17:04:38.436Z] Removing intermediate container ef0190be2623 [2021-03-30T17:04:38.436Z] ---> 7255771b0a2d [2021-03-30T17:04:38.436Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:04:38.436Z] ---> Running in 4b0699541180 [2021-03-30T17:04:38.284Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-30T17:04:38.399Z] > git init /w/workspace/device-sdk-go/134 # timeout=10 [2021-03-30T17:04:38.477Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-30T17:04:38.478Z] > git --version # timeout=10 [2021-03-30T17:04:38.493Z] > git --version # 'git version 2.17.1' [2021-03-30T17:04:38.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T17:04:38.568Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T17:04:39.398Z] Removing intermediate container 4b0699541180 [2021-03-30T17:04:39.398Z] ---> a2297a42727d [2021-03-30T17:04:39.398Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-03-30T17:04:39.398Z] ---> Running in b5580fa76111 [2021-03-30T17:04:40.220Z] Checking out Revision 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e (master) [2021-03-30T17:04:40.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T17:04:39.647Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-30T17:04:39.678Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T17:04:39.701Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-30T17:04:39.740Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-30T17:04:39.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T17:04:39.751Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T17:04:40.236Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T17:04:40.250Z] > git checkout -f 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e # timeout=10 [2021-03-30T17:04:40.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T17:04:41.521Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-30T17:04:41.521Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-30T17:04:41.784Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-30T17:04:41.784Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-30T17:04:41.785Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T17:04:42.048Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-30T17:04:42.048Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:04:42.048Z] OK: 167 MiB in 45 packages [2021-03-30T17:04:42.642Z] Removing intermediate container b5580fa76111 [2021-03-30T17:04:42.642Z] ---> 8e606ea76139 [2021-03-30T17:04:42.642Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-30T17:04:42.906Z] ---> Running in e86b4daf03ec [2021-03-30T17:04:42.906Z] Removing intermediate container e86b4daf03ec [2021-03-30T17:04:42.906Z] ---> bfdfc74366eb [2021-03-30T17:04:42.906Z] Step 7/8 : COPY . . [2021-03-30T17:04:43.858Z] ---> 5ad18cb73d53 [2021-03-30T17:04:43.858Z] Step 8/8 : RUN go mod download [2021-03-30T17:04:43.858Z] ---> Running in 414babbfd2ba [2021-03-30T17:04:44.676Z] Commit message: "Merge pull request #829 from hahattan/issue-688" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T17:04:46.060Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:04:46.495Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T17:04:46.843Z] + true [2021-03-30T17:04:46.843Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-30T17:04:49.579Z] provisioning config files... [2021-03-30T17:04:49.612Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/134@tmp/config5119390031758060672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:04:50.128Z] ---> docker-login.sh [2021-03-30T17:04:50.128Z] nexus3.edgexfoundry.org:10001 [2021-03-30T17:04:51.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:51.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:51.392Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:51.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:51.392Z] [2021-03-30T17:04:51.392Z] Login Succeeded [2021-03-30T17:04:51.392Z] nexus3.edgexfoundry.org:10002 [2021-03-30T17:04:51.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:51.942Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:51.942Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:51.942Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:51.942Z] [2021-03-30T17:04:51.942Z] Login Succeeded [2021-03-30T17:04:51.942Z] nexus3.edgexfoundry.org:10003 [2021-03-30T17:04:52.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:52.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:52.217Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:52.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:52.217Z] [2021-03-30T17:04:52.217Z] Login Succeeded [2021-03-30T17:04:52.217Z] nexus3.edgexfoundry.org:10004 [2021-03-30T17:04:52.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:52.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:52.816Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:52.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:52.816Z] [2021-03-30T17:04:52.816Z] Login Succeeded [2021-03-30T17:04:52.816Z] docker.io [2021-03-30T17:04:53.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-30T17:04:53.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-30T17:04:53.695Z] Configure a credential helper to remove this warning. See [2021-03-30T17:04:53.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-30T17:04:53.695Z] [2021-03-30T17:04:53.695Z] Login Succeeded [2021-03-30T17:04:53.695Z] ---> docker-login.sh ends [Pipeline] } [2021-03-30T17:04:53.713Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-30T17:04:54.140Z] ========================================================= [2021-03-30T17:04:54.140Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-30T17:04:54.140Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:04:54.521Z] + 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-03-30T17:04:54.797Z] Sending build context to Docker daemon 2.323MB [2021-03-30T17:04:55.076Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:04:55.076Z] Step 2/8 : FROM ${BASE} [2021-03-30T17:04:55.076Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-30T17:04:55.076Z] 5f621e34cdf4: Pulling fs layer [2021-03-30T17:04:55.076Z] a4357932f1b6: Pulling fs layer [2021-03-30T17:04:55.076Z] 18c013af1878: Pulling fs layer [2021-03-30T17:04:55.076Z] 00ac8860ef70: Pulling fs layer [2021-03-30T17:04:55.076Z] 63d7cb157983: Pulling fs layer [2021-03-30T17:04:55.076Z] b116817d02f9: Pulling fs layer [2021-03-30T17:04:55.076Z] 745a02a5169b: Pulling fs layer [2021-03-30T17:04:55.076Z] 63d7cb157983: Waiting [2021-03-30T17:04:55.076Z] b116817d02f9: Waiting [2021-03-30T17:04:55.076Z] 745a02a5169b: Waiting [2021-03-30T17:04:55.076Z] 18c013af1878: Verifying Checksum [2021-03-30T17:04:55.076Z] 18c013af1878: Download complete [2021-03-30T17:04:55.076Z] a4357932f1b6: Verifying Checksum [2021-03-30T17:04:55.076Z] a4357932f1b6: Download complete [2021-03-30T17:04:55.076Z] 63d7cb157983: Verifying Checksum [2021-03-30T17:04:55.076Z] 63d7cb157983: Download complete [2021-03-30T17:04:55.076Z] b116817d02f9: Verifying Checksum [2021-03-30T17:04:55.076Z] b116817d02f9: Download complete [2021-03-30T17:04:55.076Z] 5f621e34cdf4: Verifying Checksum [2021-03-30T17:04:55.076Z] 5f621e34cdf4: Download complete [2021-03-30T17:04:55.676Z] 5f621e34cdf4: Pull complete [2021-03-30T17:04:56.281Z] a4357932f1b6: Pull complete [2021-03-30T17:04:56.887Z] 18c013af1878: Pull complete [2021-03-30T17:04:57.496Z] 745a02a5169b: Verifying Checksum [2021-03-30T17:04:57.496Z] 745a02a5169b: Download complete [2021-03-30T17:04:58.936Z] 00ac8860ef70: Verifying Checksum [2021-03-30T17:04:58.936Z] 00ac8860ef70: Download complete [2021-03-30T17:05:06.036Z] Removing intermediate container 414babbfd2ba [2021-03-30T17:05:06.036Z] ---> 03d903bf5346 [2021-03-30T17:05:06.036Z] Successfully built 03d903bf5346 [2021-03-30T17:05:06.036Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:05:06.358Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T17:05:06.358Z] . [Pipeline] withDockerContainer [2021-03-30T17:05:06.594Z] prd-centos7-docker-4c-2g-32060 does not seem to be running inside a container [2021-03-30T17:05:06.764Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/134 -v /w/workspace/device-sdk-go/134:/w/workspace/device-sdk-go/134:rw,z -v /w/workspace/device-sdk-go/134@tmp:/w/workspace/device-sdk-go/134@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 ******** ci-base-image-x86_64 cat [2021-03-30T17:05:08.017Z] $ docker top b58ea029638bbac79b16bdda1c7a2765f2c5efdd6104df4a8614f3115ef5dd5c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:05:08.537Z] + go version [2021-03-30T17:05:08.537Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T17:05:08.554Z] $ docker stop --time=1 b58ea029638bbac79b16bdda1c7a2765f2c5efdd6104df4a8614f3115ef5dd5c [2021-03-30T17:05:09.102Z] 00ac8860ef70: Pull complete [2021-03-30T17:05:09.102Z] 63d7cb157983: Pull complete [2021-03-30T17:05:09.102Z] b116817d02f9: Pull complete [2021-03-30T17:05:09.933Z] $ docker rm -f b58ea029638bbac79b16bdda1c7a2765f2c5efdd6104df4a8614f3115ef5dd5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:05:10.962Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T17:05:10.962Z] . [Pipeline] withDockerContainer [2021-03-30T17:05:11.186Z] prd-centos7-docker-4c-2g-32060 does not seem to be running inside a container [2021-03-30T17:05:11.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/134 -v /w/workspace/device-sdk-go/134:/w/workspace/device-sdk-go/134:rw,z -v /w/workspace/device-sdk-go/134@tmp:/w/workspace/device-sdk-go/134@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 ******** ci-base-image-x86_64 cat [2021-03-30T17:05:11.986Z] $ docker top e013adb33897b2a39fcf7dae046df4cc32bcea4ec954e41e9daba1844f910c76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:05:12.506Z] 745a02a5169b: Pull complete [2021-03-30T17:05:12.506Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-30T17:05:12.506Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-30T17:05:12.506Z] ---> b7e6874047d6 [2021-03-30T17:05:12.506Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T17:05:12.677Z] + make test [2021-03-30T17:05:12.677Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T17:05:15.922Z] ---> Running in 16d437875fed [2021-03-30T17:05:15.922Z] Removing intermediate container 16d437875fed [2021-03-30T17:05:15.922Z] ---> 118f4878fa7e [2021-03-30T17:05:15.922Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:05:16.196Z] ---> Running in 979a12dd44f8 [2021-03-30T17:05:18.830Z] Removing intermediate container 979a12dd44f8 [2021-03-30T17:05:18.830Z] ---> e2a2f6e73761 [2021-03-30T17:05:18.830Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-03-30T17:05:18.830Z] ---> Running in 834d887cda9c [2021-03-30T17:05:19.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T17:05:20.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T17:05:20.973Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-30T17:05:21.388Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-30T17:05:21.388Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-30T17:05:21.388Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-30T17:05:21.661Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-30T17:05:21.661Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-30T17:05:21.936Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-30T17:05:21.936Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:05:21.936Z] OK: 144 MiB in 45 packages [2021-03-30T17:05:23.423Z] Removing intermediate container 834d887cda9c [2021-03-30T17:05:23.423Z] ---> 04abc817cf9d [2021-03-30T17:05:23.423Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-30T17:05:23.423Z] ---> Running in e70396d05cd9 [2021-03-30T17:05:24.017Z] Removing intermediate container e70396d05cd9 [2021-03-30T17:05:24.017Z] ---> 429c4e11d823 [2021-03-30T17:05:24.017Z] Step 7/8 : COPY . . [2021-03-30T17:05:25.452Z] ---> 80f8853af4c9 [2021-03-30T17:05:25.452Z] Step 8/8 : RUN go mod download [2021-03-30T17:05:25.452Z] ---> Running in ba7109e9ba7a [2021-03-30T17:05:43.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-30T17:05:43.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-30T17:05:43.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-30T17:05:43.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-30T17:05:43.246Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-30T17:05:45.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.075s coverage: 27.0% of statements [2021-03-30T17:05:45.854Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.089s coverage: 81.2% of statements [2021-03-30T17:05:46.445Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.087s coverage: 7.8% of statements [2021-03-30T17:05:46.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-30T17:05:46.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-03-30T17:05:46.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-30T17:05:46.445Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.108s coverage: 32.5% of statements [2021-03-30T17:05:46.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-30T17:05:46.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-30T17:05:46.445Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-30T17:05:47.036Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.124s coverage: 57.3% of statements [2021-03-30T17:05:48.008Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.235s coverage: 6.6% of statements [2021-03-30T17:05:48.008Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 5.0% of statements [2021-03-30T17:05:48.008Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-30T17:05:48.008Z] GO111MODULE=on go vet ./... [2021-03-30T17:05:52.291Z] Removing intermediate container ba7109e9ba7a [2021-03-30T17:05:52.291Z] ---> 55b982cc8d71 [2021-03-30T17:05:52.291Z] Successfully built 55b982cc8d71 [2021-03-30T17:05:52.291Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:05:52.639Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T17:05:52.639Z] . [Pipeline] withDockerContainer [2021-03-30T17:05:52.932Z] prd-ubuntu18.04-docker-arm64-4c-16g-32059 does not seem to be running inside a container [2021-03-30T17:05:53.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/134 -v /w/workspace/device-sdk-go/134:/w/workspace/device-sdk-go/134:rw,z -v /w/workspace/device-sdk-go/134@tmp:/w/workspace/device-sdk-go/134@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 ******** ci-base-image-arm64 cat [2021-03-30T17:05:54.617Z] $ docker top 5584af70c0f52052b7bd46d0e4428ed9e12601284f99dc2a22469305d89e5598 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:05:55.717Z] + go version [2021-03-30T17:05:55.717Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-30T17:05:55.738Z] $ docker stop --time=1 5584af70c0f52052b7bd46d0e4428ed9e12601284f99dc2a22469305d89e5598 [2021-03-30T17:05:57.682Z] $ docker rm -f 5584af70c0f52052b7bd46d0e4428ed9e12601284f99dc2a22469305d89e5598 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:05:58.697Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T17:05:58.697Z] . [Pipeline] withDockerContainer [2021-03-30T17:05:58.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-32059 does not seem to be running inside a container [2021-03-30T17:05:59.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/134 -v /w/workspace/device-sdk-go/134:/w/workspace/device-sdk-go/134:rw,z -v /w/workspace/device-sdk-go/134@tmp:/w/workspace/device-sdk-go/134@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 ******** ci-base-image-arm64 cat [2021-03-30T17:06:00.565Z] $ docker top 226148e46928ee4fd8b6e0033ad0ba3a76f38fbb04fdef5ba830fa5469c6f0eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:06:01.547Z] + make test [2021-03-30T17:06:01.547Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-30T17:06:06.335Z] gofmt -l . [2021-03-30T17:06:06.335Z] [ "`gofmt -l .`" = "" ] [2021-03-30T17:06:06.335Z] ./bin/test-attribution-txt.sh [2021-03-30T17:06:06.335Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-30T17:06:06.355Z] $ docker stop --time=1 e013adb33897b2a39fcf7dae046df4cc32bcea4ec954e41e9daba1844f910c76 [2021-03-30T17:06:08.234Z] $ docker rm -f e013adb33897b2a39fcf7dae046df4cc32bcea4ec954e41e9daba1844f910c76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T17:06:08.938Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T17:06:09.419Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-30T17:06:10.650Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-30T17:06:10.953Z] + ls -al . [2021-03-30T17:06:10.953Z] total 188 [2021-03-30T17:06:10.953Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 30 17:06 . [2021-03-30T17:06:10.953Z] drwxrwxr-x. 4 jenkins jenkins 32 Mar 30 17:04 .. [2021-03-30T17:06:10.953Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 30 17:04 bin [2021-03-30T17:06:10.953Z] -rw-r--r--. 1 jenkins jenkins 101416 Mar 30 17:05 coverage.out [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 30 17:04 Dockerfile.build [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 30 17:04 .dockerignore [2021-03-30T17:06:10.953Z] drwxrwxr-x. 5 jenkins jenkins 62 Mar 30 17:04 example [2021-03-30T17:06:10.953Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 30 17:04 .git [2021-03-30T17:06:10.953Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 30 17:04 .github [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 30 17:04 .gitignore [2021-03-30T17:06:10.953Z] -rw-r--r--. 1 jenkins jenkins 537 Mar 30 17:06 go.mod [2021-03-30T17:06:10.953Z] -rw-r--r--. 1 jenkins jenkins 20914 Mar 30 17:06 go.sum [2021-03-30T17:06:10.953Z] drwxrwxr-x. 14 jenkins jenkins 207 Mar 30 17:04 internal [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 901 Mar 30 17:04 Jenkinsfile [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 30 17:04 LICENSE [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 1022 Mar 30 17:04 Makefile [2021-03-30T17:06:10.953Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 30 17:04 openapi [2021-03-30T17:06:10.953Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 30 17:04 pkg [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 30 17:04 README.md [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 30 17:04 RELEASE-NOTES.txt [2021-03-30T17:06:10.953Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 30 17:04 snap [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 30 17:01 VERSION [2021-03-30T17:06:10.953Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 30 17:04 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:06:11.270Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e --label arch=amd64 --label version=2.0.0-dev.29 . [2021-03-30T17:06:11.535Z] Sending build context to Docker daemon 2.452MB [2021-03-30T17:06:11.535Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:06:11.535Z] Step 2/23 : FROM ${BASE} AS builder [2021-03-30T17:06:11.535Z] ---> 03d903bf5346 [2021-03-30T17:06:11.535Z] Step 3/23 : WORKDIR /device-sdk-go [2021-03-30T17:06:12.114Z] ---> Running in a8d5b06e85e9 [2021-03-30T17:06:12.114Z] Removing intermediate container a8d5b06e85e9 [2021-03-30T17:06:12.114Z] ---> acaf43190b47 [2021-03-30T17:06:12.114Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T17:06:12.114Z] ---> Running in 939024d34125 [2021-03-30T17:06:12.377Z] Removing intermediate container 939024d34125 [2021-03-30T17:06:12.377Z] ---> 6613f92c4e27 [2021-03-30T17:06:12.377Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:06:12.377Z] ---> Running in d85ef3143417 [2021-03-30T17:06:13.336Z] Removing intermediate container d85ef3143417 [2021-03-30T17:06:13.336Z] ---> ce2a7ea1bb54 [2021-03-30T17:06:13.336Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-03-30T17:06:13.606Z] ---> Running in ddd886183a95 [2021-03-30T17:06:14.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T17:06:14.771Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T17:06:15.352Z] OK: 167 MiB in 45 packages [2021-03-30T17:06:15.935Z] Removing intermediate container ddd886183a95 [2021-03-30T17:06:15.935Z] ---> a28605e08fc2 [2021-03-30T17:06:15.935Z] Step 7/23 : COPY . . [2021-03-30T17:06:16.886Z] ---> 2180583c898c [2021-03-30T17:06:16.886Z] Step 8/23 : RUN go mod download [2021-03-30T17:06:16.886Z] ---> Running in 82a2559a78c1 [2021-03-30T17:06:17.854Z] Removing intermediate container 82a2559a78c1 [2021-03-30T17:06:17.854Z] ---> 8713437f4890 [2021-03-30T17:06:17.854Z] Step 9/23 : RUN make build [2021-03-30T17:06:17.854Z] ---> Running in 3a0849395bd4 [2021-03-30T17:06:18.433Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.29" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-30T17:06:23.728Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-30T17:06:30.846Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-03-30T17:06:32.270Z] Removing intermediate container 3a0849395bd4 [2021-03-30T17:06:32.270Z] ---> 5733d8d98bb6 [2021-03-30T17:06:32.270Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T17:06:32.533Z] 3.12: Pulling from library/alpine [2021-03-30T17:06:32.798Z] 22599d3e9e25: Pulling fs layer [2021-03-30T17:06:32.798Z] 22599d3e9e25: Verifying Checksum [2021-03-30T17:06:32.798Z] 22599d3e9e25: Download complete [2021-03-30T17:06:33.062Z] 22599d3e9e25: Pull complete [2021-03-30T17:06:33.062Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T17:06:33.062Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T17:06:33.062Z] ---> 42cb162f0360 [2021-03-30T17:06:33.062Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T17:06:33.326Z] ---> Running in a3a8fe4d6ba5 [2021-03-30T17:06:33.327Z] Removing intermediate container a3a8fe4d6ba5 [2021-03-30T17:06:33.327Z] ---> 4e510f531fa6 [2021-03-30T17:06:33.327Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:06:33.591Z] ---> Running in ecee02eb3021 [2021-03-30T17:06:34.547Z] Removing intermediate container ecee02eb3021 [2021-03-30T17:06:34.547Z] ---> 22f8fd5ad2d1 [2021-03-30T17:06:34.547Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-03-30T17:06:34.547Z] ---> Running in 424df0591a47 [2021-03-30T17:06:35.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T17:06:35.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T17:06:36.279Z] (1/5) Installing libgcc (9.3.0-r2) [2021-03-30T17:06:36.279Z] (2/5) Installing libsodium (1.0.18-r0) [2021-03-30T17:06:36.279Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-03-30T17:06:36.541Z] (4/5) Installing libzmq (4.3.3-r0) [2021-03-30T17:06:36.541Z] (5/5) Installing zeromq (4.3.3-r0) [2021-03-30T17:06:36.804Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:06:36.804Z] OK: 8 MiB in 19 packages [2021-03-30T17:06:37.758Z] Removing intermediate container 424df0591a47 [2021-03-30T17:06:37.758Z] ---> 8854b073492c [2021-03-30T17:06:37.758Z] Step 14/23 : WORKDIR / [2021-03-30T17:06:38.020Z] ---> Running in ceffda594866 [2021-03-30T17:06:38.021Z] Removing intermediate container ceffda594866 [2021-03-30T17:06:38.021Z] ---> 7441691909a1 [2021-03-30T17:06:38.021Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-03-30T17:06:38.284Z] ---> 83bf26b97791 [2021-03-30T17:06:38.284Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-03-30T17:06:38.867Z] ---> 2f29ea667dcb [2021-03-30T17:06:38.867Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-03-30T17:06:39.132Z] ---> 59171af9ea0d [2021-03-30T17:06:39.132Z] Step 18/23 : EXPOSE 49990 [2021-03-30T17:06:39.132Z] ---> Running in 3839c37382d2 [2021-03-30T17:06:39.394Z] Removing intermediate container 3839c37382d2 [2021-03-30T17:06:39.394Z] ---> 022464de3dc7 [2021-03-30T17:06:39.394Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-03-30T17:06:39.656Z] ---> Running in 105bc1ff4948 [2021-03-30T17:06:39.921Z] Removing intermediate container 105bc1ff4948 [2021-03-30T17:06:39.921Z] ---> f38ef45f6a7d [2021-03-30T17:06:39.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T17:06:39.921Z] ---> Running in 71b6aa2d1dda [2021-03-30T17:06:39.921Z] Removing intermediate container 71b6aa2d1dda [2021-03-30T17:06:39.921Z] ---> d34503e8e7c5 [2021-03-30T17:06:39.921Z] Step 21/23 : LABEL arch=amd64 [2021-03-30T17:06:40.184Z] ---> Running in ab985ab80fe7 [2021-03-30T17:06:40.184Z] Removing intermediate container ab985ab80fe7 [2021-03-30T17:06:40.184Z] ---> 662ccf3f3fd5 [2021-03-30T17:06:40.184Z] Step 22/23 : LABEL git_sha=89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e [2021-03-30T17:06:40.450Z] ---> Running in 7e9fb02f3358 [2021-03-30T17:06:40.450Z] Removing intermediate container 7e9fb02f3358 [2021-03-30T17:06:40.450Z] ---> f4e38a27ad2d [2021-03-30T17:06:40.450Z] Step 23/23 : LABEL version=2.0.0-dev.29 [2021-03-30T17:06:40.714Z] ---> Running in 19d39d53bfed [2021-03-30T17:06:40.714Z] Removing intermediate container 19d39d53bfed [2021-03-30T17:06:40.714Z] ---> d0c6ba12e32a [2021-03-30T17:06:40.714Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-03-30T17:06:40.714Z] Successfully built d0c6ba12e32a [2021-03-30T17:06:40.714Z] Successfully tagged docker-device-sdk-simple: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-03-30T17:06:41.658Z] ---> job-cost.sh [2021-03-30T17:06:41.658Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oK6k [2021-03-30T17:06:57.991Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T17:07:20.282Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-30T17:07:20.282Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-30T17:07:20.282Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-30T17:07:20.282Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-30T17:07:20.282Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-30T17:07:22.274Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.182s coverage: 27.0% of statements [2021-03-30T17:07:22.878Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.192s coverage: 81.2% of statements [2021-03-30T17:07:22.878Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.166s coverage: 7.8% of statements [2021-03-30T17:07:22.878Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-30T17:07:22.878Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-03-30T17:07:22.878Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-30T17:07:25.505Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.289s coverage: 32.5% of statements [2021-03-30T17:07:25.505Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-30T17:07:25.505Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-30T17:07:25.505Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-30T17:07:28.154Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.271s coverage: 57.3% of statements [2021-03-30T17:07:28.427Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.106s coverage: 6.6% of statements [2021-03-30T17:07:29.021Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements [2021-03-30T17:07:29.021Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-30T17:07:29.293Z] GO111MODULE=on go vet ./... [2021-03-30T17:07:30.192Z] lf-activate-venv(): INFO: Adding /tmp/venv-oK6k/bin to PATH [2021-03-30T17:07:30.192Z] INFO: No Stack... [2021-03-30T17:07:30.192Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T17:07:30.192Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T17:07:30.539Z] + cat /w/workspace/device-sdk-go/134/archives/cost.csv [2021-03-30T17:07:30.539Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T17:07:30.761Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-134-stack-cost] [2021-03-30T17:07:30.774Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-134-stack-cost] did not exist. Created. [2021-03-30T17:07:30.774Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-134-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T17:07:31.222Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-30T17:07:31.368Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T17:07:31.382Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-134-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T17:08:16.341Z] gofmt -l . [2021-03-30T17:08:16.341Z] [ "`gofmt -l .`" = "" ] [2021-03-30T17:08:16.341Z] ./bin/test-attribution-txt.sh [2021-03-30T17:08:16.341Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-30T17:08:16.398Z] $ docker stop --time=1 226148e46928ee4fd8b6e0033ad0ba3a76f38fbb04fdef5ba830fa5469c6f0eb [2021-03-30T17:08:18.582Z] $ docker rm -f 226148e46928ee4fd8b6e0033ad0ba3a76f38fbb04fdef5ba830fa5469c6f0eb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T17:08:19.707Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T17:08:19.770Z] Warning: overwriting stash ‘coverage-report’ [2021-03-30T17:08:20.814Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T17:08:21.562Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-30T17:08:21.922Z] + ls -al . [2021-03-30T17:08:21.922Z] total 224 [2021-03-30T17:08:21.922Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 30 17:08 . [2021-03-30T17:08:21.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 17:04 .. [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 30 17:04 .dockerignore [2021-03-30T17:08:21.922Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 30 17:04 .git [2021-03-30T17:08:21.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 17:04 .github [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 30 17:04 .gitignore [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 30 17:04 Dockerfile.build [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 901 Mar 30 17:04 Jenkinsfile [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 30 17:04 LICENSE [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 1022 Mar 30 17:04 Makefile [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 30 17:04 README.md [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 30 17:04 RELEASE-NOTES.txt [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 30 17:01 VERSION [2021-03-30T17:08:21.922Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 30 17:04 bin [2021-03-30T17:08:21.922Z] -rw-r--r-- 1 jenkins jenkins 101416 Mar 30 17:07 coverage.out [2021-03-30T17:08:21.922Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 30 17:04 example [2021-03-30T17:08:21.922Z] -rw-r--r-- 1 jenkins jenkins 537 Mar 30 17:08 go.mod [2021-03-30T17:08:21.922Z] -rw-r--r-- 1 jenkins jenkins 20914 Mar 30 17:08 go.sum [2021-03-30T17:08:21.922Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 30 17:04 internal [2021-03-30T17:08:21.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 17:04 openapi [2021-03-30T17:08:21.922Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 30 17:04 pkg [2021-03-30T17:08:21.922Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 30 17:04 snap [2021-03-30T17:08:21.922Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 30 17:04 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:08:22.258Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e --label arch=arm64 --label version=2.0.0-dev.29 . [2021-03-30T17:08:22.856Z] Sending build context to Docker daemon 2.426MB [2021-03-30T17:08:22.856Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T17:08:22.856Z] Step 2/23 : FROM ${BASE} AS builder [2021-03-30T17:08:22.856Z] ---> 55b982cc8d71 [2021-03-30T17:08:22.856Z] Step 3/23 : WORKDIR /device-sdk-go [2021-03-30T17:08:23.136Z] ---> Running in 96a99b6cc42a [2021-03-30T17:08:23.412Z] Removing intermediate container 96a99b6cc42a [2021-03-30T17:08:23.412Z] ---> 6538bb2f65fb [2021-03-30T17:08:23.412Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T17:08:23.684Z] ---> Running in 3b25e1fd607c [2021-03-30T17:08:23.954Z] Removing intermediate container 3b25e1fd607c [2021-03-30T17:08:23.954Z] ---> 47a9e67d6814 [2021-03-30T17:08:23.954Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:08:24.226Z] ---> Running in 4a947f049a6b [2021-03-30T17:08:26.201Z] Removing intermediate container 4a947f049a6b [2021-03-30T17:08:26.201Z] ---> 242e3d825d3f [2021-03-30T17:08:26.201Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-03-30T17:08:26.479Z] ---> Running in 5fa5cb0ddbf7 [2021-03-30T17:08:27.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T17:08:28.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T17:08:29.025Z] OK: 144 MiB in 45 packages [2021-03-30T17:08:30.003Z] Removing intermediate container 5fa5cb0ddbf7 [2021-03-30T17:08:30.003Z] ---> 7055e261f560 [2021-03-30T17:08:30.003Z] Step 7/23 : COPY . . [2021-03-30T17:08:31.442Z] ---> 5abea47ca64c [2021-03-30T17:08:31.442Z] Step 8/23 : RUN go mod download [2021-03-30T17:08:31.442Z] ---> Running in 61792be38dfc [2021-03-30T17:08:34.075Z] Removing intermediate container 61792be38dfc [2021-03-30T17:08:34.075Z] ---> 4710d7466ed5 [2021-03-30T17:08:34.075Z] Step 9/23 : RUN make build [2021-03-30T17:08:34.075Z] ---> Running in 3e6b89738fa1 [2021-03-30T17:08:35.053Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.29" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-30T17:09:07.409Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-03-30T17:09:08.838Z] Removing intermediate container 3e6b89738fa1 [2021-03-30T17:09:08.838Z] ---> 2cea07496893 [2021-03-30T17:09:08.838Z] Step 10/23 : FROM alpine:3.12 [2021-03-30T17:09:09.107Z] 3.12: Pulling from library/alpine [2021-03-30T17:09:09.378Z] 95dec6db3722: Pulling fs layer [2021-03-30T17:09:09.378Z] 95dec6db3722: Download complete [2021-03-30T17:09:09.968Z] 95dec6db3722: Pull complete [2021-03-30T17:09:10.240Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-30T17:09:10.240Z] Status: Downloaded newer image for alpine:3.12 [2021-03-30T17:09:10.240Z] ---> e47305ac9786 [2021-03-30T17:09:10.240Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-30T17:09:10.510Z] ---> Running in 4f9fff35ec6f [2021-03-30T17:09:10.781Z] Removing intermediate container 4f9fff35ec6f [2021-03-30T17:09:10.781Z] ---> a265ba36b0b0 [2021-03-30T17:09:10.781Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-30T17:09:11.059Z] ---> Running in fc30c7d462f0 [2021-03-30T17:09:13.024Z] Removing intermediate container fc30c7d462f0 [2021-03-30T17:09:13.024Z] ---> f4b2e17e7c03 [2021-03-30T17:09:13.024Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-03-30T17:09:13.297Z] ---> Running in b95cb6536b39 [2021-03-30T17:09:14.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T17:09:15.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T17:09:16.555Z] (1/5) Installing libgcc (9.3.0-r2) [2021-03-30T17:09:16.555Z] (2/5) Installing libsodium (1.0.18-r0) [2021-03-30T17:09:16.555Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-03-30T17:09:16.822Z] (4/5) Installing libzmq (4.3.3-r0) [2021-03-30T17:09:16.822Z] (5/5) Installing zeromq (4.3.3-r0) [2021-03-30T17:09:17.092Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T17:09:17.092Z] OK: 8 MiB in 19 packages [2021-03-30T17:09:18.063Z] Removing intermediate container b95cb6536b39 [2021-03-30T17:09:18.063Z] ---> 1414dd97352d [2021-03-30T17:09:18.063Z] Step 14/23 : WORKDIR / [2021-03-30T17:09:18.333Z] ---> Running in b1e8dea46cf6 [2021-03-30T17:09:18.604Z] Removing intermediate container b1e8dea46cf6 [2021-03-30T17:09:18.604Z] ---> 89826a96ed04 [2021-03-30T17:09:18.604Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-03-30T17:09:19.201Z] ---> 80d1eff1b610 [2021-03-30T17:09:19.201Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-03-30T17:09:20.630Z] ---> 694aea1661c2 [2021-03-30T17:09:20.630Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-03-30T17:09:21.224Z] ---> 0170a1d39e40 [2021-03-30T17:09:21.224Z] Step 18/23 : EXPOSE 49990 [2021-03-30T17:09:21.497Z] ---> Running in 1e3be454a979 [2021-03-30T17:09:21.769Z] Removing intermediate container 1e3be454a979 [2021-03-30T17:09:21.769Z] ---> e3c7fe23fe4c [2021-03-30T17:09:21.769Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-03-30T17:09:22.041Z] ---> Running in 1c0d15feadfa [2021-03-30T17:09:22.312Z] Removing intermediate container 1c0d15feadfa [2021-03-30T17:09:22.312Z] ---> d8d14f7cbe4b [2021-03-30T17:09:22.312Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-30T17:09:22.583Z] ---> Running in 9cb775cba542 [2021-03-30T17:09:22.858Z] Removing intermediate container 9cb775cba542 [2021-03-30T17:09:22.858Z] ---> fb45d3f54465 [2021-03-30T17:09:22.858Z] Step 21/23 : LABEL arch=arm64 [2021-03-30T17:09:23.130Z] ---> Running in 1b7c8518c71e [2021-03-30T17:09:23.723Z] Removing intermediate container 1b7c8518c71e [2021-03-30T17:09:23.723Z] ---> e807996765ab [2021-03-30T17:09:23.723Z] Step 22/23 : LABEL git_sha=89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e [2021-03-30T17:09:23.723Z] ---> Running in 664a2ac5ebcf [2021-03-30T17:09:24.316Z] Removing intermediate container 664a2ac5ebcf [2021-03-30T17:09:24.316Z] ---> 449faa763e73 [2021-03-30T17:09:24.316Z] Step 23/23 : LABEL version=2.0.0-dev.29 [2021-03-30T17:09:24.316Z] ---> Running in 8333935727ba [2021-03-30T17:09:24.590Z] Removing intermediate container 8333935727ba [2021-03-30T17:09:24.590Z] ---> 668a6d3f9bb0 [2021-03-30T17:09:24.590Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-03-30T17:09:24.859Z] Successfully built 668a6d3f9bb0 [2021-03-30T17:09:24.859Z] Successfully tagged docker-device-sdk-simple-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-03-30T17:09:25.772Z] ---> job-cost.sh [2021-03-30T17:09:25.772Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lkFq [2021-03-30T17:10:04.715Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T17:11:41.451Z] lf-activate-venv(): INFO: Adding /tmp/venv-lkFq/bin to PATH [2021-03-30T17:11:41.451Z] INFO: No Stack... [2021-03-30T17:11:41.451Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-30T17:11:41.451Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T17:11:41.781Z] + + cut -d,cat -f6 /w/workspace/device-sdk-go/134/archives/cost.csv [2021-03-30T17:11:41.782Z] [Pipeline] lock [2021-03-30T17:11:41.891Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-134-stack-cost] [2021-03-30T17:11:41.901Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-134-stack-cost] did not exist. Created. [2021-03-30T17:11:41.901Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-134-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T17:11:42.379Z] /w/workspace/device-sdk-go/134@tmp/durable-0eeafe3c/script.sh: 1: /w/workspace/device-sdk-go/134@tmp/durable-0eeafe3c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-30T17:11:42.730Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-30T17:11:42.818Z] Warning: overwriting stash ‘stack-cost’ [2021-03-30T17:11:42.970Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T17:11:42.982Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-134-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-03-30T17:11:44.126Z] provisioning config files... [2021-03-30T17:11:44.147Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2805888857366035842tmp [Pipeline] { [Pipeline] sh [2021-03-30T17:11:44.520Z] + set +x [2021-03-30T17:11:44.520Z] + curl -s https://codecov.io/bash [2021-03-30T17:11:44.520Z] + bash -s -- [2021-03-30T17:11:44.786Z] [2021-03-30T17:11:44.786Z] _____ _ [2021-03-30T17:11:44.786Z] / ____| | | [2021-03-30T17:11:44.786Z] | | ___ __| | ___ ___ _____ __ [2021-03-30T17:11:44.786Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-30T17:11:44.786Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-30T17:11:44.786Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-30T17:11:44.786Z] Bash-20210309-2b87ace [2021-03-30T17:11:44.786Z] [2021-03-30T17:11:44.786Z] [2021-03-30T17:11:44.786Z] ==> git version 2.24.3 found [2021-03-30T17:11:44.786Z] ==> 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-03-30T17:11:44.786Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-30T17:11:44.786Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-30T17:11:44.786Z] ==> Jenkins CI detected. [2021-03-30T17:11:44.786Z] project root: . [2021-03-30T17:11:44.786Z] --> token set from env [2021-03-30T17:11:44.786Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-30T17:11:44.786Z] ==> Running gcov in . (disable via -X gcov) [2021-03-30T17:11:45.052Z] ==> Python coveragepy not found [2021-03-30T17:11:45.052Z] ==> Searching for coverage reports in: [2021-03-30T17:11:45.052Z] + . [2021-03-30T17:11:45.052Z] -> Found 1 reports [2021-03-30T17:11:45.052Z] ==> Detecting git/mercurial file structure [2021-03-30T17:11:45.052Z] ==> Reading reports [2021-03-30T17:11:45.052Z] + ./coverage.out bytes=101416 [2021-03-30T17:11:45.052Z] ==> Appending adjustments [2021-03-30T17:11:45.052Z] https://docs.codecov.io/docs/fixing-reports [2021-03-30T17:11:45.315Z] + Found adjustments [2021-03-30T17:11:45.315Z] ==> Gzipping contents [2021-03-30T17:11:45.315Z] 16K /tmp/codecov.dnJe6Z.gz [2021-03-30T17:11:45.315Z] ==> Uploading reports [2021-03-30T17:11:45.315Z] url: https://codecov.io [2021-03-30T17:11:45.315Z] query: branch=master&commit=89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F134%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T17:11:45.315Z] -> Pinging Codecov [2021-03-30T17:11:45.315Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e&build=134&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F134%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T17:11:45.891Z] -> Uploading to [2021-03-30T17:11:45.891Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-30/7E55EF52A471D76F132DFD9A03CDDE97/89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e/859bb3d9-f9f8-4bda-a9ec-ee2a92392ae0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T171145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4f5fceb1d4500766fa2bc75d4d1c775c758c64e193c612c27719eb49ddfd16d4 [2021-03-30T17:11:45.891Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T17:11:45.891Z] Dload Upload Total Spent Left Speed [2021-03-30T17:11:46.153Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13724 0 0 100 13724 0 34567 --:--:-- --:--:-- --:--:-- 34569 [2021-03-30T17:11:46.153Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e [Pipeline] } [2021-03-30T17:11:46.163Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-30T17:11:46.632Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-30T17:11:46.685Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:11:47.025Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T17:11:47.025Z] [2021-03-30T17:11:47.025Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:11:47.382Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T17:11:47.382Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-30T17:11:47.382Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T17:11:47.382Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T17:11:47.382Z] de9db76c5a1d: Pulling fs layer [2021-03-30T17:11:47.382Z] 0eba1c9be4d2: Pulling fs layer [2021-03-30T17:11:47.382Z] 0d57e429df01: Pulling fs layer [2021-03-30T17:11:47.382Z] 4e4be7b47b0d: Pulling fs layer [2021-03-30T17:11:47.382Z] e1f770b5df2f: Pulling fs layer [2021-03-30T17:11:47.382Z] 85a0685a4137: Pulling fs layer [2021-03-30T17:11:47.382Z] 0d57e429df01: Waiting [2021-03-30T17:11:47.382Z] 4e4be7b47b0d: Waiting [2021-03-30T17:11:47.382Z] e1f770b5df2f: Waiting [2021-03-30T17:11:47.382Z] 0eba1c9be4d2: Waiting [2021-03-30T17:11:47.382Z] 85a0685a4137: Waiting [2021-03-30T17:11:47.382Z] de9db76c5a1d: Verifying Checksum [2021-03-30T17:11:47.382Z] de9db76c5a1d: Download complete [2021-03-30T17:11:47.382Z] 0ef7d3d256c8: Download complete [2021-03-30T17:11:47.382Z] 0d57e429df01: Verifying Checksum [2021-03-30T17:11:47.382Z] 0d57e429df01: Download complete [2021-03-30T17:11:47.649Z] 4e4be7b47b0d: Verifying Checksum [2021-03-30T17:11:47.649Z] 4e4be7b47b0d: Download complete [2021-03-30T17:11:47.913Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T17:11:47.913Z] 188c0c94c7c5: Download complete [2021-03-30T17:11:48.186Z] 188c0c94c7c5: Pull complete [2021-03-30T17:11:48.449Z] 0ef7d3d256c8: Pull complete [2021-03-30T17:11:48.713Z] de9db76c5a1d: Pull complete [2021-03-30T17:11:48.983Z] e1f770b5df2f: Verifying Checksum [2021-03-30T17:11:48.983Z] e1f770b5df2f: Download complete [2021-03-30T17:11:50.938Z] 0eba1c9be4d2: Verifying Checksum [2021-03-30T17:11:50.938Z] 0eba1c9be4d2: Download complete [2021-03-30T17:11:51.540Z] 85a0685a4137: Verifying Checksum [2021-03-30T17:11:51.540Z] 85a0685a4137: Download complete [2021-03-30T17:11:58.206Z] 0eba1c9be4d2: Pull complete [2021-03-30T17:11:58.206Z] 0d57e429df01: Pull complete [2021-03-30T17:11:58.206Z] 4e4be7b47b0d: Pull complete [2021-03-30T17:12:00.135Z] e1f770b5df2f: Pull complete [2021-03-30T17:12:08.324Z] 85a0685a4137: Pull complete [2021-03-30T17:12:08.324Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-30T17:12:08.324Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T17:12:08.324Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-30T17:12:08.565Z] prd-centos7-docker-4c-2g-32057 does not seem to be running inside a container [2021-03-30T17:12:08.622Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-30T17:12:09.760Z] $ docker top 5a58c7de2289d2be72b86e32d09e9cbdd3df79d736849f8402e329c54ebd61c2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T17:12:09.986Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-30T17:12:10.290Z] + set -o pipefail [2021-03-30T17:12:10.290Z] + snyk monitor '--org=edgex-jenkins' [2021-03-30T17:12:28.469Z] [2021-03-30T17:12:28.469Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-03-30T17:12:28.469Z] [2021-03-30T17:12:28.469Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/f7a708ca-ec98-4d69-b344-4af6216a0c51 [2021-03-30T17:12:28.469Z] [2021-03-30T17:12:28.469Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-30T17:12:28.469Z] [2021-03-30T17:12:28.469Z] [2021-03-30T17:12:28.469Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-30T17:12:28.469Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-30T17:12:28.482Z] $ docker stop --time=1 5a58c7de2289d2be72b86e32d09e9cbdd3df79d736849f8402e329c54ebd61c2 [2021-03-30T17:12:31.314Z] $ docker rm -f 5a58c7de2289d2be72b86e32d09e9cbdd3df79d736849f8402e329c54ebd61c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-30T17:12:32.596Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T17:12:32.659Z] provisioning config files... [2021-03-30T17:12:32.670Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5966126249605692746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:12:33.052Z] --> edgex-publish-swagger.sh [2021-03-30T17:12:33.052Z] === Publish openapi/v1 API === [2021-03-30T17:12:33.052Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-30T17:12:33.052Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-03-30T17:12:33.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T17:12:33.052Z] Dload Upload Total Spent Left Speed [2021-03-30T17:12:33.632Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26414 --:--:-- --:--:-- --:--:-- 26454 [2021-03-30T17:12:33.632Z] [2021-03-30T17:12:33.632Z] [2021-03-30T17:12:33.632Z] === Publish openapi/v2 API === [2021-03-30T17:12:33.632Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-30T17:12:33.632Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-03-30T17:12:33.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T17:12:33.895Z] Dload Upload Total Spent Left Speed [2021-03-30T17:12:34.468Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 79693 --:--:-- --:--:-- --:--:-- 79695 [2021-03-30T17:12:34.468Z] [2021-03-30T17:12:34.468Z] [Pipeline] } [2021-03-30T17:12:34.478Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T17:12:35.316Z] + git log --format=format:%s -1 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:12:35.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:12:35.650Z] . [Pipeline] withDockerContainer [2021-03-30T17:12:35.747Z] prd-centos7-docker-4c-2g-32057 does not seem to be running inside a container [2021-03-30T17:12:35.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T17:12:36.700Z] $ docker top e292e975fa097e4774fde8f137d8a68585b7ab25c5b6e7e2a4ebd52f79f52089 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T17:12:37.010Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:12:37.010Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:12:37.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:12:37.271Z] $ docker exec e292e975fa097e4774fde8f137d8a68585b7ab25c5b6e7e2a4ebd52f79f52089 ssh-agent [2021-03-30T17:12:37.455Z] SSH_AUTH_SOCK=/tmp/ssh-T4QqG3ZbgIfh/agent.11 [2021-03-30T17:12:37.455Z] SSH_AGENT_PID=16 [2021-03-30T17:12:37.462Z] Running ssh-add (command line suppressed) [2021-03-30T17:12:37.600Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7543504534949718341.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7543504534949718341.key) [2021-03-30T17:12:37.662Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:12:37.996Z] + git semver tag [2021-03-30T17:12:37.996Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T17:12:37.996Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-30T17:12:37.996Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-30T17:12:37.996Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T17:12:37.996Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T17:12:37.996Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T17:12:37.996Z] # $SEMVER_BRANCH = master [2021-03-30T17:12:37.996Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-30T17:12:37.996Z] # 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e HEAD [2021-03-30T17:12:38.260Z] # -> Force: false [2021-03-30T17:12:38.260Z] # b3776b212e733e34aaeb69fadae7590e3d5e785f refs/tags/v2.0.0-dev.29 [Pipeline] } [2021-03-30T17:12:38.271Z] $ docker exec --env ******** --env ******** e292e975fa097e4774fde8f137d8a68585b7ab25c5b6e7e2a4ebd52f79f52089 ssh-agent -k [2021-03-30T17:12:38.403Z] unset SSH_AUTH_SOCK; [2021-03-30T17:12:38.404Z] unset SSH_AGENT_PID; [2021-03-30T17:12:38.404Z] echo Agent pid 16 killed; [2021-03-30T17:12:38.460Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T17:12:38.927Z] + git semver [Pipeline] } [2021-03-30T17:12:38.953Z] $ docker stop --time=1 e292e975fa097e4774fde8f137d8a68585b7ab25c5b6e7e2a4ebd52f79f52089 [2021-03-30T17:12:40.315Z] $ docker rm -f e292e975fa097e4774fde8f137d8a68585b7ab25c5b6e7e2a4ebd52f79f52089 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:12:40.932Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T17:12:40.932Z] [2021-03-30T17:12:40.932Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:12:41.311Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T17:12:41.311Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-30T17:12:41.311Z] ab5ef0e58194: Pulling fs layer [2021-03-30T17:12:41.311Z] 9712f1f96733: Pulling fs layer [2021-03-30T17:12:41.311Z] 63f879dbbcfc: Pulling fs layer [2021-03-30T17:12:41.311Z] 0d9ebad4ef96: Pulling fs layer [2021-03-30T17:12:41.311Z] e9a5061849ea: Pulling fs layer [2021-03-30T17:12:41.311Z] d747dcd14b5f: Pulling fs layer [2021-03-30T17:12:41.311Z] 2de7ff778b66: Pulling fs layer [2021-03-30T17:12:41.311Z] e9a5061849ea: Waiting [2021-03-30T17:12:41.311Z] d747dcd14b5f: Waiting [2021-03-30T17:12:41.311Z] 2de7ff778b66: Waiting [2021-03-30T17:12:41.311Z] 0d9ebad4ef96: Waiting [2021-03-30T17:12:41.311Z] 9712f1f96733: Verifying Checksum [2021-03-30T17:12:41.311Z] 9712f1f96733: Download complete [2021-03-30T17:12:42.720Z] 63f879dbbcfc: Verifying Checksum [2021-03-30T17:12:42.720Z] 63f879dbbcfc: Download complete [2021-03-30T17:12:42.720Z] e9a5061849ea: Verifying Checksum [2021-03-30T17:12:42.721Z] e9a5061849ea: Download complete [2021-03-30T17:12:42.721Z] d747dcd14b5f: Verifying Checksum [2021-03-30T17:12:42.721Z] d747dcd14b5f: Download complete [2021-03-30T17:12:43.305Z] 2de7ff778b66: Verifying Checksum [2021-03-30T17:12:43.305Z] 2de7ff778b66: Download complete [2021-03-30T17:12:43.573Z] 0d9ebad4ef96: Verifying Checksum [2021-03-30T17:12:43.573Z] 0d9ebad4ef96: Download complete [2021-03-30T17:12:43.573Z] ab5ef0e58194: Verifying Checksum [2021-03-30T17:12:43.573Z] ab5ef0e58194: Download complete [2021-03-30T17:12:47.972Z] ab5ef0e58194: Pull complete [2021-03-30T17:12:47.972Z] 9712f1f96733: Pull complete [2021-03-30T17:12:51.403Z] 63f879dbbcfc: Pull complete [2021-03-30T17:12:56.725Z] 0d9ebad4ef96: Pull complete [2021-03-30T17:12:58.652Z] e9a5061849ea: Pull complete [2021-03-30T17:12:58.916Z] d747dcd14b5f: Pull complete [2021-03-30T17:13:01.471Z] 2de7ff778b66: Pull complete [2021-03-30T17:13:01.471Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-30T17:13:01.471Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T17:13:01.471Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-30T17:13:01.679Z] prd-centos7-docker-4c-2g-32057 does not seem to be running inside a container [2021-03-30T17:13:01.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-30T17:13:05.847Z] $ docker top 68586ecf74929c3cb68d8073d5e3c94fc92ad1a622e324e92b7f93e2b8375b85 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-30T17:13:08.059Z] provisioning config files... [2021-03-30T17:13:08.070Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3807409745985174847tmp [2021-03-30T17:13:08.091Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8131410551415652901tmp [2021-03-30T17:13:08.115Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3011442035336662607tmp [Pipeline] { [Pipeline] echo [2021-03-30T17:13:08.193Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:13:08.496Z] ---> sigul-configuration.sh [2021-03-30T17:13:08.758Z] gpg: directory `/root/.gnupg' created [2021-03-30T17:13:08.758Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-30T17:13:08.758Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-30T17:13:08.758Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-30T17:13:08.758Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-30T17:13:08.758Z] gpg: CAST5 encrypted data [2021-03-30T17:13:08.758Z] gpg: encrypted with 1 passphrase [2021-03-30T17:13:08.758Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-30T17:13:09.064Z] + mkdir /home/jenkins [2021-03-30T17:13:09.064Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-30T17:13:09.365Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-30T17:13:09.376Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:13:09.678Z] ---> sigul-install.sh [2021-03-30T17:13:19.731Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-30T17:13:20.037Z] + git tag --list [2021-03-30T17:13:20.037Z] 0.7.1 [2021-03-30T17:13:20.037Z] delhi-tag [2021-03-30T17:13:20.037Z] v1.0.0 [2021-03-30T17:13:20.037Z] v1.1.0 [2021-03-30T17:13:20.037Z] v1.1.1 [2021-03-30T17:13:20.037Z] v1.1.2 [2021-03-30T17:13:20.037Z] v1.2.0 [2021-03-30T17:13:20.037Z] v1.2.1 [2021-03-30T17:13:20.037Z] v1.2.2 [2021-03-30T17:13:20.037Z] v1.2.3 [2021-03-30T17:13:20.037Z] v1.3.0 [2021-03-30T17:13:20.037Z] v1.4.0 [2021-03-30T17:13:20.037Z] v2.0.0-dev.1 [2021-03-30T17:13:20.037Z] v2.0.0-dev.10 [2021-03-30T17:13:20.037Z] v2.0.0-dev.11 [2021-03-30T17:13:20.037Z] v2.0.0-dev.12 [2021-03-30T17:13:20.037Z] v2.0.0-dev.13 [2021-03-30T17:13:20.037Z] v2.0.0-dev.14 [2021-03-30T17:13:20.037Z] v2.0.0-dev.15 [2021-03-30T17:13:20.037Z] v2.0.0-dev.16 [2021-03-30T17:13:20.037Z] v2.0.0-dev.17 [2021-03-30T17:13:20.037Z] v2.0.0-dev.18 [2021-03-30T17:13:20.037Z] v2.0.0-dev.19 [2021-03-30T17:13:20.037Z] v2.0.0-dev.2 [2021-03-30T17:13:20.037Z] v2.0.0-dev.20 [2021-03-30T17:13:20.037Z] v2.0.0-dev.21 [2021-03-30T17:13:20.037Z] v2.0.0-dev.22 [2021-03-30T17:13:20.037Z] v2.0.0-dev.23 [2021-03-30T17:13:20.037Z] v2.0.0-dev.24 [2021-03-30T17:13:20.037Z] v2.0.0-dev.25 [2021-03-30T17:13:20.037Z] v2.0.0-dev.26 [2021-03-30T17:13:20.037Z] v2.0.0-dev.27 [2021-03-30T17:13:20.037Z] v2.0.0-dev.28 [2021-03-30T17:13:20.037Z] v2.0.0-dev.29 [2021-03-30T17:13:20.037Z] v2.0.0-dev.3 [2021-03-30T17:13:20.037Z] v2.0.0-dev.4 [2021-03-30T17:13:20.037Z] v2.0.0-dev.5 [2021-03-30T17:13:20.037Z] v2.0.0-dev.6 [2021-03-30T17:13:20.037Z] v2.0.0-dev.7 [2021-03-30T17:13:20.037Z] v2.0.0-dev.8 [2021-03-30T17:13:20.037Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-30T17:13:20.340Z] + lftools sign git-tag v2.0.0-dev.29 [2021-03-30T17:13:21.734Z] Signing Git tag with Sigul... [2021-03-30T17:13:21.734Z] Signing v2.0.0-dev.29 [Pipeline] echo [2021-03-30T17:13:22.698Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:13:22.997Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-30T17:13:23.009Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-30T17:13:23.100Z] $ docker stop --time=1 68586ecf74929c3cb68d8073d5e3c94fc92ad1a622e324e92b7f93e2b8375b85 [2021-03-30T17:13:25.240Z] $ docker rm -f 68586ecf74929c3cb68d8073d5e3c94fc92ad1a622e324e92b7f93e2b8375b85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:13:26.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:13:26.306Z] . [Pipeline] withDockerContainer [2021-03-30T17:13:26.417Z] prd-centos7-docker-4c-2g-32057 does not seem to be running inside a container [2021-03-30T17:13:26.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T17:13:27.177Z] $ docker top 45c56b1d5e16634f94e9a6440115d0c91c70ab77dbda422987f91c446f6bbdd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T17:13:27.512Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:13:27.512Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:13:27.743Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:13:27.745Z] $ docker exec 45c56b1d5e16634f94e9a6440115d0c91c70ab77dbda422987f91c446f6bbdd4 ssh-agent [2021-03-30T17:13:27.947Z] SSH_AUTH_SOCK=/tmp/ssh-NVOmRNm9IjgV/agent.11 [2021-03-30T17:13:27.947Z] SSH_AGENT_PID=16 [2021-03-30T17:13:27.955Z] Running ssh-add (command line suppressed) [2021-03-30T17:13:28.110Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_135256184443509267.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_135256184443509267.key) [2021-03-30T17:13:28.173Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:13:28.523Z] + git semver bump pre [2021-03-30T17:13:28.523Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T17:13:28.523Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-30T17:13:28.523Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-30T17:13:28.523Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T17:13:28.523Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T17:13:28.523Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T17:13:28.523Z] # $SEMVER_BRANCH = master [2021-03-30T17:13:28.523Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-30T17:13:28.523Z] 2.0.0-dev.30 [Pipeline] } [2021-03-30T17:13:28.535Z] $ docker exec --env ******** --env ******** 45c56b1d5e16634f94e9a6440115d0c91c70ab77dbda422987f91c446f6bbdd4 ssh-agent -k [2021-03-30T17:13:28.663Z] unset SSH_AUTH_SOCK; [2021-03-30T17:13:28.663Z] unset SSH_AGENT_PID; [2021-03-30T17:13:28.663Z] echo Agent pid 16 killed; [2021-03-30T17:13:28.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T17:13:29.220Z] + git semver [Pipeline] } [2021-03-30T17:13:29.237Z] $ docker stop --time=1 45c56b1d5e16634f94e9a6440115d0c91c70ab77dbda422987f91c446f6bbdd4 [2021-03-30T17:13:30.638Z] $ docker rm -f 45c56b1d5e16634f94e9a6440115d0c91c70ab77dbda422987f91c446f6bbdd4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:13:31.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T17:13:31.191Z] . [Pipeline] withDockerContainer [2021-03-30T17:13:31.350Z] prd-centos7-docker-4c-2g-32057 does not seem to be running inside a container [2021-03-30T17:13:31.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T17:13:32.262Z] $ docker top 47a89a4f019ebdf0580298c68d6ddc6d5421830709b1b01ae15ae0764c75dfd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T17:13:32.591Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T17:13:32.591Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T17:13:32.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T17:13:32.816Z] $ docker exec 47a89a4f019ebdf0580298c68d6ddc6d5421830709b1b01ae15ae0764c75dfd0 ssh-agent [2021-03-30T17:13:33.011Z] SSH_AUTH_SOCK=/tmp/ssh-JFoQwihfTZUD/agent.13 [2021-03-30T17:13:33.011Z] SSH_AGENT_PID=18 [2021-03-30T17:13:33.019Z] Running ssh-add (command line suppressed) [2021-03-30T17:13:33.160Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4389153224828124462.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4389153224828124462.key) [2021-03-30T17:13:33.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T17:13:33.568Z] + git semver push [2021-03-30T17:13:33.568Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T17:13:33.568Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-30T17:13:33.568Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-30T17:13:33.568Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T17:13:33.568Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T17:13:33.568Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T17:13:33.568Z] # $SEMVER_BRANCH = master [2021-03-30T17:13:33.568Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-30T17:13:37.805Z] $ docker exec --env ******** --env ******** 47a89a4f019ebdf0580298c68d6ddc6d5421830709b1b01ae15ae0764c75dfd0 ssh-agent -k [2021-03-30T17:13:37.942Z] unset SSH_AUTH_SOCK; [2021-03-30T17:13:37.946Z] unset SSH_AGENT_PID; [2021-03-30T17:13:37.946Z] echo Agent pid 18 killed; [2021-03-30T17:13:38.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T17:13:38.471Z] + git semver [Pipeline] } [2021-03-30T17:13:38.487Z] $ docker stop --time=1 47a89a4f019ebdf0580298c68d6ddc6d5421830709b1b01ae15ae0764c75dfd0 [2021-03-30T17:13:39.928Z] $ docker rm -f 47a89a4f019ebdf0580298c68d6ddc6d5421830709b1b01ae15ae0764c75dfd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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-03-30T17:13:41.504Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:13:42.409Z] ---> package-listing.sh [2021-03-30T17:13:42.409Z] ++ facter osfamily [2021-03-30T17:13:42.409Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T17:13:42.409Z] + OS_FAMILY=redhat [2021-03-30T17:13:42.409Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-03-30T17:13:42.409Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T17:13:42.409Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T17:13:42.409Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T17:13:42.409Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T17:13:42.409Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-30T17:13:42.409Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T17:13:42.409Z] + case "${OS_FAMILY}" in [2021-03-30T17:13:42.409Z] + rpm -qa [2021-03-30T17:13:42.409Z] + sort [2021-03-30T17:13:47.756Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T17:13:47.756Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T17:13:47.756Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T17:13:47.756Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-30T17:13:47.756Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-03-30T17:13:47.756Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-03-30T17:13:47.771Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-30T17:13:48.067Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:13:48.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T17:13:48.374Z] [2021-03-30T17:13:48.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T17:13:48.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T17:13:48.728Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T17:13:48.728Z] df20fa9351a1: Pulling fs layer [2021-03-30T17:13:48.728Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T17:13:48.728Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T17:13:48.728Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T17:13:48.728Z] 93b61091891f: Pulling fs layer [2021-03-30T17:13:48.728Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T17:13:48.728Z] 5e14af77c1be: Pulling fs layer [2021-03-30T17:13:48.728Z] 01666e4c0597: Pulling fs layer [2021-03-30T17:13:48.728Z] aa168da1d23b: Pulling fs layer [2021-03-30T17:13:48.728Z] 93b9cdb0e59b: Waiting [2021-03-30T17:13:48.728Z] 5e14af77c1be: Waiting [2021-03-30T17:13:48.728Z] aa168da1d23b: Waiting [2021-03-30T17:13:48.728Z] 01666e4c0597: Waiting [2021-03-30T17:13:48.728Z] 46f8f816bc3b: Waiting [2021-03-30T17:13:48.728Z] 93b61091891f: Waiting [2021-03-30T17:13:48.728Z] 36b3adc4ff6f: Verifying Checksum [2021-03-30T17:13:48.728Z] 36b3adc4ff6f: Download complete [2021-03-30T17:13:48.728Z] 46f8f816bc3b: Verifying Checksum [2021-03-30T17:13:48.728Z] 46f8f816bc3b: Download complete [2021-03-30T17:13:48.991Z] df20fa9351a1: Verifying Checksum [2021-03-30T17:13:48.991Z] df20fa9351a1: Download complete [2021-03-30T17:13:48.991Z] 93b9cdb0e59b: Verifying Checksum [2021-03-30T17:13:48.991Z] 93b9cdb0e59b: Download complete [2021-03-30T17:13:48.991Z] 93b61091891f: Download complete [2021-03-30T17:13:48.991Z] 5e14af77c1be: Verifying Checksum [2021-03-30T17:13:48.991Z] 5e14af77c1be: Download complete [2021-03-30T17:13:48.991Z] 01666e4c0597: Verifying Checksum [2021-03-30T17:13:48.991Z] 01666e4c0597: Download complete [2021-03-30T17:13:49.253Z] df20fa9351a1: Pull complete [2021-03-30T17:13:49.520Z] 36b3adc4ff6f: Pull complete [2021-03-30T17:13:49.520Z] 8ad3a11d3b57: Verifying Checksum [2021-03-30T17:13:49.520Z] 8ad3a11d3b57: Download complete [2021-03-30T17:13:51.470Z] 8ad3a11d3b57: Pull complete [2021-03-30T17:13:51.470Z] aa168da1d23b: Verifying Checksum [2021-03-30T17:13:51.470Z] aa168da1d23b: Download complete [2021-03-30T17:13:51.470Z] 46f8f816bc3b: Pull complete [2021-03-30T17:13:52.047Z] 93b61091891f: Pull complete [2021-03-30T17:13:52.047Z] 93b9cdb0e59b: Pull complete [2021-03-30T17:13:52.310Z] 5e14af77c1be: Pull complete [2021-03-30T17:13:52.310Z] 01666e4c0597: Pull complete [2021-03-30T17:14:00.490Z] aa168da1d23b: Pull complete [2021-03-30T17:14:00.490Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T17:14:00.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T17:14:00.490Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T17:14:00.607Z] prd-centos7-docker-4c-2g-32057 does not seem to be running inside a container [2021-03-30T17:14:00.652Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T17:14:03.503Z] $ docker top 7c6d49c9766ad2f698cc0cc919f2c602cdc5eebe0e19bb2c5626caaa30b6740b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T17:14:04.040Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T17:14:04.344Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T17:14:04.642Z] + ls /var/log/sa-host [2021-03-30T17:14:04.642Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T17:14:04.642Z] file_magic: OK [2021-03-30T17:14:04.642Z] HZ: Using current value: 100 [2021-03-30T17:14:04.642Z] file_header: OK [2021-03-30T17:14:04.642Z] 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-03-30T17:14:04.642Z] Statistics: [2021-03-30T17:14:04.642Z] Hnuu...uuuununununu... [2021-03-30T17:14:04.642Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T17:14:04.642Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T17:14:04.642Z] file_magic: OK [2021-03-30T17:14:04.642Z] HZ: Using current value: 100 [2021-03-30T17:14:04.642Z] file_header: OK [2021-03-30T17:14:04.642Z] 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-03-30T17:14:04.642Z] Statistics: [2021-03-30T17:14:04.642Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-30T17:14:04.642Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T17:14:04.876Z] provisioning config files... [2021-03-30T17:14:04.891Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config555974912194908621tmp [Pipeline] { [Pipeline] echo [2021-03-30T17:14:04.963Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:14:05.264Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T17:14:05.275Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T17:14:05.384Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:14:05.685Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T17:14:05.721Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:14:06.022Z] ---> sudo-logs.sh [2021-03-30T17:14:06.022Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T17:14:06.081Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:14:06.385Z] ---> job-cost.sh [2021-03-30T17:14:06.385Z] lf-activate-venv: SKIPPING [2021-03-30T17:14:06.385Z] DEBUG: total: 0.20999999344348907 [2021-03-30T17:14:06.385Z] INFO: Retrieving Stack Cost... [2021-03-30T17:14:08.939Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T17:14:09.201Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T17:14:09.215Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T17:14:09.511Z] ---> logs-deploy.sh [2021-03-30T17:14:09.512Z] lf-activate-venv: SKIPPING [2021-03-30T17:14:09.512Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/134 [2021-03-30T17:14:09.512Z] INFO: archiving workspace using pattern(s): [2021-03-30T17:14:10.906Z] Archives upload complete. [2021-03-30T17:14:11.178Z] INFO: archiving logs to Nexus