Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0004bfda3add5d207eecfa44332d420db602e0f7 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-33277 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 0004bfda3add5d207eecfa44332d420db602e0f7 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens (#867)" > git rev-list --no-walk f6cce29b09ba2250dd70f8a621665f8d97cfd1e5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-08T08:12:43.291Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-08T08:12:43.599Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-08T08:12:43.695Z] ========================================================= [2021-04-08T08:12:43.695Z] EdgeX Global Pipelines Version Info [2021-04-08T08:12:43.695Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:12:45.580Z] ------------------- [2021-04-08T08:12:45.580Z] stable info: [2021-04-08T08:12:45.580Z] ------------------- [2021-04-08T08:12:45.580Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-08T08:12:45.580Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-08T08:12:45.580Z] Message: update stable to v1.0.186 [2021-04-08T08:12:46.154Z] ------------------- [2021-04-08T08:12:46.154Z] experimental info: [2021-04-08T08:12:46.154Z] ------------------- [2021-04-08T08:12:46.154Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-08T08:12:46.154Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-08T08:12:46.154Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-08T08:12:46.443Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-08T08:12:46.533Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-08T08:12:46.624Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-08T08:12:46.715Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-08T08:12:46.809Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-08T08:12:46.900Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-08T08:12:46.993Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-08T08:12:47.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-08T08:12:47.178Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-08T08:12:47.326Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-08T08:12:47.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-08T08:12:47.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-08T08:12:47.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-08T08:12:47.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-08T08:12:47.828Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-08T08:12:47.957Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T08:12:48.051Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T08:12:48.147Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-08T08:12:48.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-08T08:12:48.338Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-08T08:12:48.425Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-08T08:12:48.520Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-08T08:12:48.610Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-08T08:12:48.701Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-08T08:12:48.801Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-08T08:12:48.895Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-08T08:12:49.034Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-08T08:12:49.120Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-08T08:12:49.210Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-08T08:12:49.302Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] echo [2021-04-08T08:12:49.395Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0004bfd [Pipeline] echo [2021-04-08T08:12:49.487Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T08:12:49.672Z] provisioning config files... [2021-04-08T08:12:49.701Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4594985096173141242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:12:50.077Z] ---> docker-login.sh [2021-04-08T08:12:50.077Z] nexus3.edgexfoundry.org:10001 [2021-04-08T08:12:50.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:12:50.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:12:50.601Z] Configure a credential helper to remove this warning. See [2021-04-08T08:12:50.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:12:50.601Z] [2021-04-08T08:12:50.601Z] Login Succeeded [2021-04-08T08:12:50.601Z] nexus3.edgexfoundry.org:10002 [2021-04-08T08:12:50.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:12:50.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:12:50.601Z] Configure a credential helper to remove this warning. See [2021-04-08T08:12:50.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:12:50.601Z] [2021-04-08T08:12:50.601Z] Login Succeeded [2021-04-08T08:12:50.601Z] nexus3.edgexfoundry.org:10003 [2021-04-08T08:12:50.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:12:50.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:12:50.864Z] Configure a credential helper to remove this warning. See [2021-04-08T08:12:50.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:12:50.864Z] [2021-04-08T08:12:50.864Z] Login Succeeded [2021-04-08T08:12:50.864Z] nexus3.edgexfoundry.org:10004 [2021-04-08T08:12:51.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:12:51.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:12:51.126Z] Configure a credential helper to remove this warning. See [2021-04-08T08:12:51.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:12:51.126Z] [2021-04-08T08:12:51.126Z] Login Succeeded [2021-04-08T08:12:51.126Z] docker.io [2021-04-08T08:12:51.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:12:51.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:12:51.389Z] Configure a credential helper to remove this warning. See [2021-04-08T08:12:51.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:12:51.389Z] [2021-04-08T08:12:51.389Z] Login Succeeded [2021-04-08T08:12:51.389Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T08:12:51.398Z] 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-08T08:12:52.248Z] + git log --format=format:%s -1 0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] echo [2021-04-08T08:12:52.311Z] GIT_COMMIT: 0004bfda3add5d207eecfa44332d420db602e0f7, Commit Message: refactor: Replace file based with use of Secret Provider to get Access Tokens (#867) [Pipeline] echo [2021-04-08T08:12:52.363Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:12:53.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T08:12:53.559Z] [2021-04-08T08:12:53.559Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:12:53.904Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T08:12:53.904Z] latest: Pulling from edgex-devops/git-semver [2021-04-08T08:12:53.904Z] 31603596830f: Pulling fs layer [2021-04-08T08:12:53.904Z] 2a8b12db71e7: Pulling fs layer [2021-04-08T08:12:53.904Z] 6ca5941a6612: Pulling fs layer [2021-04-08T08:12:53.904Z] ecc8261a40a4: Pulling fs layer [2021-04-08T08:12:53.904Z] ecc8261a40a4: Waiting [2021-04-08T08:12:53.904Z] 2a8b12db71e7: Verifying Checksum [2021-04-08T08:12:53.904Z] 2a8b12db71e7: Download complete [2021-04-08T08:12:54.167Z] 31603596830f: Verifying Checksum [2021-04-08T08:12:54.167Z] 31603596830f: Download complete [2021-04-08T08:12:54.167Z] 6ca5941a6612: Verifying Checksum [2021-04-08T08:12:54.167Z] 6ca5941a6612: Download complete [2021-04-08T08:12:54.167Z] ecc8261a40a4: Verifying Checksum [2021-04-08T08:12:54.167Z] ecc8261a40a4: Download complete [2021-04-08T08:12:54.430Z] 31603596830f: Pull complete [2021-04-08T08:12:54.430Z] 2a8b12db71e7: Pull complete [2021-04-08T08:12:55.385Z] 6ca5941a6612: Pull complete [2021-04-08T08:12:55.647Z] ecc8261a40a4: Pull complete [2021-04-08T08:12:55.647Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-08T08:12:55.647Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T08:12:55.647Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-08T08:12:55.748Z] prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container [2021-04-08T08:12:55.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T08:12:58.030Z] $ docker top c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T08:12:58.321Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T08:12:58.322Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T08:12:58.522Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T08:12:58.524Z] $ docker exec c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent [2021-04-08T08:12:58.698Z] SSH_AUTH_SOCK=/tmp/ssh-smOVIi9SISBA/agent.12 [2021-04-08T08:12:58.698Z] SSH_AGENT_PID=17 [2021-04-08T08:12:58.709Z] Running ssh-add (command line suppressed) [2021-04-08T08:12:58.826Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9199859836664693269.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_9199859836664693269.key) [2021-04-08T08:12:58.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T08:12:59.297Z] + git tag --points-at HEAD [Pipeline] } [2021-04-08T08:12:59.319Z] $ docker exec --env ******** --env ******** c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent -k [2021-04-08T08:12:59.441Z] unset SSH_AUTH_SOCK; [2021-04-08T08:12:59.441Z] unset SSH_AGENT_PID; [2021-04-08T08:12:59.441Z] echo Agent pid 17 killed; [2021-04-08T08:12:59.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-08T08:12:59.638Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T08:12:59.638Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T08:12:59.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T08:12:59.825Z] $ docker exec c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent [2021-04-08T08:12:59.996Z] SSH_AUTH_SOCK=/tmp/ssh-zkwXKCqxS11d/agent.46 [2021-04-08T08:12:59.996Z] SSH_AGENT_PID=51 [2021-04-08T08:13:00.002Z] Running ssh-add (command line suppressed) [2021-04-08T08:13:00.115Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2478012957473020214.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2478012957473020214.key) [2021-04-08T08:13:00.166Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T08:13:00.501Z] + git semver init [2021-04-08T08:13:00.501Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T08:13:00.501Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T08:13:00.501Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T08:13:00.501Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T08:13:00.501Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T08:13:00.501Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T08:13:00.501Z] # $SEMVER_BRANCH = master [2021-04-08T08:13:00.501Z] # $SEMVER_TEMP = /tmp/semver-630317082 [2021-04-08T08:13:00.501Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-08T08:13:01.450Z] # '/tmp/semver-630317082' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-08T08:13:01.450Z] # -> Force: false [2021-04-08T08:13:01.450Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-08T08:13:01.462Z] $ docker exec --env ******** --env ******** c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 ssh-agent -k [2021-04-08T08:13:01.582Z] unset SSH_AUTH_SOCK; [2021-04-08T08:13:01.583Z] unset SSH_AGENT_PID; [2021-04-08T08:13:01.583Z] echo Agent pid 51 killed; [2021-04-08T08:13:01.629Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T08:13:02.099Z] + git semver [Pipeline] } [2021-04-08T08:13:02.114Z] $ docker stop --time=1 c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 [2021-04-08T08:13:03.774Z] $ docker rm -f c731b93cf8e73e7b9c1e1506875679670de7f58ac75c383e1e744e5c9d230e38 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T08:13:04.321Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-08T08:13:04.763Z] Stashed 1 file(s) [Pipeline] echo [2021-04-08T08:13:04.766Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.40 [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-08T08:13:20.303Z] Still waiting to schedule task [2021-04-08T08:13:20.304Z] ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33278’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-04-08T08:13:20.307Z] Still waiting to schedule task [2021-04-08T08:13:20.307Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-08T08:15:04.276Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33279 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-08T08:15:04.326Z] Running in /w/workspace/device-sdk-go/145 [Pipeline] { [Pipeline] checkout [2021-04-08T08:15:09.525Z] using credential edgex-jenkins-ssh [2021-04-08T08:15:09.590Z] Cloning the remote Git repository [2021-04-08T08:15:09.666Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T08:15:09.787Z] > git init /w/workspace/device-sdk-go/145 # timeout=10 [2021-04-08T08:15:09.856Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T08:15:09.857Z] > git --version # timeout=10 [2021-04-08T08:15:09.888Z] > git --version # 'git version 2.17.1' [2021-04-08T08:15:09.890Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T08:15:09.975Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T08:15:11.714Z] Checking out Revision 0004bfda3add5d207eecfa44332d420db602e0f7 (master) [2021-04-08T08:15:11.137Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T08:15:11.156Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T08:15:11.182Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T08:15:11.215Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T08:15:11.216Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T08:15:11.228Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T08:15:11.745Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T08:15:11.756Z] > git checkout -f 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 [2021-04-08T08:15:16.062Z] Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens (#867)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T08:15:17.510Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-08T08:15:17.915Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T08:15:18.276Z] + + sudotrue service [2021-04-08T08:15:18.276Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-08T08:15:20.373Z] provisioning config files... [2021-04-08T08:15:20.418Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/145@tmp/config7473641722883594000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:15:20.839Z] ---> docker-login.sh [2021-04-08T08:15:20.839Z] nexus3.edgexfoundry.org:10001 [2021-04-08T08:15:21.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:15:22.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:15:22.100Z] Configure a credential helper to remove this warning. See [2021-04-08T08:15:22.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:15:22.100Z] [2021-04-08T08:15:22.100Z] Login Succeeded [2021-04-08T08:15:22.100Z] nexus3.edgexfoundry.org:10002 [2021-04-08T08:15:22.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:15:22.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:15:22.652Z] Configure a credential helper to remove this warning. See [2021-04-08T08:15:22.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:15:22.652Z] [2021-04-08T08:15:22.652Z] Login Succeeded [2021-04-08T08:15:22.652Z] nexus3.edgexfoundry.org:10003 [2021-04-08T08:15:22.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:15:23.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:15:23.199Z] Configure a credential helper to remove this warning. See [2021-04-08T08:15:23.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:15:23.199Z] [2021-04-08T08:15:23.199Z] Login Succeeded [2021-04-08T08:15:23.199Z] nexus3.edgexfoundry.org:10004 [2021-04-08T08:15:23.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:15:23.749Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:15:23.749Z] Configure a credential helper to remove this warning. See [2021-04-08T08:15:23.749Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:15:23.749Z] [2021-04-08T08:15:23.749Z] Login Succeeded [2021-04-08T08:15:23.749Z] docker.io [2021-04-08T08:15:24.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:15:24.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:15:24.297Z] Configure a credential helper to remove this warning. See [2021-04-08T08:15:24.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:15:24.297Z] [2021-04-08T08:15:24.297Z] Login Succeeded [2021-04-08T08:15:24.568Z] ---> docker-login.sh ends [Pipeline] } [2021-04-08T08:15:24.585Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T08:15:25.026Z] ========================================================= [2021-04-08T08:15:25.026Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-08T08:15:25.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:15:25.401Z] + 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-08T08:15:25.681Z] Sending build context to Docker daemon 2.391MB [2021-04-08T08:15:25.961Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T08:15:25.961Z] Step 2/8 : FROM ${BASE} [2021-04-08T08:15:25.961Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-08T08:15:25.961Z] 5f621e34cdf4: Pulling fs layer [2021-04-08T08:15:25.961Z] a4357932f1b6: Pulling fs layer [2021-04-08T08:15:25.961Z] 18c013af1878: Pulling fs layer [2021-04-08T08:15:25.961Z] 00ac8860ef70: Pulling fs layer [2021-04-08T08:15:25.961Z] 63d7cb157983: Pulling fs layer [2021-04-08T08:15:25.961Z] b116817d02f9: Pulling fs layer [2021-04-08T08:15:25.961Z] 745a02a5169b: Pulling fs layer [2021-04-08T08:15:25.961Z] 00ac8860ef70: Waiting [2021-04-08T08:15:25.961Z] b116817d02f9: Waiting [2021-04-08T08:15:25.961Z] 745a02a5169b: Waiting [2021-04-08T08:15:25.961Z] 63d7cb157983: Waiting [2021-04-08T08:15:25.961Z] 18c013af1878: Download complete [2021-04-08T08:15:25.961Z] a4357932f1b6: Download complete [2021-04-08T08:15:25.961Z] 63d7cb157983: Verifying Checksum [2021-04-08T08:15:25.961Z] 63d7cb157983: Download complete [2021-04-08T08:15:25.961Z] b116817d02f9: Verifying Checksum [2021-04-08T08:15:25.961Z] b116817d02f9: Download complete [2021-04-08T08:15:25.961Z] 5f621e34cdf4: Verifying Checksum [2021-04-08T08:15:25.961Z] 5f621e34cdf4: Download complete [2021-04-08T08:15:26.571Z] 5f621e34cdf4: Pull complete [2021-04-08T08:15:27.179Z] a4357932f1b6: Pull complete [2021-04-08T08:15:27.463Z] 18c013af1878: Pull complete [2021-04-08T08:15:28.909Z] 745a02a5169b: Verifying Checksum [2021-04-08T08:15:28.909Z] 745a02a5169b: Download complete [2021-04-08T08:15:29.894Z] 00ac8860ef70: Verifying Checksum [2021-04-08T08:15:29.894Z] 00ac8860ef70: Download complete [2021-04-08T08:15:40.063Z] 00ac8860ef70: Pull complete [2021-04-08T08:15:40.337Z] 63d7cb157983: Pull complete [2021-04-08T08:15:40.957Z] b116817d02f9: Pull complete [2021-04-08T08:15:45.270Z] 745a02a5169b: Pull complete [2021-04-08T08:15:45.270Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-08T08:15:45.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-08T08:15:45.270Z] ---> b7e6874047d6 [2021-04-08T08:15:45.270Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T08:15:47.271Z] ---> Running in 78462022003c [2021-04-08T08:15:47.869Z] Removing intermediate container 78462022003c [2021-04-08T08:15:47.869Z] ---> 5e257ca30ee4 [2021-04-08T08:15:47.869Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T08:15:47.869Z] ---> Running in b6972ea55b9c [2021-04-08T08:15:50.503Z] Removing intermediate container b6972ea55b9c [2021-04-08T08:15:50.503Z] ---> 972359be9319 [2021-04-08T08:15:50.503Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T08:15:50.503Z] ---> Running in b464b117c0d5 [2021-04-08T08:15:51.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T08:15:52.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T08:15:53.059Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-08T08:15:53.059Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-08T08:15:53.330Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-08T08:15:53.330Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-08T08:15:53.330Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T08:15:53.625Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-08T08:15:53.625Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T08:15:53.625Z] OK: 144 MiB in 45 packages [2021-04-08T08:15:55.059Z] Removing intermediate container b464b117c0d5 [2021-04-08T08:15:55.059Z] ---> 7c576925099b [2021-04-08T08:15:55.059Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-08T08:15:55.059Z] ---> Running in 20fb69e3d476 [2021-04-08T08:15:55.652Z] Removing intermediate container 20fb69e3d476 [2021-04-08T08:15:55.652Z] ---> 24ffd6ec301b [2021-04-08T08:15:55.652Z] Step 7/8 : COPY . . [2021-04-08T08:15:57.090Z] ---> af306023a036 [2021-04-08T08:15:57.090Z] Step 8/8 : RUN go mod download [2021-04-08T08:15:57.090Z] ---> Running in 8d1ab845ce98 [2021-04-08T08:15:59.268Z] Running on prd-centos7-docker-4c-2g-33280 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-08T08:15:59.350Z] Running in /w/workspace/device-sdk-go/145 [Pipeline] { [Pipeline] checkout [2021-04-08T08:16:10.106Z] using credential edgex-jenkins-ssh [2021-04-08T08:16:10.321Z] Cloning the remote Git repository [2021-04-08T08:16:10.677Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T08:16:10.878Z] > git init /w/workspace/device-sdk-go/145 # timeout=10 [2021-04-08T08:16:11.822Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T08:16:11.823Z] > git --version # timeout=10 [2021-04-08T08:16:12.010Z] > git --version # 'git version 2.24.3' [2021-04-08T08:16:12.011Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T08:16:12.272Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T08:16:14.652Z] Checking out Revision 0004bfda3add5d207eecfa44332d420db602e0f7 (master) [2021-04-08T08:16:13.985Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T08:16:14.134Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-08T08:16:14.167Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-08T08:16:14.186Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-08T08:16:14.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-08T08:16:14.192Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-08T08:16:14.681Z] > git config core.sparsecheckout # timeout=10 [2021-04-08T08:16:14.745Z] > git checkout -f 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 [2021-04-08T08:16:19.965Z] Commit message: "refactor: Replace file based with use of Secret Provider to get Access Tokens (#867)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T08:16:23.182Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-08T08:16:23.738Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-08T08:16:23.887Z] Removing intermediate container 8d1ab845ce98 [2021-04-08T08:16:23.887Z] ---> 2aa5a746cc52 [2021-04-08T08:16:23.887Z] Successfully built 2aa5a746cc52 [2021-04-08T08:16:23.887Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:16:24.116Z] + sudo service docker restart [2021-04-08T08:16:24.116Z] + true [2021-04-08T08:16:24.116Z] Redirecting to /bin/systemctl restart docker.service [2021-04-08T08:16:24.234Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T08:16:24.234Z] . [Pipeline] withDockerContainer [2021-04-08T08:16:24.507Z] prd-ubuntu18.04-docker-arm64-4c-16g-33279 does not seem to be running inside a container [2021-04-08T08:16:24.594Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@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-08T08:16:26.112Z] $ docker top b837d3b63c81f162eb4869b0bf63ebd5fc59e7f7f8d0a4dd3ae99c644ed7c6d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-04-08T08:16:26.632Z] provisioning config files... [2021-04-08T08:16:26.680Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/145@tmp/config2310306523329260779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:16:27.147Z] ---> docker-login.sh [2021-04-08T08:16:27.148Z] nexus3.edgexfoundry.org:10001 [2021-04-08T08:16:27.176Z] + go version [2021-04-08T08:16:27.176Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-08T08:16:27.205Z] $ docker stop --time=1 b837d3b63c81f162eb4869b0bf63ebd5fc59e7f7f8d0a4dd3ae99c644ed7c6d5 [2021-04-08T08:16:28.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:16:28.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:16:28.484Z] Configure a credential helper to remove this warning. See [2021-04-08T08:16:28.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:16:28.484Z] [2021-04-08T08:16:28.484Z] Login Succeeded [2021-04-08T08:16:28.484Z] nexus3.edgexfoundry.org:10002 [2021-04-08T08:16:28.862Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:16:28.991Z] $ docker rm -f b837d3b63c81f162eb4869b0bf63ebd5fc59e7f7f8d0a4dd3ae99c644ed7c6d5 [2021-04-08T08:16:29.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:16:29.148Z] Configure a credential helper to remove this warning. See [2021-04-08T08:16:29.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:16:29.148Z] [2021-04-08T08:16:29.148Z] Login Succeeded [2021-04-08T08:16:29.148Z] nexus3.edgexfoundry.org:10003 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-08T08:16:29.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:16:29.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:16:29.449Z] Configure a credential helper to remove this warning. See [2021-04-08T08:16:29.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:16:29.449Z] [2021-04-08T08:16:29.449Z] Login Succeeded [2021-04-08T08:16:29.449Z] nexus3.edgexfoundry.org:10004 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:16:29.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:16:29.900Z] + docker inspect -f . ci-base-image-arm64 [2021-04-08T08:16:29.900Z] . [Pipeline] withDockerContainer [2021-04-08T08:16:30.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:16:30.005Z] Configure a credential helper to remove this warning. See [2021-04-08T08:16:30.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:16:30.005Z] [2021-04-08T08:16:30.005Z] Login Succeeded [2021-04-08T08:16:30.005Z] docker.io [2021-04-08T08:16:30.127Z] prd-ubuntu18.04-docker-arm64-4c-16g-33279 does not seem to be running inside a container [2021-04-08T08:16:30.219Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@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-08T08:16:30.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-08T08:16:30.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-08T08:16:30.570Z] Configure a credential helper to remove this warning. See [2021-04-08T08:16:30.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-08T08:16:30.570Z] [2021-04-08T08:16:30.570Z] Login Succeeded [2021-04-08T08:16:30.570Z] ---> docker-login.sh ends [2021-04-08T08:16:31.603Z] $ docker top fd795619ce3dde1007adf0723bd70486e28455a203ca240327bd2f4b50e383a6 -eo pid,comm [Pipeline] { [Pipeline] } [2021-04-08T08:16:31.948Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-08T08:16:32.401Z] ========================================================= [2021-04-08T08:16:32.401Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-08T08:16:32.401Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:16:32.633Z] + make test [2021-04-08T08:16:32.633Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T08:16:33.039Z] + 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-08T08:16:33.350Z] Sending build context to Docker daemon 2.392MB [2021-04-08T08:16:33.350Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T08:16:33.350Z] Step 2/8 : FROM ${BASE} [2021-04-08T08:16:33.632Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-08T08:16:33.632Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T08:16:33.632Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T08:16:33.632Z] de9db76c5a1d: Pulling fs layer [2021-04-08T08:16:33.632Z] bca2f99d35d6: Pulling fs layer [2021-04-08T08:16:33.632Z] 93359f2a8cfa: Pulling fs layer [2021-04-08T08:16:33.632Z] 7c6f9722023f: Pulling fs layer [2021-04-08T08:16:33.632Z] a35cf1a2eb13: Pulling fs layer [2021-04-08T08:16:33.632Z] 93359f2a8cfa: Waiting [2021-04-08T08:16:33.632Z] 7c6f9722023f: Waiting [2021-04-08T08:16:33.632Z] a35cf1a2eb13: Waiting [2021-04-08T08:16:33.632Z] bca2f99d35d6: Waiting [2021-04-08T08:16:33.632Z] de9db76c5a1d: Verifying Checksum [2021-04-08T08:16:33.632Z] de9db76c5a1d: Download complete [2021-04-08T08:16:33.632Z] 0ef7d3d256c8: Download complete [2021-04-08T08:16:34.096Z] 93359f2a8cfa: Verifying Checksum [2021-04-08T08:16:34.096Z] 93359f2a8cfa: Download complete [2021-04-08T08:16:34.541Z] 7c6f9722023f: Verifying Checksum [2021-04-08T08:16:34.541Z] 7c6f9722023f: Download complete [2021-04-08T08:16:34.541Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T08:16:34.541Z] 188c0c94c7c5: Download complete [2021-04-08T08:16:35.600Z] 188c0c94c7c5: Pull complete [2021-04-08T08:16:36.353Z] 0ef7d3d256c8: Pull complete [2021-04-08T08:16:36.686Z] de9db76c5a1d: Pull complete [2021-04-08T08:16:43.932Z] a35cf1a2eb13: Verifying Checksum [2021-04-08T08:16:43.932Z] a35cf1a2eb13: Download complete [2021-04-08T08:16:44.227Z] bca2f99d35d6: Verifying Checksum [2021-04-08T08:16:44.227Z] bca2f99d35d6: Download complete [2021-04-08T08:16:54.819Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-08T08:16:57.043Z] bca2f99d35d6: Pull complete [2021-04-08T08:16:57.043Z] 93359f2a8cfa: Pull complete [2021-04-08T08:16:57.669Z] 7c6f9722023f: Pull complete [2021-04-08T08:17:06.202Z] a35cf1a2eb13: Pull complete [2021-04-08T08:17:06.202Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-08T08:17:06.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-08T08:17:06.202Z] ---> a62c8e92a672 [2021-04-08T08:17:06.202Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T08:17:06.202Z] ---> Running in 3bcb67b9e81a [2021-04-08T08:17:06.202Z] Removing intermediate container 3bcb67b9e81a [2021-04-08T08:17:06.202Z] ---> 32324a36ebd7 [2021-04-08T08:17:06.202Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T08:17:06.202Z] ---> Running in 2132af05325b [2021-04-08T08:17:08.907Z] Removing intermediate container 2132af05325b [2021-04-08T08:17:08.907Z] ---> 72040eaedd4a [2021-04-08T08:17:08.907Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-08T08:17:08.907Z] ---> Running in 43df3ac1b64f [2021-04-08T08:17:10.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T08:17:13.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T08:17:16.383Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-08T08:17:16.383Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-08T08:17:16.662Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-08T08:17:16.955Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-08T08:17:16.955Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-08T08:17:17.597Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-08T08:17:17.597Z] Executing busybox-1.31.1-r19.trigger [2021-04-08T08:17:17.597Z] OK: 167 MiB in 45 packages [2021-04-08T08:17:19.135Z] Removing intermediate container 43df3ac1b64f [2021-04-08T08:17:19.135Z] ---> cb54b99c6498 [2021-04-08T08:17:19.135Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-08T08:17:19.135Z] ---> Running in 4ba441c25468 [2021-04-08T08:17:19.135Z] Removing intermediate container 4ba441c25468 [2021-04-08T08:17:19.135Z] ---> 676f8cb0ec04 [2021-04-08T08:17:19.135Z] Step 7/8 : COPY . . [2021-04-08T08:17:22.238Z] ---> b01538dca7bf [2021-04-08T08:17:22.238Z] Step 8/8 : RUN go mod download [2021-04-08T08:17:22.238Z] ---> Running in e3169567e75e [2021-04-08T08:17:51.420Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-08T08:17:51.420Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-08T08:17:51.420Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-08T08:17:51.420Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-08T08:17:51.420Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-08T08:17:53.421Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.143s coverage: 28.1% of statements [2021-04-08T08:17:54.416Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.166s coverage: 78.9% of statements [2021-04-08T08:17:54.416Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.188s coverage: 7.8% of statements [2021-04-08T08:17:54.416Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-08T08:17:54.416Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-08T08:17:54.416Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-08T08:17:55.860Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.282s coverage: 32.5% of statements [2021-04-08T08:17:55.860Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-08T08:17:55.860Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-08T08:17:55.860Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-08T08:18:00.191Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.293s coverage: 57.1% of statements [2021-04-08T08:18:00.192Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.105s coverage: 6.6% of statements [2021-04-08T08:18:00.192Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements [2021-04-08T08:18:00.192Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-08T08:18:00.192Z] GO111MODULE=on go vet ./... [2021-04-08T08:18:02.151Z] Removing intermediate container e3169567e75e [2021-04-08T08:18:02.151Z] ---> abe8668b2c3c [2021-04-08T08:18:02.151Z] Successfully built abe8668b2c3c [2021-04-08T08:18:02.151Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:18:02.897Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T08:18:03.623Z] . [Pipeline] withDockerContainer [2021-04-08T08:18:04.665Z] prd-centos7-docker-4c-2g-33280 does not seem to be running inside a container [2021-04-08T08:18:05.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T08:18:06.856Z] $ docker top 79613590fe094acc0355ed48bfb428d334a5357c230d3f9335e37df37a8539c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T08:18:07.986Z] + go version [2021-04-08T08:18:08.337Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-08T08:18:08.471Z] $ docker stop --time=1 79613590fe094acc0355ed48bfb428d334a5357c230d3f9335e37df37a8539c6 [2021-04-08T08:18:10.122Z] $ docker rm -f 79613590fe094acc0355ed48bfb428d334a5357c230d3f9335e37df37a8539c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:18:11.241Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-08T08:18:11.241Z] . [Pipeline] withDockerContainer [2021-04-08T08:18:11.903Z] prd-centos7-docker-4c-2g-33280 does not seem to be running inside a container [2021-04-08T08:18:12.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/145 -v /w/workspace/device-sdk-go/145:/w/workspace/device-sdk-go/145:rw,z -v /w/workspace/device-sdk-go/145@tmp:/w/workspace/device-sdk-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-08T08:18:13.474Z] $ docker top ac860f36558d825bb2c64c0560e730bca28c88fa99eb2f4ce6b1184570f8ef13 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T08:18:15.093Z] + make test [2021-04-08T08:18:15.094Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-08T08:18:30.721Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-08T08:18:47.448Z] gofmt -l . [2021-04-08T08:18:47.448Z] [ "`gofmt -l .`" = "" ] [2021-04-08T08:18:47.448Z] ./bin/test-attribution-txt.sh [2021-04-08T08:18:47.448Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T08:18:47.470Z] $ docker stop --time=1 fd795619ce3dde1007adf0723bd70486e28455a203ca240327bd2f4b50e383a6 [2021-04-08T08:18:49.756Z] $ docker rm -f fd795619ce3dde1007adf0723bd70486e28455a203ca240327bd2f4b50e383a6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T08:18:50.898Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-08T08:18:51.805Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-08T08:18:53.175Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T08:18:53.560Z] + ls -al . [2021-04-08T08:18:53.560Z] total 224 [2021-04-08T08:18:53.560Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 08:18 . [2021-04-08T08:18:53.560Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:15 .. [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 8 08:15 .dockerignore [2021-04-08T08:18:53.560Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 08:15 .git [2021-04-08T08:18:53.560Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 08:15 .github [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 8 08:15 .gitignore [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 08:15 Dockerfile.build [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 8 08:15 Jenkinsfile [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 8 08:15 LICENSE [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 8 08:15 Makefile [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 8 08:15 README.md [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 8 08:15 RELEASE-NOTES.txt [2021-04-08T08:18:53.560Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 8 08:13 VERSION [2021-04-08T08:18:53.560Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 08:15 bin [2021-04-08T08:18:53.560Z] -rw-r--r-- 1 jenkins jenkins 99750 Apr 8 08:17 coverage.out [2021-04-08T08:18:53.560Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 08:15 example [2021-04-08T08:18:53.560Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 8 08:18 go.mod [2021-04-08T08:18:53.560Z] -rw-r--r-- 1 jenkins jenkins 20726 Apr 8 08:18 go.sum [2021-04-08T08:18:53.560Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 8 08:15 internal [2021-04-08T08:18:53.560Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:15 openapi [2021-04-08T08:18:53.560Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 08:15 pkg [2021-04-08T08:18:53.561Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 08:15 snap [2021-04-08T08:18:53.561Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 8 08:15 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:18:53.967Z] + 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=0004bfda3add5d207eecfa44332d420db602e0f7 --label arch=arm64 --label version=2.0.0-dev.40 . [2021-04-08T08:18:54.583Z] Sending build context to Docker daemon 2.491MB [2021-04-08T08:18:54.583Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T08:18:54.583Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-08T08:18:54.583Z] ---> 2aa5a746cc52 [2021-04-08T08:18:54.583Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-08T08:18:54.857Z] ---> Running in 7609ff817cd1 [2021-04-08T08:18:55.460Z] Removing intermediate container 7609ff817cd1 [2021-04-08T08:18:55.460Z] ---> a4d6efb67794 [2021-04-08T08:18:55.460Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T08:18:55.460Z] ---> Running in 1aa5b6abca6d [2021-04-08T08:18:56.053Z] Removing intermediate container 1aa5b6abca6d [2021-04-08T08:18:56.053Z] ---> f3fc5b25460b [2021-04-08T08:18:56.053Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T08:18:56.053Z] ---> Running in 6e64aa509abe [2021-04-08T08:18:58.026Z] Removing intermediate container 6e64aa509abe [2021-04-08T08:18:58.026Z] ---> b1814bc7583d [2021-04-08T08:18:58.026Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-08T08:18:58.300Z] ---> Running in e6c8922e66f3 [2021-04-08T08:18:59.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T08:19:00.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T08:19:01.247Z] OK: 144 MiB in 45 packages [2021-04-08T08:19:02.229Z] Removing intermediate container e6c8922e66f3 [2021-04-08T08:19:02.229Z] ---> 8f451e01d042 [2021-04-08T08:19:02.229Z] Step 7/23 : COPY . . [2021-04-08T08:19:03.203Z] ---> 148c354ca10f [2021-04-08T08:19:03.203Z] Step 8/23 : RUN go mod download [2021-04-08T08:19:03.476Z] ---> Running in e222576f5ae8 [2021-04-08T08:19:03.730Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-08T08:19:03.730Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-08T08:19:03.730Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-08T08:19:03.730Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-08T08:19:03.730Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-08T08:19:06.085Z] Removing intermediate container e222576f5ae8 [2021-04-08T08:19:06.085Z] ---> 1c8a01758838 [2021-04-08T08:19:06.085Z] Step 9/23 : RUN make build [2021-04-08T08:19:06.085Z] ---> Running in 238b62cd80bb [2021-04-08T08:19:07.063Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.40" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-08T08:19:08.785Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.108s coverage: 28.1% of statements [2021-04-08T08:19:08.785Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.140s coverage: 78.9% of statements [2021-04-08T08:19:09.843Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.113s coverage: 7.8% of statements [2021-04-08T08:19:09.843Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-08T08:19:09.843Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-08T08:19:09.843Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-08T08:19:09.843Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.114s coverage: 32.5% of statements [2021-04-08T08:19:09.843Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-08T08:19:09.843Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-08T08:19:09.843Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-08T08:19:11.488Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.211s coverage: 57.1% of statements [2021-04-08T08:19:12.564Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.426s coverage: 6.6% of statements [2021-04-08T08:19:13.583Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.136s coverage: 5.0% of statements [2021-04-08T08:19:13.583Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-08T08:19:13.583Z] GO111MODULE=on go vet ./... [2021-04-08T08:19:39.457Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-08T08:19:41.427Z] Removing intermediate container 238b62cd80bb [2021-04-08T08:19:41.427Z] ---> a9e86e221657 [2021-04-08T08:19:41.427Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T08:19:41.698Z] 3.12: Pulling from library/alpine [2021-04-08T08:19:41.698Z] 9a219e8acc52: Pulling fs layer [2021-04-08T08:19:41.970Z] 9a219e8acc52: Verifying Checksum [2021-04-08T08:19:41.970Z] 9a219e8acc52: Download complete [2021-04-08T08:19:42.561Z] 9a219e8acc52: Pull complete [2021-04-08T08:19:42.561Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T08:19:42.561Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T08:19:42.561Z] ---> d75e27dfc0a0 [2021-04-08T08:19:42.561Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T08:19:42.830Z] ---> Running in a494fa3b9282 [2021-04-08T08:19:43.102Z] Removing intermediate container a494fa3b9282 [2021-04-08T08:19:43.102Z] ---> 9b38cc9cbb70 [2021-04-08T08:19:43.102Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T08:19:43.376Z] ---> Running in feb50487b693 [2021-04-08T08:19:45.362Z] Removing intermediate container feb50487b693 [2021-04-08T08:19:45.362Z] ---> 2f01a85a9a77 [2021-04-08T08:19:45.362Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-08T08:19:45.635Z] ---> Running in 3f6b9300a9e6 [2021-04-08T08:19:46.498Z] gofmt -l . [2021-04-08T08:19:46.498Z] [ "`gofmt -l .`" = "" ] [2021-04-08T08:19:46.498Z] ./bin/test-attribution-txt.sh [2021-04-08T08:19:46.498Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-08T08:19:46.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-08T08:19:46.621Z] $ docker stop --time=1 ac860f36558d825bb2c64c0560e730bca28c88fa99eb2f4ce6b1184570f8ef13 [2021-04-08T08:19:47.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-08T08:19:48.179Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-08T08:19:48.179Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-08T08:19:48.450Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-08T08:19:48.721Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-08T08:19:48.994Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-08T08:19:48.994Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T08:19:48.994Z] OK: 8 MiB in 19 packages [2021-04-08T08:19:49.281Z] $ docker rm -f ac860f36558d825bb2c64c0560e730bca28c88fa99eb2f4ce6b1184570f8ef13 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-08T08:19:50.242Z] + sudo chown -R jenkins:jenkins . [2021-04-08T08:19:50.421Z] Removing intermediate container 3f6b9300a9e6 [2021-04-08T08:19:50.421Z] ---> d03e09554ed8 [2021-04-08T08:19:50.421Z] Step 14/23 : WORKDIR / [2021-04-08T08:19:50.421Z] ---> Running in 7f6e99e6b8fb [Pipeline] stash [2021-04-08T08:19:50.600Z] Warning: overwriting stash ‘coverage-report’ [2021-04-08T08:19:51.018Z] Removing intermediate container 7f6e99e6b8fb [2021-04-08T08:19:51.018Z] ---> 34ebe841f280 [2021-04-08T08:19:51.018Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-08T08:19:51.608Z] ---> f8dc480358e1 [2021-04-08T08:19:51.608Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-08T08:19:51.757Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-08T08:19:52.463Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-08T08:19:52.867Z] + ls -al . [2021-04-08T08:19:52.868Z] total 188 [2021-04-08T08:19:52.868Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 08:19 . [2021-04-08T08:19:52.868Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 8 08:16 .. [2021-04-08T08:19:52.868Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 8 08:16 bin [2021-04-08T08:19:52.868Z] -rw-r--r--. 1 jenkins jenkins 99750 Apr 8 08:19 coverage.out [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 08:16 Dockerfile.build [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 8 08:16 .dockerignore [2021-04-08T08:19:52.868Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 8 08:16 example [2021-04-08T08:19:52.868Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 8 08:16 .git [2021-04-08T08:19:52.868Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 08:16 .github [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 8 08:16 .gitignore [2021-04-08T08:19:52.868Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 8 08:19 go.mod [2021-04-08T08:19:52.868Z] -rw-r--r--. 1 jenkins jenkins 20726 Apr 8 08:19 go.sum [2021-04-08T08:19:52.868Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 8 08:16 internal [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 8 08:16 Jenkinsfile [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 8 08:16 LICENSE [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 8 08:16 Makefile [2021-04-08T08:19:52.868Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 8 08:16 openapi [2021-04-08T08:19:52.868Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 8 08:16 pkg [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 8 08:16 README.md [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 8 08:16 RELEASE-NOTES.txt [2021-04-08T08:19:52.868Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 8 08:16 snap [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 8 08:13 VERSION [2021-04-08T08:19:52.868Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 8 08:16 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:19:53.040Z] ---> 8424bf43ead4 [2021-04-08T08:19:53.041Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-08T08:19:53.280Z] + 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=0004bfda3add5d207eecfa44332d420db602e0f7 --label arch=amd64 --label version=2.0.0-dev.40 . [2021-04-08T08:19:53.314Z] ---> 974ea6ede9ea [2021-04-08T08:19:53.314Z] Step 18/23 : EXPOSE 49990 [2021-04-08T08:19:53.583Z] ---> Running in b4d095860faf [2021-04-08T08:19:53.860Z] Removing intermediate container b4d095860faf [2021-04-08T08:19:53.860Z] ---> 9f0cdc7b35b0 [2021-04-08T08:19:53.860Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-08T08:19:54.135Z] ---> Running in 41d9a0de277f [2021-04-08T08:19:54.406Z] Removing intermediate container 41d9a0de277f [2021-04-08T08:19:54.406Z] ---> bc703ecf3760 [2021-04-08T08:19:54.406Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T08:19:54.516Z] Sending build context to Docker daemon 2.492MB [2021-04-08T08:19:54.517Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-08T08:19:54.517Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-08T08:19:54.517Z] ---> abe8668b2c3c [2021-04-08T08:19:54.517Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-08T08:19:54.677Z] ---> Running in f5d73d62a9a8 [2021-04-08T08:19:54.946Z] Removing intermediate container f5d73d62a9a8 [2021-04-08T08:19:54.946Z] ---> a776c5b9734e [2021-04-08T08:19:54.946Z] Step 21/23 : LABEL arch=arm64 [2021-04-08T08:19:55.137Z] ---> Running in 8321a2398489 [2021-04-08T08:19:55.137Z] Removing intermediate container 8321a2398489 [2021-04-08T08:19:55.137Z] ---> 397bf5977c2a [2021-04-08T08:19:55.137Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T08:19:55.218Z] ---> Running in ee696332f65b [2021-04-08T08:19:55.518Z] ---> Running in b2869d6dd9bf [2021-04-08T08:19:55.784Z] Removing intermediate container b2869d6dd9bf [2021-04-08T08:19:55.784Z] ---> 84df3ddf7df1 [2021-04-08T08:19:55.784Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T08:19:55.784Z] ---> Running in 4fa96ef56ea7 [2021-04-08T08:19:55.815Z] Removing intermediate container ee696332f65b [2021-04-08T08:19:55.815Z] ---> e8d0c989bd3a [2021-04-08T08:19:55.815Z] Step 22/23 : LABEL git_sha=0004bfda3add5d207eecfa44332d420db602e0f7 [2021-04-08T08:19:55.815Z] ---> Running in 436c98d0e3c1 [2021-04-08T08:19:56.089Z] Removing intermediate container 436c98d0e3c1 [2021-04-08T08:19:56.089Z] ---> 82756e5e083d [2021-04-08T08:19:56.089Z] Step 23/23 : LABEL version=2.0.0-dev.40 [2021-04-08T08:19:56.373Z] ---> Running in 17b1fd3f8b1f [2021-04-08T08:19:56.964Z] Removing intermediate container 17b1fd3f8b1f [2021-04-08T08:19:56.964Z] ---> 295bd7007c51 [2021-04-08T08:19:56.964Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-08T08:19:56.964Z] Successfully built 295bd7007c51 [2021-04-08T08:19:56.964Z] 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-08T08:19:57.802Z] ---> job-cost.sh [2021-04-08T08:19:57.803Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yvox [2021-04-08T08:19:58.034Z] Removing intermediate container 4fa96ef56ea7 [2021-04-08T08:19:58.034Z] ---> 09e97aef7c5b [2021-04-08T08:19:58.035Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-08T08:19:58.035Z] ---> Running in 51615ab01e51 [2021-04-08T08:19:59.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T08:19:59.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T08:20:00.517Z] OK: 167 MiB in 45 packages [2021-04-08T08:20:01.495Z] Removing intermediate container 51615ab01e51 [2021-04-08T08:20:01.495Z] ---> a273629cc41f [2021-04-08T08:20:01.495Z] Step 7/23 : COPY . . [2021-04-08T08:20:02.497Z] ---> c19d1beaf2b6 [2021-04-08T08:20:02.497Z] Step 8/23 : RUN go mod download [2021-04-08T08:20:02.497Z] ---> Running in 350b4c0d6461 [2021-04-08T08:20:05.302Z] Removing intermediate container 350b4c0d6461 [2021-04-08T08:20:05.302Z] ---> ef4dcef62330 [2021-04-08T08:20:05.302Z] Step 9/23 : RUN make build [2021-04-08T08:20:05.302Z] ---> Running in 31f5d527880f [2021-04-08T08:20:06.904Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.40" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-08T08:20:25.666Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-08T08:20:25.666Z] Removing intermediate container 31f5d527880f [2021-04-08T08:20:25.666Z] ---> b682ea65dfba [2021-04-08T08:20:25.666Z] Step 10/23 : FROM alpine:3.12 [2021-04-08T08:20:25.666Z] 3.12: Pulling from library/alpine [2021-04-08T08:20:26.204Z] 532819f3e44c: Pulling fs layer [2021-04-08T08:20:26.933Z] 532819f3e44c: Verifying Checksum [2021-04-08T08:20:26.933Z] 532819f3e44c: Download complete [2021-04-08T08:20:27.590Z] 532819f3e44c: Pull complete [2021-04-08T08:20:27.590Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-08T08:20:27.590Z] Status: Downloaded newer image for alpine:3.12 [2021-04-08T08:20:27.590Z] ---> 7230e588e954 [2021-04-08T08:20:27.590Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-08T08:20:27.903Z] ---> Running in f2fe2086b01c [2021-04-08T08:20:28.522Z] Removing intermediate container f2fe2086b01c [2021-04-08T08:20:28.522Z] ---> 24995e65fe57 [2021-04-08T08:20:28.522Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-08T08:20:28.522Z] ---> Running in 784857496f35 [2021-04-08T08:20:31.262Z] Removing intermediate container 784857496f35 [2021-04-08T08:20:31.262Z] ---> 278fc1a96d1c [2021-04-08T08:20:31.262Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-08T08:20:31.262Z] ---> Running in 5bdb96a7b67c [2021-04-08T08:20:32.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-08T08:20:32.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-08T08:20:33.564Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-08T08:20:33.891Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-08T08:20:33.891Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-08T08:20:34.282Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-08T08:20:34.617Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-08T08:20:34.617Z] Executing busybox-1.31.1-r20.trigger [2021-04-08T08:20:34.617Z] OK: 8 MiB in 19 packages [2021-04-08T08:20:35.254Z] Removing intermediate container 5bdb96a7b67c [2021-04-08T08:20:35.254Z] ---> c264d91739d9 [2021-04-08T08:20:35.254Z] Step 14/23 : WORKDIR / [2021-04-08T08:20:35.254Z] ---> Running in d3cbb51cd4bd [2021-04-08T08:20:35.554Z] Removing intermediate container d3cbb51cd4bd [2021-04-08T08:20:35.554Z] ---> aca62aa48ef3 [2021-04-08T08:20:35.554Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-08T08:20:36.709Z] ---> 907f2cfbfcda [2021-04-08T08:20:36.709Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-08T08:20:36.769Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T08:20:38.218Z] ---> fcda75386c85 [2021-04-08T08:20:38.218Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-08T08:20:38.503Z] ---> c14897ff1357 [2021-04-08T08:20:38.503Z] Step 18/23 : EXPOSE 49990 [2021-04-08T08:20:38.786Z] ---> Running in 941354fabe96 [2021-04-08T08:20:39.433Z] Removing intermediate container 941354fabe96 [2021-04-08T08:20:39.433Z] ---> 66d185244e36 [2021-04-08T08:20:39.433Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-08T08:20:39.433Z] ---> Running in e64ef11738b7 [2021-04-08T08:20:39.433Z] Removing intermediate container e64ef11738b7 [2021-04-08T08:20:39.433Z] ---> 39311593fb8f [2021-04-08T08:20:39.433Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-08T08:20:39.732Z] ---> Running in 76384ebda1d7 [2021-04-08T08:20:39.732Z] Removing intermediate container 76384ebda1d7 [2021-04-08T08:20:39.732Z] ---> 54895bf3e846 [2021-04-08T08:20:39.732Z] Step 21/23 : LABEL arch=amd64 [2021-04-08T08:20:40.050Z] ---> Running in f430e2d159fb [2021-04-08T08:20:40.327Z] Removing intermediate container f430e2d159fb [2021-04-08T08:20:40.327Z] ---> c94958f91068 [2021-04-08T08:20:40.327Z] Step 22/23 : LABEL git_sha=0004bfda3add5d207eecfa44332d420db602e0f7 [2021-04-08T08:20:40.608Z] ---> Running in 43207180ff83 [2021-04-08T08:20:40.933Z] Removing intermediate container 43207180ff83 [2021-04-08T08:20:40.933Z] ---> 1c73b68e0b60 [2021-04-08T08:20:40.933Z] Step 23/23 : LABEL version=2.0.0-dev.40 [2021-04-08T08:20:40.933Z] ---> Running in 1199d7ce700e [2021-04-08T08:20:41.535Z] Removing intermediate container 1199d7ce700e [2021-04-08T08:20:41.535Z] ---> 00c1f1837f34 [2021-04-08T08:20:41.535Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-08T08:20:41.535Z] Successfully built 00c1f1837f34 [2021-04-08T08:20:41.535Z] 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-08T08:20:42.600Z] ---> job-cost.sh [2021-04-08T08:20:42.600Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BLfn [2021-04-08T08:21:10.937Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-08T08:21:58.825Z] lf-activate-venv(): INFO: Adding /tmp/venv-BLfn/bin to PATH [2021-04-08T08:21:58.825Z] INFO: No Stack... [2021-04-08T08:21:58.825Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T08:21:58.825Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T08:21:59.179Z] + cat /w/workspace/device-sdk-go/145/archives/cost.csv [2021-04-08T08:21:59.179Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T08:21:59.428Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [2021-04-08T08:21:59.437Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] did not exist. Created. [2021-04-08T08:21:59.437Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T08:21:59.936Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-08T08:22:00.217Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T08:22:00.234Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-08T08:22:13.493Z] lf-activate-venv(): INFO: Adding /tmp/venv-Yvox/bin to PATH [2021-04-08T08:22:13.493Z] INFO: No Stack... [2021-04-08T08:22:13.493Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-08T08:22:13.493Z] INFO: Archiving Costs [Pipeline] sh [2021-04-08T08:22:13.831Z] + cat /w/workspace/device-sdk-go/145/archives/cost.csv [2021-04-08T08:22:13.831Z] + cut -d, -f6 [Pipeline] lock [2021-04-08T08:22:13.947Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [2021-04-08T08:22:13.954Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] did not exist. Created. [2021-04-08T08:22:13.954Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-145-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-08T08:22:14.404Z] /w/workspace/device-sdk-go/145@tmp/durable-3bb5a56f/script.sh: 1: /w/workspace/device-sdk-go/145@tmp/durable-3bb5a56f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-08T08:22:14.751Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-08T08:22:14.772Z] Warning: overwriting stash ‘stack-cost’ [2021-04-08T08:22:14.938Z] Stashed 1 file(s) [Pipeline] } [2021-04-08T08:22:14.958Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-145-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-08T08:22:16.266Z] provisioning config files... [2021-04-08T08:22:16.276Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config333978712294376274tmp [Pipeline] { [Pipeline] sh [2021-04-08T08:22:16.664Z] + set +x [2021-04-08T08:22:16.664Z] + curl -s https://codecov.io/bash [2021-04-08T08:22:16.664Z] + bash -s -- [2021-04-08T08:22:16.927Z] [2021-04-08T08:22:16.927Z] _____ _ [2021-04-08T08:22:16.927Z] / ____| | | [2021-04-08T08:22:16.927Z] | | ___ __| | ___ ___ _____ __ [2021-04-08T08:22:16.928Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-08T08:22:16.928Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-08T08:22:16.928Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-08T08:22:16.928Z] Bash-20210309-2b87ace [2021-04-08T08:22:16.928Z] [2021-04-08T08:22:16.928Z] [2021-04-08T08:22:16.928Z] ==> git version 2.24.3 found [2021-04-08T08:22:16.928Z] ==> 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-08T08:22:16.928Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-08T08:22:16.928Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-08T08:22:16.928Z] ==> Jenkins CI detected. [2021-04-08T08:22:16.928Z] project root: . [2021-04-08T08:22:16.928Z] --> token set from env [2021-04-08T08:22:16.928Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-08T08:22:16.928Z] ==> Running gcov in . (disable via -X gcov) [2021-04-08T08:22:16.928Z] ==> Python coveragepy not found [2021-04-08T08:22:16.928Z] ==> Searching for coverage reports in: [2021-04-08T08:22:16.928Z] + . [2021-04-08T08:22:16.928Z] -> Found 1 reports [2021-04-08T08:22:16.928Z] ==> Detecting git/mercurial file structure [2021-04-08T08:22:16.928Z] ==> Reading reports [2021-04-08T08:22:16.928Z] + ./coverage.out bytes=99750 [2021-04-08T08:22:16.928Z] ==> Appending adjustments [2021-04-08T08:22:16.928Z] https://docs.codecov.io/docs/fixing-reports [2021-04-08T08:22:17.190Z] + Found adjustments [2021-04-08T08:22:17.190Z] ==> Gzipping contents [2021-04-08T08:22:17.190Z] 16K /tmp/codecov.i2ZyNO.gz [2021-04-08T08:22:17.190Z] ==> Uploading reports [2021-04-08T08:22:17.190Z] url: https://codecov.io [2021-04-08T08:22:17.190Z] query: branch=master&commit=0004bfda3add5d207eecfa44332d420db602e0f7&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-08T08:22:17.190Z] -> Pinging Codecov [2021-04-08T08:22:17.190Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=0004bfda3add5d207eecfa44332d420db602e0f7&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-08T08:22:18.138Z] -> Uploading to [2021-04-08T08:22:18.139Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-08/7E55EF52A471D76F132DFD9A03CDDE97/0004bfda3add5d207eecfa44332d420db602e0f7/4ca3527d-7aa2-4965-9d24-e2ec801509bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T082218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c162b55b95004dc07b6485cbd8470115887fef5a811b33618b4e35f7ca01b177 [2021-04-08T08:22:18.139Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T08:22:18.139Z] Dload Upload Total Spent Left Speed [2021-04-08T08:22:18.714Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13484 0 0 100 13484 0 32946 --:--:-- --:--:-- --:--:-- 32968 [2021-04-08T08:22:18.714Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] } [2021-04-08T08:22:18.723Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-08T08:22:19.593Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-08T08:22:19.646Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:22:19.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T08:22:19.990Z] [2021-04-08T08:22:19.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:22:20.358Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T08:22:20.359Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-08T08:22:20.359Z] 188c0c94c7c5: Pulling fs layer [2021-04-08T08:22:20.359Z] 0ef7d3d256c8: Pulling fs layer [2021-04-08T08:22:20.359Z] de9db76c5a1d: Pulling fs layer [2021-04-08T08:22:20.359Z] 0eba1c9be4d2: Pulling fs layer [2021-04-08T08:22:20.359Z] 0d57e429df01: Pulling fs layer [2021-04-08T08:22:20.359Z] 4e4be7b47b0d: Pulling fs layer [2021-04-08T08:22:20.359Z] e1f770b5df2f: Pulling fs layer [2021-04-08T08:22:20.359Z] 85a0685a4137: Pulling fs layer [2021-04-08T08:22:20.359Z] 4e4be7b47b0d: Waiting [2021-04-08T08:22:20.359Z] e1f770b5df2f: Waiting [2021-04-08T08:22:20.359Z] 85a0685a4137: Waiting [2021-04-08T08:22:20.359Z] 0d57e429df01: Waiting [2021-04-08T08:22:20.359Z] 0eba1c9be4d2: Waiting [2021-04-08T08:22:20.359Z] de9db76c5a1d: Verifying Checksum [2021-04-08T08:22:20.359Z] de9db76c5a1d: Download complete [2021-04-08T08:22:20.359Z] 0ef7d3d256c8: Verifying Checksum [2021-04-08T08:22:20.359Z] 0ef7d3d256c8: Download complete [2021-04-08T08:22:20.359Z] 0d57e429df01: Download complete [2021-04-08T08:22:20.359Z] 188c0c94c7c5: Verifying Checksum [2021-04-08T08:22:20.359Z] 188c0c94c7c5: Download complete [2021-04-08T08:22:20.359Z] 4e4be7b47b0d: Verifying Checksum [2021-04-08T08:22:20.359Z] 4e4be7b47b0d: Download complete [2021-04-08T08:22:20.937Z] 188c0c94c7c5: Pull complete [2021-04-08T08:22:20.937Z] 0ef7d3d256c8: Pull complete [2021-04-08T08:22:21.199Z] de9db76c5a1d: Pull complete [2021-04-08T08:22:22.592Z] e1f770b5df2f: Verifying Checksum [2021-04-08T08:22:22.592Z] e1f770b5df2f: Download complete [2021-04-08T08:22:25.184Z] 85a0685a4137: Verifying Checksum [2021-04-08T08:22:25.184Z] 85a0685a4137: Download complete [2021-04-08T08:22:25.184Z] 0eba1c9be4d2: Verifying Checksum [2021-04-08T08:22:25.184Z] 0eba1c9be4d2: Download complete [2021-04-08T08:22:30.508Z] 0eba1c9be4d2: Pull complete [2021-04-08T08:22:30.508Z] 0d57e429df01: Pull complete [2021-04-08T08:22:30.508Z] 4e4be7b47b0d: Pull complete [2021-04-08T08:22:37.121Z] e1f770b5df2f: Pull complete [2021-04-08T08:22:43.741Z] 85a0685a4137: Pull complete [2021-04-08T08:22:43.741Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-08T08:22:43.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-08T08:22:43.741Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-08T08:22:43.948Z] prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container [2021-04-08T08:22:44.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-08T08:22:44.942Z] $ docker top 6c52c570ee6103c8a4bd2d4286387fece06fe23b615c28c677900f0b94828218 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-08T08:22:45.185Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-08T08:22:45.479Z] + set -o pipefail [2021-04-08T08:22:45.480Z] + snyk monitor '--org=edgex-jenkins' [2021-04-08T08:22:57.736Z] [2021-04-08T08:22:57.736Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-08T08:22:57.736Z] [2021-04-08T08:22:57.736Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/70a955c3-e718-4295-9731-335525e61281 [2021-04-08T08:22:57.736Z] [2021-04-08T08:22:57.736Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-08T08:22:57.736Z] [2021-04-08T08:22:57.736Z] [2021-04-08T08:22:57.736Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-08T08:22:57.736Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-08T08:22:57.751Z] $ docker stop --time=1 6c52c570ee6103c8a4bd2d4286387fece06fe23b615c28c677900f0b94828218 [2021-04-08T08:23:00.606Z] $ docker rm -f 6c52c570ee6103c8a4bd2d4286387fece06fe23b615c28c677900f0b94828218 [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-08T08:23:01.855Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T08:23:01.906Z] provisioning config files... [2021-04-08T08:23:01.920Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5286252375251454361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:23:02.334Z] --> edgex-publish-swagger.sh [2021-04-08T08:23:02.334Z] === Publish openapi/v1 API === [2021-04-08T08:23:02.334Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-08T08:23:02.334Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-08T08:23:02.334Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T08:23:02.334Z] Dload Upload Total Spent Left Speed [2021-04-08T08:23:02.919Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26461 --:--:-- --:--:-- --:--:-- 26454 100 19947 0 0 100 19947 0 26455 --:--:-- --:--:-- --:--:-- 26454 [2021-04-08T08:23:02.919Z] [2021-04-08T08:23:02.919Z] [2021-04-08T08:23:02.919Z] === Publish openapi/v2 API === [2021-04-08T08:23:02.919Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-08T08:23:02.919Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-08T08:23:02.919Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-08T08:23:02.919Z] Dload Upload Total Spent Left Speed [2021-04-08T08:23:03.865Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 67004 --:--:-- --:--:-- --:--:-- 66947 100 51483 0 0 100 51483 0 66986 --:--:-- --:--:-- --:--:-- 66947 [2021-04-08T08:23:03.865Z] [2021-04-08T08:23:03.865Z] [Pipeline] } [2021-04-08T08:23:03.875Z] 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-08T08:23:04.668Z] + git log --format=format:%s -1 0004bfda3add5d207eecfa44332d420db602e0f7 [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:23:04.977Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T08:23:04.977Z] . [Pipeline] withDockerContainer [2021-04-08T08:23:05.072Z] prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container [2021-04-08T08:23:05.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T08:23:05.878Z] $ docker top 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T08:23:06.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T08:23:06.165Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T08:23:06.402Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T08:23:06.406Z] $ docker exec 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 ssh-agent [2021-04-08T08:23:06.588Z] SSH_AUTH_SOCK=/tmp/ssh-5meeGyjEJ8ho/agent.12 [2021-04-08T08:23:06.589Z] SSH_AGENT_PID=18 [2021-04-08T08:23:06.596Z] Running ssh-add (command line suppressed) [2021-04-08T08:23:06.732Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3958723039711378443.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3958723039711378443.key) [2021-04-08T08:23:06.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T08:23:07.123Z] + git semver tag [2021-04-08T08:23:07.123Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T08:23:07.124Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T08:23:07.124Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T08:23:07.124Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T08:23:07.124Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T08:23:07.124Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T08:23:07.124Z] # $SEMVER_BRANCH = master [2021-04-08T08:23:07.124Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-08T08:23:07.124Z] # 0004bfda3add5d207eecfa44332d420db602e0f7 HEAD [2021-04-08T08:23:07.386Z] # -> Force: false [2021-04-08T08:23:07.386Z] # 5a63089dbf81519e335cd2e6f528fb649ababe7e refs/tags/v2.0.0-dev.40 [Pipeline] } [2021-04-08T08:23:07.401Z] $ docker exec --env ******** --env ******** 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 ssh-agent -k [2021-04-08T08:23:07.526Z] unset SSH_AUTH_SOCK; [2021-04-08T08:23:07.526Z] unset SSH_AGENT_PID; [2021-04-08T08:23:07.526Z] echo Agent pid 18 killed; [2021-04-08T08:23:07.578Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T08:23:08.055Z] + git semver [Pipeline] } [2021-04-08T08:23:08.073Z] $ docker stop --time=1 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 [2021-04-08T08:23:09.407Z] $ docker rm -f 67f1957693f0666451917286eb89f065b9993c8bfc49f1e4f3e0e144697c9b98 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:23:10.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-08T08:23:10.026Z] [2021-04-08T08:23:10.026Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:23:10.378Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-08T08:23:10.378Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-08T08:23:10.378Z] ab5ef0e58194: Pulling fs layer [2021-04-08T08:23:10.378Z] 9712f1f96733: Pulling fs layer [2021-04-08T08:23:10.378Z] 63f879dbbcfc: Pulling fs layer [2021-04-08T08:23:10.378Z] 0d9ebad4ef96: Pulling fs layer [2021-04-08T08:23:10.378Z] e9a5061849ea: Pulling fs layer [2021-04-08T08:23:10.378Z] d747dcd14b5f: Pulling fs layer [2021-04-08T08:23:10.378Z] 2de7ff778b66: Pulling fs layer [2021-04-08T08:23:10.378Z] e9a5061849ea: Waiting [2021-04-08T08:23:10.378Z] 2de7ff778b66: Waiting [2021-04-08T08:23:10.378Z] 0d9ebad4ef96: Waiting [2021-04-08T08:23:10.378Z] d747dcd14b5f: Waiting [2021-04-08T08:23:10.378Z] 9712f1f96733: Verifying Checksum [2021-04-08T08:23:10.378Z] 9712f1f96733: Download complete [2021-04-08T08:23:12.301Z] 63f879dbbcfc: Verifying Checksum [2021-04-08T08:23:12.301Z] 63f879dbbcfc: Download complete [2021-04-08T08:23:12.301Z] e9a5061849ea: Verifying Checksum [2021-04-08T08:23:12.301Z] e9a5061849ea: Download complete [2021-04-08T08:23:12.301Z] d747dcd14b5f: Verifying Checksum [2021-04-08T08:23:12.301Z] d747dcd14b5f: Download complete [2021-04-08T08:23:12.888Z] 2de7ff778b66: Verifying Checksum [2021-04-08T08:23:12.888Z] 2de7ff778b66: Download complete [2021-04-08T08:23:12.888Z] ab5ef0e58194: Download complete [2021-04-08T08:23:12.888Z] 0d9ebad4ef96: Verifying Checksum [2021-04-08T08:23:17.133Z] ab5ef0e58194: Pull complete [2021-04-08T08:23:17.133Z] 9712f1f96733: Pull complete [2021-04-08T08:23:19.701Z] 63f879dbbcfc: Pull complete [2021-04-08T08:23:26.328Z] 0d9ebad4ef96: Pull complete [2021-04-08T08:23:27.719Z] e9a5061849ea: Pull complete [2021-04-08T08:23:27.719Z] d747dcd14b5f: Pull complete [2021-04-08T08:23:30.287Z] 2de7ff778b66: Pull complete [2021-04-08T08:23:30.287Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-08T08:23:30.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-08T08:23:30.287Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-08T08:23:30.481Z] prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container [2021-04-08T08:23:30.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-08T08:23:34.625Z] $ docker top 660296e48d7b6d848aa9396d776893c2aad360cefa33bfd0d25ab651d69e0a10 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-08T08:23:34.894Z] provisioning config files... [2021-04-08T08:23:34.914Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7022830106393408989tmp [2021-04-08T08:23:34.941Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8376163037968462700tmp [2021-04-08T08:23:34.972Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2134075417500196089tmp [Pipeline] { [Pipeline] echo [2021-04-08T08:23:35.033Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:23:35.347Z] ---> sigul-configuration.sh [2021-04-08T08:23:35.347Z] gpg: directory `/root/.gnupg' created [2021-04-08T08:23:35.347Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-08T08:23:35.347Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-08T08:23:35.347Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-08T08:23:35.347Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-08T08:23:35.347Z] gpg: CAST5 encrypted data [2021-04-08T08:23:35.615Z] gpg: encrypted with 1 passphrase [2021-04-08T08:23:35.615Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-08T08:23:35.938Z] + mkdir /home/jenkins [2021-04-08T08:23:35.938Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-08T08:23:36.258Z] + 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-08T08:23:36.275Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:23:36.586Z] ---> sigul-install.sh [2021-04-08T08:23:41.932Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-08T08:23:42.232Z] + git tag --list [2021-04-08T08:23:42.232Z] 0.7.1 [2021-04-08T08:23:42.232Z] delhi-tag [2021-04-08T08:23:42.232Z] v1.0.0 [2021-04-08T08:23:42.232Z] v1.1.0 [2021-04-08T08:23:42.232Z] v1.1.1 [2021-04-08T08:23:42.232Z] v1.1.2 [2021-04-08T08:23:42.232Z] v1.2.0 [2021-04-08T08:23:42.232Z] v1.2.1 [2021-04-08T08:23:42.232Z] v1.2.2 [2021-04-08T08:23:42.232Z] v1.2.3 [2021-04-08T08:23:42.232Z] v1.3.0 [2021-04-08T08:23:42.232Z] v1.4.0 [2021-04-08T08:23:42.232Z] v2.0.0-dev.1 [2021-04-08T08:23:42.232Z] v2.0.0-dev.10 [2021-04-08T08:23:42.232Z] v2.0.0-dev.11 [2021-04-08T08:23:42.232Z] v2.0.0-dev.12 [2021-04-08T08:23:42.232Z] v2.0.0-dev.13 [2021-04-08T08:23:42.232Z] v2.0.0-dev.14 [2021-04-08T08:23:42.232Z] v2.0.0-dev.15 [2021-04-08T08:23:42.232Z] v2.0.0-dev.16 [2021-04-08T08:23:42.232Z] v2.0.0-dev.17 [2021-04-08T08:23:42.232Z] v2.0.0-dev.18 [2021-04-08T08:23:42.232Z] v2.0.0-dev.19 [2021-04-08T08:23:42.232Z] v2.0.0-dev.2 [2021-04-08T08:23:42.232Z] v2.0.0-dev.20 [2021-04-08T08:23:42.232Z] v2.0.0-dev.21 [2021-04-08T08:23:42.232Z] v2.0.0-dev.22 [2021-04-08T08:23:42.232Z] v2.0.0-dev.23 [2021-04-08T08:23:42.232Z] v2.0.0-dev.24 [2021-04-08T08:23:42.232Z] v2.0.0-dev.25 [2021-04-08T08:23:42.232Z] v2.0.0-dev.26 [2021-04-08T08:23:42.232Z] v2.0.0-dev.27 [2021-04-08T08:23:42.232Z] v2.0.0-dev.28 [2021-04-08T08:23:42.232Z] v2.0.0-dev.29 [2021-04-08T08:23:42.232Z] v2.0.0-dev.3 [2021-04-08T08:23:42.232Z] v2.0.0-dev.30 [2021-04-08T08:23:42.232Z] v2.0.0-dev.31 [2021-04-08T08:23:42.232Z] v2.0.0-dev.32 [2021-04-08T08:23:42.232Z] v2.0.0-dev.33 [2021-04-08T08:23:42.232Z] v2.0.0-dev.34 [2021-04-08T08:23:42.232Z] v2.0.0-dev.35 [2021-04-08T08:23:42.232Z] v2.0.0-dev.36 [2021-04-08T08:23:42.232Z] v2.0.0-dev.37 [2021-04-08T08:23:42.232Z] v2.0.0-dev.38 [2021-04-08T08:23:42.232Z] v2.0.0-dev.39 [2021-04-08T08:23:42.232Z] v2.0.0-dev.4 [2021-04-08T08:23:42.232Z] v2.0.0-dev.40 [2021-04-08T08:23:42.232Z] v2.0.0-dev.5 [2021-04-08T08:23:42.232Z] v2.0.0-dev.6 [2021-04-08T08:23:42.232Z] v2.0.0-dev.7 [2021-04-08T08:23:42.232Z] v2.0.0-dev.8 [2021-04-08T08:23:42.232Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-08T08:23:42.531Z] + lftools sign git-tag v2.0.0-dev.40 [2021-04-08T08:23:43.925Z] Signing Git tag with Sigul... [2021-04-08T08:23:43.925Z] Signing v2.0.0-dev.40 [Pipeline] echo [2021-04-08T08:23:44.882Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:23:45.180Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-08T08:23:45.190Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-08T08:23:45.281Z] $ docker stop --time=1 660296e48d7b6d848aa9396d776893c2aad360cefa33bfd0d25ab651d69e0a10 [2021-04-08T08:23:47.331Z] $ docker rm -f 660296e48d7b6d848aa9396d776893c2aad360cefa33bfd0d25ab651d69e0a10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:23:48.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T08:23:48.205Z] . [Pipeline] withDockerContainer [2021-04-08T08:23:48.309Z] prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container [2021-04-08T08:23:48.354Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T08:23:48.925Z] $ docker top 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T08:23:49.201Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T08:23:49.201Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T08:23:49.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T08:23:49.385Z] $ docker exec 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 ssh-agent [2021-04-08T08:23:49.557Z] SSH_AUTH_SOCK=/tmp/ssh-QEA2P3LqfBwJ/agent.13 [2021-04-08T08:23:49.557Z] SSH_AGENT_PID=18 [2021-04-08T08:23:49.564Z] Running ssh-add (command line suppressed) [2021-04-08T08:23:49.691Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3847995086707954990.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3847995086707954990.key) [2021-04-08T08:23:49.747Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T08:23:50.087Z] + git semver bump pre [2021-04-08T08:23:50.087Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T08:23:50.087Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T08:23:50.087Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T08:23:50.087Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T08:23:50.087Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T08:23:50.087Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T08:23:50.087Z] # $SEMVER_BRANCH = master [2021-04-08T08:23:50.087Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-08T08:23:50.087Z] 2.0.0-dev.41 [Pipeline] } [2021-04-08T08:23:50.099Z] $ docker exec --env ******** --env ******** 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 ssh-agent -k [2021-04-08T08:23:50.218Z] unset SSH_AUTH_SOCK; [2021-04-08T08:23:50.221Z] unset SSH_AGENT_PID; [2021-04-08T08:23:50.221Z] echo Agent pid 18 killed; [2021-04-08T08:23:50.274Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T08:23:50.828Z] + git semver [Pipeline] } [2021-04-08T08:23:50.845Z] $ docker stop --time=1 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 [2021-04-08T08:23:52.189Z] $ docker rm -f 6d9679617c58e58cc40c4ed27c70020cc0a574016cf0318b2494989c004ba7c3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:23:52.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-08T08:23:52.728Z] . [Pipeline] withDockerContainer [2021-04-08T08:23:52.825Z] prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container [2021-04-08T08:23:52.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-08T08:23:53.426Z] $ docker top 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-08T08:23:53.766Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-08T08:23:53.766Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-08T08:23:53.939Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-08T08:23:53.943Z] $ docker exec 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da ssh-agent [2021-04-08T08:23:54.109Z] SSH_AUTH_SOCK=/tmp/ssh-SEHpFAeO1pzH/agent.11 [2021-04-08T08:23:54.109Z] SSH_AGENT_PID=16 [2021-04-08T08:23:54.116Z] Running ssh-add (command line suppressed) [2021-04-08T08:23:54.240Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486879156181653027.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3486879156181653027.key) [2021-04-08T08:23:54.298Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-08T08:23:54.634Z] + git semver push [2021-04-08T08:23:54.634Z] # -> Open(): unable to determine branch for HEAD [2021-04-08T08:23:54.634Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-08T08:23:54.634Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T08:23:54.634Z] # $SEMVER_REMOTE_NAME = origin [2021-04-08T08:23:54.634Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-08T08:23:54.634Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-08T08:23:54.634Z] # $SEMVER_BRANCH = master [2021-04-08T08:23:54.634Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-08T08:23:58.877Z] $ docker exec --env ******** --env ******** 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da ssh-agent -k [2021-04-08T08:23:58.994Z] unset SSH_AUTH_SOCK; [2021-04-08T08:23:58.994Z] unset SSH_AGENT_PID; [2021-04-08T08:23:58.994Z] echo Agent pid 16 killed; [2021-04-08T08:23:59.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-08T08:23:59.533Z] + git semver [Pipeline] } [2021-04-08T08:23:59.551Z] $ docker stop --time=1 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da [2021-04-08T08:24:00.907Z] $ docker rm -f 0b1fbc0159ff282bd24cf3f87ae0a3e288d04a54f27b10c632742fe7ae16d2da [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-08T08:24:02.487Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:24:03.374Z] ---> package-listing.sh [2021-04-08T08:24:03.374Z] ++ facter osfamily [2021-04-08T08:24:03.374Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-08T08:24:03.374Z] + OS_FAMILY=redhat [2021-04-08T08:24:03.374Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-08T08:24:03.374Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-08T08:24:03.374Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-08T08:24:03.374Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-08T08:24:03.374Z] + PACKAGES=/tmp/packages_start.txt [2021-04-08T08:24:03.374Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-08T08:24:03.374Z] + PACKAGES=/tmp/packages_end.txt [2021-04-08T08:24:03.374Z] + case "${OS_FAMILY}" in [2021-04-08T08:24:03.374Z] + rpm -qa [2021-04-08T08:24:03.374Z] + sort [2021-04-08T08:24:08.689Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-08T08:24:08.689Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-08T08:24:08.689Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-08T08:24:08.689Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-08T08:24:08.689Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-08T08:24:08.689Z] + 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-08T08:24:08.704Z] 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-08T08:24:09.004Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:24:09.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T08:24:09.346Z] [2021-04-08T08:24:09.346Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-08T08:24:09.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T08:24:09.687Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-08T08:24:09.687Z] df20fa9351a1: Pulling fs layer [2021-04-08T08:24:09.687Z] 36b3adc4ff6f: Pulling fs layer [2021-04-08T08:24:09.687Z] 8ad3a11d3b57: Pulling fs layer [2021-04-08T08:24:09.687Z] 46f8f816bc3b: Pulling fs layer [2021-04-08T08:24:09.687Z] 93b61091891f: Pulling fs layer [2021-04-08T08:24:09.687Z] 93b9cdb0e59b: Pulling fs layer [2021-04-08T08:24:09.687Z] 5e14af77c1be: Pulling fs layer [2021-04-08T08:24:09.687Z] 01666e4c0597: Pulling fs layer [2021-04-08T08:24:09.687Z] aa168da1d23b: Pulling fs layer [2021-04-08T08:24:09.687Z] 5e14af77c1be: Waiting [2021-04-08T08:24:09.687Z] 01666e4c0597: Waiting [2021-04-08T08:24:09.687Z] 46f8f816bc3b: Waiting [2021-04-08T08:24:09.687Z] 93b61091891f: Waiting [2021-04-08T08:24:09.687Z] 93b9cdb0e59b: Waiting [2021-04-08T08:24:09.687Z] aa168da1d23b: Waiting [2021-04-08T08:24:09.687Z] 36b3adc4ff6f: Verifying Checksum [2021-04-08T08:24:09.687Z] 36b3adc4ff6f: Download complete [2021-04-08T08:24:09.952Z] 46f8f816bc3b: Verifying Checksum [2021-04-08T08:24:09.952Z] 46f8f816bc3b: Download complete [2021-04-08T08:24:09.952Z] df20fa9351a1: Verifying Checksum [2021-04-08T08:24:09.952Z] 93b9cdb0e59b: Verifying Checksum [2021-04-08T08:24:09.952Z] 93b9cdb0e59b: Download complete [2021-04-08T08:24:09.952Z] 5e14af77c1be: Verifying Checksum [2021-04-08T08:24:09.952Z] 5e14af77c1be: Download complete [2021-04-08T08:24:09.952Z] 01666e4c0597: Download complete [2021-04-08T08:24:09.952Z] 93b61091891f: Verifying Checksum [2021-04-08T08:24:09.952Z] 93b61091891f: Download complete [2021-04-08T08:24:10.218Z] df20fa9351a1: Pull complete [2021-04-08T08:24:10.496Z] 8ad3a11d3b57: Verifying Checksum [2021-04-08T08:24:10.496Z] 8ad3a11d3b57: Download complete [2021-04-08T08:24:10.496Z] 36b3adc4ff6f: Pull complete [2021-04-08T08:24:11.074Z] 8ad3a11d3b57: Pull complete [2021-04-08T08:24:11.338Z] 46f8f816bc3b: Pull complete [2021-04-08T08:24:12.742Z] aa168da1d23b: Verifying Checksum [2021-04-08T08:24:12.742Z] aa168da1d23b: Download complete [2021-04-08T08:24:13.008Z] 93b61091891f: Pull complete [2021-04-08T08:24:13.270Z] 93b9cdb0e59b: Pull complete [2021-04-08T08:24:13.270Z] 5e14af77c1be: Pull complete [2021-04-08T08:24:13.535Z] 01666e4c0597: Pull complete [2021-04-08T08:24:20.171Z] aa168da1d23b: Pull complete [2021-04-08T08:24:20.171Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-08T08:24:20.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-08T08:24:20.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-08T08:24:20.339Z] prd-centos7-docker-4c-2g-33277 does not seem to be running inside a container [2021-04-08T08:24:20.461Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-08T08:24:23.486Z] $ docker top a30a88bd458a6d78535653416d9181cf2cb9a7e163332681f52e6612fbc6a082 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-08T08:24:24.024Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-08T08:24:24.327Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-08T08:24:24.631Z] + ls /var/log/sa-host [2021-04-08T08:24:24.631Z] + sadf -c /var/log/sa-host/sa08 [2021-04-08T08:24:24.631Z] file_magic: OK [2021-04-08T08:24:24.631Z] HZ: Using current value: 100 [2021-04-08T08:24:24.631Z] file_header: OK [2021-04-08T08:24:24.631Z] 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-08T08:24:24.631Z] Statistics: [2021-04-08T08:24:24.631Z] HRHnuu...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-08T08:24:24.631Z] File successfully converted to sysstat format version 12.2.1 [2021-04-08T08:24:24.631Z] + sadf -c /var/log/sa-host/sa23 [2021-04-08T08:24:24.631Z] file_magic: OK [2021-04-08T08:24:24.631Z] HZ: Using current value: 100 [2021-04-08T08:24:24.631Z] file_header: OK [2021-04-08T08:24:24.631Z] 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-08T08:24:24.631Z] Statistics: [2021-04-08T08:24:24.631Z] Hnuu...uuuununununu... [2021-04-08T08:24:24.631Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-08T08:24:25.260Z] provisioning config files... [2021-04-08T08:24:25.277Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config9061118674135569341tmp [Pipeline] { [Pipeline] echo [2021-04-08T08:24:25.378Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:24:25.674Z] ---> create-netrc.sh [Pipeline] } [2021-04-08T08:24:25.685Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-08T08:24:25.775Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:24:26.088Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-08T08:24:26.100Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:24:26.395Z] ---> sudo-logs.sh [2021-04-08T08:24:26.395Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-08T08:24:26.460Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:24:26.754Z] ---> job-cost.sh [2021-04-08T08:24:26.754Z] lf-activate-venv: SKIPPING [2021-04-08T08:24:26.754Z] DEBUG: total: 0.20999999344348907 [2021-04-08T08:24:26.754Z] INFO: Retrieving Stack Cost... [2021-04-08T08:24:27.700Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-08T08:24:27.961Z] INFO: Archiving Costs [Pipeline] echo [2021-04-08T08:24:27.976Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-08T08:24:28.275Z] ---> logs-deploy.sh [2021-04-08T08:24:28.275Z] lf-activate-venv: SKIPPING [2021-04-08T08:24:28.275Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/145 [2021-04-08T08:24:28.275Z] INFO: archiving workspace using pattern(s): [2021-04-08T08:24:30.197Z] Archives upload complete. [2021-04-08T08:24:30.197Z] INFO: archiving logs to Nexus