Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7565948cf2a22d3fef01b48e9653f9446226441c 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-32967 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 7565948cf2a22d3fef01b48e9653f9446226441c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 Commit message: "Merge pull request #862 from hahattan/issue-854" > git rev-list --no-walk f8ce82a60cbe95ca283042008e77ff6fa7203569 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T15:07:22.598Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T15:07:22.997Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T15:07:23.121Z] ========================================================= [2021-04-06T15:07:23.121Z] EdgeX Global Pipelines Version Info [2021-04-06T15:07:23.121Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:07:24.702Z] ------------------- [2021-04-06T15:07:24.702Z] stable info: [2021-04-06T15:07:24.702Z] ------------------- [2021-04-06T15:07:24.702Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T15:07:24.702Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T15:07:24.702Z] Message: update stable to v1.0.186 [2021-04-06T15:07:25.652Z] ------------------- [2021-04-06T15:07:25.652Z] experimental info: [2021-04-06T15:07:25.652Z] ------------------- [2021-04-06T15:07:25.652Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T15:07:25.652Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T15:07:25.652Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T15:07:25.955Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-06T15:07:26.052Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-06T15:07:26.154Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T15:07:26.263Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T15:07:26.362Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T15:07:26.459Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T15:07:26.616Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T15:07:26.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T15:07:26.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-06T15:07:26.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T15:07:27.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T15:07:27.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-06T15:07:27.218Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T15:07:27.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T15:07:27.414Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T15:07:27.509Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T15:07:27.639Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T15:07:27.733Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-06T15:07:27.831Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T15:07:27.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-06T15:07:28.034Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-06T15:07:28.126Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-06T15:07:28.220Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-06T15:07:28.317Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-06T15:07:28.407Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-06T15:07:28.507Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T15:07:28.600Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-06T15:07:28.712Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-06T15:07:28.807Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-06T15:07:28.919Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] echo [2021-04-06T15:07:29.069Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7565948 [Pipeline] echo [2021-04-06T15:07:29.159Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T15:07:29.333Z] provisioning config files... [2021-04-06T15:07:29.360Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1306617064975210820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:07:29.723Z] ---> docker-login.sh [2021-04-06T15:07:29.723Z] nexus3.edgexfoundry.org:10001 [2021-04-06T15:07:29.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:07:30.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:07:30.247Z] Configure a credential helper to remove this warning. See [2021-04-06T15:07:30.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:07:30.247Z] [2021-04-06T15:07:30.247Z] Login Succeeded [2021-04-06T15:07:30.247Z] nexus3.edgexfoundry.org:10002 [2021-04-06T15:07:30.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:07:30.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:07:30.247Z] Configure a credential helper to remove this warning. See [2021-04-06T15:07:30.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:07:30.247Z] [2021-04-06T15:07:30.247Z] Login Succeeded [2021-04-06T15:07:30.247Z] nexus3.edgexfoundry.org:10003 [2021-04-06T15:07:30.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:07:30.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:07:30.510Z] Configure a credential helper to remove this warning. See [2021-04-06T15:07:30.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:07:30.510Z] [2021-04-06T15:07:30.510Z] Login Succeeded [2021-04-06T15:07:30.510Z] nexus3.edgexfoundry.org:10004 [2021-04-06T15:07:30.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:07:30.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:07:30.774Z] Configure a credential helper to remove this warning. See [2021-04-06T15:07:30.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:07:30.774Z] [2021-04-06T15:07:30.774Z] Login Succeeded [2021-04-06T15:07:30.774Z] docker.io [2021-04-06T15:07:30.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:07:31.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:07:31.039Z] Configure a credential helper to remove this warning. See [2021-04-06T15:07:31.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:07:31.039Z] [2021-04-06T15:07:31.039Z] Login Succeeded [2021-04-06T15:07:31.039Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T15:07:31.048Z] 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-06T15:07:31.911Z] + git log --format=format:%s -1 7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] echo [2021-04-06T15:07:31.973Z] GIT_COMMIT: 7565948cf2a22d3fef01b48e9653f9446226441c, Commit Message: Merge pull request #862 from hahattan/issue-854 [Pipeline] echo [2021-04-06T15:07:32.021Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:07:32.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T15:07:32.959Z] [2021-04-06T15:07:32.959Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:07:33.308Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T15:07:33.308Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T15:07:33.308Z] 31603596830f: Pulling fs layer [2021-04-06T15:07:33.308Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T15:07:33.308Z] 6ca5941a6612: Pulling fs layer [2021-04-06T15:07:33.308Z] ecc8261a40a4: Pulling fs layer [2021-04-06T15:07:33.308Z] ecc8261a40a4: Waiting [2021-04-06T15:07:33.308Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T15:07:33.308Z] 2a8b12db71e7: Download complete [2021-04-06T15:07:33.570Z] 31603596830f: Verifying Checksum [2021-04-06T15:07:33.570Z] 31603596830f: Download complete [2021-04-06T15:07:33.570Z] ecc8261a40a4: Verifying Checksum [2021-04-06T15:07:33.570Z] ecc8261a40a4: Download complete [2021-04-06T15:07:33.570Z] 6ca5941a6612: Verifying Checksum [2021-04-06T15:07:33.570Z] 6ca5941a6612: Download complete [2021-04-06T15:07:33.835Z] 31603596830f: Pull complete [2021-04-06T15:07:34.100Z] 2a8b12db71e7: Pull complete [2021-04-06T15:07:35.055Z] 6ca5941a6612: Pull complete [2021-04-06T15:07:35.055Z] ecc8261a40a4: Pull complete [2021-04-06T15:07:35.055Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T15:07:35.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T15:07:35.055Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T15:07:35.204Z] prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container [2021-04-06T15:07:35.250Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T15:07:37.952Z] $ docker top 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T15:07:38.369Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T15:07:38.369Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T15:07:38.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T15:07:38.601Z] $ docker exec 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent [2021-04-06T15:07:38.771Z] SSH_AUTH_SOCK=/tmp/ssh-iP45PewvLfCq/agent.12 [2021-04-06T15:07:38.771Z] SSH_AGENT_PID=18 [2021-04-06T15:07:38.784Z] Running ssh-add (command line suppressed) [2021-04-06T15:07:38.912Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2779672042668490724.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2779672042668490724.key) [2021-04-06T15:07:38.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T15:07:39.328Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T15:07:39.353Z] $ docker exec --env ******** --env ******** 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent -k [2021-04-06T15:07:39.493Z] unset SSH_AUTH_SOCK; [2021-04-06T15:07:39.494Z] unset SSH_AGENT_PID; [2021-04-06T15:07:39.494Z] echo Agent pid 18 killed; [2021-04-06T15:07:39.541Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T15:07:39.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T15:07:39.688Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T15:07:39.871Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T15:07:39.875Z] $ docker exec 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent [2021-04-06T15:07:40.048Z] SSH_AUTH_SOCK=/tmp/ssh-psmLxj5ZhbMF/agent.48 [2021-04-06T15:07:40.048Z] SSH_AGENT_PID=54 [2021-04-06T15:07:40.056Z] Running ssh-add (command line suppressed) [2021-04-06T15:07:40.180Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2141805662499403369.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2141805662499403369.key) [2021-04-06T15:07:40.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T15:07:40.574Z] + git semver init [2021-04-06T15:07:40.574Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T15:07:40.574Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T15:07:40.575Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T15:07:40.575Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T15:07:40.575Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T15:07:40.575Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T15:07:40.575Z] # $SEMVER_BRANCH = master [2021-04-06T15:07:40.575Z] # $SEMVER_TEMP = /tmp/semver-287734619 [2021-04-06T15:07:40.575Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-06T15:07:41.524Z] # '/tmp/semver-287734619' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-06T15:07:41.524Z] # -> Force: false [2021-04-06T15:07:41.524Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-06T15:07:41.538Z] $ docker exec --env ******** --env ******** 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf ssh-agent -k [2021-04-06T15:07:41.653Z] unset SSH_AUTH_SOCK; [2021-04-06T15:07:41.653Z] unset SSH_AGENT_PID; [2021-04-06T15:07:41.653Z] echo Agent pid 54 killed; [2021-04-06T15:07:41.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T15:07:42.247Z] + git semver [Pipeline] } [2021-04-06T15:07:42.266Z] $ docker stop --time=1 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf [2021-04-06T15:07:43.953Z] $ docker rm -f 614d596dfc0effd15b56a2581ff14a667b4f292ef865b9fba5e2284072c17bbf [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T15:07:44.430Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T15:07:44.873Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T15:07:44.876Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.37 [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-06T15:08:00.423Z] Still waiting to schedule task [2021-04-06T15:08:00.423Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-06T15:08:00.426Z] Still waiting to schedule task [2021-04-06T15:08:00.426Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-06T15:09:54.758Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32968 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-06T15:09:54.847Z] Running in /w/workspace/device-sdk-go/142 [Pipeline] { [Pipeline] checkout [2021-04-06T15:10:00.034Z] using credential edgex-jenkins-ssh [2021-04-06T15:10:00.098Z] Cloning the remote Git repository [2021-04-06T15:10:00.141Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T15:10:00.248Z] > git init /w/workspace/device-sdk-go/142 # timeout=10 [2021-04-06T15:10:00.338Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T15:10:00.338Z] > git --version # timeout=10 [2021-04-06T15:10:00.359Z] > git --version # 'git version 2.17.1' [2021-04-06T15:10:00.361Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T15:10:00.420Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T15:10:01.711Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T15:10:01.727Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T15:10:01.750Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T15:10:01.783Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T15:10:01.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T15:10:01.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T15:10:04.830Z] Checking out Revision 7565948cf2a22d3fef01b48e9653f9446226441c (master) [2021-04-06T15:10:04.843Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T15:10:04.872Z] > git checkout -f 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 [2021-04-06T15:10:09.233Z] Commit message: "Merge pull request #862 from hahattan/issue-854" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T15:10:10.937Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T15:10:11.342Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T15:10:11.689Z] + sudo service docker restart [2021-04-06T15:10:11.689Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T15:10:13.757Z] provisioning config files... [2021-04-06T15:10:13.806Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/142@tmp/config8508446884730804002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:10:14.234Z] ---> docker-login.sh [2021-04-06T15:10:14.234Z] nexus3.edgexfoundry.org:10001 [2021-04-06T15:10:15.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:15.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:15.496Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:15.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:15.496Z] [2021-04-06T15:10:15.496Z] Login Succeeded [2021-04-06T15:10:15.496Z] nexus3.edgexfoundry.org:10002 [2021-04-06T15:10:15.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:16.046Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:16.046Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:16.046Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:16.046Z] [2021-04-06T15:10:16.046Z] Login Succeeded [2021-04-06T15:10:16.046Z] nexus3.edgexfoundry.org:10003 [2021-04-06T15:10:16.327Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:16.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:16.602Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:16.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:16.602Z] [2021-04-06T15:10:16.602Z] Login Succeeded [2021-04-06T15:10:16.602Z] nexus3.edgexfoundry.org:10004 [2021-04-06T15:10:16.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:17.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:17.150Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:17.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:17.150Z] [2021-04-06T15:10:17.150Z] Login Succeeded [2021-04-06T15:10:17.150Z] docker.io [2021-04-06T15:10:17.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:18.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:18.021Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:18.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:18.021Z] [2021-04-06T15:10:18.021Z] Login Succeeded [2021-04-06T15:10:18.021Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T15:10:18.039Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T15:10:18.596Z] ========================================================= [2021-04-06T15:10:18.596Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T15:10:18.596Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:10:19.070Z] + 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-06T15:10:19.672Z] Sending build context to Docker daemon 2.371MB [2021-04-06T15:10:19.672Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T15:10:19.672Z] Step 2/8 : FROM ${BASE} [2021-04-06T15:10:19.672Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T15:10:19.672Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T15:10:19.672Z] a4357932f1b6: Pulling fs layer [2021-04-06T15:10:19.672Z] 18c013af1878: Pulling fs layer [2021-04-06T15:10:19.672Z] 00ac8860ef70: Pulling fs layer [2021-04-06T15:10:19.672Z] 63d7cb157983: Pulling fs layer [2021-04-06T15:10:19.672Z] b116817d02f9: Pulling fs layer [2021-04-06T15:10:19.672Z] 745a02a5169b: Pulling fs layer [2021-04-06T15:10:19.672Z] 00ac8860ef70: Waiting [2021-04-06T15:10:19.672Z] 63d7cb157983: Waiting [2021-04-06T15:10:19.672Z] b116817d02f9: Waiting [2021-04-06T15:10:19.672Z] 745a02a5169b: Waiting [2021-04-06T15:10:19.672Z] 18c013af1878: Verifying Checksum [2021-04-06T15:10:19.672Z] 18c013af1878: Download complete [2021-04-06T15:10:19.672Z] a4357932f1b6: Verifying Checksum [2021-04-06T15:10:19.672Z] a4357932f1b6: Download complete [2021-04-06T15:10:19.672Z] 63d7cb157983: Verifying Checksum [2021-04-06T15:10:19.672Z] 63d7cb157983: Download complete [2021-04-06T15:10:19.945Z] b116817d02f9: Verifying Checksum [2021-04-06T15:10:19.945Z] b116817d02f9: Download complete [2021-04-06T15:10:20.537Z] 5f621e34cdf4: Download complete [2021-04-06T15:10:21.140Z] 5f621e34cdf4: Pull complete [2021-04-06T15:10:21.750Z] a4357932f1b6: Pull complete [2021-04-06T15:10:22.024Z] 18c013af1878: Pull complete [2021-04-06T15:10:23.011Z] 745a02a5169b: Verifying Checksum [2021-04-06T15:10:23.011Z] 745a02a5169b: Download complete [2021-04-06T15:10:23.991Z] 00ac8860ef70: Verifying Checksum [2021-04-06T15:10:23.991Z] 00ac8860ef70: Download complete [2021-04-06T15:10:29.210Z] Running on prd-centos7-docker-4c-2g-32969 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-06T15:10:29.269Z] Running in /w/workspace/device-sdk-go/142 [Pipeline] { [Pipeline] checkout [2021-04-06T15:10:31.833Z] using credential edgex-jenkins-ssh [2021-04-06T15:10:31.896Z] Cloning the remote Git repository [2021-04-06T15:10:31.927Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T15:10:32.000Z] > git init /w/workspace/device-sdk-go/142 # timeout=10 [2021-04-06T15:10:32.073Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T15:10:32.073Z] > git --version # timeout=10 [2021-04-06T15:10:32.083Z] > git --version # 'git version 2.24.3' [2021-04-06T15:10:32.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T15:10:32.113Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T15:10:33.268Z] Checking out Revision 7565948cf2a22d3fef01b48e9653f9446226441c (master) [2021-04-06T15:10:32.861Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T15:10:32.872Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T15:10:32.886Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-06T15:10:32.900Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-06T15:10:32.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T15:10:32.906Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T15:10:33.277Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T15:10:33.289Z] > git checkout -f 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 [2021-04-06T15:10:34.152Z] 00ac8860ef70: Pull complete [2021-04-06T15:10:34.152Z] 63d7cb157983: Pull complete [2021-04-06T15:10:34.152Z] b116817d02f9: Pull complete [2021-04-06T15:10:37.063Z] Commit message: "Merge pull request #862 from hahattan/issue-854" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T15:10:38.173Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T15:10:38.473Z] 745a02a5169b: Pull complete [2021-04-06T15:10:38.473Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T15:10:38.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T15:10:38.473Z] ---> b7e6874047d6 [2021-04-06T15:10:38.473Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T15:10:38.510Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T15:10:38.822Z] + sudo service docker restart [2021-04-06T15:10:38.822Z] + true [2021-04-06T15:10:38.822Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T15:10:40.302Z] provisioning config files... [2021-04-06T15:10:40.332Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/142@tmp/config4727640936946771707tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:10:40.723Z] ---> docker-login.sh [2021-04-06T15:10:40.723Z] nexus3.edgexfoundry.org:10001 [2021-04-06T15:10:40.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:41.101Z] ---> Running in 79818e71edd5 [2021-04-06T15:10:41.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:41.253Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:41.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:41.253Z] [2021-04-06T15:10:41.253Z] Login Succeeded [2021-04-06T15:10:41.253Z] nexus3.edgexfoundry.org:10002 [2021-04-06T15:10:41.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:41.384Z] Removing intermediate container 79818e71edd5 [2021-04-06T15:10:41.384Z] ---> 803815fdc0a2 [2021-04-06T15:10:41.384Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T15:10:41.517Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:41.517Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:41.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:41.517Z] [2021-04-06T15:10:41.517Z] Login Succeeded [2021-04-06T15:10:41.517Z] nexus3.edgexfoundry.org:10003 [2021-04-06T15:10:41.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:41.657Z] ---> Running in d305b86d0aef [2021-04-06T15:10:41.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:41.785Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:41.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:41.785Z] [2021-04-06T15:10:41.785Z] Login Succeeded [2021-04-06T15:10:41.785Z] nexus3.edgexfoundry.org:10004 [2021-04-06T15:10:41.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:41.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:41.785Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:41.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:41.785Z] [2021-04-06T15:10:41.785Z] Login Succeeded [2021-04-06T15:10:41.785Z] docker.io [2021-04-06T15:10:42.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T15:10:42.312Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T15:10:42.312Z] Configure a credential helper to remove this warning. See [2021-04-06T15:10:42.312Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T15:10:42.312Z] [2021-04-06T15:10:42.312Z] Login Succeeded [2021-04-06T15:10:42.312Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T15:10:42.323Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T15:10:42.702Z] ========================================================= [2021-04-06T15:10:42.702Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T15:10:42.702Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:10:43.055Z] + 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-06T15:10:43.322Z] Sending build context to Docker daemon 2.372MB [2021-04-06T15:10:43.322Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T15:10:43.322Z] Step 2/8 : FROM ${BASE} [2021-04-06T15:10:43.322Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T15:10:43.322Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T15:10:43.322Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T15:10:43.322Z] de9db76c5a1d: Pulling fs layer [2021-04-06T15:10:43.322Z] bca2f99d35d6: Pulling fs layer [2021-04-06T15:10:43.322Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T15:10:43.322Z] 7c6f9722023f: Pulling fs layer [2021-04-06T15:10:43.322Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T15:10:43.322Z] 93359f2a8cfa: Waiting [2021-04-06T15:10:43.322Z] bca2f99d35d6: Waiting [2021-04-06T15:10:43.322Z] 7c6f9722023f: Waiting [2021-04-06T15:10:43.322Z] a35cf1a2eb13: Waiting [2021-04-06T15:10:43.322Z] de9db76c5a1d: Verifying Checksum [2021-04-06T15:10:43.322Z] de9db76c5a1d: Download complete [2021-04-06T15:10:43.322Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T15:10:43.322Z] 0ef7d3d256c8: Download complete [2021-04-06T15:10:43.322Z] 93359f2a8cfa: Download complete [2021-04-06T15:10:43.322Z] 7c6f9722023f: Verifying Checksum [2021-04-06T15:10:43.322Z] 7c6f9722023f: Download complete [2021-04-06T15:10:43.322Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T15:10:43.322Z] 188c0c94c7c5: Download complete [2021-04-06T15:10:43.589Z] 188c0c94c7c5: Pull complete [2021-04-06T15:10:43.856Z] 0ef7d3d256c8: Pull complete [2021-04-06T15:10:44.123Z] de9db76c5a1d: Pull complete [2021-04-06T15:10:44.292Z] Removing intermediate container d305b86d0aef [2021-04-06T15:10:44.292Z] ---> cdabdec96f81 [2021-04-06T15:10:44.292Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-06T15:10:44.292Z] ---> Running in 104bbbdd9efb [2021-04-06T15:10:45.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T15:10:45.547Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T15:10:45.547Z] a35cf1a2eb13: Download complete [2021-04-06T15:10:45.813Z] bca2f99d35d6: Download complete [2021-04-06T15:10:45.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T15:10:46.847Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-06T15:10:47.117Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-06T15:10:47.117Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-06T15:10:47.387Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-06T15:10:47.387Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T15:10:47.659Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-06T15:10:47.659Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T15:10:47.659Z] OK: 144 MiB in 45 packages [2021-04-06T15:10:49.090Z] Removing intermediate container 104bbbdd9efb [2021-04-06T15:10:49.090Z] ---> 2ba054eaa166 [2021-04-06T15:10:49.090Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-06T15:10:49.090Z] ---> Running in e58c3344cfc8 [2021-04-06T15:10:49.684Z] Removing intermediate container e58c3344cfc8 [2021-04-06T15:10:49.684Z] ---> 0b7a7ab643a7 [2021-04-06T15:10:49.684Z] Step 7/8 : COPY . . [2021-04-06T15:10:51.117Z] ---> 90a394c1a5cf [2021-04-06T15:10:51.117Z] Step 8/8 : RUN go mod download [2021-04-06T15:10:51.117Z] ---> Running in 0ec1e7f8d83e [2021-04-06T15:10:52.461Z] bca2f99d35d6: Pull complete [2021-04-06T15:10:52.461Z] 93359f2a8cfa: Pull complete [2021-04-06T15:10:52.461Z] 7c6f9722023f: Pull complete [2021-04-06T15:10:56.734Z] a35cf1a2eb13: Pull complete [2021-04-06T15:10:56.734Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T15:10:57.003Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T15:10:57.003Z] ---> a62c8e92a672 [2021-04-06T15:10:57.003Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T15:10:57.265Z] ---> Running in e1fa30826b41 [2021-04-06T15:10:57.529Z] Removing intermediate container e1fa30826b41 [2021-04-06T15:10:57.529Z] ---> abe7e4c0cf6c [2021-04-06T15:10:57.529Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T15:10:57.529Z] ---> Running in 096e0e53f501 [2021-04-06T15:10:58.491Z] Removing intermediate container 096e0e53f501 [2021-04-06T15:10:58.491Z] ---> f89935e350e3 [2021-04-06T15:10:58.491Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-06T15:10:58.491Z] ---> Running in 9b76867af2bf [2021-04-06T15:10:59.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T15:11:00.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T15:11:01.044Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-06T15:11:01.308Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-06T15:11:01.308Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-06T15:11:01.308Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-06T15:11:01.573Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T15:11:01.837Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-06T15:11:01.838Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T15:11:01.838Z] OK: 167 MiB in 45 packages [2021-04-06T15:11:02.419Z] Removing intermediate container 9b76867af2bf [2021-04-06T15:11:02.419Z] ---> 214b93abc586 [2021-04-06T15:11:02.419Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-06T15:11:02.419Z] ---> Running in f3985fd83454 [2021-04-06T15:11:02.687Z] Removing intermediate container f3985fd83454 [2021-04-06T15:11:02.687Z] ---> 78dbaecdf085 [2021-04-06T15:11:02.687Z] Step 7/8 : COPY . . [2021-04-06T15:11:04.090Z] ---> aca87e58a54a [2021-04-06T15:11:04.090Z] Step 8/8 : RUN go mod download [2021-04-06T15:11:04.090Z] ---> Running in 7232d3546cf3 [2021-04-06T15:11:17.917Z] Removing intermediate container 0ec1e7f8d83e [2021-04-06T15:11:17.917Z] ---> 4073bee3fac9 [2021-04-06T15:11:17.918Z] Successfully built 4073bee3fac9 [2021-04-06T15:11:17.918Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:11:18.258Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T15:11:18.258Z] . [Pipeline] withDockerContainer [2021-04-06T15:11:18.483Z] prd-ubuntu18.04-docker-arm64-4c-16g-32968 does not seem to be running inside a container [2021-04-06T15:11:18.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-06T15:11:20.227Z] $ docker top 57f29e4fa86044b0263d6200b5087e76e80f575058f6a2d687c63f1bef73b5f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T15:11:21.363Z] + go version [2021-04-06T15:11:21.363Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T15:11:21.385Z] $ docker stop --time=1 57f29e4fa86044b0263d6200b5087e76e80f575058f6a2d687c63f1bef73b5f0 [2021-04-06T15:11:23.344Z] $ docker rm -f 57f29e4fa86044b0263d6200b5087e76e80f575058f6a2d687c63f1bef73b5f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:11:24.393Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T15:11:24.393Z] . [Pipeline] withDockerContainer [2021-04-06T15:11:24.656Z] prd-ubuntu18.04-docker-arm64-4c-16g-32968 does not seem to be running inside a container [2021-04-06T15:11:24.735Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-06T15:11:26.211Z] $ docker top 4b37decb44b1b73b95004610d1639b95b263119fac1405b3c1152d7f378c2759 -eo pid,comm [2021-04-06T15:11:26.457Z] Removing intermediate container 7232d3546cf3 [2021-04-06T15:11:26.457Z] ---> b9e9073cee25 [2021-04-06T15:11:26.457Z] Successfully built b9e9073cee25 [2021-04-06T15:11:26.457Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:11:26.975Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T15:11:26.975Z] . [Pipeline] withDockerContainer [2021-04-06T15:11:27.128Z] prd-centos7-docker-4c-2g-32969 does not seem to be running inside a container [2021-04-06T15:11:27.189Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@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-x86_64 cat [2021-04-06T15:11:27.216Z] + make test [2021-04-06T15:11:27.216Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T15:11:28.116Z] $ docker top 0f6720f26fa35a17b7ca9431ad32f0c87138be1c35348003c203fa97e7434c3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T15:11:28.635Z] + go version [2021-04-06T15:11:28.635Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T15:11:28.651Z] $ docker stop --time=1 0f6720f26fa35a17b7ca9431ad32f0c87138be1c35348003c203fa97e7434c3e [2021-04-06T15:11:30.019Z] $ docker rm -f 0f6720f26fa35a17b7ca9431ad32f0c87138be1c35348003c203fa97e7434c3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:11:30.956Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T15:11:30.956Z] . [Pipeline] withDockerContainer [2021-04-06T15:11:31.069Z] prd-centos7-docker-4c-2g-32969 does not seem to be running inside a container [2021-04-06T15:11:31.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/142 -v /w/workspace/device-sdk-go/142:/w/workspace/device-sdk-go/142:rw,z -v /w/workspace/device-sdk-go/142@tmp:/w/workspace/device-sdk-go/142@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-x86_64 cat [2021-04-06T15:11:31.760Z] $ docker top 7c141e1529682274b5b9e09f329ea979ecb23b21f1fb08ca3054b7813c436b59 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T15:11:32.269Z] + make test [2021-04-06T15:11:32.269Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T15:11:40.511Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-06T15:11:49.411Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-06T15:12:02.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-06T15:12:02.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-06T15:12:02.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-06T15:12:02.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-06T15:12:02.647Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-06T15:12:04.613Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.098s coverage: 28.1% of statements [2021-04-06T15:12:04.613Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.069s coverage: 78.9% of statements [2021-04-06T15:12:05.200Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.076s coverage: 7.8% of statements [2021-04-06T15:12:05.200Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-06T15:12:05.200Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-06T15:12:05.200Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-06T15:12:05.200Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.100s coverage: 32.5% of statements [2021-04-06T15:12:05.200Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-06T15:12:05.200Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-06T15:12:05.200Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-06T15:12:06.159Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.104s coverage: 57.3% of statements [2021-04-06T15:12:06.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.260s coverage: 6.6% of statements [2021-04-06T15:12:06.422Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 5.0% of statements [2021-04-06T15:12:06.422Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-06T15:12:06.690Z] GO111MODULE=on go vet ./... [2021-04-06T15:12:24.998Z] gofmt -l . [2021-04-06T15:12:24.998Z] [ "`gofmt -l .`" = "" ] [2021-04-06T15:12:24.998Z] ./bin/test-attribution-txt.sh [2021-04-06T15:12:24.998Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-06T15:12:25.016Z] $ docker stop --time=1 7c141e1529682274b5b9e09f329ea979ecb23b21f1fb08ca3054b7813c436b59 [2021-04-06T15:12:26.809Z] $ docker rm -f 7c141e1529682274b5b9e09f329ea979ecb23b21f1fb08ca3054b7813c436b59 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T15:12:27.563Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T15:12:28.033Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-06T15:12:30.903Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T15:12:31.204Z] + ls -al . [2021-04-06T15:12:31.204Z] total 188 [2021-04-06T15:12:31.204Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 15:12 . [2021-04-06T15:12:31.204Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 6 15:10 .. [2021-04-06T15:12:31.204Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 15:10 bin [2021-04-06T15:12:31.204Z] -rw-r--r--. 1 jenkins jenkins 99189 Apr 6 15:12 coverage.out [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 15:10 Dockerfile.build [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 15:10 .dockerignore [2021-04-06T15:12:31.204Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 15:10 example [2021-04-06T15:12:31.204Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 6 15:10 .git [2021-04-06T15:12:31.204Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 15:10 .github [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 15:10 .gitignore [2021-04-06T15:12:31.204Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 6 15:12 go.mod [2021-04-06T15:12:31.204Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 6 15:12 go.sum [2021-04-06T15:12:31.204Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 15:10 internal [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 15:10 Jenkinsfile [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 15:10 LICENSE [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 15:10 Makefile [2021-04-06T15:12:31.204Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 15:10 openapi [2021-04-06T15:12:31.204Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 15:10 pkg [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 15:10 README.md [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 15:10 RELEASE-NOTES.txt [2021-04-06T15:12:31.204Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 15:10 snap [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 6 15:07 VERSION [2021-04-06T15:12:31.204Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 15:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:12:31.512Z] + 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=7565948cf2a22d3fef01b48e9653f9446226441c --label arch=amd64 --label version=2.0.0-dev.37 . [2021-04-06T15:12:31.776Z] Sending build context to Docker daemon 2.471MB [2021-04-06T15:12:31.776Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T15:12:31.776Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-06T15:12:31.776Z] ---> b9e9073cee25 [2021-04-06T15:12:31.776Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-06T15:12:32.039Z] ---> Running in 678569f75291 [2021-04-06T15:12:32.301Z] Removing intermediate container 678569f75291 [2021-04-06T15:12:32.301Z] ---> 83536a84dec2 [2021-04-06T15:12:32.301Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T15:12:32.301Z] ---> Running in dbdc0a48aa96 [2021-04-06T15:12:32.566Z] Removing intermediate container dbdc0a48aa96 [2021-04-06T15:12:32.566Z] ---> 1308f86f3ea0 [2021-04-06T15:12:32.566Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T15:12:32.566Z] ---> Running in c5165a19eaa9 [2021-04-06T15:12:33.998Z] Removing intermediate container c5165a19eaa9 [2021-04-06T15:12:33.998Z] ---> 1a04869a731d [2021-04-06T15:12:33.998Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-06T15:12:33.998Z] ---> Running in e38f4f025d05 [2021-04-06T15:12:34.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T15:12:35.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T15:12:35.791Z] OK: 167 MiB in 45 packages [2021-04-06T15:12:36.056Z] Removing intermediate container e38f4f025d05 [2021-04-06T15:12:36.056Z] ---> a2606b9c9242 [2021-04-06T15:12:36.056Z] Step 7/23 : COPY . . [2021-04-06T15:12:37.454Z] ---> 4d129c47df06 [2021-04-06T15:12:37.454Z] Step 8/23 : RUN go mod download [2021-04-06T15:12:37.454Z] ---> Running in f3b7fafe6e3b [2021-04-06T15:12:38.422Z] Removing intermediate container f3b7fafe6e3b [2021-04-06T15:12:38.422Z] ---> 7a150ca35804 [2021-04-06T15:12:38.422Z] Step 9/23 : RUN make build [2021-04-06T15:12:38.422Z] ---> Running in b5346e07ed8d [2021-04-06T15:12:39.006Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.37" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-06T15:12:46.022Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-06T15:12:46.022Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-06T15:12:46.022Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-06T15:12:46.022Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-06T15:12:46.022Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-06T15:12:47.474Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.152s coverage: 28.1% of statements [2021-04-06T15:12:48.078Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.157s coverage: 78.9% of statements [2021-04-06T15:12:48.354Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.186s coverage: 7.8% of statements [2021-04-06T15:12:48.354Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-06T15:12:48.354Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-06T15:12:48.354Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-06T15:12:50.339Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.245s coverage: 32.5% of statements [2021-04-06T15:12:50.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-06T15:12:50.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-06T15:12:50.339Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-06T15:12:51.371Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-06T15:12:52.320Z] Removing intermediate container b5346e07ed8d [2021-04-06T15:12:52.320Z] ---> 28e3f2e45046 [2021-04-06T15:12:52.320Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T15:12:52.894Z] 3.12: Pulling from library/alpine [2021-04-06T15:12:52.894Z] 532819f3e44c: Pulling fs layer [2021-04-06T15:12:53.156Z] 532819f3e44c: Verifying Checksum [2021-04-06T15:12:53.156Z] 532819f3e44c: Download complete [2021-04-06T15:12:53.420Z] 532819f3e44c: Pull complete [2021-04-06T15:12:53.420Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T15:12:53.420Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T15:12:53.420Z] ---> 7230e588e954 [2021-04-06T15:12:53.420Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T15:12:53.686Z] ---> Running in 0bb5f06ef802 [2021-04-06T15:12:53.950Z] Removing intermediate container 0bb5f06ef802 [2021-04-06T15:12:53.950Z] ---> 6cd0ff5e4e4f [2021-04-06T15:12:53.950Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T15:12:53.950Z] ---> Running in d10e808674a8 [2021-04-06T15:12:54.669Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.263s coverage: 57.3% of statements [2021-04-06T15:12:54.670Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.227s coverage: 6.6% of statements [2021-04-06T15:12:54.670Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements [2021-04-06T15:12:54.670Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-06T15:12:54.670Z] GO111MODULE=on go vet ./... [2021-04-06T15:12:54.904Z] Removing intermediate container d10e808674a8 [2021-04-06T15:12:54.904Z] ---> f5f4927fac2f [2021-04-06T15:12:54.904Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-06T15:12:54.904Z] ---> Running in 3513338c733d [2021-04-06T15:12:55.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T15:12:56.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T15:12:57.011Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-06T15:12:57.011Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-06T15:12:57.275Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-06T15:12:57.538Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-06T15:12:57.538Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-06T15:12:57.803Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T15:12:57.804Z] OK: 8 MiB in 19 packages [2021-04-06T15:12:58.378Z] Removing intermediate container 3513338c733d [2021-04-06T15:12:58.378Z] ---> 69f28ad6bef7 [2021-04-06T15:12:58.378Z] Step 14/23 : WORKDIR / [2021-04-06T15:12:58.378Z] ---> Running in 0c9aaba32a27 [2021-04-06T15:12:58.378Z] Removing intermediate container 0c9aaba32a27 [2021-04-06T15:12:58.378Z] ---> d5d94d9f44aa [2021-04-06T15:12:58.378Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-06T15:12:58.644Z] ---> 68083c983d93 [2021-04-06T15:12:58.644Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-06T15:12:59.598Z] ---> 5138d5d2342e [2021-04-06T15:12:59.598Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-06T15:12:59.598Z] ---> 27c1de5959de [2021-04-06T15:12:59.598Z] Step 18/23 : EXPOSE 49990 [2021-04-06T15:12:59.598Z] ---> Running in b86d77fdde5d [2021-04-06T15:12:59.863Z] Removing intermediate container b86d77fdde5d [2021-04-06T15:12:59.863Z] ---> db07dc99d18d [2021-04-06T15:12:59.863Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-06T15:13:00.125Z] ---> Running in 7f73984fb98d [2021-04-06T15:13:00.125Z] Removing intermediate container 7f73984fb98d [2021-04-06T15:13:00.125Z] ---> d5d508a2845d [2021-04-06T15:13:00.125Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T15:13:00.388Z] ---> Running in 0e25da7d3f23 [2021-04-06T15:13:00.388Z] Removing intermediate container 0e25da7d3f23 [2021-04-06T15:13:00.388Z] ---> 1bc5693844a2 [2021-04-06T15:13:00.388Z] Step 21/23 : LABEL arch=amd64 [2021-04-06T15:13:00.388Z] ---> Running in 483c9e89fee9 [2021-04-06T15:13:00.654Z] Removing intermediate container 483c9e89fee9 [2021-04-06T15:13:00.654Z] ---> 5378cc32e1bb [2021-04-06T15:13:00.654Z] Step 22/23 : LABEL git_sha=7565948cf2a22d3fef01b48e9653f9446226441c [2021-04-06T15:13:00.654Z] ---> Running in 2e6335fe8ff2 [2021-04-06T15:13:00.917Z] Removing intermediate container 2e6335fe8ff2 [2021-04-06T15:13:00.917Z] ---> 011fe7a2c3e6 [2021-04-06T15:13:00.917Z] Step 23/23 : LABEL version=2.0.0-dev.37 [2021-04-06T15:13:01.179Z] ---> Running in 1273025a2c70 [2021-04-06T15:13:01.179Z] Removing intermediate container 1273025a2c70 [2021-04-06T15:13:01.179Z] ---> c1e15f55b73f [2021-04-06T15:13:01.179Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-06T15:13:01.179Z] Successfully built c1e15f55b73f [2021-04-06T15:13:01.179Z] 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-06T15:13:02.380Z] ---> job-cost.sh [2021-04-06T15:13:02.380Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dXZy [2021-04-06T15:13:17.328Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T15:13:41.690Z] gofmt -l . [2021-04-06T15:13:41.690Z] [ "`gofmt -l .`" = "" ] [2021-04-06T15:13:41.690Z] ./bin/test-attribution-txt.sh [2021-04-06T15:13:41.690Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-06T15:13:41.711Z] $ docker stop --time=1 4b37decb44b1b73b95004610d1639b95b263119fac1405b3c1152d7f378c2759 [2021-04-06T15:13:43.988Z] $ docker rm -f 4b37decb44b1b73b95004610d1639b95b263119fac1405b3c1152d7f378c2759 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T15:13:45.210Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-06T15:13:45.278Z] Warning: overwriting stash ‘coverage-report’ [2021-04-06T15:13:46.116Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T15:13:46.846Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-06T15:13:47.247Z] + ls -al . [2021-04-06T15:13:47.247Z] total 224 [2021-04-06T15:13:47.247Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 15:13 . [2021-04-06T15:13:47.247Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 15:10 .. [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 15:10 .dockerignore [2021-04-06T15:13:47.247Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 15:10 .git [2021-04-06T15:13:47.247Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 15:10 .github [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 15:10 .gitignore [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 15:10 Dockerfile.build [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 15:10 Jenkinsfile [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 15:10 LICENSE [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 15:10 Makefile [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 15:10 README.md [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 15:10 RELEASE-NOTES.txt [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 6 15:07 VERSION [2021-04-06T15:13:47.247Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 15:10 bin [2021-04-06T15:13:47.247Z] -rw-r--r-- 1 jenkins jenkins 99189 Apr 6 15:12 coverage.out [2021-04-06T15:13:47.247Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 15:10 example [2021-04-06T15:13:47.247Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 6 15:13 go.mod [2021-04-06T15:13:47.247Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 6 15:13 go.sum [2021-04-06T15:13:47.247Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 15:10 internal [2021-04-06T15:13:47.247Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 15:10 openapi [2021-04-06T15:13:47.247Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 15:10 pkg [2021-04-06T15:13:47.247Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 15:10 snap [2021-04-06T15:13:47.247Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 15:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:13:47.584Z] + 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=7565948cf2a22d3fef01b48e9653f9446226441c --label arch=arm64 --label version=2.0.0-dev.37 . [2021-04-06T15:13:48.184Z] Sending build context to Docker daemon 2.47MB [2021-04-06T15:13:48.184Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T15:13:48.184Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-06T15:13:48.184Z] ---> 4073bee3fac9 [2021-04-06T15:13:48.184Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-06T15:13:48.458Z] ---> Running in a736814985b9 [2021-04-06T15:13:48.731Z] Removing intermediate container a736814985b9 [2021-04-06T15:13:48.731Z] ---> 67520d625f92 [2021-04-06T15:13:48.731Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T15:13:49.012Z] ---> Running in 43d4aa62f759 [2021-04-06T15:13:49.522Z] lf-activate-venv(): INFO: Adding /tmp/venv-dXZy/bin to PATH [2021-04-06T15:13:49.522Z] INFO: No Stack... [2021-04-06T15:13:49.522Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T15:13:49.522Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T15:13:49.604Z] Removing intermediate container 43d4aa62f759 [2021-04-06T15:13:49.604Z] ---> 5709ce00c274 [2021-04-06T15:13:49.604Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T15:13:49.604Z] ---> Running in 7d17b62f3088 [2021-04-06T15:13:49.832Z] + cat /w/workspace/device-sdk-go/142/archives/cost.csv [2021-04-06T15:13:49.832Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T15:13:49.914Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [2021-04-06T15:13:49.927Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] did not exist. Created. [2021-04-06T15:13:49.928Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T15:13:50.333Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-06T15:13:50.578Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T15:13:50.595Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T15:13:52.228Z] Removing intermediate container 7d17b62f3088 [2021-04-06T15:13:52.228Z] ---> 789a75f167e7 [2021-04-06T15:13:52.228Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-06T15:13:52.228Z] ---> Running in 2b4f94202e0e [2021-04-06T15:13:53.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T15:13:53.798Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T15:13:54.774Z] OK: 144 MiB in 45 packages [2021-04-06T15:13:55.757Z] Removing intermediate container 2b4f94202e0e [2021-04-06T15:13:55.757Z] ---> f1b47b846bb6 [2021-04-06T15:13:55.757Z] Step 7/23 : COPY . . [2021-04-06T15:13:57.198Z] ---> 91642000cdd0 [2021-04-06T15:13:57.198Z] Step 8/23 : RUN go mod download [2021-04-06T15:13:57.198Z] ---> Running in b04fb58a5d82 [2021-04-06T15:13:59.815Z] Removing intermediate container b04fb58a5d82 [2021-04-06T15:13:59.815Z] ---> d81d0e846e4a [2021-04-06T15:13:59.815Z] Step 9/23 : RUN make build [2021-04-06T15:13:59.815Z] ---> Running in 5a38def2c401 [2021-04-06T15:14:00.789Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.37" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-06T15:14:33.178Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-06T15:14:34.598Z] Removing intermediate container 5a38def2c401 [2021-04-06T15:14:34.598Z] ---> 6012772ad58d [2021-04-06T15:14:34.598Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T15:14:34.867Z] 3.12: Pulling from library/alpine [2021-04-06T15:14:34.867Z] 9a219e8acc52: Pulling fs layer [2021-04-06T15:14:35.137Z] 9a219e8acc52: Verifying Checksum [2021-04-06T15:14:35.137Z] 9a219e8acc52: Download complete [2021-04-06T15:14:35.727Z] 9a219e8acc52: Pull complete [2021-04-06T15:14:35.727Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T15:14:35.727Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T15:14:35.727Z] ---> d75e27dfc0a0 [2021-04-06T15:14:35.727Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-06T15:14:35.998Z] ---> Running in 6e17963849a1 [2021-04-06T15:14:36.269Z] Removing intermediate container 6e17963849a1 [2021-04-06T15:14:36.269Z] ---> c654f4fb4ecc [2021-04-06T15:14:36.269Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T15:14:36.550Z] ---> Running in 86b9764ffb54 [2021-04-06T15:14:38.522Z] Removing intermediate container 86b9764ffb54 [2021-04-06T15:14:38.522Z] ---> 9a3d64f176f3 [2021-04-06T15:14:38.522Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-06T15:14:38.522Z] ---> Running in 67723b8fe1e0 [2021-04-06T15:14:39.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T15:14:40.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T15:14:41.056Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-06T15:14:41.056Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-06T15:14:41.326Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-06T15:14:41.598Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-06T15:14:41.870Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-06T15:14:41.870Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T15:14:41.870Z] OK: 8 MiB in 19 packages [2021-04-06T15:14:43.300Z] Removing intermediate container 67723b8fe1e0 [2021-04-06T15:14:43.300Z] ---> 87a3d535c70d [2021-04-06T15:14:43.300Z] Step 14/23 : WORKDIR / [2021-04-06T15:14:43.300Z] ---> Running in ba38f54087ce [2021-04-06T15:14:43.894Z] Removing intermediate container ba38f54087ce [2021-04-06T15:14:43.894Z] ---> 0f53f6328695 [2021-04-06T15:14:43.894Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-06T15:14:44.488Z] ---> f777223cb222 [2021-04-06T15:14:44.488Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-06T15:14:45.960Z] ---> 912c6f3e326b [2021-04-06T15:14:45.960Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-06T15:14:46.559Z] ---> 8842dfdc0e78 [2021-04-06T15:14:46.559Z] Step 18/23 : EXPOSE 49990 [2021-04-06T15:14:46.559Z] ---> Running in 69da8b15088e [2021-04-06T15:14:47.157Z] Removing intermediate container 69da8b15088e [2021-04-06T15:14:47.157Z] ---> 906201d3c3bc [2021-04-06T15:14:47.157Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-06T15:14:47.157Z] ---> Running in ebbc5f8d5c07 [2021-04-06T15:14:47.748Z] Removing intermediate container ebbc5f8d5c07 [2021-04-06T15:14:47.748Z] ---> 5641d8064781 [2021-04-06T15:14:47.748Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T15:14:47.748Z] ---> Running in 6cdf6a85e153 [2021-04-06T15:14:48.346Z] Removing intermediate container 6cdf6a85e153 [2021-04-06T15:14:48.346Z] ---> d57c7e04b1c2 [2021-04-06T15:14:48.346Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T15:14:48.346Z] ---> Running in bc4fdda683b5 [2021-04-06T15:14:48.940Z] Removing intermediate container bc4fdda683b5 [2021-04-06T15:14:48.940Z] ---> 4fb02273f7f0 [2021-04-06T15:14:48.940Z] Step 22/23 : LABEL git_sha=7565948cf2a22d3fef01b48e9653f9446226441c [2021-04-06T15:14:48.940Z] ---> Running in bb1af3357c69 [2021-04-06T15:14:49.536Z] Removing intermediate container bb1af3357c69 [2021-04-06T15:14:49.536Z] ---> 678d3d5ad1bc [2021-04-06T15:14:49.536Z] Step 23/23 : LABEL version=2.0.0-dev.37 [2021-04-06T15:14:49.536Z] ---> Running in 42a1105da5ba [2021-04-06T15:14:50.126Z] Removing intermediate container 42a1105da5ba [2021-04-06T15:14:50.126Z] ---> 9582340a7f7a [2021-04-06T15:14:50.126Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-06T15:14:50.126Z] Successfully built 9582340a7f7a [2021-04-06T15:14:50.126Z] 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-06T15:14:51.080Z] ---> job-cost.sh [2021-04-06T15:14:51.080Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FceF [2021-04-06T15:15:30.031Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T15:16:53.092Z] lf-activate-venv(): INFO: Adding /tmp/venv-FceF/bin to PATH [2021-04-06T15:16:53.092Z] INFO: No Stack... [2021-04-06T15:16:54.066Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T15:16:54.656Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T15:16:54.990Z] + + cat /w/workspace/device-sdk-go/142/archives/cost.csv [2021-04-06T15:16:54.991Z] cut -d, -f6 [Pipeline] lock [2021-04-06T15:16:55.105Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [2021-04-06T15:16:55.115Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] did not exist. Created. [2021-04-06T15:16:55.115Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-142-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T15:16:55.569Z] /w/workspace/device-sdk-go/142@tmp/durable-ed1ae097/script.sh: 1: /w/workspace/device-sdk-go/142@tmp/durable-ed1ae097/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-06T15:16:55.916Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T15:16:55.982Z] Warning: overwriting stash ‘stack-cost’ [2021-04-06T15:16:56.140Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T15:16:56.157Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-142-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-06T15:16:57.529Z] provisioning config files... [2021-04-06T15:16:57.543Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6882368438406181308tmp [Pipeline] { [Pipeline] sh [2021-04-06T15:16:57.937Z] + set +x [2021-04-06T15:16:57.937Z] + curl -s https://codecov.io/bash [2021-04-06T15:16:57.937Z] + bash -s -- [2021-04-06T15:16:58.200Z] [2021-04-06T15:16:58.200Z] _____ _ [2021-04-06T15:16:58.200Z] / ____| | | [2021-04-06T15:16:58.200Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T15:16:58.200Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T15:16:58.200Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T15:16:58.200Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T15:16:58.200Z] Bash-20210309-2b87ace [2021-04-06T15:16:58.200Z] [2021-04-06T15:16:58.200Z] [2021-04-06T15:16:58.200Z] ==> git version 2.24.3 found [2021-04-06T15:16:58.200Z] ==> 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-06T15:16:58.200Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T15:16:58.200Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T15:16:58.200Z] ==> Jenkins CI detected. [2021-04-06T15:16:58.200Z] project root: . [2021-04-06T15:16:58.200Z] --> token set from env [2021-04-06T15:16:58.200Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T15:16:58.200Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T15:16:58.200Z] ==> Python coveragepy not found [2021-04-06T15:16:58.200Z] ==> Searching for coverage reports in: [2021-04-06T15:16:58.201Z] + . [2021-04-06T15:16:58.201Z] -> Found 1 reports [2021-04-06T15:16:58.201Z] ==> Detecting git/mercurial file structure [2021-04-06T15:16:58.201Z] ==> Reading reports [2021-04-06T15:16:58.201Z] + ./coverage.out bytes=99189 [2021-04-06T15:16:58.201Z] ==> Appending adjustments [2021-04-06T15:16:58.201Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T15:16:58.777Z] + Found adjustments [2021-04-06T15:16:58.777Z] ==> Gzipping contents [2021-04-06T15:16:58.777Z] 16K /tmp/codecov.JPFebK.gz [2021-04-06T15:16:58.777Z] ==> Uploading reports [2021-04-06T15:16:58.777Z] url: https://codecov.io [2021-04-06T15:16:58.777Z] query: branch=master&commit=7565948cf2a22d3fef01b48e9653f9446226441c&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F142%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T15:16:58.777Z] -> Pinging Codecov [2021-04-06T15:16:58.777Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=7565948cf2a22d3fef01b48e9653f9446226441c&build=142&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F142%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T15:16:59.353Z] -> Uploading to [2021-04-06T15:16:59.353Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/7565948cf2a22d3fef01b48e9653f9446226441c/f90b19ac-fe3a-4b66-991a-100f1187c1da.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T151659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b2be6738c755dbd7ddf12d2d008d7d957dabed6cdb4318e15e0cb5c8326b0ff [2021-04-06T15:16:59.353Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T15:16:59.353Z] Dload Upload Total Spent Left Speed [2021-04-06T15:16:59.617Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13424 0 0 100 13424 0 27979 --:--:-- --:--:-- --:--:-- 27966 100 13424 0 0 100 13424 0 27967 --:--:-- --:--:-- --:--:-- 27966 [2021-04-06T15:16:59.617Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] } [2021-04-06T15:16:59.628Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-06T15:17:00.500Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-06T15:17:00.553Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:17:01.017Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T15:17:01.017Z] [2021-04-06T15:17:01.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:17:01.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T15:17:01.374Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-06T15:17:01.374Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T15:17:01.374Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T15:17:01.374Z] de9db76c5a1d: Pulling fs layer [2021-04-06T15:17:01.374Z] 0eba1c9be4d2: Pulling fs layer [2021-04-06T15:17:01.374Z] 0d57e429df01: Pulling fs layer [2021-04-06T15:17:01.374Z] 4e4be7b47b0d: Pulling fs layer [2021-04-06T15:17:01.374Z] e1f770b5df2f: Pulling fs layer [2021-04-06T15:17:01.374Z] 85a0685a4137: Pulling fs layer [2021-04-06T15:17:01.374Z] 4e4be7b47b0d: Waiting [2021-04-06T15:17:01.374Z] 0eba1c9be4d2: Waiting [2021-04-06T15:17:01.374Z] 85a0685a4137: Waiting [2021-04-06T15:17:01.374Z] 0d57e429df01: Waiting [2021-04-06T15:17:01.374Z] de9db76c5a1d: Verifying Checksum [2021-04-06T15:17:01.374Z] de9db76c5a1d: Download complete [2021-04-06T15:17:01.374Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T15:17:01.374Z] 0ef7d3d256c8: Download complete [2021-04-06T15:17:01.641Z] 0d57e429df01: Verifying Checksum [2021-04-06T15:17:01.641Z] 0d57e429df01: Download complete [2021-04-06T15:17:01.903Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T15:17:01.903Z] 188c0c94c7c5: Download complete [2021-04-06T15:17:01.903Z] 4e4be7b47b0d: Verifying Checksum [2021-04-06T15:17:01.903Z] 4e4be7b47b0d: Download complete [2021-04-06T15:17:02.172Z] 188c0c94c7c5: Pull complete [2021-04-06T15:17:02.438Z] 0ef7d3d256c8: Pull complete [2021-04-06T15:17:02.438Z] de9db76c5a1d: Pull complete [2021-04-06T15:17:03.390Z] e1f770b5df2f: Verifying Checksum [2021-04-06T15:17:03.390Z] e1f770b5df2f: Download complete [2021-04-06T15:17:05.326Z] 0eba1c9be4d2: Verifying Checksum [2021-04-06T15:17:05.326Z] 0eba1c9be4d2: Download complete [2021-04-06T15:17:05.590Z] 85a0685a4137: Verifying Checksum [2021-04-06T15:17:05.590Z] 85a0685a4137: Download complete [2021-04-06T15:17:12.211Z] 0eba1c9be4d2: Pull complete [2021-04-06T15:17:12.211Z] 0d57e429df01: Pull complete [2021-04-06T15:17:12.211Z] 4e4be7b47b0d: Pull complete [2021-04-06T15:17:14.785Z] e1f770b5df2f: Pull complete [2021-04-06T15:17:22.994Z] 85a0685a4137: Pull complete [2021-04-06T15:17:22.994Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-06T15:17:22.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T15:17:22.994Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-06T15:17:23.208Z] prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container [2021-04-06T15:17:23.265Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-06T15:17:24.416Z] $ docker top 89b6ef994142255cb6a59151cd0aaed71a615d0bfea983b8a7487a997b233f36 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T15:17:24.719Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-06T15:17:25.016Z] + set -o pipefail [2021-04-06T15:17:25.016Z] + snyk monitor '--org=edgex-jenkins' [2021-04-06T15:17:33.185Z] [2021-04-06T15:17:33.185Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-06T15:17:33.185Z] [2021-04-06T15:17:33.185Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/94c1b483-59b4-41af-bcd3-e2260add96be [2021-04-06T15:17:33.185Z] [2021-04-06T15:17:33.185Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-06T15:17:33.185Z] [2021-04-06T15:17:33.185Z] [2021-04-06T15:17:33.185Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-06T15:17:33.185Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-06T15:17:33.200Z] $ docker stop --time=1 89b6ef994142255cb6a59151cd0aaed71a615d0bfea983b8a7487a997b233f36 [2021-04-06T15:17:36.117Z] $ docker rm -f 89b6ef994142255cb6a59151cd0aaed71a615d0bfea983b8a7487a997b233f36 [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-06T15:17:37.321Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T15:17:37.378Z] provisioning config files... [2021-04-06T15:17:37.388Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7738235806944741620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:17:37.766Z] --> edgex-publish-swagger.sh [2021-04-06T15:17:37.766Z] === Publish openapi/v1 API === [2021-04-06T15:17:37.766Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-06T15:17:37.766Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-06T15:17:37.766Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T15:17:37.766Z] Dload Upload Total Spent Left Speed [2021-04-06T15:17:38.348Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 25659 --:--:-- --:--:-- --:--:-- 25704 [2021-04-06T15:17:38.348Z] [2021-04-06T15:17:38.348Z] [2021-04-06T15:17:38.348Z] === Publish openapi/v2 API === [2021-04-06T15:17:38.348Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-06T15:17:38.348Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-06T15:17:38.609Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T15:17:38.609Z] Dload Upload Total Spent Left Speed [2021-04-06T15:17:39.186Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 81312 --:--:-- --:--:-- --:--:-- 81331 [2021-04-06T15:17:39.186Z] [2021-04-06T15:17:39.186Z] [Pipeline] } [2021-04-06T15:17:39.195Z] 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-06T15:17:40.053Z] + git log --format=format:%s -1 7565948cf2a22d3fef01b48e9653f9446226441c [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:17:40.368Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T15:17:40.368Z] . [Pipeline] withDockerContainer [2021-04-06T15:17:40.463Z] prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container [2021-04-06T15:17:40.507Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T15:17:41.172Z] $ docker top 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T15:17:41.467Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T15:17:41.467Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T15:17:41.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T15:17:41.683Z] $ docker exec 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 ssh-agent [2021-04-06T15:17:41.855Z] SSH_AUTH_SOCK=/tmp/ssh-0rsdPHFNLXVZ/agent.12 [2021-04-06T15:17:41.855Z] SSH_AGENT_PID=18 [2021-04-06T15:17:41.862Z] Running ssh-add (command line suppressed) [2021-04-06T15:17:41.991Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3820278086135357610.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3820278086135357610.key) [2021-04-06T15:17:42.049Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T15:17:42.386Z] + git semver tag [2021-04-06T15:17:42.387Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T15:17:42.387Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T15:17:42.387Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T15:17:42.387Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T15:17:42.387Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T15:17:42.387Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T15:17:42.387Z] # $SEMVER_BRANCH = master [2021-04-06T15:17:42.387Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-06T15:17:42.387Z] # 7565948cf2a22d3fef01b48e9653f9446226441c HEAD [2021-04-06T15:17:42.649Z] # -> Force: false [2021-04-06T15:17:42.649Z] # 35e910205c0d9233f72eb64e20706ffd002890d1 refs/tags/v2.0.0-dev.37 [Pipeline] } [2021-04-06T15:17:42.662Z] $ docker exec --env ******** --env ******** 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 ssh-agent -k [2021-04-06T15:17:42.782Z] unset SSH_AUTH_SOCK; [2021-04-06T15:17:42.783Z] unset SSH_AGENT_PID; [2021-04-06T15:17:42.783Z] echo Agent pid 18 killed; [2021-04-06T15:17:42.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T15:17:43.365Z] + git semver [Pipeline] } [2021-04-06T15:17:43.381Z] $ docker stop --time=1 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 [2021-04-06T15:17:44.740Z] $ docker rm -f 7b2dad40aa44a5cf2ab59729d82d850b68b60ee48997ed584da744afad6992b3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:17:45.380Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T15:17:45.380Z] [2021-04-06T15:17:45.380Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:17:45.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T15:17:45.727Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-06T15:17:45.727Z] ab5ef0e58194: Pulling fs layer [2021-04-06T15:17:45.727Z] 9712f1f96733: Pulling fs layer [2021-04-06T15:17:45.727Z] 63f879dbbcfc: Pulling fs layer [2021-04-06T15:17:45.727Z] 0d9ebad4ef96: Pulling fs layer [2021-04-06T15:17:45.727Z] e9a5061849ea: Pulling fs layer [2021-04-06T15:17:45.727Z] d747dcd14b5f: Pulling fs layer [2021-04-06T15:17:45.727Z] 2de7ff778b66: Pulling fs layer [2021-04-06T15:17:45.727Z] e9a5061849ea: Waiting [2021-04-06T15:17:45.727Z] 2de7ff778b66: Waiting [2021-04-06T15:17:45.727Z] d747dcd14b5f: Waiting [2021-04-06T15:17:45.727Z] 0d9ebad4ef96: Waiting [2021-04-06T15:17:45.727Z] 9712f1f96733: Verifying Checksum [2021-04-06T15:17:45.727Z] 9712f1f96733: Download complete [2021-04-06T15:17:47.131Z] 63f879dbbcfc: Verifying Checksum [2021-04-06T15:17:47.131Z] 63f879dbbcfc: Download complete [2021-04-06T15:17:47.399Z] e9a5061849ea: Verifying Checksum [2021-04-06T15:17:47.399Z] e9a5061849ea: Download complete [2021-04-06T15:17:47.399Z] d747dcd14b5f: Verifying Checksum [2021-04-06T15:17:47.399Z] d747dcd14b5f: Download complete [2021-04-06T15:17:47.981Z] 2de7ff778b66: Verifying Checksum [2021-04-06T15:17:47.981Z] 2de7ff778b66: Download complete [2021-04-06T15:17:47.981Z] 0d9ebad4ef96: Verifying Checksum [2021-04-06T15:17:47.981Z] 0d9ebad4ef96: Download complete [2021-04-06T15:17:48.246Z] ab5ef0e58194: Verifying Checksum [2021-04-06T15:17:48.246Z] ab5ef0e58194: Download complete [2021-04-06T15:17:52.495Z] ab5ef0e58194: Pull complete [2021-04-06T15:17:52.495Z] 9712f1f96733: Pull complete [2021-04-06T15:17:55.367Z] 63f879dbbcfc: Pull complete [2021-04-06T15:18:02.013Z] 0d9ebad4ef96: Pull complete [2021-04-06T15:18:02.963Z] e9a5061849ea: Pull complete [2021-04-06T15:18:03.230Z] d747dcd14b5f: Pull complete [2021-04-06T15:18:06.560Z] 2de7ff778b66: Pull complete [2021-04-06T15:18:06.560Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-06T15:18:06.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T15:18:06.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-06T15:18:06.786Z] prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container [2021-04-06T15:18:06.839Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-06T15:18:10.742Z] $ docker top 6b7cdc09baa123fcba51c4708cc87855eea81e4337fc9c83a9e0013b89e10033 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-06T15:18:10.953Z] provisioning config files... [2021-04-06T15:18:10.964Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7868272032202849131tmp [2021-04-06T15:18:10.980Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5144531864655316627tmp [2021-04-06T15:18:10.996Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7953604844449435496tmp [Pipeline] { [Pipeline] echo [2021-04-06T15:18:11.111Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:18:11.411Z] ---> sigul-configuration.sh [2021-04-06T15:18:11.411Z] gpg: directory `/root/.gnupg' created [2021-04-06T15:18:11.411Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-06T15:18:11.411Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-06T15:18:11.411Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-06T15:18:11.411Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-06T15:18:11.411Z] gpg: CAST5 encrypted data [2021-04-06T15:18:11.675Z] gpg: encrypted with 1 passphrase [2021-04-06T15:18:11.675Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-06T15:18:11.976Z] + mkdir /home/jenkins [2021-04-06T15:18:11.976Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-06T15:18:12.279Z] + 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-06T15:18:12.290Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:18:12.590Z] ---> sigul-install.sh [2021-04-06T15:18:19.196Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-06T15:18:19.499Z] + git tag --list [2021-04-06T15:18:19.499Z] 0.7.1 [2021-04-06T15:18:19.499Z] delhi-tag [2021-04-06T15:18:19.499Z] v1.0.0 [2021-04-06T15:18:19.499Z] v1.1.0 [2021-04-06T15:18:19.499Z] v1.1.1 [2021-04-06T15:18:19.499Z] v1.1.2 [2021-04-06T15:18:19.499Z] v1.2.0 [2021-04-06T15:18:19.499Z] v1.2.1 [2021-04-06T15:18:19.499Z] v1.2.2 [2021-04-06T15:18:19.499Z] v1.2.3 [2021-04-06T15:18:19.499Z] v1.3.0 [2021-04-06T15:18:19.499Z] v1.4.0 [2021-04-06T15:18:19.499Z] v2.0.0-dev.1 [2021-04-06T15:18:19.499Z] v2.0.0-dev.10 [2021-04-06T15:18:19.499Z] v2.0.0-dev.11 [2021-04-06T15:18:19.499Z] v2.0.0-dev.12 [2021-04-06T15:18:19.499Z] v2.0.0-dev.13 [2021-04-06T15:18:19.499Z] v2.0.0-dev.14 [2021-04-06T15:18:19.499Z] v2.0.0-dev.15 [2021-04-06T15:18:19.499Z] v2.0.0-dev.16 [2021-04-06T15:18:19.499Z] v2.0.0-dev.17 [2021-04-06T15:18:19.499Z] v2.0.0-dev.18 [2021-04-06T15:18:19.499Z] v2.0.0-dev.19 [2021-04-06T15:18:19.499Z] v2.0.0-dev.2 [2021-04-06T15:18:19.499Z] v2.0.0-dev.20 [2021-04-06T15:18:19.499Z] v2.0.0-dev.21 [2021-04-06T15:18:19.499Z] v2.0.0-dev.22 [2021-04-06T15:18:19.499Z] v2.0.0-dev.23 [2021-04-06T15:18:19.499Z] v2.0.0-dev.24 [2021-04-06T15:18:19.499Z] v2.0.0-dev.25 [2021-04-06T15:18:19.499Z] v2.0.0-dev.26 [2021-04-06T15:18:19.499Z] v2.0.0-dev.27 [2021-04-06T15:18:19.499Z] v2.0.0-dev.28 [2021-04-06T15:18:19.499Z] v2.0.0-dev.29 [2021-04-06T15:18:19.499Z] v2.0.0-dev.3 [2021-04-06T15:18:19.499Z] v2.0.0-dev.30 [2021-04-06T15:18:19.499Z] v2.0.0-dev.31 [2021-04-06T15:18:19.499Z] v2.0.0-dev.32 [2021-04-06T15:18:19.499Z] v2.0.0-dev.33 [2021-04-06T15:18:19.499Z] v2.0.0-dev.34 [2021-04-06T15:18:19.499Z] v2.0.0-dev.35 [2021-04-06T15:18:19.499Z] v2.0.0-dev.36 [2021-04-06T15:18:19.499Z] v2.0.0-dev.37 [2021-04-06T15:18:19.499Z] v2.0.0-dev.4 [2021-04-06T15:18:19.499Z] v2.0.0-dev.5 [2021-04-06T15:18:19.499Z] v2.0.0-dev.6 [2021-04-06T15:18:19.499Z] v2.0.0-dev.7 [2021-04-06T15:18:19.499Z] v2.0.0-dev.8 [2021-04-06T15:18:19.499Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-06T15:18:19.801Z] + lftools sign git-tag v2.0.0-dev.37 [2021-04-06T15:18:21.192Z] Signing Git tag with Sigul... [2021-04-06T15:18:21.192Z] Signing v2.0.0-dev.37 [Pipeline] echo [2021-04-06T15:18:22.150Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:18:22.448Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-06T15:18:22.457Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-06T15:18:22.552Z] $ docker stop --time=1 6b7cdc09baa123fcba51c4708cc87855eea81e4337fc9c83a9e0013b89e10033 [2021-04-06T15:18:24.599Z] $ docker rm -f 6b7cdc09baa123fcba51c4708cc87855eea81e4337fc9c83a9e0013b89e10033 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:18:25.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T15:18:25.533Z] . [Pipeline] withDockerContainer [2021-04-06T15:18:25.637Z] prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container [2021-04-06T15:18:25.685Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T15:18:26.264Z] $ docker top 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T15:18:26.560Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T15:18:26.560Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T15:18:26.747Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T15:18:26.751Z] $ docker exec 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f ssh-agent [2021-04-06T15:18:26.943Z] SSH_AUTH_SOCK=/tmp/ssh-zArehm6cIrSl/agent.12 [2021-04-06T15:18:26.943Z] SSH_AGENT_PID=17 [2021-04-06T15:18:26.952Z] Running ssh-add (command line suppressed) [2021-04-06T15:18:27.092Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2883402857265123403.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2883402857265123403.key) [2021-04-06T15:18:27.157Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T15:18:27.494Z] + git semver bump pre [2021-04-06T15:18:27.495Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T15:18:27.495Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T15:18:27.495Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T15:18:27.495Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T15:18:27.495Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T15:18:27.495Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T15:18:27.495Z] # $SEMVER_BRANCH = master [2021-04-06T15:18:27.495Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-06T15:18:27.495Z] 2.0.0-dev.38 [Pipeline] } [2021-04-06T15:18:27.506Z] $ docker exec --env ******** --env ******** 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f ssh-agent -k [2021-04-06T15:18:27.627Z] unset SSH_AUTH_SOCK; [2021-04-06T15:18:27.628Z] unset SSH_AGENT_PID; [2021-04-06T15:18:27.628Z] echo Agent pid 17 killed; [2021-04-06T15:18:27.682Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T15:18:28.150Z] + git semver [Pipeline] } [2021-04-06T15:18:28.168Z] $ docker stop --time=1 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f [2021-04-06T15:18:29.520Z] $ docker rm -f 8f81c59dc1c67bf862847cf841ed46539c1aeb59e1a7570af74d228a2fb0281f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:18:30.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T15:18:30.069Z] . [Pipeline] withDockerContainer [2021-04-06T15:18:30.183Z] prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container [2021-04-06T15:18:30.233Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-06T15:18:30.886Z] $ docker top 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T15:18:31.194Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T15:18:31.195Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T15:18:31.393Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T15:18:31.397Z] $ docker exec 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f ssh-agent [2021-04-06T15:18:31.578Z] SSH_AUTH_SOCK=/tmp/ssh-yUoP6GExLZZv/agent.12 [2021-04-06T15:18:31.578Z] SSH_AGENT_PID=18 [2021-04-06T15:18:31.586Z] Running ssh-add (command line suppressed) [2021-04-06T15:18:31.716Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1723838197757837249.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1723838197757837249.key) [2021-04-06T15:18:31.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T15:18:32.110Z] + git semver push [2021-04-06T15:18:32.111Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T15:18:32.111Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-06T15:18:32.111Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T15:18:32.111Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T15:18:32.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T15:18:32.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T15:18:32.111Z] # $SEMVER_BRANCH = master [2021-04-06T15:18:32.111Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-06T15:18:36.340Z] $ docker exec --env ******** --env ******** 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f ssh-agent -k [2021-04-06T15:18:36.461Z] unset SSH_AUTH_SOCK; [2021-04-06T15:18:36.461Z] unset SSH_AGENT_PID; [2021-04-06T15:18:36.461Z] echo Agent pid 18 killed; [2021-04-06T15:18:36.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T15:18:37.057Z] + git semver [Pipeline] } [2021-04-06T15:18:37.075Z] $ docker stop --time=1 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f [2021-04-06T15:18:38.455Z] $ docker rm -f 5e434adfcba5a10902b0532072d70dfa99e297feb29ac505eca9e0e7fa5b679f [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-06T15:18:40.029Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:18:40.607Z] ---> package-listing.sh [2021-04-06T15:18:40.607Z] ++ facter osfamily [2021-04-06T15:18:40.607Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T15:18:40.607Z] + OS_FAMILY=redhat [2021-04-06T15:18:40.607Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-06T15:18:40.607Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T15:18:40.607Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T15:18:40.607Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T15:18:40.607Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T15:18:40.607Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-06T15:18:40.607Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T15:18:40.607Z] + case "${OS_FAMILY}" in [2021-04-06T15:18:40.607Z] + rpm -qa [2021-04-06T15:18:40.607Z] + sort [2021-04-06T15:18:45.917Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T15:18:45.917Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T15:18:45.917Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T15:18:45.917Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-06T15:18:45.917Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-06T15:18:45.917Z] + 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-06T15:18:45.930Z] 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-06T15:18:46.297Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:18:46.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T15:18:46.625Z] [2021-04-06T15:18:46.625Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T15:18:47.011Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T15:18:47.011Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T15:18:47.011Z] df20fa9351a1: Pulling fs layer [2021-04-06T15:18:47.011Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T15:18:47.011Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T15:18:47.011Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T15:18:47.011Z] 93b61091891f: Pulling fs layer [2021-04-06T15:18:47.011Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T15:18:47.011Z] 5e14af77c1be: Pulling fs layer [2021-04-06T15:18:47.011Z] 01666e4c0597: Pulling fs layer [2021-04-06T15:18:47.011Z] aa168da1d23b: Pulling fs layer [2021-04-06T15:18:47.011Z] 46f8f816bc3b: Waiting [2021-04-06T15:18:47.011Z] 93b61091891f: Waiting [2021-04-06T15:18:47.011Z] 93b9cdb0e59b: Waiting [2021-04-06T15:18:47.011Z] 5e14af77c1be: Waiting [2021-04-06T15:18:47.011Z] 01666e4c0597: Waiting [2021-04-06T15:18:47.011Z] aa168da1d23b: Waiting [2021-04-06T15:18:47.011Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T15:18:47.011Z] 36b3adc4ff6f: Download complete [2021-04-06T15:18:47.011Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T15:18:47.011Z] 46f8f816bc3b: Download complete [2021-04-06T15:18:47.011Z] df20fa9351a1: Verifying Checksum [2021-04-06T15:18:47.011Z] df20fa9351a1: Download complete [2021-04-06T15:18:47.011Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T15:18:47.011Z] 93b9cdb0e59b: Download complete [2021-04-06T15:18:47.274Z] 5e14af77c1be: Verifying Checksum [2021-04-06T15:18:47.274Z] 5e14af77c1be: Download complete [2021-04-06T15:18:47.274Z] 93b61091891f: Download complete [2021-04-06T15:18:47.274Z] 01666e4c0597: Download complete [2021-04-06T15:18:47.537Z] df20fa9351a1: Pull complete [2021-04-06T15:18:47.799Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T15:18:47.799Z] 8ad3a11d3b57: Download complete [2021-04-06T15:18:47.799Z] 36b3adc4ff6f: Pull complete [2021-04-06T15:18:49.211Z] 8ad3a11d3b57: Pull complete [2021-04-06T15:18:49.211Z] 46f8f816bc3b: Pull complete [2021-04-06T15:18:49.480Z] aa168da1d23b: Verifying Checksum [2021-04-06T15:18:49.480Z] aa168da1d23b: Download complete [2021-04-06T15:18:50.058Z] 93b61091891f: Pull complete [2021-04-06T15:18:50.321Z] 93b9cdb0e59b: Pull complete [2021-04-06T15:18:50.321Z] 5e14af77c1be: Pull complete [2021-04-06T15:18:50.584Z] 01666e4c0597: Pull complete [2021-04-06T15:18:57.197Z] aa168da1d23b: Pull complete [2021-04-06T15:18:57.197Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T15:18:57.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T15:18:57.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T15:18:57.366Z] prd-centos7-docker-4c-2g-32967 does not seem to be running inside a container [2021-04-06T15:18:57.417Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-06T15:19:00.466Z] $ docker top ecde4bf68945f780a12c519b1ea1328355693f10f595daf3f7486b3bad5bee22 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T15:19:01.042Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T15:19:01.370Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T15:19:01.676Z] + ls /var/log/sa-host [2021-04-06T15:19:01.676Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T15:19:01.676Z] file_magic: OK [2021-04-06T15:19:01.676Z] HZ: Using current value: 100 [2021-04-06T15:19:01.676Z] file_header: OK [2021-04-06T15:19:01.676Z] 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-06T15:19:01.676Z] Statistics: [2021-04-06T15:19:01.676Z] 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-06T15:19:01.676Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T15:19:01.676Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T15:19:01.676Z] file_magic: OK [2021-04-06T15:19:01.676Z] HZ: Using current value: 100 [2021-04-06T15:19:01.676Z] file_header: OK [2021-04-06T15:19:01.676Z] 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-06T15:19:01.676Z] Statistics: [2021-04-06T15:19:01.676Z] Hnuu...uuuununununu... [2021-04-06T15:19:01.676Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T15:19:02.327Z] provisioning config files... [2021-04-06T15:19:02.347Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config775367184248228030tmp [Pipeline] { [Pipeline] echo [2021-04-06T15:19:02.419Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:19:02.721Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T15:19:02.731Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T15:19:02.824Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:19:03.125Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T15:19:03.137Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:19:03.434Z] ---> sudo-logs.sh [2021-04-06T15:19:03.434Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T15:19:03.494Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:19:03.792Z] ---> job-cost.sh [2021-04-06T15:19:03.792Z] lf-activate-venv: SKIPPING [2021-04-06T15:19:03.792Z] DEBUG: total: 0.20999999344348907 [2021-04-06T15:19:03.792Z] INFO: Retrieving Stack Cost... [2021-04-06T15:19:05.190Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T15:19:05.451Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T15:19:05.465Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T15:19:05.764Z] ---> logs-deploy.sh [2021-04-06T15:19:05.764Z] lf-activate-venv: SKIPPING [2021-04-06T15:19:05.764Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/142 [2021-04-06T15:19:05.764Z] INFO: archiving workspace using pattern(s): [2021-04-06T15:19:07.682Z] Archives upload complete. [2021-04-06T15:19:07.682Z] INFO: archiving logs to Nexus