Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 00c5ba735e55045c2b436cba75d2b8d60948dbc8 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-33112 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 00c5ba735e55045c2b436cba75d2b8d60948dbc8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 Commit message: "Merge pull request #864 from lenny-intel/config-version" > git rev-list --no-walk 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-07T04:14:39.351Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-07T04:14:39.666Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-07T04:14:39.879Z] ========================================================= [2021-04-07T04:14:39.879Z] EdgeX Global Pipelines Version Info [2021-04-07T04:14:39.879Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:14:43.704Z] ------------------- [2021-04-07T04:14:43.705Z] stable info: [2021-04-07T04:14:43.705Z] ------------------- [2021-04-07T04:14:43.705Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-07T04:14:43.705Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-07T04:14:43.705Z] Message: update stable to v1.0.186 [2021-04-07T04:14:44.813Z] ------------------- [2021-04-07T04:14:44.813Z] experimental info: [2021-04-07T04:14:44.813Z] ------------------- [2021-04-07T04:14:44.813Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-07T04:14:44.813Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-07T04:14:44.813Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-07T04:14:45.386Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-07T04:14:45.485Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-07T04:14:45.592Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-07T04:14:45.691Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-07T04:14:45.790Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-07T04:14:45.886Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-07T04:14:45.984Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-07T04:14:46.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-07T04:14:46.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-07T04:14:46.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-07T04:14:46.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-07T04:14:46.469Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-07T04:14:46.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-07T04:14:46.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-07T04:14:46.771Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-07T04:14:46.909Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T04:14:47.004Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T04:14:47.098Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-07T04:14:47.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-07T04:14:47.279Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-07T04:14:47.368Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-07T04:14:47.462Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-07T04:14:47.553Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-07T04:14:47.648Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-07T04:14:47.746Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-07T04:14:47.838Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-07T04:14:47.928Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-07T04:14:48.020Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-07T04:14:48.111Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-07T04:14:48.199Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 00c5ba735e55045c2b436cba75d2b8d60948dbc8 [Pipeline] echo [2021-04-07T04:14:48.287Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 00c5ba7 [Pipeline] echo [2021-04-07T04:14:48.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T04:14:48.570Z] provisioning config files... [2021-04-07T04:14:48.609Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2222285976684339453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:14:49.177Z] ---> docker-login.sh [2021-04-07T04:14:49.177Z] nexus3.edgexfoundry.org:10001 [2021-04-07T04:14:50.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:14:50.794Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:14:50.794Z] Configure a credential helper to remove this warning. See [2021-04-07T04:14:50.794Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:14:50.794Z] [2021-04-07T04:14:50.794Z] Login Succeeded [2021-04-07T04:14:50.794Z] nexus3.edgexfoundry.org:10002 [2021-04-07T04:14:51.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:14:51.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:14:51.970Z] Configure a credential helper to remove this warning. See [2021-04-07T04:14:51.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:14:51.970Z] [2021-04-07T04:14:51.970Z] Login Succeeded [2021-04-07T04:14:51.970Z] nexus3.edgexfoundry.org:10003 [2021-04-07T04:14:52.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:14:52.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:14:52.678Z] Configure a credential helper to remove this warning. See [2021-04-07T04:14:52.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:14:52.678Z] [2021-04-07T04:14:52.678Z] Login Succeeded [2021-04-07T04:14:52.678Z] nexus3.edgexfoundry.org:10004 [2021-04-07T04:14:53.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:14:53.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:14:53.745Z] Configure a credential helper to remove this warning. See [2021-04-07T04:14:53.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:14:53.745Z] [2021-04-07T04:14:53.745Z] Login Succeeded [2021-04-07T04:14:53.745Z] docker.io [2021-04-07T04:14:54.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:14:54.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:14:54.407Z] Configure a credential helper to remove this warning. See [2021-04-07T04:14:54.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:14:54.407Z] [2021-04-07T04:14:54.407Z] Login Succeeded [2021-04-07T04:14:54.407Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T04:14:54.438Z] 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-07T04:14:55.387Z] + git log --format=format:%s -1 00c5ba735e55045c2b436cba75d2b8d60948dbc8 [Pipeline] echo [2021-04-07T04:14:55.575Z] GIT_COMMIT: 00c5ba735e55045c2b436cba75d2b8d60948dbc8, Commit Message: Merge pull request #864 from lenny-intel/config-version [Pipeline] echo [2021-04-07T04:14:55.631Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:14:56.986Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T04:14:56.986Z] [2021-04-07T04:14:56.986Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:14:57.498Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T04:14:57.498Z] latest: Pulling from edgex-devops/git-semver [2021-04-07T04:14:57.498Z] 31603596830f: Pulling fs layer [2021-04-07T04:14:57.498Z] 2a8b12db71e7: Pulling fs layer [2021-04-07T04:14:57.498Z] 6ca5941a6612: Pulling fs layer [2021-04-07T04:14:57.498Z] ecc8261a40a4: Pulling fs layer [2021-04-07T04:14:57.498Z] ecc8261a40a4: Waiting [2021-04-07T04:14:57.498Z] 2a8b12db71e7: Verifying Checksum [2021-04-07T04:14:57.498Z] 2a8b12db71e7: Download complete [2021-04-07T04:14:57.809Z] 31603596830f: Verifying Checksum [2021-04-07T04:14:57.809Z] 31603596830f: Download complete [2021-04-07T04:14:58.777Z] ecc8261a40a4: Download complete [2021-04-07T04:14:59.120Z] 6ca5941a6612: Verifying Checksum [2021-04-07T04:14:59.120Z] 6ca5941a6612: Download complete [2021-04-07T04:14:59.462Z] 31603596830f: Pull complete [2021-04-07T04:14:59.844Z] 2a8b12db71e7: Pull complete [2021-04-07T04:15:02.846Z] 6ca5941a6612: Pull complete [2021-04-07T04:15:03.934Z] ecc8261a40a4: Pull complete [2021-04-07T04:15:03.934Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-07T04:15:03.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T04:15:03.934Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-07T04:15:04.768Z] prd-centos7-docker-4c-2g-33112 does not seem to be running inside a container [2021-04-07T04:15:05.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T04:15:08.584Z] $ docker top d873261082a0ed3bd8221bfe797859649501dc10a701a9a3566085c068631e20 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T04:15:09.583Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T04:15:09.583Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T04:15:10.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T04:15:10.445Z] $ docker exec d873261082a0ed3bd8221bfe797859649501dc10a701a9a3566085c068631e20 ssh-agent [2021-04-07T04:15:11.567Z] SSH_AUTH_SOCK=/tmp/ssh-F8G6ZJUZoYPC/agent.12 [2021-04-07T04:15:11.567Z] SSH_AGENT_PID=17 [2021-04-07T04:15:11.611Z] Running ssh-add (command line suppressed) [2021-04-07T04:15:12.281Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3734932355790125060.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3734932355790125060.key) [2021-04-07T04:15:12.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T04:15:13.555Z] + git tag --points-at HEAD [Pipeline] } [2021-04-07T04:15:13.662Z] $ docker exec --env ******** --env ******** d873261082a0ed3bd8221bfe797859649501dc10a701a9a3566085c068631e20 ssh-agent -k [2021-04-07T04:15:14.501Z] unset SSH_AUTH_SOCK; [2021-04-07T04:15:14.512Z] unset SSH_AGENT_PID; [2021-04-07T04:15:14.513Z] echo Agent pid 17 killed; [2021-04-07T04:15:15.007Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-07T04:15:15.149Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T04:15:15.149Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T04:15:16.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T04:15:16.267Z] $ docker exec d873261082a0ed3bd8221bfe797859649501dc10a701a9a3566085c068631e20 ssh-agent [2021-04-07T04:15:16.968Z] SSH_AUTH_SOCK=/tmp/ssh-pcWIEi6o1y6E/agent.45 [2021-04-07T04:15:16.968Z] SSH_AGENT_PID=50 [2021-04-07T04:15:16.991Z] Running ssh-add (command line suppressed) [2021-04-07T04:15:17.532Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4299656342760387171.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4299656342760387171.key) [2021-04-07T04:15:17.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T04:15:18.623Z] + git semver init [2021-04-07T04:15:18.623Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T04:15:18.623Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-07T04:15:18.623Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-07T04:15:18.623Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T04:15:18.623Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T04:15:18.623Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T04:15:18.623Z] # $SEMVER_BRANCH = master [2021-04-07T04:15:18.623Z] # $SEMVER_TEMP = /tmp/semver-182880953 [2021-04-07T04:15:18.623Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-07T04:15:20.876Z] # '/tmp/semver-182880953' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-07T04:15:20.876Z] # -> Force: false [2021-04-07T04:15:20.876Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-07T04:15:20.900Z] $ docker exec --env ******** --env ******** d873261082a0ed3bd8221bfe797859649501dc10a701a9a3566085c068631e20 ssh-agent -k [2021-04-07T04:15:21.494Z] unset SSH_AUTH_SOCK; [2021-04-07T04:15:21.495Z] unset SSH_AGENT_PID; [2021-04-07T04:15:21.495Z] echo Agent pid 50 killed; [2021-04-07T04:15:21.857Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T04:15:23.626Z] + git semver [Pipeline] } [2021-04-07T04:15:23.770Z] $ docker stop --time=1 d873261082a0ed3bd8221bfe797859649501dc10a701a9a3566085c068631e20 [2021-04-07T04:15:26.187Z] $ docker rm -f d873261082a0ed3bd8221bfe797859649501dc10a701a9a3566085c068631e20 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T04:15:26.841Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-07T04:15:27.894Z] Stashed 1 file(s) [Pipeline] echo [2021-04-07T04:15:27.897Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.38 [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-07T04:15:43.401Z] Still waiting to schedule task [2021-04-07T04:15:43.402Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-07T04:15:43.404Z] Still waiting to schedule task [2021-04-07T04:15:43.404Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-07T04:17:27.276Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33113 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-07T04:17:27.346Z] Running in /w/workspace/device-sdk-go/143 [Pipeline] { [Pipeline] checkout [2021-04-07T04:17:32.416Z] using credential edgex-jenkins-ssh [2021-04-07T04:17:32.476Z] Cloning the remote Git repository [2021-04-07T04:17:32.565Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T04:17:32.681Z] > git init /w/workspace/device-sdk-go/143 # timeout=10 [2021-04-07T04:17:32.755Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T04:17:32.756Z] > git --version # timeout=10 [2021-04-07T04:17:32.776Z] > git --version # 'git version 2.17.1' [2021-04-07T04:17:32.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T04:17:32.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T04:17:34.567Z] Checking out Revision 00c5ba735e55045c2b436cba75d2b8d60948dbc8 (master) [2021-04-07T04:17:34.037Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T04:17:34.057Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T04:17:34.086Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T04:17:34.135Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T04:17:34.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T04:17:34.148Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T04:17:34.622Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T04:17:34.648Z] > git checkout -f 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 [2021-04-07T04:17:39.123Z] Commit message: "Merge pull request #864 from lenny-intel/config-version" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T04:17:40.877Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-07T04:17:41.294Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T04:17:41.690Z] + true [2021-04-07T04:17:41.690Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T04:17:44.414Z] provisioning config files... [2021-04-07T04:17:44.456Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/143@tmp/config50485605185972959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:17:44.881Z] ---> docker-login.sh [2021-04-07T04:17:44.881Z] nexus3.edgexfoundry.org:10001 [2021-04-07T04:17:45.484Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:17:46.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:17:46.082Z] Configure a credential helper to remove this warning. See [2021-04-07T04:17:46.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:17:46.082Z] [2021-04-07T04:17:46.082Z] Login Succeeded [2021-04-07T04:17:46.082Z] nexus3.edgexfoundry.org:10002 [2021-04-07T04:17:46.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:17:46.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:17:46.632Z] Configure a credential helper to remove this warning. See [2021-04-07T04:17:46.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:17:46.632Z] [2021-04-07T04:17:46.632Z] Login Succeeded [2021-04-07T04:17:46.632Z] nexus3.edgexfoundry.org:10003 [2021-04-07T04:17:46.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:17:47.186Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:17:47.186Z] Configure a credential helper to remove this warning. See [2021-04-07T04:17:47.186Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:17:47.186Z] [2021-04-07T04:17:47.186Z] Login Succeeded [2021-04-07T04:17:47.186Z] nexus3.edgexfoundry.org:10004 [2021-04-07T04:17:47.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:17:47.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:17:47.744Z] Configure a credential helper to remove this warning. See [2021-04-07T04:17:47.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:17:47.744Z] [2021-04-07T04:17:47.744Z] Login Succeeded [2021-04-07T04:17:47.744Z] docker.io [2021-04-07T04:17:48.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:17:48.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:17:48.291Z] Configure a credential helper to remove this warning. See [2021-04-07T04:17:48.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:17:48.291Z] [2021-04-07T04:17:48.291Z] Login Succeeded [2021-04-07T04:17:48.291Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T04:17:48.310Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T04:17:48.747Z] ========================================================= [2021-04-07T04:17:48.747Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-07T04:17:48.747Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:17:49.120Z] + 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-07T04:17:49.409Z] Sending build context to Docker daemon 2.386MB [2021-04-07T04:17:49.683Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T04:17:49.683Z] Step 2/8 : FROM ${BASE} [2021-04-07T04:17:49.683Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-07T04:17:49.683Z] 5f621e34cdf4: Pulling fs layer [2021-04-07T04:17:49.683Z] a4357932f1b6: Pulling fs layer [2021-04-07T04:17:49.683Z] 18c013af1878: Pulling fs layer [2021-04-07T04:17:49.683Z] 00ac8860ef70: Pulling fs layer [2021-04-07T04:17:49.683Z] 63d7cb157983: Pulling fs layer [2021-04-07T04:17:49.683Z] b116817d02f9: Pulling fs layer [2021-04-07T04:17:49.683Z] 745a02a5169b: Pulling fs layer [2021-04-07T04:17:49.683Z] 00ac8860ef70: Waiting [2021-04-07T04:17:49.683Z] 63d7cb157983: Waiting [2021-04-07T04:17:49.683Z] b116817d02f9: Waiting [2021-04-07T04:17:49.683Z] 745a02a5169b: Waiting [2021-04-07T04:17:49.683Z] 18c013af1878: Verifying Checksum [2021-04-07T04:17:49.683Z] 18c013af1878: Download complete [2021-04-07T04:17:49.683Z] a4357932f1b6: Verifying Checksum [2021-04-07T04:17:49.683Z] a4357932f1b6: Download complete [2021-04-07T04:17:49.683Z] 63d7cb157983: Download complete [2021-04-07T04:17:49.683Z] b116817d02f9: Verifying Checksum [2021-04-07T04:17:49.683Z] b116817d02f9: Download complete [2021-04-07T04:17:49.683Z] 5f621e34cdf4: Verifying Checksum [2021-04-07T04:17:49.683Z] 5f621e34cdf4: Download complete [2021-04-07T04:17:50.676Z] 5f621e34cdf4: Pull complete [2021-04-07T04:17:50.953Z] a4357932f1b6: Pull complete [2021-04-07T04:17:51.230Z] 18c013af1878: Pull complete [2021-04-07T04:17:52.211Z] 745a02a5169b: Verifying Checksum [2021-04-07T04:17:52.211Z] 745a02a5169b: Download complete [2021-04-07T04:17:53.640Z] 00ac8860ef70: Verifying Checksum [2021-04-07T04:17:53.640Z] 00ac8860ef70: Download complete [2021-04-07T04:18:03.822Z] 00ac8860ef70: Pull complete [2021-04-07T04:18:03.823Z] 63d7cb157983: Pull complete [2021-04-07T04:18:04.106Z] b116817d02f9: Pull complete [2021-04-07T04:18:08.441Z] 745a02a5169b: Pull complete [2021-04-07T04:18:08.441Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-07T04:18:08.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-07T04:18:08.441Z] ---> b7e6874047d6 [2021-04-07T04:18:08.441Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T04:18:11.846Z] ---> Running in b0d8dba412da [2021-04-07T04:18:11.846Z] Removing intermediate container b0d8dba412da [2021-04-07T04:18:11.846Z] ---> a26f22301d91 [2021-04-07T04:18:11.846Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T04:18:11.846Z] ---> Running in cd41481c53cd [2021-04-07T04:18:14.505Z] Removing intermediate container cd41481c53cd [2021-04-07T04:18:14.505Z] ---> 2fb5eb8bb870 [2021-04-07T04:18:14.505Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T04:18:14.505Z] ---> Running in 5c1b6ed3493d [2021-04-07T04:18:15.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T04:18:16.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T04:18:17.086Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-07T04:18:17.086Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-07T04:18:17.086Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-07T04:18:17.086Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-07T04:18:17.361Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T04:18:17.361Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-07T04:18:17.361Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T04:18:17.361Z] OK: 144 MiB in 45 packages [2021-04-07T04:18:17.744Z] Running on prd-centos7-docker-4c-2g-33114 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-07T04:18:17.797Z] Running in /w/workspace/device-sdk-go/143 [Pipeline] { [Pipeline] checkout [2021-04-07T04:18:18.810Z] Removing intermediate container 5c1b6ed3493d [2021-04-07T04:18:18.810Z] ---> d6d93c7e3dbb [2021-04-07T04:18:18.810Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-07T04:18:18.810Z] ---> Running in a119fa9e62a5 [2021-04-07T04:18:19.418Z] Removing intermediate container a119fa9e62a5 [2021-04-07T04:18:19.419Z] ---> 3768d24f2810 [2021-04-07T04:18:19.419Z] Step 7/8 : COPY . . [2021-04-07T04:18:20.105Z] using credential edgex-jenkins-ssh [2021-04-07T04:18:20.212Z] Cloning the remote Git repository [2021-04-07T04:18:20.864Z] ---> 11a6d4f0407a [2021-04-07T04:18:20.864Z] Step 8/8 : RUN go mod download [2021-04-07T04:18:20.864Z] ---> Running in 244ddc503f8e [2021-04-07T04:18:19.916Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T04:18:19.992Z] > git init /w/workspace/device-sdk-go/143 # timeout=10 [2021-04-07T04:18:20.059Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T04:18:20.059Z] > git --version # timeout=10 [2021-04-07T04:18:20.069Z] > git --version # 'git version 2.24.3' [2021-04-07T04:18:20.070Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T04:18:20.101Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T04:18:20.839Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T04:18:20.847Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-07T04:18:21.499Z] Checking out Revision 00c5ba735e55045c2b436cba75d2b8d60948dbc8 (master) [2021-04-07T04:18:20.862Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-07T04:18:20.875Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-07T04:18:20.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-07T04:18:20.880Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-07T04:18:21.292Z] > git config core.sparsecheckout # timeout=10 [2021-04-07T04:18:21.299Z] > git checkout -f 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 [2021-04-07T04:18:25.009Z] Commit message: "Merge pull request #864 from lenny-intel/config-version" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T04:18:26.157Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-07T04:18:26.481Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-07T04:18:26.778Z] + sudo service docker restart [2021-04-07T04:18:26.778Z] + true [2021-04-07T04:18:26.778Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-07T04:18:27.802Z] provisioning config files... [2021-04-07T04:18:27.831Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/143@tmp/config6108335851744209638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:18:28.213Z] ---> docker-login.sh [2021-04-07T04:18:28.213Z] nexus3.edgexfoundry.org:10001 [2021-04-07T04:18:28.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:18:28.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:18:28.477Z] Configure a credential helper to remove this warning. See [2021-04-07T04:18:28.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:18:28.477Z] [2021-04-07T04:18:28.477Z] Login Succeeded [2021-04-07T04:18:28.477Z] nexus3.edgexfoundry.org:10002 [2021-04-07T04:18:28.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:18:28.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:18:28.740Z] Configure a credential helper to remove this warning. See [2021-04-07T04:18:28.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:18:28.740Z] [2021-04-07T04:18:28.740Z] Login Succeeded [2021-04-07T04:18:28.740Z] nexus3.edgexfoundry.org:10003 [2021-04-07T04:18:29.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:18:29.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:18:29.003Z] Configure a credential helper to remove this warning. See [2021-04-07T04:18:29.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:18:29.003Z] [2021-04-07T04:18:29.003Z] Login Succeeded [2021-04-07T04:18:29.003Z] nexus3.edgexfoundry.org:10004 [2021-04-07T04:18:29.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:18:29.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:18:29.265Z] Configure a credential helper to remove this warning. See [2021-04-07T04:18:29.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:18:29.265Z] [2021-04-07T04:18:29.265Z] Login Succeeded [2021-04-07T04:18:29.265Z] docker.io [2021-04-07T04:18:29.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-07T04:18:29.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-07T04:18:29.528Z] Configure a credential helper to remove this warning. See [2021-04-07T04:18:29.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-07T04:18:29.528Z] [2021-04-07T04:18:29.528Z] Login Succeeded [2021-04-07T04:18:29.528Z] ---> docker-login.sh ends [Pipeline] } [2021-04-07T04:18:29.537Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-07T04:18:29.906Z] ========================================================= [2021-04-07T04:18:29.906Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-07T04:18:29.906Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:18:30.248Z] + 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-07T04:18:30.248Z] Sending build context to Docker daemon 2.376MB [2021-04-07T04:18:30.248Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T04:18:30.248Z] Step 2/8 : FROM ${BASE} [2021-04-07T04:18:30.512Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-07T04:18:30.512Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T04:18:30.512Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T04:18:30.512Z] de9db76c5a1d: Pulling fs layer [2021-04-07T04:18:30.512Z] bca2f99d35d6: Pulling fs layer [2021-04-07T04:18:30.512Z] 93359f2a8cfa: Pulling fs layer [2021-04-07T04:18:30.512Z] 7c6f9722023f: Pulling fs layer [2021-04-07T04:18:30.512Z] a35cf1a2eb13: Pulling fs layer [2021-04-07T04:18:30.512Z] bca2f99d35d6: Waiting [2021-04-07T04:18:30.512Z] 93359f2a8cfa: Waiting [2021-04-07T04:18:30.512Z] 7c6f9722023f: Waiting [2021-04-07T04:18:30.512Z] a35cf1a2eb13: Waiting [2021-04-07T04:18:30.512Z] de9db76c5a1d: Verifying Checksum [2021-04-07T04:18:30.512Z] de9db76c5a1d: Download complete [2021-04-07T04:18:30.512Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T04:18:30.512Z] 0ef7d3d256c8: Download complete [2021-04-07T04:18:30.512Z] 93359f2a8cfa: Verifying Checksum [2021-04-07T04:18:30.512Z] 93359f2a8cfa: Download complete [2021-04-07T04:18:30.512Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T04:18:30.512Z] 188c0c94c7c5: Download complete [2021-04-07T04:18:30.512Z] 7c6f9722023f: Verifying Checksum [2021-04-07T04:18:30.512Z] 7c6f9722023f: Download complete [2021-04-07T04:18:30.780Z] 188c0c94c7c5: Pull complete [2021-04-07T04:18:31.044Z] 0ef7d3d256c8: Pull complete [2021-04-07T04:18:31.044Z] de9db76c5a1d: Pull complete [2021-04-07T04:18:31.999Z] a35cf1a2eb13: Verifying Checksum [2021-04-07T04:18:31.999Z] a35cf1a2eb13: Download complete [2021-04-07T04:18:32.950Z] bca2f99d35d6: Verifying Checksum [2021-04-07T04:18:32.950Z] bca2f99d35d6: Download complete [2021-04-07T04:18:38.312Z] bca2f99d35d6: Pull complete [2021-04-07T04:18:38.312Z] 93359f2a8cfa: Pull complete [2021-04-07T04:18:38.312Z] 7c6f9722023f: Pull complete [2021-04-07T04:18:44.932Z] a35cf1a2eb13: Pull complete [2021-04-07T04:18:44.932Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-07T04:18:44.932Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-07T04:18:44.932Z] ---> a62c8e92a672 [2021-04-07T04:18:44.932Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T04:18:44.932Z] ---> Running in b0059148d485 [2021-04-07T04:18:45.214Z] Removing intermediate container b0059148d485 [2021-04-07T04:18:45.214Z] ---> a061fee6c862 [2021-04-07T04:18:45.214Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T04:18:45.214Z] ---> Running in 23d87f5e38c3 [2021-04-07T04:18:46.620Z] Removing intermediate container 23d87f5e38c3 [2021-04-07T04:18:46.620Z] ---> 82ba9ecfe058 [2021-04-07T04:18:46.620Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-07T04:18:46.620Z] ---> Running in ea9835bc4b3d [2021-04-07T04:18:47.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T04:18:47.694Z] Removing intermediate container 244ddc503f8e [2021-04-07T04:18:47.694Z] ---> f0306f802939 [2021-04-07T04:18:47.694Z] Successfully built f0306f802939 [2021-04-07T04:18:47.694Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:18:48.038Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T04:18:48.038Z] . [Pipeline] withDockerContainer [2021-04-07T04:18:48.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T04:18:48.316Z] prd-ubuntu18.04-docker-arm64-4c-16g-33113 does not seem to be running inside a container [2021-04-07T04:18:48.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/143 -v /w/workspace/device-sdk-go/143:/w/workspace/device-sdk-go/143:rw,z -v /w/workspace/device-sdk-go/143@tmp:/w/workspace/device-sdk-go/143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T04:18:48.415Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-07T04:18:48.415Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-07T04:18:48.677Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-07T04:18:48.677Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-07T04:18:48.677Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-07T04:18:48.940Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-07T04:18:48.940Z] Executing busybox-1.31.1-r19.trigger [2021-04-07T04:18:48.940Z] OK: 167 MiB in 45 packages [2021-04-07T04:18:49.515Z] Removing intermediate container ea9835bc4b3d [2021-04-07T04:18:49.515Z] ---> 4c046ff5ff9b [2021-04-07T04:18:49.515Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-07T04:18:49.778Z] ---> Running in 8bf04738e490 [2021-04-07T04:18:49.778Z] Removing intermediate container 8bf04738e490 [2021-04-07T04:18:49.778Z] ---> 53d9e2873987 [2021-04-07T04:18:49.778Z] Step 7/8 : COPY . . [2021-04-07T04:18:49.939Z] $ docker top 34fa859d24fb2fbc64062a717ce7f7abdd0e53a73b0c758b478509e602062093 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T04:18:50.963Z] + go version [2021-04-07T04:18:50.963Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-07T04:18:51.009Z] $ docker stop --time=1 34fa859d24fb2fbc64062a717ce7f7abdd0e53a73b0c758b478509e602062093 [2021-04-07T04:18:51.171Z] ---> 24433cf679f3 [2021-04-07T04:18:51.171Z] Step 8/8 : RUN go mod download [2021-04-07T04:18:51.171Z] ---> Running in 4537518f307d [2021-04-07T04:18:52.958Z] $ docker rm -f 34fa859d24fb2fbc64062a717ce7f7abdd0e53a73b0c758b478509e602062093 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:18:53.971Z] + docker inspect -f . ci-base-image-arm64 [2021-04-07T04:18:53.971Z] . [Pipeline] withDockerContainer [2021-04-07T04:18:54.229Z] prd-ubuntu18.04-docker-arm64-4c-16g-33113 does not seem to be running inside a container [2021-04-07T04:18:54.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/143 -v /w/workspace/device-sdk-go/143:/w/workspace/device-sdk-go/143:rw,z -v /w/workspace/device-sdk-go/143@tmp:/w/workspace/device-sdk-go/143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-07T04:18:55.881Z] $ docker top f8d07918f0b8d454e5298e72224239c135a43292c15296acfb86188c0cc5580d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T04:18:56.876Z] + make test [2021-04-07T04:18:56.876Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T04:19:13.223Z] Removing intermediate container 4537518f307d [2021-04-07T04:19:13.223Z] ---> 8bb4ff29ef5b [2021-04-07T04:19:13.223Z] Successfully built 8bb4ff29ef5b [2021-04-07T04:19:13.223Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:19:13.541Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T04:19:13.541Z] . [Pipeline] withDockerContainer [2021-04-07T04:19:13.690Z] prd-centos7-docker-4c-2g-33114 does not seem to be running inside a container [2021-04-07T04:19:13.789Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/143 -v /w/workspace/device-sdk-go/143:/w/workspace/device-sdk-go/143:rw,z -v /w/workspace/device-sdk-go/143@tmp:/w/workspace/device-sdk-go/143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T04:19:15.426Z] $ docker top 868b271774e7292a545d226267589e04aff3f4971a0e6f6f79448afcfd7b87d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T04:19:15.948Z] + go version [2021-04-07T04:19:15.948Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-07T04:19:15.964Z] $ docker stop --time=1 868b271774e7292a545d226267589e04aff3f4971a0e6f6f79448afcfd7b87d9 [2021-04-07T04:19:17.307Z] $ docker rm -f 868b271774e7292a545d226267589e04aff3f4971a0e6f6f79448afcfd7b87d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:19:18.174Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-07T04:19:18.174Z] . [Pipeline] withDockerContainer [2021-04-07T04:19:18.267Z] prd-centos7-docker-4c-2g-33114 does not seem to be running inside a container [2021-04-07T04:19:18.315Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/143 -v /w/workspace/device-sdk-go/143:/w/workspace/device-sdk-go/143:rw,z -v /w/workspace/device-sdk-go/143@tmp:/w/workspace/device-sdk-go/143@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-07T04:19:18.839Z] $ docker top 2b2ee919bd92957d0fc6afef2fcfc091d07c9613ae5ba37d3a55a8656ace9e5d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T04:19:19.115Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-07T04:19:19.306Z] + make test [2021-04-07T04:19:19.306Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-07T04:19:27.512Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-07T04:19:45.765Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-07T04:19:45.765Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-07T04:19:45.765Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-07T04:19:45.765Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-07T04:19:45.765Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-07T04:19:48.360Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.061s coverage: 28.1% of statements [2021-04-07T04:19:48.360Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.069s coverage: 78.9% of statements [2021-04-07T04:19:49.332Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.071s coverage: 7.8% of statements [2021-04-07T04:19:49.332Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-07T04:19:49.332Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-07T04:19:49.332Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-07T04:19:49.332Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.087s coverage: 32.5% of statements [2021-04-07T04:19:49.332Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-07T04:19:49.332Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-07T04:19:49.332Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-07T04:19:49.911Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.090s coverage: 57.3% of statements [2021-04-07T04:19:50.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.169s coverage: 6.6% of statements [2021-04-07T04:19:50.174Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements [2021-04-07T04:19:50.174Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-07T04:19:50.441Z] GO111MODULE=on go vet ./... [2021-04-07T04:20:05.500Z] gofmt -l . [2021-04-07T04:20:05.500Z] [ "`gofmt -l .`" = "" ] [2021-04-07T04:20:05.500Z] ./bin/test-attribution-txt.sh [2021-04-07T04:20:05.767Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-07T04:20:06.046Z] $ docker stop --time=1 2b2ee919bd92957d0fc6afef2fcfc091d07c9613ae5ba37d3a55a8656ace9e5d [2021-04-07T04:20:06.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-07T04:20:06.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-07T04:20:06.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-07T04:20:06.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-07T04:20:06.125Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-07T04:20:07.735Z] $ docker rm -f 2b2ee919bd92957d0fc6afef2fcfc091d07c9613ae5ba37d3a55a8656ace9e5d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T04:20:08.437Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T04:20:08.866Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-07T04:20:11.661Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T04:20:11.966Z] + ls -al . [2021-04-07T04:20:11.966Z] total 188 [2021-04-07T04:20:11.966Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 7 04:20 . [2021-04-07T04:20:11.966Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 7 04:18 .. [2021-04-07T04:20:11.966Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 04:18 bin [2021-04-07T04:20:11.966Z] -rw-r--r--. 1 jenkins jenkins 99189 Apr 7 04:19 coverage.out [2021-04-07T04:20:11.966Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 7 04:18 Dockerfile.build [2021-04-07T04:20:11.966Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 04:18 .dockerignore [2021-04-07T04:20:11.966Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 7 04:18 example [2021-04-07T04:20:11.966Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 7 04:18 .git [2021-04-07T04:20:11.966Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 7 04:18 .github [2021-04-07T04:20:11.966Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 04:18 .gitignore [2021-04-07T04:20:11.966Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 7 04:20 go.mod [2021-04-07T04:20:11.966Z] -rw-r--r--. 1 jenkins jenkins 20946 Apr 7 04:20 go.sum [2021-04-07T04:20:11.967Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 7 04:18 internal [2021-04-07T04:20:11.967Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 7 04:18 Jenkinsfile [2021-04-07T04:20:11.967Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 04:18 LICENSE [2021-04-07T04:20:11.967Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 7 04:18 Makefile [2021-04-07T04:20:11.967Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 7 04:18 openapi [2021-04-07T04:20:11.967Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 04:18 pkg [2021-04-07T04:20:11.967Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 7 04:18 README.md [2021-04-07T04:20:11.967Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 7 04:18 RELEASE-NOTES.txt [2021-04-07T04:20:11.967Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 04:18 snap [2021-04-07T04:20:11.967Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 7 04:15 VERSION [2021-04-07T04:20:11.967Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 04:18 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:20:12.283Z] + 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=00c5ba735e55045c2b436cba75d2b8d60948dbc8 --label arch=amd64 --label version=2.0.0-dev.38 . [2021-04-07T04:20:12.552Z] Sending build context to Docker daemon 2.476MB [2021-04-07T04:20:12.552Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T04:20:12.552Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-07T04:20:12.552Z] ---> 8bb4ff29ef5b [2021-04-07T04:20:12.552Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-07T04:20:12.819Z] ---> Running in 1c9cd5dd32f1 [2021-04-07T04:20:13.083Z] Removing intermediate container 1c9cd5dd32f1 [2021-04-07T04:20:13.083Z] ---> 56ed485fbcef [2021-04-07T04:20:13.083Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T04:20:13.083Z] ---> Running in b1f2fe4ca26c [2021-04-07T04:20:13.349Z] Removing intermediate container b1f2fe4ca26c [2021-04-07T04:20:13.349Z] ---> 28ec912406bb [2021-04-07T04:20:13.349Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T04:20:13.349Z] ---> Running in bf3fa03e4184 [2021-04-07T04:20:14.313Z] Removing intermediate container bf3fa03e4184 [2021-04-07T04:20:14.313Z] ---> 9c79027fa2e2 [2021-04-07T04:20:14.313Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-07T04:20:14.313Z] ---> Running in d403f3af9da6 [2021-04-07T04:20:15.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T04:20:15.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T04:20:16.420Z] OK: 167 MiB in 45 packages [2021-04-07T04:20:16.683Z] Removing intermediate container d403f3af9da6 [2021-04-07T04:20:16.683Z] ---> 7a0752070def [2021-04-07T04:20:16.683Z] Step 7/23 : COPY . . [2021-04-07T04:20:17.631Z] ---> 630935805313 [2021-04-07T04:20:17.631Z] Step 8/23 : RUN go mod download [2021-04-07T04:20:17.895Z] ---> Running in 8bec9f5000ad [2021-04-07T04:20:18.555Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.139s coverage: 28.1% of statements [2021-04-07T04:20:18.555Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.172s coverage: 78.9% of statements [2021-04-07T04:20:18.555Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.171s coverage: 7.8% of statements [2021-04-07T04:20:18.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-07T04:20:18.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-07T04:20:18.555Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-07T04:20:18.845Z] Removing intermediate container 8bec9f5000ad [2021-04-07T04:20:18.845Z] ---> 34628b1fdaa0 [2021-04-07T04:20:18.845Z] Step 9/23 : RUN make build [2021-04-07T04:20:18.845Z] ---> Running in b41597a504a9 [2021-04-07T04:20:19.419Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.38" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-07T04:20:19.538Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.267s coverage: 32.5% of statements [2021-04-07T04:20:19.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-07T04:20:19.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-07T04:20:19.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-07T04:20:22.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.285s coverage: 57.3% of statements [2021-04-07T04:20:23.235Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.057s coverage: 6.6% of statements [2021-04-07T04:20:23.829Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.146s coverage: 5.0% of statements [2021-04-07T04:20:23.829Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-07T04:20:24.428Z] GO111MODULE=on go vet ./... [2021-04-07T04:20:29.600Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-07T04:20:31.529Z] Removing intermediate container b41597a504a9 [2021-04-07T04:20:31.529Z] ---> d4db55d4328c [2021-04-07T04:20:31.529Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T04:20:31.794Z] 3.12: Pulling from library/alpine [2021-04-07T04:20:31.794Z] 532819f3e44c: Pulling fs layer [2021-04-07T04:20:32.063Z] 532819f3e44c: Verifying Checksum [2021-04-07T04:20:32.063Z] 532819f3e44c: Download complete [2021-04-07T04:20:32.324Z] 532819f3e44c: Pull complete [2021-04-07T04:20:32.324Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T04:20:32.324Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T04:20:32.324Z] ---> 7230e588e954 [2021-04-07T04:20:32.324Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T04:20:32.324Z] ---> Running in 095cf6f499bc [2021-04-07T04:20:32.588Z] Removing intermediate container 095cf6f499bc [2021-04-07T04:20:32.588Z] ---> 4a8fb362b255 [2021-04-07T04:20:32.588Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T04:20:32.588Z] ---> Running in 64c081d4d0da [2021-04-07T04:20:33.540Z] Removing intermediate container 64c081d4d0da [2021-04-07T04:20:33.540Z] ---> 7035a2d134ec [2021-04-07T04:20:33.540Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-07T04:20:33.540Z] ---> Running in e32c94cb1866 [2021-04-07T04:20:34.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-07T04:20:34.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-07T04:20:34.954Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T04:20:35.215Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T04:20:35.215Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-07T04:20:35.478Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T04:20:35.478Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T04:20:35.744Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T04:20:35.744Z] OK: 8 MiB in 19 packages [2021-04-07T04:20:36.323Z] Removing intermediate container e32c94cb1866 [2021-04-07T04:20:36.323Z] ---> 176f13c5e8bc [2021-04-07T04:20:36.323Z] Step 14/23 : WORKDIR / [2021-04-07T04:20:36.323Z] ---> Running in c96152800db0 [2021-04-07T04:20:36.586Z] Removing intermediate container c96152800db0 [2021-04-07T04:20:36.586Z] ---> 6edc44e1f7ac [2021-04-07T04:20:36.586Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-07T04:20:36.586Z] ---> 20f8abe23ffc [2021-04-07T04:20:36.586Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-07T04:20:37.164Z] ---> 6b3456b6fafc [2021-04-07T04:20:37.164Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-07T04:20:37.426Z] ---> 4a5596b58a17 [2021-04-07T04:20:37.426Z] Step 18/23 : EXPOSE 49990 [2021-04-07T04:20:37.688Z] ---> Running in c11faf54b14f [2021-04-07T04:20:37.688Z] Removing intermediate container c11faf54b14f [2021-04-07T04:20:37.688Z] ---> 931d2fc57d4a [2021-04-07T04:20:37.688Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-07T04:20:37.688Z] ---> Running in c0e4a87d7397 [2021-04-07T04:20:37.950Z] Removing intermediate container c0e4a87d7397 [2021-04-07T04:20:37.950Z] ---> 4e499d9e8b49 [2021-04-07T04:20:37.950Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T04:20:38.214Z] ---> Running in 039c03d93cce [2021-04-07T04:20:38.214Z] Removing intermediate container 039c03d93cce [2021-04-07T04:20:38.214Z] ---> add09c44d910 [2021-04-07T04:20:38.214Z] Step 21/23 : LABEL arch=amd64 [2021-04-07T04:20:38.214Z] ---> Running in afad115969a3 [2021-04-07T04:20:38.477Z] Removing intermediate container afad115969a3 [2021-04-07T04:20:38.477Z] ---> c55c2504e748 [2021-04-07T04:20:38.477Z] Step 22/23 : LABEL git_sha=00c5ba735e55045c2b436cba75d2b8d60948dbc8 [2021-04-07T04:20:38.477Z] ---> Running in 22f7ae5b68bf [2021-04-07T04:20:38.740Z] Removing intermediate container 22f7ae5b68bf [2021-04-07T04:20:38.740Z] ---> 79fcd6547d1d [2021-04-07T04:20:38.740Z] Step 23/23 : LABEL version=2.0.0-dev.38 [2021-04-07T04:20:38.740Z] ---> Running in bd3af36a19f9 [2021-04-07T04:20:39.002Z] Removing intermediate container bd3af36a19f9 [2021-04-07T04:20:39.002Z] ---> 1e416bf20ddd [2021-04-07T04:20:39.002Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-07T04:20:39.002Z] Successfully built 1e416bf20ddd [2021-04-07T04:20:39.002Z] 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-07T04:20:40.133Z] ---> job-cost.sh [2021-04-07T04:20:40.133Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6uvH [2021-04-07T04:20:55.090Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T04:21:11.695Z] gofmt -l . [2021-04-07T04:21:11.695Z] [ "`gofmt -l .`" = "" ] [2021-04-07T04:21:11.695Z] ./bin/test-attribution-txt.sh [2021-04-07T04:21:11.695Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-07T04:21:11.759Z] $ docker stop --time=1 f8d07918f0b8d454e5298e72224239c135a43292c15296acfb86188c0cc5580d [2021-04-07T04:21:14.052Z] $ docker rm -f f8d07918f0b8d454e5298e72224239c135a43292c15296acfb86188c0cc5580d [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-07T04:21:15.112Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-07T04:21:15.185Z] Warning: overwriting stash ‘coverage-report’ [2021-04-07T04:21:15.941Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-07T04:21:16.711Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-07T04:21:17.045Z] + ls -al . [2021-04-07T04:21:17.045Z] total 224 [2021-04-07T04:21:17.045Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 04:21 . [2021-04-07T04:21:17.045Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 04:17 .. [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 04:17 .dockerignore [2021-04-07T04:21:17.045Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 04:17 .git [2021-04-07T04:21:17.045Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 04:17 .github [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 04:17 .gitignore [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 7 04:17 Dockerfile.build [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 7 04:17 Jenkinsfile [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 04:17 LICENSE [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 7 04:17 Makefile [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 7 04:17 README.md [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 7 04:17 RELEASE-NOTES.txt [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 04:15 VERSION [2021-04-07T04:21:17.045Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 04:17 bin [2021-04-07T04:21:17.045Z] -rw-r--r-- 1 jenkins jenkins 99189 Apr 7 04:20 coverage.out [2021-04-07T04:21:17.045Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 04:17 example [2021-04-07T04:21:17.045Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 7 04:21 go.mod [2021-04-07T04:21:17.045Z] -rw-r--r-- 1 jenkins jenkins 20946 Apr 7 04:21 go.sum [2021-04-07T04:21:17.045Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 04:17 internal [2021-04-07T04:21:17.045Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 04:17 openapi [2021-04-07T04:21:17.045Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 04:17 pkg [2021-04-07T04:21:17.045Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 04:17 snap [2021-04-07T04:21:17.045Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 04:17 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:21:17.390Z] + 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=00c5ba735e55045c2b436cba75d2b8d60948dbc8 --label arch=arm64 --label version=2.0.0-dev.38 . [2021-04-07T04:21:17.661Z] Sending build context to Docker daemon 2.486MB [2021-04-07T04:21:17.661Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-07T04:21:17.661Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-07T04:21:17.661Z] ---> f0306f802939 [2021-04-07T04:21:17.661Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-07T04:21:18.248Z] ---> Running in ee9e59c71698 [2021-04-07T04:21:18.519Z] Removing intermediate container ee9e59c71698 [2021-04-07T04:21:18.519Z] ---> 941c06baf2ce [2021-04-07T04:21:18.519Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T04:21:18.519Z] ---> Running in 32c6b8ceb59b [2021-04-07T04:21:19.115Z] Removing intermediate container 32c6b8ceb59b [2021-04-07T04:21:19.115Z] ---> 4cd9ae1ba04a [2021-04-07T04:21:19.115Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T04:21:19.115Z] ---> Running in 2ad1dae32165 [2021-04-07T04:21:21.695Z] lf-activate-venv(): INFO: Adding /tmp/venv-6uvH/bin to PATH [2021-04-07T04:21:21.695Z] INFO: No Stack... [2021-04-07T04:21:21.695Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T04:21:21.738Z] Removing intermediate container 2ad1dae32165 [2021-04-07T04:21:21.738Z] ---> b4891656d216 [2021-04-07T04:21:21.738Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-07T04:21:21.738Z] ---> Running in 1ca09453e3cb [2021-04-07T04:21:21.958Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T04:21:22.269Z] + cat /w/workspace/device-sdk-go/143/archives/cost.csv [2021-04-07T04:21:22.269Z] + cut -d, -f6 [Pipeline] lock [2021-04-07T04:21:22.362Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-143-stack-cost] [2021-04-07T04:21:22.372Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-143-stack-cost] did not exist. Created. [2021-04-07T04:21:22.373Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-143-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T04:21:22.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T04:21:22.784Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-07T04:21:22.903Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T04:21:22.914Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-143-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-04-07T04:21:23.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-07T04:21:23.917Z] OK: 144 MiB in 45 packages [2021-04-07T04:21:24.912Z] Removing intermediate container 1ca09453e3cb [2021-04-07T04:21:24.912Z] ---> 53929bbac856 [2021-04-07T04:21:24.912Z] Step 7/23 : COPY . . [2021-04-07T04:21:26.361Z] ---> d5fdb17725ea [2021-04-07T04:21:26.361Z] Step 8/23 : RUN go mod download [2021-04-07T04:21:26.361Z] ---> Running in 36854b115f19 [2021-04-07T04:21:28.999Z] Removing intermediate container 36854b115f19 [2021-04-07T04:21:28.999Z] ---> 8e1233e99a01 [2021-04-07T04:21:28.999Z] Step 9/23 : RUN make build [2021-04-07T04:21:28.999Z] ---> Running in 0141c591bd7e [2021-04-07T04:21:29.980Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.38" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-07T04:22:02.353Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-07T04:22:04.968Z] Removing intermediate container 0141c591bd7e [2021-04-07T04:22:04.968Z] ---> da7a42de8bdf [2021-04-07T04:22:04.968Z] Step 10/23 : FROM alpine:3.12 [2021-04-07T04:22:04.968Z] 3.12: Pulling from library/alpine [2021-04-07T04:22:05.240Z] 9a219e8acc52: Pulling fs layer [2021-04-07T04:22:05.240Z] 9a219e8acc52: Verifying Checksum [2021-04-07T04:22:05.240Z] 9a219e8acc52: Download complete [2021-04-07T04:22:05.840Z] 9a219e8acc52: Pull complete [2021-04-07T04:22:05.840Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-07T04:22:05.840Z] Status: Downloaded newer image for alpine:3.12 [2021-04-07T04:22:05.840Z] ---> d75e27dfc0a0 [2021-04-07T04:22:05.840Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-07T04:22:06.113Z] ---> Running in 63d64f7a53c6 [2021-04-07T04:22:06.709Z] Removing intermediate container 63d64f7a53c6 [2021-04-07T04:22:06.709Z] ---> ba0e8977a438 [2021-04-07T04:22:06.709Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-07T04:22:06.709Z] ---> Running in 13f4bc508391 [2021-04-07T04:22:08.686Z] Removing intermediate container 13f4bc508391 [2021-04-07T04:22:08.686Z] ---> bbd9f4ca53f0 [2021-04-07T04:22:08.686Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-07T04:22:08.686Z] ---> Running in efbf29b8e76b [2021-04-07T04:22:10.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-07T04:22:10.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-07T04:22:11.313Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-07T04:22:11.313Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-07T04:22:11.313Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-07T04:22:11.585Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-07T04:22:11.585Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-07T04:22:11.585Z] Executing busybox-1.31.1-r20.trigger [2021-04-07T04:22:11.857Z] OK: 8 MiB in 19 packages [2021-04-07T04:22:12.837Z] Removing intermediate container efbf29b8e76b [2021-04-07T04:22:12.837Z] ---> d726674a29f5 [2021-04-07T04:22:12.837Z] Step 14/23 : WORKDIR / [2021-04-07T04:22:13.111Z] ---> Running in b317c503d104 [2021-04-07T04:22:13.383Z] Removing intermediate container b317c503d104 [2021-04-07T04:22:13.383Z] ---> de6641c96dc1 [2021-04-07T04:22:13.383Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-07T04:22:14.361Z] ---> cfaef5d1121b [2021-04-07T04:22:14.361Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-07T04:22:15.343Z] ---> 8dbade223be7 [2021-04-07T04:22:15.343Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-07T04:22:16.322Z] ---> 7b49b09d834a [2021-04-07T04:22:16.322Z] Step 18/23 : EXPOSE 49990 [2021-04-07T04:22:16.322Z] ---> Running in 17391e34747a [2021-04-07T04:22:16.596Z] Removing intermediate container 17391e34747a [2021-04-07T04:22:16.597Z] ---> a5c8763b8018 [2021-04-07T04:22:16.597Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-07T04:22:16.870Z] ---> Running in 101a6b4f180d [2021-04-07T04:22:17.467Z] Removing intermediate container 101a6b4f180d [2021-04-07T04:22:17.467Z] ---> e946c84c2c1c [2021-04-07T04:22:17.467Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-07T04:22:17.467Z] ---> Running in 3a6cd60434c6 [2021-04-07T04:22:17.737Z] Removing intermediate container 3a6cd60434c6 [2021-04-07T04:22:17.737Z] ---> b42e69583762 [2021-04-07T04:22:17.737Z] Step 21/23 : LABEL arch=arm64 [2021-04-07T04:22:18.011Z] ---> Running in 4c1c86632610 [2021-04-07T04:22:18.284Z] Removing intermediate container 4c1c86632610 [2021-04-07T04:22:18.284Z] ---> 41e49b6e73f0 [2021-04-07T04:22:18.284Z] Step 22/23 : LABEL git_sha=00c5ba735e55045c2b436cba75d2b8d60948dbc8 [2021-04-07T04:22:18.558Z] ---> Running in b225a5723342 [2021-04-07T04:22:19.152Z] Removing intermediate container b225a5723342 [2021-04-07T04:22:19.152Z] ---> 7169c0c47f15 [2021-04-07T04:22:19.152Z] Step 23/23 : LABEL version=2.0.0-dev.38 [2021-04-07T04:22:19.152Z] ---> Running in 86df3623639d [2021-04-07T04:22:19.745Z] Removing intermediate container 86df3623639d [2021-04-07T04:22:19.745Z] ---> 2ca04377d665 [2021-04-07T04:22:19.745Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-07T04:22:19.745Z] Successfully built 2ca04377d665 [2021-04-07T04:22:19.745Z] 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-07T04:22:20.593Z] ---> job-cost.sh [2021-04-07T04:22:20.593Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RYOR [2021-04-07T04:22:59.558Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-07T04:24:36.311Z] lf-activate-venv(): INFO: Adding /tmp/venv-RYOR/bin to PATH [2021-04-07T04:24:36.311Z] INFO: No Stack... [2021-04-07T04:24:36.311Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-07T04:24:36.311Z] INFO: Archiving Costs [Pipeline] sh [2021-04-07T04:24:36.654Z] + cut -d, -f6 [2021-04-07T04:24:36.654Z] + cat /w/workspace/device-sdk-go/143/archives/cost.csv [Pipeline] lock [2021-04-07T04:24:36.772Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-143-stack-cost] [2021-04-07T04:24:36.788Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-143-stack-cost] did not exist. Created. [2021-04-07T04:24:36.789Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-143-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-07T04:24:37.261Z] /w/workspace/device-sdk-go/143@tmp/durable-f3eae012/script.sh: 1: /w/workspace/device-sdk-go/143@tmp/durable-f3eae012/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-07T04:24:37.609Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-07T04:24:37.697Z] Warning: overwriting stash ‘stack-cost’ [2021-04-07T04:24:37.860Z] Stashed 1 file(s) [Pipeline] } [2021-04-07T04:24:37.879Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-143-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-07T04:24:39.460Z] provisioning config files... [2021-04-07T04:24:39.489Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8715038974074095599tmp [Pipeline] { [Pipeline] sh [2021-04-07T04:24:40.291Z] + set +x [2021-04-07T04:24:40.291Z] + curl -s https://codecov.io/bash [2021-04-07T04:24:40.291Z] + bash -s -- [2021-04-07T04:24:41.086Z] [2021-04-07T04:24:41.086Z] _____ _ [2021-04-07T04:24:41.086Z] / ____| | | [2021-04-07T04:24:41.086Z] | | ___ __| | ___ ___ _____ __ [2021-04-07T04:24:41.086Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-07T04:24:41.086Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-07T04:24:41.086Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-07T04:24:41.086Z] Bash-20210309-2b87ace [2021-04-07T04:24:41.086Z] [2021-04-07T04:24:41.086Z] [2021-04-07T04:24:41.086Z] ==> git version 2.24.3 found [2021-04-07T04:24:41.086Z] ==> 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-07T04:24:41.086Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-07T04:24:41.086Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-07T04:24:41.086Z] ==> Jenkins CI detected. [2021-04-07T04:24:41.086Z] project root: . [2021-04-07T04:24:41.086Z] --> token set from env [2021-04-07T04:24:41.086Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-07T04:24:41.396Z] ==> Running gcov in . (disable via -X gcov) [2021-04-07T04:24:41.396Z] ==> Python coveragepy not found [2021-04-07T04:24:41.396Z] ==> Searching for coverage reports in: [2021-04-07T04:24:41.396Z] + . [2021-04-07T04:24:41.396Z] -> Found 1 reports [2021-04-07T04:24:41.396Z] ==> Detecting git/mercurial file structure [2021-04-07T04:24:41.396Z] ==> Reading reports [2021-04-07T04:24:41.396Z] + ./coverage.out bytes=99189 [2021-04-07T04:24:41.396Z] ==> Appending adjustments [2021-04-07T04:24:41.396Z] https://docs.codecov.io/docs/fixing-reports [2021-04-07T04:24:42.133Z] + Found adjustments [2021-04-07T04:24:42.133Z] ==> Gzipping contents [2021-04-07T04:24:42.557Z] 16K /tmp/codecov.zMByYM.gz [2021-04-07T04:24:42.557Z] ==> Uploading reports [2021-04-07T04:24:42.557Z] url: https://codecov.io [2021-04-07T04:24:42.557Z] query: branch=master&commit=00c5ba735e55045c2b436cba75d2b8d60948dbc8&build=143&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F143%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T04:24:42.557Z] -> Pinging Codecov [2021-04-07T04:24:42.557Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=00c5ba735e55045c2b436cba75d2b8d60948dbc8&build=143&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F143%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-07T04:24:43.201Z] -> Uploading to [2021-04-07T04:24:43.201Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-07/7E55EF52A471D76F132DFD9A03CDDE97/00c5ba735e55045c2b436cba75d2b8d60948dbc8/60b96301-4a78-4c51-b1e0-3a9444591881.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T042442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=86030934177b86e741b6558b3b93e6dd7657987fcdec037fc80fb629d664c744 [2021-04-07T04:24:43.201Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T04:24:43.201Z] Dload Upload Total Spent Left Speed [2021-04-07T04:24:43.788Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13365 0 0 100 13365 0 21654 --:--:-- --:--:-- --:--:-- 21696 [2021-04-07T04:24:43.788Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/00c5ba735e55045c2b436cba75d2b8d60948dbc8 [Pipeline] } [2021-04-07T04:24:43.802Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-07T04:24:44.977Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-07T04:24:45.054Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:24:45.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T04:24:45.861Z] [2021-04-07T04:24:45.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:24:46.724Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T04:24:47.490Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-07T04:24:47.490Z] 188c0c94c7c5: Pulling fs layer [2021-04-07T04:24:47.490Z] 0ef7d3d256c8: Pulling fs layer [2021-04-07T04:24:47.490Z] de9db76c5a1d: Pulling fs layer [2021-04-07T04:24:47.490Z] 0eba1c9be4d2: Pulling fs layer [2021-04-07T04:24:47.490Z] 0d57e429df01: Pulling fs layer [2021-04-07T04:24:47.490Z] 4e4be7b47b0d: Pulling fs layer [2021-04-07T04:24:47.490Z] e1f770b5df2f: Pulling fs layer [2021-04-07T04:24:47.490Z] 85a0685a4137: Pulling fs layer [2021-04-07T04:24:47.490Z] 0eba1c9be4d2: Waiting [2021-04-07T04:24:47.490Z] 0d57e429df01: Waiting [2021-04-07T04:24:47.490Z] 4e4be7b47b0d: Waiting [2021-04-07T04:24:47.490Z] e1f770b5df2f: Waiting [2021-04-07T04:24:47.490Z] 85a0685a4137: Waiting [2021-04-07T04:24:47.490Z] de9db76c5a1d: Verifying Checksum [2021-04-07T04:24:47.490Z] de9db76c5a1d: Download complete [2021-04-07T04:24:47.490Z] 0ef7d3d256c8: Verifying Checksum [2021-04-07T04:24:47.490Z] 0ef7d3d256c8: Download complete [2021-04-07T04:24:47.490Z] 0d57e429df01: Verifying Checksum [2021-04-07T04:24:47.490Z] 0d57e429df01: Download complete [2021-04-07T04:24:47.490Z] 4e4be7b47b0d: Verifying Checksum [2021-04-07T04:24:47.490Z] 4e4be7b47b0d: Download complete [2021-04-07T04:24:47.972Z] 188c0c94c7c5: Verifying Checksum [2021-04-07T04:24:47.972Z] 188c0c94c7c5: Download complete [2021-04-07T04:24:49.193Z] 188c0c94c7c5: Pull complete [2021-04-07T04:24:49.650Z] 0ef7d3d256c8: Pull complete [2021-04-07T04:24:49.980Z] de9db76c5a1d: Pull complete [2021-04-07T04:24:51.009Z] e1f770b5df2f: Verifying Checksum [2021-04-07T04:24:51.009Z] e1f770b5df2f: Download complete [2021-04-07T04:24:58.084Z] 0eba1c9be4d2: Verifying Checksum [2021-04-07T04:24:58.084Z] 0eba1c9be4d2: Download complete [2021-04-07T04:24:58.354Z] 85a0685a4137: Verifying Checksum [2021-04-07T04:24:58.354Z] 85a0685a4137: Download complete [2021-04-07T04:25:11.203Z] 0eba1c9be4d2: Pull complete [2021-04-07T04:25:11.487Z] 0d57e429df01: Pull complete [2021-04-07T04:25:11.766Z] 4e4be7b47b0d: Pull complete [2021-04-07T04:25:14.415Z] e1f770b5df2f: Pull complete [2021-04-07T04:25:30.006Z] 85a0685a4137: Pull complete [2021-04-07T04:25:30.006Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-07T04:25:30.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-07T04:25:30.006Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-07T04:25:30.531Z] prd-centos7-docker-4c-2g-33112 does not seem to be running inside a container [2021-04-07T04:25:30.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-07T04:25:34.172Z] $ docker top e725b29ad1c32ef1c31609f24db90ff8a19f462e6c1c6608608dc5d88c897982 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-07T04:25:34.673Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-07T04:25:36.472Z] + set -o pipefail [2021-04-07T04:25:36.472Z] + snyk monitor '--org=edgex-jenkins' [2021-04-07T04:25:59.222Z] [2021-04-07T04:25:59.222Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-07T04:25:59.222Z] [2021-04-07T04:25:59.222Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/9c47c675-5905-4540-9faf-47532611d04e [2021-04-07T04:25:59.222Z] [2021-04-07T04:25:59.222Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-07T04:25:59.222Z] [2021-04-07T04:25:59.222Z] [2021-04-07T04:25:59.222Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-07T04:25:59.222Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-07T04:25:59.252Z] $ docker stop --time=1 e725b29ad1c32ef1c31609f24db90ff8a19f462e6c1c6608608dc5d88c897982 [2021-04-07T04:26:03.276Z] $ docker rm -f e725b29ad1c32ef1c31609f24db90ff8a19f462e6c1c6608608dc5d88c897982 [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-07T04:26:05.558Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T04:26:05.621Z] provisioning config files... [2021-04-07T04:26:05.641Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5541552763358492806tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:26:06.136Z] --> edgex-publish-swagger.sh [2021-04-07T04:26:06.136Z] === Publish openapi/v1 API === [2021-04-07T04:26:06.136Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-07T04:26:06.136Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-07T04:26:06.136Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T04:26:06.136Z] Dload Upload Total Spent Left Speed [2021-04-07T04:26:06.756Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 26183 --:--:-- --:--:-- --:--:-- 26211 100 19947 0 0 100 19947 0 26174 --:--:-- --:--:-- --:--:-- 26211 [2021-04-07T04:26:06.756Z] [2021-04-07T04:26:06.756Z] [2021-04-07T04:26:06.756Z] === Publish openapi/v2 API === [2021-04-07T04:26:06.756Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-07T04:26:07.032Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-07T04:26:07.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-07T04:26:07.032Z] Dload Upload Total Spent Left Speed [2021-04-07T04:26:07.684Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 74935 --:--:-- --:--:-- --:--:-- 75048 [2021-04-07T04:26:07.684Z] [2021-04-07T04:26:07.684Z] [Pipeline] } [2021-04-07T04:26:07.720Z] 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-07T04:26:08.686Z] + git log --format=format:%s -1 00c5ba735e55045c2b436cba75d2b8d60948dbc8 [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:26:09.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T04:26:09.396Z] . [Pipeline] withDockerContainer [2021-04-07T04:26:09.997Z] prd-centos7-docker-4c-2g-33112 does not seem to be running inside a container [2021-04-07T04:26:10.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T04:26:12.347Z] $ docker top ad7cdf42577a72f50ffe744ef3b50a856042266f077fa6527e235b2005afbec0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T04:26:12.908Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T04:26:12.908Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T04:26:13.705Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T04:26:13.709Z] $ docker exec ad7cdf42577a72f50ffe744ef3b50a856042266f077fa6527e235b2005afbec0 ssh-agent [2021-04-07T04:26:14.635Z] SSH_AUTH_SOCK=/tmp/ssh-8LIAemXvAwLi/agent.12 [2021-04-07T04:26:14.635Z] SSH_AGENT_PID=17 [2021-04-07T04:26:14.685Z] Running ssh-add (command line suppressed) [2021-04-07T04:26:15.416Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3825574890306919268.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_3825574890306919268.key) [2021-04-07T04:26:15.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T04:26:16.350Z] + git semver tag [2021-04-07T04:26:16.650Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T04:26:16.650Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-07T04:26:16.650Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-07T04:26:16.650Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T04:26:16.650Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T04:26:16.650Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T04:26:16.650Z] # $SEMVER_BRANCH = master [2021-04-07T04:26:16.650Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-07T04:26:16.650Z] # 00c5ba735e55045c2b436cba75d2b8d60948dbc8 HEAD [2021-04-07T04:26:16.650Z] # -> Force: false [2021-04-07T04:26:16.650Z] # e856362c130524aaaca5b0d27b4dd5502bf3504c refs/tags/v2.0.0-dev.38 [Pipeline] } [2021-04-07T04:26:16.675Z] $ docker exec --env ******** --env ******** ad7cdf42577a72f50ffe744ef3b50a856042266f077fa6527e235b2005afbec0 ssh-agent -k [2021-04-07T04:26:17.324Z] unset SSH_AUTH_SOCK; [2021-04-07T04:26:17.329Z] unset SSH_AGENT_PID; [2021-04-07T04:26:17.329Z] echo Agent pid 17 killed; [2021-04-07T04:26:17.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T04:26:18.623Z] + git semver [Pipeline] } [2021-04-07T04:26:18.653Z] $ docker stop --time=1 ad7cdf42577a72f50ffe744ef3b50a856042266f077fa6527e235b2005afbec0 [2021-04-07T04:26:21.021Z] $ docker rm -f ad7cdf42577a72f50ffe744ef3b50a856042266f077fa6527e235b2005afbec0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:26:22.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T04:26:22.388Z] [2021-04-07T04:26:22.388Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:26:22.886Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T04:26:23.167Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-07T04:26:23.167Z] ab5ef0e58194: Pulling fs layer [2021-04-07T04:26:23.167Z] 9712f1f96733: Pulling fs layer [2021-04-07T04:26:23.167Z] 63f879dbbcfc: Pulling fs layer [2021-04-07T04:26:23.167Z] 0d9ebad4ef96: Pulling fs layer [2021-04-07T04:26:23.167Z] e9a5061849ea: Pulling fs layer [2021-04-07T04:26:23.167Z] d747dcd14b5f: Pulling fs layer [2021-04-07T04:26:23.167Z] 2de7ff778b66: Pulling fs layer [2021-04-07T04:26:23.167Z] e9a5061849ea: Waiting [2021-04-07T04:26:23.167Z] d747dcd14b5f: Waiting [2021-04-07T04:26:23.167Z] 2de7ff778b66: Waiting [2021-04-07T04:26:23.167Z] 0d9ebad4ef96: Waiting [2021-04-07T04:26:23.167Z] 9712f1f96733: Verifying Checksum [2021-04-07T04:26:23.167Z] 9712f1f96733: Download complete [2021-04-07T04:26:29.015Z] 63f879dbbcfc: Verifying Checksum [2021-04-07T04:26:29.015Z] 63f879dbbcfc: Download complete [2021-04-07T04:26:29.015Z] e9a5061849ea: Verifying Checksum [2021-04-07T04:26:29.015Z] e9a5061849ea: Download complete [2021-04-07T04:26:29.015Z] d747dcd14b5f: Verifying Checksum [2021-04-07T04:26:29.015Z] d747dcd14b5f: Download complete [2021-04-07T04:26:30.072Z] 2de7ff778b66: Verifying Checksum [2021-04-07T04:26:30.072Z] 2de7ff778b66: Download complete [2021-04-07T04:26:31.636Z] ab5ef0e58194: Verifying Checksum [2021-04-07T04:26:31.637Z] ab5ef0e58194: Download complete [2021-04-07T04:26:31.637Z] 0d9ebad4ef96: Verifying Checksum [2021-04-07T04:26:31.637Z] 0d9ebad4ef96: Download complete [2021-04-07T04:26:44.328Z] ab5ef0e58194: Pull complete [2021-04-07T04:26:44.328Z] 9712f1f96733: Pull complete [2021-04-07T04:26:46.519Z] 63f879dbbcfc: Pull complete [2021-04-07T04:26:59.206Z] 0d9ebad4ef96: Pull complete [2021-04-07T04:27:00.339Z] e9a5061849ea: Pull complete [2021-04-07T04:27:00.652Z] d747dcd14b5f: Pull complete [2021-04-07T04:27:07.827Z] 2de7ff778b66: Pull complete [2021-04-07T04:27:07.827Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-07T04:27:07.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-07T04:27:07.827Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-07T04:27:09.264Z] prd-centos7-docker-4c-2g-33112 does not seem to be running inside a container [2021-04-07T04:27:09.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-07T04:27:13.509Z] $ docker top 3a4780b843cd0627c620c0be2115ab8523972836f91eaf56f0c107d89c65496c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-07T04:27:14.481Z] provisioning config files... [2021-04-07T04:27:14.500Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6814616459147379077tmp [2021-04-07T04:27:14.563Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config944343312920024986tmp [2021-04-07T04:27:14.608Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6926172481185514174tmp [Pipeline] { [Pipeline] echo [2021-04-07T04:27:14.712Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:27:15.516Z] ---> sigul-configuration.sh [2021-04-07T04:27:15.516Z] gpg: directory `/root/.gnupg' created [2021-04-07T04:27:15.516Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-07T04:27:15.516Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-07T04:27:15.516Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-07T04:27:15.817Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-07T04:27:15.817Z] gpg: CAST5 encrypted data [2021-04-07T04:27:15.817Z] gpg: encrypted with 1 passphrase [2021-04-07T04:27:15.817Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-07T04:27:16.898Z] + mkdir /home/jenkins [2021-04-07T04:27:16.899Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-07T04:27:17.552Z] + 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-07T04:27:17.567Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:27:18.744Z] ---> sigul-install.sh [2021-04-07T04:27:34.186Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-07T04:27:34.933Z] + git tag --list [2021-04-07T04:27:34.933Z] 0.7.1 [2021-04-07T04:27:34.933Z] delhi-tag [2021-04-07T04:27:34.933Z] v1.0.0 [2021-04-07T04:27:34.933Z] v1.1.0 [2021-04-07T04:27:34.933Z] v1.1.1 [2021-04-07T04:27:34.933Z] v1.1.2 [2021-04-07T04:27:34.933Z] v1.2.0 [2021-04-07T04:27:34.933Z] v1.2.1 [2021-04-07T04:27:34.933Z] v1.2.2 [2021-04-07T04:27:34.933Z] v1.2.3 [2021-04-07T04:27:34.933Z] v1.3.0 [2021-04-07T04:27:34.933Z] v1.4.0 [2021-04-07T04:27:34.933Z] v2.0.0-dev.1 [2021-04-07T04:27:34.933Z] v2.0.0-dev.10 [2021-04-07T04:27:34.933Z] v2.0.0-dev.11 [2021-04-07T04:27:34.933Z] v2.0.0-dev.12 [2021-04-07T04:27:34.933Z] v2.0.0-dev.13 [2021-04-07T04:27:34.933Z] v2.0.0-dev.14 [2021-04-07T04:27:34.933Z] v2.0.0-dev.15 [2021-04-07T04:27:34.933Z] v2.0.0-dev.16 [2021-04-07T04:27:34.933Z] v2.0.0-dev.17 [2021-04-07T04:27:34.933Z] v2.0.0-dev.18 [2021-04-07T04:27:34.933Z] v2.0.0-dev.19 [2021-04-07T04:27:34.933Z] v2.0.0-dev.2 [2021-04-07T04:27:34.933Z] v2.0.0-dev.20 [2021-04-07T04:27:34.933Z] v2.0.0-dev.21 [2021-04-07T04:27:34.933Z] v2.0.0-dev.22 [2021-04-07T04:27:34.933Z] v2.0.0-dev.23 [2021-04-07T04:27:34.933Z] v2.0.0-dev.24 [2021-04-07T04:27:34.933Z] v2.0.0-dev.25 [2021-04-07T04:27:34.933Z] v2.0.0-dev.26 [2021-04-07T04:27:34.933Z] v2.0.0-dev.27 [2021-04-07T04:27:34.933Z] v2.0.0-dev.28 [2021-04-07T04:27:34.933Z] v2.0.0-dev.29 [2021-04-07T04:27:34.933Z] v2.0.0-dev.3 [2021-04-07T04:27:34.933Z] v2.0.0-dev.30 [2021-04-07T04:27:34.933Z] v2.0.0-dev.31 [2021-04-07T04:27:34.933Z] v2.0.0-dev.32 [2021-04-07T04:27:34.933Z] v2.0.0-dev.33 [2021-04-07T04:27:34.933Z] v2.0.0-dev.34 [2021-04-07T04:27:34.933Z] v2.0.0-dev.35 [2021-04-07T04:27:34.933Z] v2.0.0-dev.36 [2021-04-07T04:27:34.933Z] v2.0.0-dev.37 [2021-04-07T04:27:34.933Z] v2.0.0-dev.38 [2021-04-07T04:27:34.933Z] v2.0.0-dev.4 [2021-04-07T04:27:34.933Z] v2.0.0-dev.5 [2021-04-07T04:27:34.933Z] v2.0.0-dev.6 [2021-04-07T04:27:34.933Z] v2.0.0-dev.7 [2021-04-07T04:27:34.933Z] v2.0.0-dev.8 [2021-04-07T04:27:34.933Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-07T04:27:35.812Z] + lftools sign git-tag v2.0.0-dev.38 [2021-04-07T04:27:38.555Z] Signing Git tag with Sigul... [2021-04-07T04:27:38.555Z] Signing v2.0.0-dev.38 [Pipeline] echo [2021-04-07T04:27:39.722Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:27:40.906Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-07T04:27:40.930Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-07T04:27:41.093Z] $ docker stop --time=1 3a4780b843cd0627c620c0be2115ab8523972836f91eaf56f0c107d89c65496c [2021-04-07T04:27:44.759Z] $ docker rm -f 3a4780b843cd0627c620c0be2115ab8523972836f91eaf56f0c107d89c65496c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:27:45.941Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T04:27:46.291Z] . [Pipeline] withDockerContainer [2021-04-07T04:27:47.135Z] prd-centos7-docker-4c-2g-33112 does not seem to be running inside a container [2021-04-07T04:27:47.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T04:27:50.033Z] $ docker top 906c46e1f084e48d9fda6da73fdd55f4237e48f8d101e4cba17110c7221e5cce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T04:27:50.624Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T04:27:50.624Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T04:27:51.506Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T04:27:51.511Z] $ docker exec 906c46e1f084e48d9fda6da73fdd55f4237e48f8d101e4cba17110c7221e5cce ssh-agent [2021-04-07T04:27:52.944Z] SSH_AUTH_SOCK=/tmp/ssh-WESiOgvmgDOs/agent.13 [2021-04-07T04:27:52.944Z] SSH_AGENT_PID=18 [2021-04-07T04:27:52.958Z] Running ssh-add (command line suppressed) [2021-04-07T04:27:53.704Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8543660165466580924.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8543660165466580924.key) [2021-04-07T04:27:53.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T04:27:55.181Z] + git semver bump pre [2021-04-07T04:27:55.579Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T04:27:55.579Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-07T04:27:55.579Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-07T04:27:55.579Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T04:27:55.579Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T04:27:55.579Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T04:27:55.579Z] # $SEMVER_BRANCH = master [2021-04-07T04:27:55.579Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-07T04:27:55.579Z] 2.0.0-dev.39 [Pipeline] } [2021-04-07T04:27:55.605Z] $ docker exec --env ******** --env ******** 906c46e1f084e48d9fda6da73fdd55f4237e48f8d101e4cba17110c7221e5cce ssh-agent -k [2021-04-07T04:27:56.422Z] unset SSH_AUTH_SOCK; [2021-04-07T04:27:56.427Z] unset SSH_AGENT_PID; [2021-04-07T04:27:56.428Z] echo Agent pid 18 killed; [2021-04-07T04:27:56.557Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T04:27:58.596Z] + git semver [Pipeline] } [2021-04-07T04:27:58.814Z] $ docker stop --time=1 906c46e1f084e48d9fda6da73fdd55f4237e48f8d101e4cba17110c7221e5cce [2021-04-07T04:28:02.125Z] $ docker rm -f 906c46e1f084e48d9fda6da73fdd55f4237e48f8d101e4cba17110c7221e5cce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:28:03.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-07T04:28:03.929Z] . [Pipeline] withDockerContainer [2021-04-07T04:28:04.154Z] prd-centos7-docker-4c-2g-33112 does not seem to be running inside a container [2021-04-07T04:28:04.580Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-07T04:28:06.136Z] $ docker top 96dc0f17c510d6d306928fa12e646874d38fae5fd8fa0714b79f9e6d87aa396b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-07T04:28:06.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-07T04:28:06.921Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-07T04:28:07.713Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-07T04:28:07.719Z] $ docker exec 96dc0f17c510d6d306928fa12e646874d38fae5fd8fa0714b79f9e6d87aa396b ssh-agent [2021-04-07T04:28:08.815Z] SSH_AUTH_SOCK=/tmp/ssh-Bd2msibhpDjS/agent.11 [2021-04-07T04:28:08.815Z] SSH_AGENT_PID=17 [2021-04-07T04:28:08.831Z] Running ssh-add (command line suppressed) [2021-04-07T04:28:09.929Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1895593371855990102.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1895593371855990102.key) [2021-04-07T04:28:10.755Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-07T04:28:11.490Z] + git semver push [2021-04-07T04:28:11.490Z] # -> Open(): unable to determine branch for HEAD [2021-04-07T04:28:11.490Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-07T04:28:11.490Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-07T04:28:11.490Z] # $SEMVER_REMOTE_NAME = origin [2021-04-07T04:28:11.490Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-07T04:28:11.490Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-07T04:28:11.490Z] # $SEMVER_BRANCH = master [2021-04-07T04:28:11.490Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-07T04:28:17.073Z] $ docker exec --env ******** --env ******** 96dc0f17c510d6d306928fa12e646874d38fae5fd8fa0714b79f9e6d87aa396b ssh-agent -k [2021-04-07T04:28:17.473Z] unset SSH_AUTH_SOCK; [2021-04-07T04:28:17.478Z] unset SSH_AGENT_PID; [2021-04-07T04:28:17.478Z] echo Agent pid 17 killed; [2021-04-07T04:28:17.576Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-07T04:28:18.469Z] + git semver [Pipeline] } [2021-04-07T04:28:18.541Z] $ docker stop --time=1 96dc0f17c510d6d306928fa12e646874d38fae5fd8fa0714b79f9e6d87aa396b [2021-04-07T04:28:21.024Z] $ docker rm -f 96dc0f17c510d6d306928fa12e646874d38fae5fd8fa0714b79f9e6d87aa396b [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-07T04:28:24.063Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:28:25.747Z] ---> package-listing.sh [2021-04-07T04:28:25.747Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-07T04:28:25.747Z] ++ facter osfamily [2021-04-07T04:28:26.019Z] + OS_FAMILY=redhat [2021-04-07T04:28:26.019Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-07T04:28:26.019Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-07T04:28:26.019Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-07T04:28:26.019Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-07T04:28:26.019Z] + PACKAGES=/tmp/packages_start.txt [2021-04-07T04:28:26.019Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-07T04:28:26.019Z] + PACKAGES=/tmp/packages_end.txt [2021-04-07T04:28:26.019Z] + case "${OS_FAMILY}" in [2021-04-07T04:28:26.019Z] + rpm -qa [2021-04-07T04:28:26.019Z] + sort [2021-04-07T04:28:32.856Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-07T04:28:32.856Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-07T04:28:32.856Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-07T04:28:33.191Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-07T04:28:33.191Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-07T04:28:33.191Z] + 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-07T04:28:33.255Z] 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-07T04:28:33.620Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:28:34.740Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T04:28:35.074Z] [2021-04-07T04:28:35.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-07T04:28:35.871Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T04:28:36.318Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-07T04:28:36.319Z] df20fa9351a1: Pulling fs layer [2021-04-07T04:28:36.319Z] 36b3adc4ff6f: Pulling fs layer [2021-04-07T04:28:36.319Z] 8ad3a11d3b57: Pulling fs layer [2021-04-07T04:28:36.319Z] 46f8f816bc3b: Pulling fs layer [2021-04-07T04:28:36.319Z] 93b61091891f: Pulling fs layer [2021-04-07T04:28:36.319Z] 93b9cdb0e59b: Pulling fs layer [2021-04-07T04:28:36.319Z] 5e14af77c1be: Pulling fs layer [2021-04-07T04:28:36.319Z] 01666e4c0597: Pulling fs layer [2021-04-07T04:28:36.319Z] aa168da1d23b: Pulling fs layer [2021-04-07T04:28:36.319Z] 46f8f816bc3b: Waiting [2021-04-07T04:28:36.319Z] 93b61091891f: Waiting [2021-04-07T04:28:36.319Z] 93b9cdb0e59b: Waiting [2021-04-07T04:28:36.319Z] 5e14af77c1be: Waiting [2021-04-07T04:28:36.319Z] 01666e4c0597: Waiting [2021-04-07T04:28:36.319Z] aa168da1d23b: Waiting [2021-04-07T04:28:36.744Z] 36b3adc4ff6f: Verifying Checksum [2021-04-07T04:28:36.744Z] 36b3adc4ff6f: Download complete [2021-04-07T04:28:36.744Z] 46f8f816bc3b: Verifying Checksum [2021-04-07T04:28:36.744Z] 46f8f816bc3b: Download complete [2021-04-07T04:28:36.744Z] df20fa9351a1: Verifying Checksum [2021-04-07T04:28:36.744Z] df20fa9351a1: Download complete [2021-04-07T04:28:37.063Z] 93b61091891f: Verifying Checksum [2021-04-07T04:28:37.063Z] 93b61091891f: Download complete [2021-04-07T04:28:37.063Z] 93b9cdb0e59b: Verifying Checksum [2021-04-07T04:28:37.063Z] 93b9cdb0e59b: Download complete [2021-04-07T04:28:37.063Z] 5e14af77c1be: Verifying Checksum [2021-04-07T04:28:37.063Z] 5e14af77c1be: Download complete [2021-04-07T04:28:37.063Z] 01666e4c0597: Verifying Checksum [2021-04-07T04:28:37.063Z] 01666e4c0597: Download complete [2021-04-07T04:28:38.094Z] 8ad3a11d3b57: Verifying Checksum [2021-04-07T04:28:38.095Z] 8ad3a11d3b57: Download complete [2021-04-07T04:28:38.095Z] df20fa9351a1: Pull complete [2021-04-07T04:28:38.747Z] 36b3adc4ff6f: Pull complete [2021-04-07T04:28:41.515Z] 8ad3a11d3b57: Pull complete [2021-04-07T04:28:41.813Z] 46f8f816bc3b: Pull complete [2021-04-07T04:28:42.943Z] 93b61091891f: Pull complete [2021-04-07T04:28:43.599Z] 93b9cdb0e59b: Pull complete [2021-04-07T04:28:44.395Z] 5e14af77c1be: Pull complete [2021-04-07T04:28:44.395Z] aa168da1d23b: Verifying Checksum [2021-04-07T04:28:44.395Z] aa168da1d23b: Download complete [2021-04-07T04:28:45.509Z] 01666e4c0597: Pull complete [2021-04-07T04:29:08.331Z] aa168da1d23b: Pull complete [2021-04-07T04:29:08.331Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-07T04:29:08.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-07T04:29:08.331Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-07T04:29:08.700Z] prd-centos7-docker-4c-2g-33112 does not seem to be running inside a container [2021-04-07T04:29:08.938Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-07T04:29:13.404Z] $ docker top fc4bcfb76f1a10b4c5222ac9297dbb3c7440975f71d1f3862893e3781a3d86e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-07T04:29:15.195Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-07T04:29:16.203Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-07T04:29:16.810Z] + ls /var/log/sa-host [2021-04-07T04:29:16.810Z] + sadf -c /var/log/sa-host/sa07 [2021-04-07T04:29:16.810Z] file_magic: OK [2021-04-07T04:29:16.810Z] HZ: Using current value: 100 [2021-04-07T04:29:16.810Z] file_header: OK [2021-04-07T04:29:16.810Z] 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-07T04:29:16.810Z] Statistics: [2021-04-07T04:29:16.810Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-07T04:29:16.810Z] File successfully converted to sysstat format version 12.2.1 [2021-04-07T04:29:16.810Z] + sadf -c /var/log/sa-host/sa23 [2021-04-07T04:29:16.810Z] file_magic: OK [2021-04-07T04:29:16.810Z] HZ: Using current value: 100 [2021-04-07T04:29:16.810Z] file_header: OK [2021-04-07T04:29:16.810Z] 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-07T04:29:16.810Z] Statistics: [2021-04-07T04:29:16.810Z] Hnuu...uuuununununu... [2021-04-07T04:29:16.810Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-07T04:29:17.488Z] provisioning config files... [2021-04-07T04:29:17.509Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config727633680006777077tmp [Pipeline] { [Pipeline] echo [2021-04-07T04:29:17.593Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:29:18.307Z] ---> create-netrc.sh [Pipeline] } [2021-04-07T04:29:18.321Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-07T04:29:18.430Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:29:19.117Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-07T04:29:19.142Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:29:19.928Z] ---> sudo-logs.sh [2021-04-07T04:29:19.928Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-07T04:29:20.005Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:29:20.746Z] ---> job-cost.sh [2021-04-07T04:29:20.746Z] lf-activate-venv: SKIPPING [2021-04-07T04:29:20.746Z] DEBUG: total: 0.20999999344348907 [2021-04-07T04:29:20.746Z] INFO: Retrieving Stack Cost... [2021-04-07T04:29:21.418Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-07T04:29:22.443Z] INFO: Archiving Costs [Pipeline] echo [2021-04-07T04:29:22.466Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-07T04:29:23.852Z] ---> logs-deploy.sh [2021-04-07T04:29:23.852Z] lf-activate-venv: SKIPPING [2021-04-07T04:29:23.852Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/143 [2021-04-07T04:29:23.852Z] INFO: archiving workspace using pattern(s): [2021-04-07T04:29:26.621Z] Archives upload complete. [2021-04-07T04:29:26.911Z] INFO: archiving logs to Nexus