Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1894bc1e392d8688e2b497c25b4baea951eb17b4 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32871 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 1894bc1e392d8688e2b497c25b4baea951eb17b4 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 Commit message: "Merge pull request #844 from hahattan/issue-668" > git rev-list --no-walk 119be5743e00329d34d55769b1b512288156e580 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T03:01:17.226Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T03:01:17.513Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T03:01:17.608Z] ========================================================= [2021-04-06T03:01:17.608Z] EdgeX Global Pipelines Version Info [2021-04-06T03:01:17.608Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:01:19.080Z] ------------------- [2021-04-06T03:01:19.080Z] stable info: [2021-04-06T03:01:19.080Z] ------------------- [2021-04-06T03:01:19.080Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T03:01:19.080Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T03:01:19.080Z] Message: update stable to v1.0.186 [2021-04-06T03:01:20.035Z] ------------------- [2021-04-06T03:01:20.035Z] experimental info: [2021-04-06T03:01:20.035Z] ------------------- [2021-04-06T03:01:20.035Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T03:01:20.035Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T03:01:20.035Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T03:01:20.369Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-06T03:01:20.459Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-06T03:01:20.577Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T03:01:20.700Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T03:01:20.790Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T03:01:20.878Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T03:01:21.039Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T03:01:21.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T03:01:21.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-06T03:01:21.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T03:01:21.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T03:01:21.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-06T03:01:21.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T03:01:21.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T03:01:21.958Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T03:01:22.041Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T03:01:22.140Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T03:01:22.229Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T03:01:22.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T03:01:22.405Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T03:01:22.489Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-06T03:01:22.574Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-06T03:01:22.659Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T03:01:22.745Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T03:01:22.827Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-06T03:01:22.911Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T03:01:22.992Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-06T03:01:23.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-06T03:01:23.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-06T03:01:23.260Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] echo [2021-04-06T03:01:23.411Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1894bc1 [Pipeline] echo [2021-04-06T03:01:23.496Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T03:01:23.668Z] provisioning config files... [2021-04-06T03:01:23.706Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config545188424824910833tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:01:24.084Z] ---> docker-login.sh [2021-04-06T03:01:24.084Z] nexus3.edgexfoundry.org:10001 [2021-04-06T03:01:24.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:01:24.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:01:24.617Z] Configure a credential helper to remove this warning. See [2021-04-06T03:01:24.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:01:24.617Z] [2021-04-06T03:01:24.617Z] Login Succeeded [2021-04-06T03:01:24.617Z] nexus3.edgexfoundry.org:10002 [2021-04-06T03:01:24.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:01:24.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:01:24.886Z] Configure a credential helper to remove this warning. See [2021-04-06T03:01:24.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:01:24.886Z] [2021-04-06T03:01:24.886Z] Login Succeeded [2021-04-06T03:01:24.886Z] nexus3.edgexfoundry.org:10003 [2021-04-06T03:01:24.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:01:24.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:01:24.886Z] Configure a credential helper to remove this warning. See [2021-04-06T03:01:24.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:01:24.886Z] [2021-04-06T03:01:24.886Z] Login Succeeded [2021-04-06T03:01:24.886Z] nexus3.edgexfoundry.org:10004 [2021-04-06T03:01:25.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:01:25.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:01:25.150Z] Configure a credential helper to remove this warning. See [2021-04-06T03:01:25.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:01:25.150Z] [2021-04-06T03:01:25.150Z] Login Succeeded [2021-04-06T03:01:25.150Z] docker.io [2021-04-06T03:01:25.150Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:01:25.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:01:25.414Z] Configure a credential helper to remove this warning. See [2021-04-06T03:01:25.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:01:25.414Z] [2021-04-06T03:01:25.414Z] Login Succeeded [2021-04-06T03:01:25.414Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T03:01:25.425Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T03:01:26.266Z] + git log --format=format:%s -1 1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] echo [2021-04-06T03:01:26.342Z] GIT_COMMIT: 1894bc1e392d8688e2b497c25b4baea951eb17b4, Commit Message: Merge pull request #844 from hahattan/issue-668 [Pipeline] echo [2021-04-06T03:01:26.388Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:01:27.391Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T03:01:27.391Z] [2021-04-06T03:01:27.391Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:01:27.750Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T03:01:27.750Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T03:01:27.750Z] 31603596830f: Pulling fs layer [2021-04-06T03:01:27.750Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T03:01:27.750Z] 6ca5941a6612: Pulling fs layer [2021-04-06T03:01:27.750Z] ecc8261a40a4: Pulling fs layer [2021-04-06T03:01:27.750Z] ecc8261a40a4: Waiting [2021-04-06T03:01:27.750Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T03:01:27.750Z] 2a8b12db71e7: Download complete [2021-04-06T03:01:28.017Z] 31603596830f: Download complete [2021-04-06T03:01:28.017Z] ecc8261a40a4: Verifying Checksum [2021-04-06T03:01:28.017Z] ecc8261a40a4: Download complete [2021-04-06T03:01:28.017Z] 6ca5941a6612: Verifying Checksum [2021-04-06T03:01:28.017Z] 6ca5941a6612: Download complete [2021-04-06T03:01:28.280Z] 31603596830f: Pull complete [2021-04-06T03:01:28.544Z] 2a8b12db71e7: Pull complete [2021-04-06T03:01:29.502Z] 6ca5941a6612: Pull complete [2021-04-06T03:01:29.502Z] ecc8261a40a4: Pull complete [2021-04-06T03:01:29.502Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T03:01:29.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T03:01:29.502Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T03:01:29.617Z] prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container [2021-04-06T03:01:29.675Z] $ 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-04-06T03:01:31.743Z] $ docker top e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T03:01:32.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T03:01:32.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T03:01:32.281Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T03:01:32.283Z] $ docker exec e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent [2021-04-06T03:01:32.453Z] SSH_AUTH_SOCK=/tmp/ssh-EEs70DFEP5kR/agent.12 [2021-04-06T03:01:32.453Z] SSH_AGENT_PID=17 [2021-04-06T03:01:32.466Z] Running ssh-add (command line suppressed) [2021-04-06T03:01:32.602Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_845873395051560775.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_845873395051560775.key) [2021-04-06T03:01:32.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T03:01:33.152Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T03:01:33.173Z] $ docker exec --env ******** --env ******** e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent -k [2021-04-06T03:01:33.296Z] unset SSH_AUTH_SOCK; [2021-04-06T03:01:33.296Z] unset SSH_AGENT_PID; [2021-04-06T03:01:33.296Z] echo Agent pid 17 killed; [2021-04-06T03:01:33.349Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T03:01:33.498Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T03:01:33.498Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T03:01:33.676Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T03:01:33.678Z] $ docker exec e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent [2021-04-06T03:01:33.848Z] SSH_AUTH_SOCK=/tmp/ssh-NGbEa7bEh8or/agent.48 [2021-04-06T03:01:33.848Z] SSH_AGENT_PID=54 [2021-04-06T03:01:33.856Z] Running ssh-add (command line suppressed) [2021-04-06T03:01:33.973Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2311357230625243950.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2311357230625243950.key) [2021-04-06T03:01:34.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T03:01:34.366Z] + git semver init [2021-04-06T03:01:34.366Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T03:01:34.366Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T03:01:34.366Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T03:01:34.366Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T03:01:34.366Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T03:01:34.366Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T03:01:34.366Z] # $SEMVER_BRANCH = master [2021-04-06T03:01:34.366Z] # $SEMVER_TEMP = /tmp/semver-831221066 [2021-04-06T03:01:34.366Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-06T03:01:34.941Z] # '/tmp/semver-831221066' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-06T03:01:34.941Z] # -> Force: false [2021-04-06T03:01:34.941Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-06T03:01:34.952Z] $ docker exec --env ******** --env ******** e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 ssh-agent -k [2021-04-06T03:01:35.076Z] unset SSH_AUTH_SOCK; [2021-04-06T03:01:35.077Z] unset SSH_AGENT_PID; [2021-04-06T03:01:35.077Z] echo Agent pid 54 killed; [2021-04-06T03:01:35.128Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T03:01:35.641Z] + git semver [Pipeline] } [2021-04-06T03:01:35.658Z] $ docker stop --time=1 e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 [2021-04-06T03:01:37.031Z] $ docker rm -f e18c4cb103d3d6d803a9c326269c8f007ce6d847001f25e52a87bf52a51b2846 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T03:01:37.614Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T03:01:38.061Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T03:01:38.064Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.34 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-06T03:01:53.550Z] Still waiting to schedule task [2021-04-06T03:01:53.550Z] ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-32872’ is offline [2021-04-06T03:01:53.552Z] Still waiting to schedule task [2021-04-06T03:01:53.552Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-06T03:03:40.833Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32874 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-06T03:03:40.890Z] Running in /w/workspace/device-sdk-go/139 [Pipeline] { [2021-04-06T03:03:40.938Z] Running on prd-centos7-docker-4c-2g-32876 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] checkout [Pipeline] ws [2021-04-06T03:03:41.063Z] Running in /w/workspace/device-sdk-go/139 [Pipeline] { [Pipeline] checkout [2021-04-06T03:03:43.692Z] using credential edgex-jenkins-ssh [2021-04-06T03:03:43.745Z] Cloning the remote Git repository [2021-04-06T03:03:43.774Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T03:03:43.843Z] > git init /w/workspace/device-sdk-go/139 # timeout=10 [2021-04-06T03:03:43.913Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T03:03:43.913Z] > git --version # timeout=10 [2021-04-06T03:03:43.921Z] > git --version # 'git version 2.24.3' [2021-04-06T03:03:43.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T03:03:43.955Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T03:03:44.614Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T03:03:44.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T03:03:44.639Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T03:03:44.653Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T03:03:44.653Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T03:03:44.660Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T03:03:45.002Z] Checking out Revision 1894bc1e392d8688e2b497c25b4baea951eb17b4 (master) [2021-04-06T03:03:45.678Z] using credential edgex-jenkins-ssh [2021-04-06T03:03:45.738Z] Cloning the remote Git repository [2021-04-06T03:03:45.008Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T03:03:45.015Z] > git checkout -f 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 [2021-04-06T03:03:45.797Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T03:03:45.919Z] > git init /w/workspace/device-sdk-go/139 # timeout=10 [2021-04-06T03:03:45.988Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T03:03:45.989Z] > git --version # timeout=10 [2021-04-06T03:03:46.025Z] > git --version # 'git version 2.17.1' [2021-04-06T03:03:46.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T03:03:46.103Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T03:03:47.190Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T03:03:47.204Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T03:03:47.235Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T03:03:47.270Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T03:03:47.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T03:03:47.282Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T03:03:47.773Z] Checking out Revision 1894bc1e392d8688e2b497c25b4baea951eb17b4 (master) [2021-04-06T03:03:47.790Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T03:03:47.807Z] > git checkout -f 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 [2021-04-06T03:03:48.686Z] Commit message: "Merge pull request #844 from hahattan/issue-668" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T03:03:49.844Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T03:03:50.176Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T03:03:50.475Z] + sudo service docker restart [2021-04-06T03:03:50.475Z] + true [2021-04-06T03:03:50.475Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T03:03:51.504Z] provisioning config files... [2021-04-06T03:03:51.529Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/139@tmp/config3829891183136744100tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:03:51.963Z] ---> docker-login.sh [2021-04-06T03:03:51.963Z] nexus3.edgexfoundry.org:10001 [2021-04-06T03:03:52.142Z] Commit message: "Merge pull request #844 from hahattan/issue-668" [2021-04-06T03:03:52.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:52.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:52.224Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:52.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:52.224Z] [2021-04-06T03:03:52.224Z] Login Succeeded [2021-04-06T03:03:52.224Z] nexus3.edgexfoundry.org:10002 [Pipeline] withEnv [Pipeline] { [2021-04-06T03:03:52.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:52.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:52.485Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:52.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:52.485Z] [2021-04-06T03:03:52.485Z] Login Succeeded [2021-04-06T03:03:52.485Z] nexus3.edgexfoundry.org:10003 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T03:03:52.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:52.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:52.749Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:52.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:52.749Z] [2021-04-06T03:03:52.749Z] Login Succeeded [2021-04-06T03:03:52.749Z] nexus3.edgexfoundry.org:10004 [2021-04-06T03:03:52.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:52.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:52.749Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:52.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:52.749Z] [2021-04-06T03:03:52.749Z] Login Succeeded [2021-04-06T03:03:52.749Z] docker.io [2021-04-06T03:03:53.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:53.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:53.275Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:53.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:53.275Z] [2021-04-06T03:03:53.275Z] Login Succeeded [2021-04-06T03:03:53.275Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T03:03:53.284Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-04-06T03:03:53.496Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2021-04-06T03:03:53.724Z] ========================================================= [2021-04-06T03:03:53.724Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T03:03:53.724Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:03:53.943Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T03:03:54.065Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-06T03:03:54.065Z] Sending build context to Docker daemon 2.357MB [2021-04-06T03:03:54.065Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T03:03:54.065Z] Step 2/8 : FROM ${BASE} [2021-04-06T03:03:54.281Z] + true [2021-04-06T03:03:54.281Z] + sudo service docker restart [2021-04-06T03:03:54.327Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T03:03:54.327Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T03:03:54.327Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T03:03:54.327Z] de9db76c5a1d: Pulling fs layer [2021-04-06T03:03:54.327Z] bca2f99d35d6: Pulling fs layer [2021-04-06T03:03:54.327Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T03:03:54.327Z] 7c6f9722023f: Pulling fs layer [2021-04-06T03:03:54.327Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T03:03:54.327Z] 93359f2a8cfa: Waiting [2021-04-06T03:03:54.327Z] 7c6f9722023f: Waiting [2021-04-06T03:03:54.327Z] a35cf1a2eb13: Waiting [2021-04-06T03:03:54.327Z] bca2f99d35d6: Waiting [2021-04-06T03:03:54.327Z] de9db76c5a1d: Verifying Checksum [2021-04-06T03:03:54.327Z] de9db76c5a1d: Download complete [2021-04-06T03:03:54.327Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T03:03:54.327Z] 0ef7d3d256c8: Download complete [2021-04-06T03:03:54.327Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T03:03:54.327Z] 93359f2a8cfa: Download complete [2021-04-06T03:03:54.327Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T03:03:54.327Z] 188c0c94c7c5: Download complete [2021-04-06T03:03:54.327Z] 7c6f9722023f: Verifying Checksum [2021-04-06T03:03:54.327Z] 7c6f9722023f: Download complete [2021-04-06T03:03:54.590Z] 188c0c94c7c5: Pull complete [2021-04-06T03:03:54.855Z] 0ef7d3d256c8: Pull complete [2021-04-06T03:03:54.855Z] de9db76c5a1d: Pull complete [2021-04-06T03:03:56.799Z] a35cf1a2eb13: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T03:03:57.075Z] provisioning config files... [2021-04-06T03:03:57.127Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/139@tmp/config7705334080001329753tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:03:57.378Z] bca2f99d35d6: Verifying Checksum [2021-04-06T03:03:57.378Z] bca2f99d35d6: Download complete [2021-04-06T03:03:57.553Z] ---> docker-login.sh [2021-04-06T03:03:57.553Z] nexus3.edgexfoundry.org:10001 [2021-04-06T03:03:58.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:58.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:58.810Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:58.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:58.810Z] [2021-04-06T03:03:58.810Z] Login Succeeded [2021-04-06T03:03:58.810Z] nexus3.edgexfoundry.org:10002 [2021-04-06T03:03:59.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:59.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:59.362Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:59.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:59.362Z] [2021-04-06T03:03:59.362Z] Login Succeeded [2021-04-06T03:03:59.362Z] nexus3.edgexfoundry.org:10003 [2021-04-06T03:03:59.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:03:59.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:03:59.907Z] Configure a credential helper to remove this warning. See [2021-04-06T03:03:59.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:03:59.907Z] [2021-04-06T03:03:59.907Z] Login Succeeded [2021-04-06T03:03:59.907Z] nexus3.edgexfoundry.org:10004 [2021-04-06T03:04:00.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:04:00.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:04:00.452Z] Configure a credential helper to remove this warning. See [2021-04-06T03:04:00.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:04:00.452Z] [2021-04-06T03:04:00.452Z] Login Succeeded [2021-04-06T03:04:00.452Z] docker.io [2021-04-06T03:04:00.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T03:04:00.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T03:04:00.996Z] Configure a credential helper to remove this warning. See [2021-04-06T03:04:00.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T03:04:00.996Z] [2021-04-06T03:04:00.996Z] Login Succeeded [2021-04-06T03:04:00.996Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T03:04:01.015Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T03:04:01.411Z] ========================================================= [2021-04-06T03:04:01.411Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T03:04:01.411Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:04:01.803Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-06T03:04:02.086Z] Sending build context to Docker daemon 2.356MB [2021-04-06T03:04:02.364Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T03:04:02.364Z] Step 2/8 : FROM ${BASE} [2021-04-06T03:04:02.364Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T03:04:02.364Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T03:04:02.364Z] a4357932f1b6: Pulling fs layer [2021-04-06T03:04:02.364Z] 18c013af1878: Pulling fs layer [2021-04-06T03:04:02.364Z] 00ac8860ef70: Pulling fs layer [2021-04-06T03:04:02.364Z] 63d7cb157983: Pulling fs layer [2021-04-06T03:04:02.364Z] b116817d02f9: Pulling fs layer [2021-04-06T03:04:02.364Z] 745a02a5169b: Pulling fs layer [2021-04-06T03:04:02.364Z] 63d7cb157983: Waiting [2021-04-06T03:04:02.364Z] 745a02a5169b: Waiting [2021-04-06T03:04:02.364Z] 00ac8860ef70: Waiting [2021-04-06T03:04:02.364Z] b116817d02f9: Waiting [2021-04-06T03:04:02.364Z] 18c013af1878: Download complete [2021-04-06T03:04:02.364Z] a4357932f1b6: Verifying Checksum [2021-04-06T03:04:02.364Z] a4357932f1b6: Download complete [2021-04-06T03:04:02.364Z] 63d7cb157983: Verifying Checksum [2021-04-06T03:04:02.364Z] 63d7cb157983: Download complete [2021-04-06T03:04:02.364Z] b116817d02f9: Verifying Checksum [2021-04-06T03:04:02.364Z] b116817d02f9: Download complete [2021-04-06T03:04:02.364Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T03:04:02.364Z] 5f621e34cdf4: Download complete [2021-04-06T03:04:02.730Z] bca2f99d35d6: Pull complete [2021-04-06T03:04:02.730Z] 93359f2a8cfa: Pull complete [2021-04-06T03:04:02.730Z] 7c6f9722023f: Pull complete [2021-04-06T03:04:03.358Z] 5f621e34cdf4: Pull complete [2021-04-06T03:04:03.962Z] a4357932f1b6: Pull complete [2021-04-06T03:04:04.243Z] 18c013af1878: Pull complete [2021-04-06T03:04:04.517Z] 745a02a5169b: Verifying Checksum [2021-04-06T03:04:04.517Z] 745a02a5169b: Download complete [2021-04-06T03:04:05.964Z] 00ac8860ef70: Verifying Checksum [2021-04-06T03:04:05.964Z] 00ac8860ef70: Download complete [2021-04-06T03:04:09.353Z] a35cf1a2eb13: Pull complete [2021-04-06T03:04:09.353Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T03:04:09.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T03:04:09.353Z] ---> a62c8e92a672 [2021-04-06T03:04:09.353Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T03:04:09.353Z] ---> Running in 41dc91072e84 [2021-04-06T03:04:09.353Z] Removing intermediate container 41dc91072e84 [2021-04-06T03:04:09.353Z] ---> a95726d5a664 [2021-04-06T03:04:09.353Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T03:04:09.353Z] ---> Running in 446f5b4c03cf [2021-04-06T03:04:09.933Z] Removing intermediate container 446f5b4c03cf [2021-04-06T03:04:09.933Z] ---> d62f37976371 [2021-04-06T03:04:09.933Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-06T03:04:09.933Z] ---> Running in f638fd560aa8 [2021-04-06T03:04:11.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T03:04:11.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T03:04:12.179Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-06T03:04:12.179Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-06T03:04:12.179Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-06T03:04:12.441Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-06T03:04:12.441Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T03:04:12.441Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-06T03:04:12.714Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T03:04:12.714Z] OK: 167 MiB in 45 packages [2021-04-06T03:04:13.291Z] Removing intermediate container f638fd560aa8 [2021-04-06T03:04:13.291Z] ---> 991879627939 [2021-04-06T03:04:13.291Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-06T03:04:13.553Z] ---> Running in 6412218794a7 [2021-04-06T03:04:13.553Z] Removing intermediate container 6412218794a7 [2021-04-06T03:04:13.553Z] ---> 1d2fab4efa78 [2021-04-06T03:04:13.553Z] Step 7/8 : COPY . . [2021-04-06T03:04:14.946Z] ---> ab79a143a339 [2021-04-06T03:04:14.946Z] Step 8/8 : RUN go mod download [2021-04-06T03:04:14.946Z] ---> Running in 2a427ef2088c [2021-04-06T03:04:16.151Z] 00ac8860ef70: Pull complete [2021-04-06T03:04:16.151Z] 63d7cb157983: Pull complete [2021-04-06T03:04:16.425Z] b116817d02f9: Pull complete [2021-04-06T03:04:20.742Z] 745a02a5169b: Pull complete [2021-04-06T03:04:20.742Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T03:04:20.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T03:04:20.742Z] ---> b7e6874047d6 [2021-04-06T03:04:20.742Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T03:04:22.728Z] ---> Running in 2840189c0efd [2021-04-06T03:04:23.319Z] Removing intermediate container 2840189c0efd [2021-04-06T03:04:23.319Z] ---> 6f5b62b6f816 [2021-04-06T03:04:23.319Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T03:04:23.319Z] ---> Running in 2c0bd53ca24e [2021-04-06T03:04:25.295Z] Removing intermediate container 2c0bd53ca24e [2021-04-06T03:04:25.295Z] ---> 2b961a3e5262 [2021-04-06T03:04:25.295Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-06T03:04:25.570Z] ---> Running in 8036d5c69d1a [2021-04-06T03:04:26.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T03:04:27.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T03:04:27.737Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-06T03:04:27.737Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-06T03:04:28.009Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-06T03:04:28.010Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-06T03:04:28.010Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T03:04:28.281Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-06T03:04:28.281Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T03:04:28.281Z] OK: 144 MiB in 45 packages [2021-04-06T03:04:29.712Z] Removing intermediate container 8036d5c69d1a [2021-04-06T03:04:29.712Z] ---> 8a38e7cb3456 [2021-04-06T03:04:29.712Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-06T03:04:29.712Z] ---> Running in 4ce5c251273d [2021-04-06T03:04:30.305Z] Removing intermediate container 4ce5c251273d [2021-04-06T03:04:30.305Z] ---> 08ad163979a7 [2021-04-06T03:04:30.305Z] Step 7/8 : COPY . . [2021-04-06T03:04:31.283Z] ---> dc572c87f4bd [2021-04-06T03:04:31.283Z] Step 8/8 : RUN go mod download [2021-04-06T03:04:31.556Z] ---> Running in 37804c118a09 [2021-04-06T03:04:37.027Z] Removing intermediate container 2a427ef2088c [2021-04-06T03:04:37.027Z] ---> a9deaea48ee6 [2021-04-06T03:04:37.027Z] Successfully built a9deaea48ee6 [2021-04-06T03:04:37.027Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:04:37.375Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T03:04:37.375Z] . [Pipeline] withDockerContainer [2021-04-06T03:04:37.487Z] prd-centos7-docker-4c-2g-32876 does not seem to be running inside a container [2021-04-06T03:04:37.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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-04-06T03:04:38.328Z] $ docker top 926cff649dd499e712d89b1f2acdf16b7baf77f2f0afebf016b6b5a89004d754 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T03:04:38.817Z] + go version [2021-04-06T03:04:38.817Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T03:04:38.832Z] $ docker stop --time=1 926cff649dd499e712d89b1f2acdf16b7baf77f2f0afebf016b6b5a89004d754 [2021-04-06T03:04:40.243Z] $ docker rm -f 926cff649dd499e712d89b1f2acdf16b7baf77f2f0afebf016b6b5a89004d754 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:04:41.089Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T03:04:41.089Z] . [Pipeline] withDockerContainer [2021-04-06T03:04:41.185Z] prd-centos7-docker-4c-2g-32876 does not seem to be running inside a container [2021-04-06T03:04:41.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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-04-06T03:04:41.846Z] $ docker top 61a262654ee0610746a00264abcf4866b7a1d7cf682ff0f4408f9d43b67d06d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T03:04:42.328Z] + make test [2021-04-06T03:04:42.328Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T03:04:50.569Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-06T03:04:58.382Z] Removing intermediate container 37804c118a09 [2021-04-06T03:04:58.382Z] ---> 99c67e914fea [2021-04-06T03:04:58.382Z] Successfully built 99c67e914fea [2021-04-06T03:04:58.382Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:04:58.721Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T03:04:58.721Z] . [Pipeline] withDockerContainer [2021-04-06T03:04:58.949Z] prd-ubuntu18.04-docker-arm64-4c-16g-32874 does not seem to be running inside a container [2021-04-06T03:04:59.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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 ******** ci-base-image-arm64 cat [2021-04-06T03:05:00.414Z] $ docker top 6966a22dd7eb1e90f7bb5f133c351a1191aec45beee6f3200aafb1d59feb58d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T03:05:01.452Z] + go version [2021-04-06T03:05:01.452Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T03:05:01.477Z] $ docker stop --time=1 6966a22dd7eb1e90f7bb5f133c351a1191aec45beee6f3200aafb1d59feb58d8 [2021-04-06T03:05:03.410Z] $ docker rm -f 6966a22dd7eb1e90f7bb5f133c351a1191aec45beee6f3200aafb1d59feb58d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:05:04.435Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T03:05:04.435Z] . [Pipeline] withDockerContainer [2021-04-06T03:05:04.666Z] prd-ubuntu18.04-docker-arm64-4c-16g-32874 does not seem to be running inside a container [2021-04-06T03:05:04.749Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/139 -v /w/workspace/device-sdk-go/139:/w/workspace/device-sdk-go/139:rw,z -v /w/workspace/device-sdk-go/139@tmp:/w/workspace/device-sdk-go/139@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 ******** ci-base-image-arm64 cat [2021-04-06T03:05:06.204Z] $ docker top af639186a840e1753fc6ab554c0a7ce4e8c9f97113bd33ed32b5d7e9e0035238 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T03:05:07.173Z] + make test [2021-04-06T03:05:07.173Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T03:05:12.705Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-06T03:05:12.706Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-06T03:05:12.706Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-06T03:05:12.706Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-06T03:05:12.706Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-06T03:05:12.706Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.082s coverage: 28.1% of statements [2021-04-06T03:05:12.971Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.072s coverage: 81.2% of statements [2021-04-06T03:05:13.938Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.085s coverage: 7.8% of statements [2021-04-06T03:05:13.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-06T03:05:13.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-06T03:05:13.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-06T03:05:13.938Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 32.5% of statements [2021-04-06T03:05:13.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-06T03:05:13.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-06T03:05:13.938Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-06T03:05:14.516Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.102s coverage: 57.3% of statements [2021-04-06T03:05:14.780Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.164s coverage: 6.6% of statements [2021-04-06T03:05:14.780Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-06T03:05:14.780Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-06T03:05:15.042Z] GO111MODULE=on go vet ./... [2021-04-06T03:05:29.382Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-06T03:05:33.296Z] gofmt -l . [2021-04-06T03:05:33.296Z] [ "`gofmt -l .`" = "" ] [2021-04-06T03:05:33.296Z] ./bin/test-attribution-txt.sh [2021-04-06T03:05:33.296Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-06T03:05:33.312Z] $ docker stop --time=1 61a262654ee0610746a00264abcf4866b7a1d7cf682ff0f4408f9d43b67d06d4 [2021-04-06T03:05:35.051Z] $ docker rm -f 61a262654ee0610746a00264abcf4866b7a1d7cf682ff0f4408f9d43b67d06d4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T03:05:35.744Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T03:05:36.109Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-06T03:05:38.783Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T03:05:39.086Z] + ls -al . [2021-04-06T03:05:39.086Z] total 188 [2021-04-06T03:05:39.086Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 03:05 . [2021-04-06T03:05:39.086Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 6 03:03 .. [2021-04-06T03:05:39.086Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 03:03 bin [2021-04-06T03:05:39.086Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 6 03:05 coverage.out [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 03:03 Dockerfile.build [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 03:03 .dockerignore [2021-04-06T03:05:39.086Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 03:03 example [2021-04-06T03:05:39.086Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 03:03 .git [2021-04-06T03:05:39.086Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 03:03 .github [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 03:03 .gitignore [2021-04-06T03:05:39.086Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 6 03:05 go.mod [2021-04-06T03:05:39.086Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 6 03:05 go.sum [2021-04-06T03:05:39.086Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 03:03 internal [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 03:03 Jenkinsfile [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 03:03 LICENSE [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 03:03 Makefile [2021-04-06T03:05:39.086Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 03:03 openapi [2021-04-06T03:05:39.086Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 03:03 pkg [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 03:03 README.md [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 03:03 RELEASE-NOTES.txt [2021-04-06T03:05:39.086Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 03:03 snap [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 03:01 VERSION [2021-04-06T03:05:39.086Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 03:03 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:05:39.399Z] + 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=1894bc1e392d8688e2b497c25b4baea951eb17b4 --label arch=amd64 --label version=2.0.0-dev.34 . [2021-04-06T03:05:39.665Z] Sending build context to Docker daemon 2.459MB [2021-04-06T03:05:39.665Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T03:05:39.665Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-06T03:05:39.665Z] ---> a9deaea48ee6 [2021-04-06T03:05:39.665Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-06T03:05:40.239Z] ---> Running in 15714131d439 [2021-04-06T03:05:40.239Z] Removing intermediate container 15714131d439 [2021-04-06T03:05:40.239Z] ---> 4fa6faec1d0b [2021-04-06T03:05:40.239Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T03:05:40.503Z] ---> Running in c040a1d24926 [2021-04-06T03:05:40.503Z] Removing intermediate container c040a1d24926 [2021-04-06T03:05:40.503Z] ---> 30f506fcb11b [2021-04-06T03:05:40.503Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T03:05:40.503Z] ---> Running in c201c0bbe6c1 [2021-04-06T03:05:41.450Z] Removing intermediate container c201c0bbe6c1 [2021-04-06T03:05:41.450Z] ---> b822e63668c5 [2021-04-06T03:05:41.450Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-06T03:05:41.450Z] ---> Running in 0518b73a4593 [2021-04-06T03:05:42.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T03:05:42.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T03:05:42.863Z] OK: 167 MiB in 45 packages [2021-04-06T03:05:43.439Z] Removing intermediate container 0518b73a4593 [2021-04-06T03:05:43.439Z] ---> d82ea4950d49 [2021-04-06T03:05:43.439Z] Step 7/23 : COPY . . [2021-04-06T03:05:44.387Z] ---> 4a07b5083644 [2021-04-06T03:05:44.387Z] Step 8/23 : RUN go mod download [2021-04-06T03:05:44.387Z] ---> Running in c2057cbde80b [2021-04-06T03:05:45.338Z] Removing intermediate container c2057cbde80b [2021-04-06T03:05:45.338Z] ---> 44fe08a031c6 [2021-04-06T03:05:45.338Z] Step 9/23 : RUN make build [2021-04-06T03:05:45.603Z] ---> Running in 2b275538bdf9 [2021-04-06T03:05:45.867Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-06T03:05:56.126Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-06T03:05:58.049Z] Removing intermediate container 2b275538bdf9 [2021-04-06T03:05:58.049Z] ---> d1a6940a6c63 [2021-04-06T03:05:58.049Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T03:05:58.312Z] 3.12: Pulling from library/alpine [2021-04-06T03:05:58.312Z] 532819f3e44c: Pulling fs layer [2021-04-06T03:05:58.576Z] 532819f3e44c: Verifying Checksum [2021-04-06T03:05:58.576Z] 532819f3e44c: Download complete [2021-04-06T03:05:58.846Z] 532819f3e44c: Pull complete [2021-04-06T03:05:58.846Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T03:05:58.846Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T03:05:58.846Z] ---> 7230e588e954 [2021-04-06T03:05:58.846Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T03:05:58.846Z] ---> Running in d0e871e8bf77 [2021-04-06T03:05:59.113Z] Removing intermediate container d0e871e8bf77 [2021-04-06T03:05:59.114Z] ---> 984440ec7203 [2021-04-06T03:05:59.114Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T03:05:59.114Z] ---> Running in 85836217db41 [2021-04-06T03:06:00.069Z] Removing intermediate container 85836217db41 [2021-04-06T03:06:00.069Z] ---> 09e3a0148fa0 [2021-04-06T03:06:00.069Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-06T03:06:00.333Z] ---> Running in 5ca159862d42 [2021-04-06T03:06:01.282Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T03:06:01.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T03:06:02.431Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-06T03:06:02.431Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-06T03:06:02.431Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-06T03:06:02.699Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-06T03:06:02.963Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-06T03:06:02.963Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T03:06:02.963Z] OK: 8 MiB in 19 packages [2021-04-06T03:06:03.537Z] Removing intermediate container 5ca159862d42 [2021-04-06T03:06:03.537Z] ---> 68f3de4fbc45 [2021-04-06T03:06:03.537Z] Step 14/23 : WORKDIR / [2021-04-06T03:06:03.537Z] ---> Running in 767b51c58c74 [2021-04-06T03:06:03.537Z] Removing intermediate container 767b51c58c74 [2021-04-06T03:06:03.537Z] ---> 5e50dda5ee3d [2021-04-06T03:06:03.537Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-06T03:06:03.806Z] ---> 4d9810362a9e [2021-04-06T03:06:03.806Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-06T03:06:04.386Z] ---> 35a81c1272af [2021-04-06T03:06:04.386Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-06T03:06:04.647Z] ---> a4d35cfd289d [2021-04-06T03:06:04.647Z] Step 18/23 : EXPOSE 49990 [2021-04-06T03:06:04.647Z] ---> Running in 0b8cacca5627 [2021-04-06T03:06:04.908Z] Removing intermediate container 0b8cacca5627 [2021-04-06T03:06:04.908Z] ---> d85fcdb98cbc [2021-04-06T03:06:04.908Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-06T03:06:04.908Z] ---> Running in 487b188aba1a [2021-04-06T03:06:05.172Z] Removing intermediate container 487b188aba1a [2021-04-06T03:06:05.172Z] ---> 9ad32d1939e4 [2021-04-06T03:06:05.172Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T03:06:05.172Z] ---> Running in 12efa3debf4a [2021-04-06T03:06:05.434Z] Removing intermediate container 12efa3debf4a [2021-04-06T03:06:05.434Z] ---> 41d8563e15f3 [2021-04-06T03:06:05.434Z] Step 21/23 : LABEL arch=amd64 [2021-04-06T03:06:05.434Z] ---> Running in b39851658c42 [2021-04-06T03:06:05.434Z] Removing intermediate container b39851658c42 [2021-04-06T03:06:05.434Z] ---> 9fe8a66af8ec [2021-04-06T03:06:05.434Z] Step 22/23 : LABEL git_sha=1894bc1e392d8688e2b497c25b4baea951eb17b4 [2021-04-06T03:06:05.698Z] ---> Running in 547aeefb1a6c [2021-04-06T03:06:05.698Z] Removing intermediate container 547aeefb1a6c [2021-04-06T03:06:05.698Z] ---> 88ad82c47297 [2021-04-06T03:06:05.698Z] Step 23/23 : LABEL version=2.0.0-dev.34 [2021-04-06T03:06:05.960Z] ---> Running in 9dde74cbabc4 [2021-04-06T03:06:05.960Z] Removing intermediate container 9dde74cbabc4 [2021-04-06T03:06:05.960Z] ---> 7c3d9fc0c46f [2021-04-06T03:06:05.960Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-06T03:06:05.960Z] Successfully built 7c3d9fc0c46f [2021-04-06T03:06:05.960Z] 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-04-06T03:06:07.007Z] ---> job-cost.sh [2021-04-06T03:06:07.008Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Dukv [2021-04-06T03:06:21.946Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T03:06:26.002Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-06T03:06:26.002Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-06T03:06:26.002Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-06T03:06:26.002Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-06T03:06:26.002Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-06T03:06:28.016Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 28.1% of statements [2021-04-06T03:06:29.469Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.204s coverage: 81.2% of statements [2021-04-06T03:06:29.469Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.188s coverage: 7.8% of statements [2021-04-06T03:06:29.469Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-06T03:06:29.469Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-06T03:06:29.469Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-06T03:06:30.914Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.270s coverage: 32.5% of statements [2021-04-06T03:06:30.914Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-06T03:06:30.914Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-06T03:06:30.914Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-06T03:06:35.237Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.257s coverage: 57.3% of statements [2021-04-06T03:06:35.237Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.100s coverage: 6.6% of statements [2021-04-06T03:06:35.238Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 5.0% of statements [2021-04-06T03:06:35.238Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-06T03:06:35.512Z] GO111MODULE=on go vet ./... [2021-04-06T03:06:48.580Z] lf-activate-venv(): INFO: Adding /tmp/venv-Dukv/bin to PATH [2021-04-06T03:06:48.580Z] INFO: No Stack... [2021-04-06T03:06:49.528Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T03:06:50.101Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T03:06:50.412Z] + cat /w/workspace/device-sdk-go/139/archives/cost.csv [2021-04-06T03:06:50.412Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T03:06:50.496Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [2021-04-06T03:06:50.524Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] did not exist. Created. [2021-04-06T03:06:50.525Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T03:06:50.931Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T03:06:51.058Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T03:06:51.074Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T03:07:22.530Z] gofmt -l . [2021-04-06T03:07:22.530Z] [ "`gofmt -l .`" = "" ] [2021-04-06T03:07:22.530Z] ./bin/test-attribution-txt.sh [2021-04-06T03:07:22.530Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-06T03:07:22.555Z] $ docker stop --time=1 af639186a840e1753fc6ab554c0a7ce4e8c9f97113bd33ed32b5d7e9e0035238 [2021-04-06T03:07:24.822Z] $ docker rm -f af639186a840e1753fc6ab554c0a7ce4e8c9f97113bd33ed32b5d7e9e0035238 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T03:07:25.967Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T03:07:26.034Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T03:07:26.847Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T03:07:27.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T03:07:27.963Z] + ls -al . [2021-04-06T03:07:27.963Z] total 224 [2021-04-06T03:07:27.963Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 03:07 . [2021-04-06T03:07:27.963Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:03 .. [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 03:03 .dockerignore [2021-04-06T03:07:27.963Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 03:03 .git [2021-04-06T03:07:27.963Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 03:03 .github [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 03:03 .gitignore [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 03:03 Dockerfile.build [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 03:03 Jenkinsfile [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 03:03 LICENSE [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 03:03 Makefile [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 03:03 README.md [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 03:03 RELEASE-NOTES.txt [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 03:01 VERSION [2021-04-06T03:07:27.963Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 03:03 bin [2021-04-06T03:07:27.963Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 6 03:06 coverage.out [2021-04-06T03:07:27.963Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 03:03 example [2021-04-06T03:07:27.963Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 6 03:07 go.mod [2021-04-06T03:07:27.963Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 6 03:07 go.sum [2021-04-06T03:07:27.963Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 03:03 internal [2021-04-06T03:07:27.963Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:03 openapi [2021-04-06T03:07:27.963Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 03:03 pkg [2021-04-06T03:07:27.963Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:03 snap [2021-04-06T03:07:27.963Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 03:03 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:07:28.346Z] + 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=1894bc1e392d8688e2b497c25b4baea951eb17b4 --label arch=arm64 --label version=2.0.0-dev.34 . [2021-04-06T03:07:28.641Z] Sending build context to Docker daemon 2.458MB [2021-04-06T03:07:28.641Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T03:07:28.641Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-06T03:07:28.641Z] ---> 99c67e914fea [2021-04-06T03:07:28.641Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-06T03:07:29.262Z] ---> Running in 55f8d178ac7a [2021-04-06T03:07:29.872Z] Removing intermediate container 55f8d178ac7a [2021-04-06T03:07:29.872Z] ---> 6144004f37af [2021-04-06T03:07:29.872Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T03:07:29.872Z] ---> Running in b7ae514498d7 [2021-04-06T03:07:30.472Z] Removing intermediate container b7ae514498d7 [2021-04-06T03:07:30.472Z] ---> 0b67acc8ca6a [2021-04-06T03:07:30.472Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T03:07:30.472Z] ---> Running in 2860a9fbf5b6 [2021-04-06T03:07:33.100Z] Removing intermediate container 2860a9fbf5b6 [2021-04-06T03:07:33.100Z] ---> 2ec1ca68b1b3 [2021-04-06T03:07:33.100Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-06T03:07:33.100Z] ---> Running in ddb2fe27fe01 [2021-04-06T03:07:34.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T03:07:34.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T03:07:35.274Z] OK: 144 MiB in 45 packages [2021-04-06T03:07:36.711Z] Removing intermediate container ddb2fe27fe01 [2021-04-06T03:07:36.711Z] ---> 7ae35e7819e3 [2021-04-06T03:07:36.711Z] Step 7/23 : COPY . . [2021-04-06T03:07:37.702Z] ---> dcf6982d87a9 [2021-04-06T03:07:37.702Z] Step 8/23 : RUN go mod download [2021-04-06T03:07:37.702Z] ---> Running in a3c135161519 [2021-04-06T03:07:40.322Z] Removing intermediate container a3c135161519 [2021-04-06T03:07:40.322Z] ---> 7d862bf20b1e [2021-04-06T03:07:40.322Z] Step 9/23 : RUN make build [2021-04-06T03:07:40.322Z] ---> Running in b7f72f458629 [2021-04-06T03:07:41.303Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.34" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-06T03:08:20.323Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-06T03:08:20.323Z] Removing intermediate container b7f72f458629 [2021-04-06T03:08:20.323Z] ---> 916ae0bca136 [2021-04-06T03:08:20.323Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T03:08:20.323Z] 3.12: Pulling from library/alpine [2021-04-06T03:08:20.323Z] 9a219e8acc52: Pulling fs layer [2021-04-06T03:08:20.323Z] 9a219e8acc52: Verifying Checksum [2021-04-06T03:08:20.323Z] 9a219e8acc52: Download complete [2021-04-06T03:08:20.323Z] 9a219e8acc52: Pull complete [2021-04-06T03:08:20.323Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T03:08:20.323Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T03:08:20.323Z] ---> d75e27dfc0a0 [2021-04-06T03:08:20.323Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T03:08:20.323Z] ---> Running in e36ab00f3d21 [2021-04-06T03:08:20.323Z] Removing intermediate container e36ab00f3d21 [2021-04-06T03:08:20.323Z] ---> 1fa95e8d20ac [2021-04-06T03:08:20.323Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T03:08:20.323Z] ---> Running in 0f0d018c258b [2021-04-06T03:08:22.940Z] Removing intermediate container 0f0d018c258b [2021-04-06T03:08:22.940Z] ---> 7fb990b0db3e [2021-04-06T03:08:22.940Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-06T03:08:22.940Z] ---> Running in 200536b3d931 [2021-04-06T03:08:23.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T03:08:24.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T03:08:25.093Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-06T03:08:25.093Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-06T03:08:25.361Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-06T03:08:25.361Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-06T03:08:25.634Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-06T03:08:25.634Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T03:08:25.634Z] OK: 8 MiB in 19 packages [2021-04-06T03:08:27.067Z] Removing intermediate container 200536b3d931 [2021-04-06T03:08:27.067Z] ---> bd808cee9fd9 [2021-04-06T03:08:27.067Z] Step 14/23 : WORKDIR / [2021-04-06T03:08:27.067Z] ---> Running in 61810b27ceaf [2021-04-06T03:08:27.664Z] Removing intermediate container 61810b27ceaf [2021-04-06T03:08:27.664Z] ---> 593425afda8e [2021-04-06T03:08:27.664Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-06T03:08:28.261Z] ---> 650a047bc189 [2021-04-06T03:08:28.261Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-06T03:08:29.693Z] ---> 5c46b6ada659 [2021-04-06T03:08:29.693Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-06T03:08:30.673Z] ---> 2af437e57c92 [2021-04-06T03:08:30.673Z] Step 18/23 : EXPOSE 49990 [2021-04-06T03:08:30.673Z] ---> Running in 653dfcf99bdf [2021-04-06T03:08:30.947Z] Removing intermediate container 653dfcf99bdf [2021-04-06T03:08:30.947Z] ---> f9c9c98c5f91 [2021-04-06T03:08:30.947Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-06T03:08:31.227Z] ---> Running in 7c824ac0293c [2021-04-06T03:08:31.834Z] Removing intermediate container 7c824ac0293c [2021-04-06T03:08:31.834Z] ---> 0f25644e2494 [2021-04-06T03:08:31.834Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T03:08:31.834Z] ---> Running in 94b6170a459b [2021-04-06T03:08:32.432Z] Removing intermediate container 94b6170a459b [2021-04-06T03:08:32.432Z] ---> 8d69a1eb8eed [2021-04-06T03:08:32.432Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T03:08:32.432Z] ---> Running in 0b0579a871bd [2021-04-06T03:08:33.028Z] Removing intermediate container 0b0579a871bd [2021-04-06T03:08:33.028Z] ---> 901a0394188f [2021-04-06T03:08:33.028Z] Step 22/23 : LABEL git_sha=1894bc1e392d8688e2b497c25b4baea951eb17b4 [2021-04-06T03:08:33.301Z] ---> Running in 48d094daaae2 [2021-04-06T03:08:33.895Z] Removing intermediate container 48d094daaae2 [2021-04-06T03:08:33.895Z] ---> 8b05ba49444a [2021-04-06T03:08:33.895Z] Step 23/23 : LABEL version=2.0.0-dev.34 [2021-04-06T03:08:33.895Z] ---> Running in 0bd816062b2e [2021-04-06T03:08:34.488Z] Removing intermediate container 0bd816062b2e [2021-04-06T03:08:34.488Z] ---> 5787c4350d97 [2021-04-06T03:08:34.488Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-06T03:08:34.488Z] Successfully built 5787c4350d97 [2021-04-06T03:08:34.488Z] 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-04-06T03:08:35.318Z] ---> job-cost.sh [2021-04-06T03:08:35.318Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7Kpx [2021-04-06T03:09:22.261Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T03:11:14.060Z] lf-activate-venv(): INFO: Adding /tmp/venv-7Kpx/bin to PATH [2021-04-06T03:11:14.060Z] INFO: No Stack... [2021-04-06T03:11:14.060Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T03:11:14.060Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T03:11:14.412Z] + cat /w/workspace/device-sdk-go/139/archives/cost.csv [2021-04-06T03:11:14.412Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T03:11:14.550Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [2021-04-06T03:11:14.561Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] did not exist. Created. [2021-04-06T03:11:14.561Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T03:11:15.037Z] /w/workspace/device-sdk-go/139@tmp/durable-ff45e2da/script.sh: 1: /w/workspace/device-sdk-go/139@tmp/durable-ff45e2da/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T03:11:15.400Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T03:11:15.474Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T03:11:15.657Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T03:11:15.672Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-139-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-06T03:11:17.148Z] provisioning config files... [2021-04-06T03:11:17.170Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config896660904554090509tmp [Pipeline] { [Pipeline] sh [2021-04-06T03:11:17.563Z] + set +x [2021-04-06T03:11:17.563Z] + curl -s https://codecov.io/bash [2021-04-06T03:11:17.563Z] + bash -s -- [2021-04-06T03:11:17.828Z] [2021-04-06T03:11:17.828Z] _____ _ [2021-04-06T03:11:17.828Z] / ____| | | [2021-04-06T03:11:17.828Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T03:11:17.828Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T03:11:17.828Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T03:11:17.828Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T03:11:17.828Z] Bash-20210309-2b87ace [2021-04-06T03:11:17.828Z] [2021-04-06T03:11:17.828Z] [2021-04-06T03:11:17.828Z] ==> git version 2.24.3 found [2021-04-06T03:11:17.828Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-06T03:11:17.828Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T03:11:17.828Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T03:11:17.828Z] ==> Jenkins CI detected. [2021-04-06T03:11:17.828Z] project root: . [2021-04-06T03:11:17.828Z] --> token set from env [2021-04-06T03:11:17.828Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T03:11:17.828Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T03:11:17.828Z] ==> Python coveragepy not found [2021-04-06T03:11:17.828Z] ==> Searching for coverage reports in: [2021-04-06T03:11:17.828Z] + . [2021-04-06T03:11:17.828Z] -> Found 1 reports [2021-04-06T03:11:17.828Z] ==> Detecting git/mercurial file structure [2021-04-06T03:11:17.828Z] ==> Reading reports [2021-04-06T03:11:17.828Z] + ./coverage.out bytes=101239 [2021-04-06T03:11:17.828Z] ==> Appending adjustments [2021-04-06T03:11:17.828Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T03:11:18.092Z] + Found adjustments [2021-04-06T03:11:18.092Z] ==> Gzipping contents [2021-04-06T03:11:18.092Z] 16K /tmp/codecov.HRDzym.gz [2021-04-06T03:11:18.092Z] ==> Uploading reports [2021-04-06T03:11:18.092Z] url: https://codecov.io [2021-04-06T03:11:18.092Z] query: branch=master&commit=1894bc1e392d8688e2b497c25b4baea951eb17b4&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F139%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T03:11:18.092Z] -> Pinging Codecov [2021-04-06T03:11:18.092Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=1894bc1e392d8688e2b497c25b4baea951eb17b4&build=139&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F139%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T03:11:18.671Z] -> Uploading to [2021-04-06T03:11:18.671Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/1894bc1e392d8688e2b497c25b4baea951eb17b4/ca03fc26-c0ed-43f0-8305-27df0905f6a9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T031118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cde42166c8a1d69914a3389aaa9dd16584321813023cf0dec5265317bbbc583 [2021-04-06T03:11:18.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T03:11:18.671Z] Dload Upload Total Spent Left Speed [2021-04-06T03:11:18.937Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13699 0 0 100 13699 0 33465 --:--:-- --:--:-- --:--:-- 33412 100 13699 0 0 100 13699 0 33450 --:--:-- --:--:-- --:--:-- 33412 [2021-04-06T03:11:18.937Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] } [2021-04-06T03:11:18.948Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-06T03:11:19.945Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-06T03:11:20.012Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:11:20.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T03:11:20.356Z] [2021-04-06T03:11:20.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:11:20.743Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T03:11:20.743Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-06T03:11:20.743Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T03:11:20.743Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T03:11:20.743Z] de9db76c5a1d: Pulling fs layer [2021-04-06T03:11:20.743Z] 0eba1c9be4d2: Pulling fs layer [2021-04-06T03:11:20.743Z] 0d57e429df01: Pulling fs layer [2021-04-06T03:11:20.743Z] 4e4be7b47b0d: Pulling fs layer [2021-04-06T03:11:20.743Z] e1f770b5df2f: Pulling fs layer [2021-04-06T03:11:20.743Z] 85a0685a4137: Pulling fs layer [2021-04-06T03:11:20.743Z] 0d57e429df01: Waiting [2021-04-06T03:11:20.743Z] 4e4be7b47b0d: Waiting [2021-04-06T03:11:20.743Z] e1f770b5df2f: Waiting [2021-04-06T03:11:20.743Z] 85a0685a4137: Waiting [2021-04-06T03:11:20.743Z] 0eba1c9be4d2: Waiting [2021-04-06T03:11:20.743Z] de9db76c5a1d: Download complete [2021-04-06T03:11:20.743Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T03:11:20.743Z] 0ef7d3d256c8: Download complete [2021-04-06T03:11:20.743Z] 0d57e429df01: Verifying Checksum [2021-04-06T03:11:20.743Z] 0d57e429df01: Download complete [2021-04-06T03:11:20.743Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T03:11:20.743Z] 188c0c94c7c5: Download complete [2021-04-06T03:11:20.743Z] 4e4be7b47b0d: Verifying Checksum [2021-04-06T03:11:20.743Z] 4e4be7b47b0d: Download complete [2021-04-06T03:11:21.321Z] 188c0c94c7c5: Pull complete [2021-04-06T03:11:21.321Z] 0ef7d3d256c8: Pull complete [2021-04-06T03:11:21.583Z] de9db76c5a1d: Pull complete [2021-04-06T03:11:22.542Z] e1f770b5df2f: Verifying Checksum [2021-04-06T03:11:22.542Z] e1f770b5df2f: Download complete [2021-04-06T03:11:25.144Z] 0eba1c9be4d2: Verifying Checksum [2021-04-06T03:11:25.144Z] 0eba1c9be4d2: Download complete [2021-04-06T03:11:25.144Z] 85a0685a4137: Download complete [2021-04-06T03:11:30.478Z] 0eba1c9be4d2: Pull complete [2021-04-06T03:11:30.478Z] 0d57e429df01: Pull complete [2021-04-06T03:11:30.478Z] 4e4be7b47b0d: Pull complete [2021-04-06T03:11:33.039Z] e1f770b5df2f: Pull complete [2021-04-06T03:11:41.241Z] 85a0685a4137: Pull complete [2021-04-06T03:11:41.241Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-06T03:11:41.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T03:11:41.241Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-06T03:11:41.460Z] prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container [2021-04-06T03:11:41.507Z] $ 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-04-06T03:11:42.527Z] $ docker top 03664d360a846ba17f1bc49d04e68c504b1cddfe14c43ab75cb05fdf727de0f9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T03:11:42.814Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-06T03:11:43.108Z] + set -o pipefail [2021-04-06T03:11:43.108Z] + snyk monitor '--org=edgex-jenkins' [2021-04-06T03:12:05.120Z] [2021-04-06T03:12:05.120Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-06T03:12:05.120Z] [2021-04-06T03:12:05.120Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/aef450e8-4d8e-4370-807e-1a6e8b01fce4 [2021-04-06T03:12:05.120Z] [2021-04-06T03:12:05.120Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-06T03:12:05.120Z] [2021-04-06T03:12:05.120Z] [2021-04-06T03:12:05.120Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-06T03:12:05.120Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-06T03:12:05.137Z] $ docker stop --time=1 03664d360a846ba17f1bc49d04e68c504b1cddfe14c43ab75cb05fdf727de0f9 [2021-04-06T03:12:08.206Z] $ docker rm -f 03664d360a846ba17f1bc49d04e68c504b1cddfe14c43ab75cb05fdf727de0f9 [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-04-06T03:12:09.430Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T03:12:09.484Z] provisioning config files... [2021-04-06T03:12:09.496Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1599937296912349756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:12:09.885Z] --> edgex-publish-swagger.sh [2021-04-06T03:12:09.885Z] === Publish openapi/v1 API === [2021-04-06T03:12:09.885Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-06T03:12:09.885Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-06T03:12:09.885Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T03:12:09.885Z] Dload Upload Total Spent Left Speed [2021-04-06T03:12:10.414Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 28463 --:--:-- --:--:-- --:--:-- 28455 [2021-04-06T03:12:10.414Z] [2021-04-06T03:12:10.414Z] [2021-04-06T03:12:10.414Z] === Publish openapi/v2 API === [2021-04-06T03:12:10.414Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-06T03:12:10.414Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-06T03:12:10.414Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T03:12:10.414Z] Dload Upload Total Spent Left Speed [2021-04-06T03:12:11.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 79690 --:--:-- --:--:-- --:--:-- 79695 100 51483 0 0 100 51483 0 79670 --:--:-- --:--:-- --:--:-- 79571 [2021-04-06T03:12:11.367Z] [2021-04-06T03:12:11.367Z] [Pipeline] } [2021-04-06T03:12:11.377Z] 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-04-06T03:12:12.302Z] + git log --format=format:%s -1 1894bc1e392d8688e2b497c25b4baea951eb17b4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:12:12.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T03:12:12.614Z] . [Pipeline] withDockerContainer [2021-04-06T03:12:12.764Z] prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container [2021-04-06T03:12:12.811Z] $ 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-04-06T03:12:13.714Z] $ docker top 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T03:12:14.109Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T03:12:14.109Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T03:12:14.423Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T03:12:14.425Z] $ docker exec 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d ssh-agent [2021-04-06T03:12:14.630Z] SSH_AUTH_SOCK=/tmp/ssh-OSe1I4J2sZKD/agent.11 [2021-04-06T03:12:14.630Z] SSH_AGENT_PID=16 [2021-04-06T03:12:14.644Z] Running ssh-add (command line suppressed) [2021-04-06T03:12:14.804Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3021881488346245416.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3021881488346245416.key) [2021-04-06T03:12:14.865Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T03:12:15.218Z] + git semver tag [2021-04-06T03:12:15.218Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T03:12:15.218Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T03:12:15.218Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T03:12:15.218Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T03:12:15.218Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T03:12:15.218Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T03:12:15.218Z] # $SEMVER_BRANCH = master [2021-04-06T03:12:15.218Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-06T03:12:15.218Z] # 1894bc1e392d8688e2b497c25b4baea951eb17b4 HEAD [2021-04-06T03:12:15.218Z] # -> Force: false [2021-04-06T03:12:15.218Z] # 3b373d40574db0c164c5d661fd8f27b7da8aa315 refs/tags/v2.0.0-dev.34 [Pipeline] } [2021-04-06T03:12:15.232Z] $ docker exec --env ******** --env ******** 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d ssh-agent -k [2021-04-06T03:12:15.355Z] unset SSH_AUTH_SOCK; [2021-04-06T03:12:15.356Z] unset SSH_AGENT_PID; [2021-04-06T03:12:15.356Z] echo Agent pid 16 killed; [2021-04-06T03:12:15.410Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T03:12:15.886Z] + git semver [Pipeline] } [2021-04-06T03:12:15.902Z] $ docker stop --time=1 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d [2021-04-06T03:12:17.266Z] $ docker rm -f 40159f52fbc1fb12bb91510fdebf04ed6fe20ecebf3e5983b27b82f187fedd7d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:12:17.903Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T03:12:17.903Z] [2021-04-06T03:12:17.903Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:12:18.253Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T03:12:18.253Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-06T03:12:18.253Z] ab5ef0e58194: Pulling fs layer [2021-04-06T03:12:18.253Z] 9712f1f96733: Pulling fs layer [2021-04-06T03:12:18.253Z] 63f879dbbcfc: Pulling fs layer [2021-04-06T03:12:18.253Z] 0d9ebad4ef96: Pulling fs layer [2021-04-06T03:12:18.253Z] e9a5061849ea: Pulling fs layer [2021-04-06T03:12:18.253Z] d747dcd14b5f: Pulling fs layer [2021-04-06T03:12:18.253Z] 2de7ff778b66: Pulling fs layer [2021-04-06T03:12:18.253Z] e9a5061849ea: Waiting [2021-04-06T03:12:18.253Z] d747dcd14b5f: Waiting [2021-04-06T03:12:18.253Z] 2de7ff778b66: Waiting [2021-04-06T03:12:18.253Z] 0d9ebad4ef96: Waiting [2021-04-06T03:12:18.253Z] 9712f1f96733: Verifying Checksum [2021-04-06T03:12:18.253Z] 9712f1f96733: Download complete [2021-04-06T03:12:20.191Z] 63f879dbbcfc: Verifying Checksum [2021-04-06T03:12:20.191Z] 63f879dbbcfc: Download complete [2021-04-06T03:12:20.191Z] e9a5061849ea: Verifying Checksum [2021-04-06T03:12:20.191Z] e9a5061849ea: Download complete [2021-04-06T03:12:20.191Z] d747dcd14b5f: Verifying Checksum [2021-04-06T03:12:20.191Z] d747dcd14b5f: Download complete [2021-04-06T03:12:20.777Z] 2de7ff778b66: Verifying Checksum [2021-04-06T03:12:20.777Z] 2de7ff778b66: Download complete [2021-04-06T03:12:20.777Z] 0d9ebad4ef96: Verifying Checksum [2021-04-06T03:12:20.777Z] 0d9ebad4ef96: Download complete [2021-04-06T03:12:21.041Z] ab5ef0e58194: Download complete [2021-04-06T03:12:25.286Z] ab5ef0e58194: Pull complete [2021-04-06T03:12:25.287Z] 9712f1f96733: Pull complete [2021-04-06T03:12:27.855Z] 63f879dbbcfc: Pull complete [2021-04-06T03:12:34.481Z] 0d9ebad4ef96: Pull complete [2021-04-06T03:12:37.044Z] e9a5061849ea: Pull complete [2021-04-06T03:12:37.044Z] d747dcd14b5f: Pull complete [2021-04-06T03:12:39.609Z] 2de7ff778b66: Pull complete [2021-04-06T03:12:39.609Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-06T03:12:39.609Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T03:12:39.609Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-06T03:12:39.831Z] prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container [2021-04-06T03:12:39.876Z] $ 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-04-06T03:12:43.701Z] $ docker top c32009807740f128c9741e839e4e6a538ffc2c77e92611d979595fc171f10e47 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-06T03:12:44.086Z] provisioning config files... [2021-04-06T03:12:44.097Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8223008235557756080tmp [2021-04-06T03:12:44.115Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config314662282279284680tmp [2021-04-06T03:12:44.133Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7362694140932299924tmp [Pipeline] { [Pipeline] echo [2021-04-06T03:12:44.188Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:12:44.498Z] ---> sigul-configuration.sh [2021-04-06T03:12:44.498Z] gpg: directory `/root/.gnupg' created [2021-04-06T03:12:44.498Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-06T03:12:44.498Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-06T03:12:44.498Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-06T03:12:44.498Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-06T03:12:44.498Z] gpg: CAST5 encrypted data [2021-04-06T03:12:44.765Z] gpg: encrypted with 1 passphrase [2021-04-06T03:12:44.765Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-06T03:12:45.072Z] + mkdir /home/jenkins [2021-04-06T03:12:45.072Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-06T03:12:45.373Z] + 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-04-06T03:12:45.385Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:12:45.690Z] ---> sigul-install.sh [2021-04-06T03:12:52.304Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-06T03:12:52.621Z] + git tag --list [2021-04-06T03:12:52.621Z] 0.7.1 [2021-04-06T03:12:52.621Z] delhi-tag [2021-04-06T03:12:52.621Z] v1.0.0 [2021-04-06T03:12:52.621Z] v1.1.0 [2021-04-06T03:12:52.621Z] v1.1.1 [2021-04-06T03:12:52.621Z] v1.1.2 [2021-04-06T03:12:52.621Z] v1.2.0 [2021-04-06T03:12:52.621Z] v1.2.1 [2021-04-06T03:12:52.621Z] v1.2.2 [2021-04-06T03:12:52.621Z] v1.2.3 [2021-04-06T03:12:52.621Z] v1.3.0 [2021-04-06T03:12:52.621Z] v1.4.0 [2021-04-06T03:12:52.621Z] v2.0.0-dev.1 [2021-04-06T03:12:52.621Z] v2.0.0-dev.10 [2021-04-06T03:12:52.621Z] v2.0.0-dev.11 [2021-04-06T03:12:52.621Z] v2.0.0-dev.12 [2021-04-06T03:12:52.621Z] v2.0.0-dev.13 [2021-04-06T03:12:52.621Z] v2.0.0-dev.14 [2021-04-06T03:12:52.621Z] v2.0.0-dev.15 [2021-04-06T03:12:52.621Z] v2.0.0-dev.16 [2021-04-06T03:12:52.621Z] v2.0.0-dev.17 [2021-04-06T03:12:52.621Z] v2.0.0-dev.18 [2021-04-06T03:12:52.621Z] v2.0.0-dev.19 [2021-04-06T03:12:52.621Z] v2.0.0-dev.2 [2021-04-06T03:12:52.621Z] v2.0.0-dev.20 [2021-04-06T03:12:52.621Z] v2.0.0-dev.21 [2021-04-06T03:12:52.621Z] v2.0.0-dev.22 [2021-04-06T03:12:52.621Z] v2.0.0-dev.23 [2021-04-06T03:12:52.621Z] v2.0.0-dev.24 [2021-04-06T03:12:52.621Z] v2.0.0-dev.25 [2021-04-06T03:12:52.621Z] v2.0.0-dev.26 [2021-04-06T03:12:52.621Z] v2.0.0-dev.27 [2021-04-06T03:12:52.621Z] v2.0.0-dev.28 [2021-04-06T03:12:52.621Z] v2.0.0-dev.29 [2021-04-06T03:12:52.621Z] v2.0.0-dev.3 [2021-04-06T03:12:52.621Z] v2.0.0-dev.30 [2021-04-06T03:12:52.621Z] v2.0.0-dev.31 [2021-04-06T03:12:52.621Z] v2.0.0-dev.32 [2021-04-06T03:12:52.621Z] v2.0.0-dev.33 [2021-04-06T03:12:52.621Z] v2.0.0-dev.34 [2021-04-06T03:12:52.621Z] v2.0.0-dev.4 [2021-04-06T03:12:52.621Z] v2.0.0-dev.5 [2021-04-06T03:12:52.621Z] v2.0.0-dev.6 [2021-04-06T03:12:52.621Z] v2.0.0-dev.7 [2021-04-06T03:12:52.621Z] v2.0.0-dev.8 [2021-04-06T03:12:52.621Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-06T03:12:52.940Z] + lftools sign git-tag v2.0.0-dev.34 [2021-04-06T03:12:54.331Z] Signing Git tag with Sigul... [2021-04-06T03:12:54.331Z] Signing v2.0.0-dev.34 [Pipeline] echo [2021-04-06T03:12:55.293Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:12:55.596Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-06T03:12:55.607Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-06T03:12:55.708Z] $ docker stop --time=1 c32009807740f128c9741e839e4e6a538ffc2c77e92611d979595fc171f10e47 [2021-04-06T03:12:57.868Z] $ docker rm -f c32009807740f128c9741e839e4e6a538ffc2c77e92611d979595fc171f10e47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:12:58.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T03:12:58.779Z] . [Pipeline] withDockerContainer [2021-04-06T03:12:58.889Z] prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container [2021-04-06T03:12:58.934Z] $ 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-04-06T03:12:59.598Z] $ docker top 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T03:12:59.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T03:12:59.927Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T03:13:00.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T03:13:00.130Z] $ docker exec 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb ssh-agent [2021-04-06T03:13:00.324Z] SSH_AUTH_SOCK=/tmp/ssh-bzrAgmWiwXpw/agent.12 [2021-04-06T03:13:00.324Z] SSH_AGENT_PID=17 [2021-04-06T03:13:00.331Z] Running ssh-add (command line suppressed) [2021-04-06T03:13:00.466Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1107619959895354158.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1107619959895354158.key) [2021-04-06T03:13:00.526Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T03:13:00.887Z] + git semver bump pre [2021-04-06T03:13:00.887Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T03:13:00.887Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T03:13:00.887Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T03:13:00.887Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T03:13:00.887Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T03:13:00.887Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T03:13:00.887Z] # $SEMVER_BRANCH = master [2021-04-06T03:13:00.888Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-06T03:13:00.888Z] 2.0.0-dev.35 [Pipeline] } [2021-04-06T03:13:00.898Z] $ docker exec --env ******** --env ******** 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb ssh-agent -k [2021-04-06T03:13:01.025Z] unset SSH_AUTH_SOCK; [2021-04-06T03:13:01.029Z] unset SSH_AGENT_PID; [2021-04-06T03:13:01.030Z] echo Agent pid 17 killed; [2021-04-06T03:13:01.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T03:13:01.645Z] + git semver [Pipeline] } [2021-04-06T03:13:01.700Z] $ docker stop --time=1 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb [2021-04-06T03:13:03.118Z] $ docker rm -f 5fb66a68c8db02590aa051dd8aedf3cf56e95d4119395e870cbb544b7dbfdbfb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:13:03.762Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T03:13:03.762Z] . [Pipeline] withDockerContainer [2021-04-06T03:13:03.873Z] prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container [2021-04-06T03:13:03.923Z] $ 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-04-06T03:13:04.743Z] $ docker top a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T03:13:05.088Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T03:13:05.088Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T03:13:05.318Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T03:13:05.320Z] $ docker exec a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac ssh-agent [2021-04-06T03:13:05.511Z] SSH_AUTH_SOCK=/tmp/ssh-lzpY6MZQEDx4/agent.13 [2021-04-06T03:13:05.511Z] SSH_AGENT_PID=18 [2021-04-06T03:13:05.519Z] Running ssh-add (command line suppressed) [2021-04-06T03:13:05.657Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5248255062882824423.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5248255062882824423.key) [2021-04-06T03:13:05.724Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T03:13:06.059Z] + git semver push [2021-04-06T03:13:06.060Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T03:13:06.060Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T03:13:06.060Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T03:13:06.060Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T03:13:06.060Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T03:13:06.060Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T03:13:06.060Z] # $SEMVER_BRANCH = master [2021-04-06T03:13:06.060Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-06T03:13:10.290Z] $ docker exec --env ******** --env ******** a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac ssh-agent -k [2021-04-06T03:13:10.429Z] unset SSH_AUTH_SOCK; [2021-04-06T03:13:10.431Z] unset SSH_AGENT_PID; [2021-04-06T03:13:10.431Z] echo Agent pid 18 killed; [2021-04-06T03:13:10.487Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T03:13:10.984Z] + git semver [Pipeline] } [2021-04-06T03:13:11.008Z] $ docker stop --time=1 a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac [2021-04-06T03:13:12.399Z] $ docker rm -f a59d8ac26132802fde7a93aaab8d5effd786b796ffab2700b91f6a7d7cf620ac [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-04-06T03:13:13.733Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:13:14.312Z] ---> package-listing.sh [2021-04-06T03:13:14.312Z] ++ facter osfamily [2021-04-06T03:13:14.312Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T03:13:14.312Z] + OS_FAMILY=redhat [2021-04-06T03:13:14.312Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T03:13:14.312Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T03:13:14.312Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T03:13:14.312Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T03:13:14.312Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T03:13:14.312Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-06T03:13:14.312Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T03:13:14.312Z] + case "${OS_FAMILY}" in [2021-04-06T03:13:14.312Z] + rpm -qa [2021-04-06T03:13:14.312Z] + sort [2021-04-06T03:13:19.641Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T03:13:19.641Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T03:13:19.641Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T03:13:19.641Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-06T03:13:19.641Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-06T03:13:19.641Z] + 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-04-06T03:13:19.656Z] 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-04-06T03:13:19.948Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:13:20.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T03:13:20.254Z] [2021-04-06T03:13:20.254Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T03:13:20.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T03:13:20.601Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T03:13:20.601Z] df20fa9351a1: Pulling fs layer [2021-04-06T03:13:20.601Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T03:13:20.601Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T03:13:20.601Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T03:13:20.601Z] 93b61091891f: Pulling fs layer [2021-04-06T03:13:20.601Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T03:13:20.601Z] 5e14af77c1be: Pulling fs layer [2021-04-06T03:13:20.601Z] 01666e4c0597: Pulling fs layer [2021-04-06T03:13:20.601Z] aa168da1d23b: Pulling fs layer [2021-04-06T03:13:20.601Z] 46f8f816bc3b: Waiting [2021-04-06T03:13:20.601Z] 93b61091891f: Waiting [2021-04-06T03:13:20.601Z] 93b9cdb0e59b: Waiting [2021-04-06T03:13:20.601Z] 5e14af77c1be: Waiting [2021-04-06T03:13:20.601Z] 01666e4c0597: Waiting [2021-04-06T03:13:20.601Z] aa168da1d23b: Waiting [2021-04-06T03:13:20.601Z] 36b3adc4ff6f: Download complete [2021-04-06T03:13:20.601Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T03:13:20.601Z] 46f8f816bc3b: Download complete [2021-04-06T03:13:20.864Z] df20fa9351a1: Verifying Checksum [2021-04-06T03:13:20.864Z] df20fa9351a1: Download complete [2021-04-06T03:13:20.864Z] 93b9cdb0e59b: Download complete [2021-04-06T03:13:20.864Z] 93b61091891f: Verifying Checksum [2021-04-06T03:13:20.864Z] 93b61091891f: Download complete [2021-04-06T03:13:20.864Z] 5e14af77c1be: Verifying Checksum [2021-04-06T03:13:20.864Z] 5e14af77c1be: Download complete [2021-04-06T03:13:20.864Z] 01666e4c0597: Verifying Checksum [2021-04-06T03:13:20.864Z] 01666e4c0597: Download complete [2021-04-06T03:13:20.864Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T03:13:20.864Z] 8ad3a11d3b57: Download complete [2021-04-06T03:13:21.128Z] df20fa9351a1: Pull complete [2021-04-06T03:13:21.396Z] 36b3adc4ff6f: Pull complete [2021-04-06T03:13:22.800Z] 8ad3a11d3b57: Pull complete [2021-04-06T03:13:22.800Z] aa168da1d23b: Verifying Checksum [2021-04-06T03:13:22.800Z] aa168da1d23b: Download complete [2021-04-06T03:13:23.385Z] 46f8f816bc3b: Pull complete [2021-04-06T03:13:23.652Z] 93b61091891f: Pull complete [2021-04-06T03:13:23.915Z] 93b9cdb0e59b: Pull complete [2021-04-06T03:13:24.177Z] 5e14af77c1be: Pull complete [2021-04-06T03:13:24.177Z] 01666e4c0597: Pull complete [2021-04-06T03:13:32.356Z] aa168da1d23b: Pull complete [2021-04-06T03:13:32.356Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T03:13:32.356Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T03:13:32.356Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T03:13:32.498Z] prd-centos7-docker-4c-2g-32871 does not seem to be running inside a container [2021-04-06T03:13:32.541Z] $ 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-04-06T03:13:35.195Z] $ docker top b54d9af53b2fec6362313fc0473cb60ed4c3073fc5d425452fe57cd887afc64d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T03:13:35.787Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T03:13:36.089Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T03:13:36.423Z] + ls /var/log/sa-host [2021-04-06T03:13:36.423Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T03:13:36.423Z] file_magic: OK [2021-04-06T03:13:36.423Z] HZ: Using current value: 100 [2021-04-06T03:13:36.423Z] file_header: OK [2021-04-06T03:13:36.423Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-06T03:13:36.423Z] Statistics: [2021-04-06T03:13:36.423Z] 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... [2021-04-06T03:13:36.424Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T03:13:36.424Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T03:13:36.424Z] file_magic: OK [2021-04-06T03:13:36.424Z] HZ: Using current value: 100 [2021-04-06T03:13:36.424Z] file_header: OK [2021-04-06T03:13:36.424Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-06T03:13:36.424Z] Statistics: [2021-04-06T03:13:36.424Z] Hnuu...uuuununununu... [2021-04-06T03:13:36.424Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T03:13:37.092Z] provisioning config files... [2021-04-06T03:13:37.118Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1243076989700460013tmp [Pipeline] { [Pipeline] echo [2021-04-06T03:13:37.191Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:13:37.490Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T03:13:37.500Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T03:13:37.589Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:13:37.887Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T03:13:37.899Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:13:38.195Z] ---> sudo-logs.sh [2021-04-06T03:13:38.195Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T03:13:38.258Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:13:38.563Z] ---> job-cost.sh [2021-04-06T03:13:38.563Z] lf-activate-venv: SKIPPING [2021-04-06T03:13:38.563Z] DEBUG: total: 0.20999999344348907 [2021-04-06T03:13:38.563Z] INFO: Retrieving Stack Cost... [2021-04-06T03:13:39.553Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T03:13:40.139Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T03:13:40.152Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T03:13:40.450Z] ---> logs-deploy.sh [2021-04-06T03:13:40.450Z] lf-activate-venv: SKIPPING [2021-04-06T03:13:40.450Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/139 [2021-04-06T03:13:40.450Z] INFO: archiving workspace using pattern(s): [2021-04-06T03:13:42.377Z] Archives upload complete. [2021-04-06T03:13:42.377Z] INFO: archiving logs to Nexus