Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e9afc7ccd5ba2553acad713398a13835ab73bf06 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-33422 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 e9afc7ccd5ba2553acad713398a13835ab73bf06 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 Commit message: "fix: fix set command resourceOperation mapping (#870)" > git rev-list --no-walk 0004bfda3add5d207eecfa44332d420db602e0f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-09T08:54:25.099Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-09T08:54:25.390Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-09T08:54:25.498Z] ========================================================= [2021-04-09T08:54:25.499Z] EdgeX Global Pipelines Version Info [2021-04-09T08:54:25.499Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-09T08:54:27.082Z] ------------------- [2021-04-09T08:54:27.082Z] stable info: [2021-04-09T08:54:27.082Z] ------------------- [2021-04-09T08:54:27.082Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-09T08:54:27.082Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-09T08:54:27.082Z] Message: update stable to v1.0.186 [2021-04-09T08:54:28.032Z] ------------------- [2021-04-09T08:54:28.032Z] experimental info: [2021-04-09T08:54:28.032Z] ------------------- [2021-04-09T08:54:28.032Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-09T08:54:28.032Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-09T08:54:28.033Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-09T08:54:28.338Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-09T08:54:28.447Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-09T08:54:28.558Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-09T08:54:28.663Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-09T08:54:28.767Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-09T08:54:28.872Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-09T08:54:28.967Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-09T08:54:29.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-09T08:54:29.203Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-09T08:54:29.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-09T08:54:29.426Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-09T08:54:29.531Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-09T08:54:29.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-09T08:54:29.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-09T08:54:29.848Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T08:54:29.944Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-09T08:54:30.043Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-09T08:54:30.139Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-09T08:54:30.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-09T08:54:30.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-09T08:54:30.514Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-09T08:54:30.611Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-09T08:54:30.765Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-09T08:54:30.868Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-09T08:54:30.974Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-09T08:54:31.069Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-09T08:54:31.255Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-09T08:54:31.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-09T08:54:31.457Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-09T08:54:31.571Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e9afc7ccd5ba2553acad713398a13835ab73bf06 [Pipeline] echo [2021-04-09T08:54:31.679Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e9afc7c [Pipeline] echo [2021-04-09T08:54:31.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T08:54:31.961Z] provisioning config files... [2021-04-09T08:54:31.994Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config579594714580478759tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T08:54:32.411Z] ---> docker-login.sh [2021-04-09T08:54:32.411Z] nexus3.edgexfoundry.org:10001 [2021-04-09T08:54:32.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:54:32.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:54:32.940Z] Configure a credential helper to remove this warning. See [2021-04-09T08:54:32.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:54:32.940Z] [2021-04-09T08:54:32.940Z] Login Succeeded [2021-04-09T08:54:32.940Z] nexus3.edgexfoundry.org:10002 [2021-04-09T08:54:32.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:54:32.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:54:32.940Z] Configure a credential helper to remove this warning. See [2021-04-09T08:54:32.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:54:32.940Z] [2021-04-09T08:54:32.940Z] Login Succeeded [2021-04-09T08:54:32.940Z] nexus3.edgexfoundry.org:10003 [2021-04-09T08:54:33.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:54:33.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:54:33.202Z] Configure a credential helper to remove this warning. See [2021-04-09T08:54:33.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:54:33.202Z] [2021-04-09T08:54:33.202Z] Login Succeeded [2021-04-09T08:54:33.202Z] nexus3.edgexfoundry.org:10004 [2021-04-09T08:54:33.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:54:33.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:54:33.465Z] Configure a credential helper to remove this warning. See [2021-04-09T08:54:33.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:54:33.465Z] [2021-04-09T08:54:33.465Z] Login Succeeded [2021-04-09T08:54:33.465Z] docker.io [2021-04-09T08:54:33.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:54:33.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:54:33.731Z] Configure a credential helper to remove this warning. See [2021-04-09T08:54:33.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:54:33.731Z] [2021-04-09T08:54:33.731Z] Login Succeeded [2021-04-09T08:54:33.731Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T08:54:33.741Z] 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-09T08:54:34.627Z] + git log --format=format:%s -1 e9afc7ccd5ba2553acad713398a13835ab73bf06 [Pipeline] echo [2021-04-09T08:54:34.702Z] GIT_COMMIT: e9afc7ccd5ba2553acad713398a13835ab73bf06, Commit Message: fix: fix set command resourceOperation mapping (#870) [Pipeline] echo [2021-04-09T08:54:34.766Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-09T08:54:35.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T08:54:35.807Z] [2021-04-09T08:54:35.807Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T08:54:36.184Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T08:54:36.184Z] latest: Pulling from edgex-devops/git-semver [2021-04-09T08:54:36.185Z] 31603596830f: Pulling fs layer [2021-04-09T08:54:36.185Z] 2a8b12db71e7: Pulling fs layer [2021-04-09T08:54:36.185Z] 6ca5941a6612: Pulling fs layer [2021-04-09T08:54:36.185Z] ecc8261a40a4: Pulling fs layer [2021-04-09T08:54:36.185Z] ecc8261a40a4: Waiting [2021-04-09T08:54:36.185Z] 2a8b12db71e7: Verifying Checksum [2021-04-09T08:54:36.185Z] 2a8b12db71e7: Download complete [2021-04-09T08:54:36.185Z] 31603596830f: Verifying Checksum [2021-04-09T08:54:36.185Z] 31603596830f: Download complete [2021-04-09T08:54:36.452Z] ecc8261a40a4: Verifying Checksum [2021-04-09T08:54:36.452Z] ecc8261a40a4: Download complete [2021-04-09T08:54:36.452Z] 6ca5941a6612: Verifying Checksum [2021-04-09T08:54:36.452Z] 6ca5941a6612: Download complete [2021-04-09T08:54:37.030Z] 31603596830f: Pull complete [2021-04-09T08:54:37.030Z] 2a8b12db71e7: Pull complete [2021-04-09T08:54:37.980Z] 6ca5941a6612: Pull complete [2021-04-09T08:54:37.980Z] ecc8261a40a4: Pull complete [2021-04-09T08:54:37.980Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-09T08:54:37.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T08:54:37.980Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-09T08:54:38.161Z] prd-centos7-docker-4c-2g-33422 does not seem to be running inside a container [2021-04-09T08:54:38.214Z] $ 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-09T08:54:40.404Z] $ docker top 0755c0213da74131603b3a59ec68fbefea9a7becf0d18b7dea7b0961b2501564 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T08:54:40.742Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T08:54:40.742Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T08:54:40.974Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T08:54:40.978Z] $ docker exec 0755c0213da74131603b3a59ec68fbefea9a7becf0d18b7dea7b0961b2501564 ssh-agent [2021-04-09T08:54:41.141Z] SSH_AUTH_SOCK=/tmp/ssh-aeiUxXFrwofy/agent.12 [2021-04-09T08:54:41.141Z] SSH_AGENT_PID=17 [2021-04-09T08:54:41.152Z] Running ssh-add (command line suppressed) [2021-04-09T08:54:41.268Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4630380757927835727.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4630380757927835727.key) [2021-04-09T08:54:41.319Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T08:54:41.658Z] + git tag --points-at HEAD [Pipeline] } [2021-04-09T08:54:41.681Z] $ docker exec --env ******** --env ******** 0755c0213da74131603b3a59ec68fbefea9a7becf0d18b7dea7b0961b2501564 ssh-agent -k [2021-04-09T08:54:41.802Z] unset SSH_AUTH_SOCK; [2021-04-09T08:54:41.802Z] unset SSH_AGENT_PID; [2021-04-09T08:54:41.802Z] echo Agent pid 17 killed; [2021-04-09T08:54:41.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-09T08:54:42.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T08:54:42.019Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T08:54:42.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T08:54:42.194Z] $ docker exec 0755c0213da74131603b3a59ec68fbefea9a7becf0d18b7dea7b0961b2501564 ssh-agent [2021-04-09T08:54:42.347Z] SSH_AUTH_SOCK=/tmp/ssh-OIFNOtZ9card/agent.48 [2021-04-09T08:54:42.347Z] SSH_AGENT_PID=53 [2021-04-09T08:54:42.355Z] Running ssh-add (command line suppressed) [2021-04-09T08:54:42.471Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5378006812750740916.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5378006812750740916.key) [2021-04-09T08:54:42.520Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T08:54:42.874Z] + git semver init [2021-04-09T08:54:42.874Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T08:54:42.874Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-09T08:54:42.874Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-09T08:54:42.874Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T08:54:42.874Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T08:54:42.874Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T08:54:42.874Z] # $SEMVER_BRANCH = master [2021-04-09T08:54:42.874Z] # $SEMVER_TEMP = /tmp/semver-718289745 [2021-04-09T08:54:42.874Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-09T08:54:43.825Z] # '/tmp/semver-718289745' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-09T08:54:43.825Z] # -> Force: false [2021-04-09T08:54:43.825Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-09T08:54:43.840Z] $ docker exec --env ******** --env ******** 0755c0213da74131603b3a59ec68fbefea9a7becf0d18b7dea7b0961b2501564 ssh-agent -k [2021-04-09T08:54:43.957Z] unset SSH_AUTH_SOCK; [2021-04-09T08:54:43.957Z] unset SSH_AGENT_PID; [2021-04-09T08:54:43.957Z] echo Agent pid 53 killed; [2021-04-09T08:54:44.003Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T08:54:44.480Z] + git semver [Pipeline] } [2021-04-09T08:54:44.498Z] $ docker stop --time=1 0755c0213da74131603b3a59ec68fbefea9a7becf0d18b7dea7b0961b2501564 [2021-04-09T08:54:46.142Z] $ docker rm -f 0755c0213da74131603b3a59ec68fbefea9a7becf0d18b7dea7b0961b2501564 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T08:54:46.618Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-09T08:54:47.068Z] Stashed 1 file(s) [Pipeline] echo [2021-04-09T08:54:47.071Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [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-09T08:55:02.573Z] Still waiting to schedule task [2021-04-09T08:55:02.574Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-09T08:55:02.576Z] Still waiting to schedule task [2021-04-09T08:55:02.576Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-09T08:56:47.212Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33423 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-09T08:56:47.274Z] Running in /w/workspace/device-sdk-go/146 [Pipeline] { [Pipeline] checkout [2021-04-09T08:56:52.232Z] using credential edgex-jenkins-ssh [2021-04-09T08:56:52.291Z] Cloning the remote Git repository [2021-04-09T08:56:52.348Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-09T08:56:52.464Z] > git init /w/workspace/device-sdk-go/146 # timeout=10 [2021-04-09T08:56:52.529Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-09T08:56:52.530Z] > git --version # timeout=10 [2021-04-09T08:56:52.557Z] > git --version # 'git version 2.17.1' [2021-04-09T08:56:52.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T08:56:52.648Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T08:56:54.383Z] Checking out Revision e9afc7ccd5ba2553acad713398a13835ab73bf06 (master) [2021-04-09T08:56:53.723Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-09T08:56:53.741Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T08:56:53.766Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-09T08:56:53.806Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-09T08:56:53.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T08:56:53.819Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T08:56:54.404Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T08:56:54.427Z] > git checkout -f e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 [2021-04-09T08:56:58.805Z] Commit message: "fix: fix set command resourceOperation mapping (#870)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T08:57:00.418Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-09T08:57:00.822Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T08:57:01.180Z] + sudo service docker restart [2021-04-09T08:57:01.180Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T08:57:03.964Z] provisioning config files... [2021-04-09T08:57:04.015Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/146@tmp/config4872521047937904443tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T08:57:04.438Z] ---> docker-login.sh [2021-04-09T08:57:04.438Z] nexus3.edgexfoundry.org:10001 [2021-04-09T08:57:05.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:57:05.697Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:57:05.697Z] Configure a credential helper to remove this warning. See [2021-04-09T08:57:05.697Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:57:05.697Z] [2021-04-09T08:57:05.697Z] Login Succeeded [2021-04-09T08:57:05.697Z] nexus3.edgexfoundry.org:10002 [2021-04-09T08:57:05.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:57:06.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:57:06.248Z] Configure a credential helper to remove this warning. See [2021-04-09T08:57:06.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:57:06.248Z] [2021-04-09T08:57:06.248Z] Login Succeeded [2021-04-09T08:57:06.248Z] nexus3.edgexfoundry.org:10003 [2021-04-09T08:57:06.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:57:06.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:57:06.797Z] Configure a credential helper to remove this warning. See [2021-04-09T08:57:06.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:57:06.797Z] [2021-04-09T08:57:06.797Z] Login Succeeded [2021-04-09T08:57:06.797Z] nexus3.edgexfoundry.org:10004 [2021-04-09T08:57:07.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:57:07.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:57:07.343Z] Configure a credential helper to remove this warning. See [2021-04-09T08:57:07.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:57:07.343Z] [2021-04-09T08:57:07.343Z] Login Succeeded [2021-04-09T08:57:07.343Z] docker.io [2021-04-09T08:57:07.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:57:07.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:57:07.898Z] Configure a credential helper to remove this warning. See [2021-04-09T08:57:07.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:57:07.898Z] [2021-04-09T08:57:07.898Z] Login Succeeded [2021-04-09T08:57:07.898Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T08:57:07.916Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T08:57:08.420Z] ========================================================= [2021-04-09T08:57:08.420Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-09T08:57:08.420Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T08:57:08.816Z] + 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-09T08:57:09.099Z] Sending build context to Docker daemon 2.385MB [2021-04-09T08:57:09.377Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T08:57:09.377Z] Step 2/8 : FROM ${BASE} [2021-04-09T08:57:09.377Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-09T08:57:09.377Z] 5f621e34cdf4: Pulling fs layer [2021-04-09T08:57:09.377Z] a4357932f1b6: Pulling fs layer [2021-04-09T08:57:09.377Z] 18c013af1878: Pulling fs layer [2021-04-09T08:57:09.377Z] 00ac8860ef70: Pulling fs layer [2021-04-09T08:57:09.377Z] 63d7cb157983: Pulling fs layer [2021-04-09T08:57:09.377Z] b116817d02f9: Pulling fs layer [2021-04-09T08:57:09.377Z] 745a02a5169b: Pulling fs layer [2021-04-09T08:57:09.377Z] 00ac8860ef70: Waiting [2021-04-09T08:57:09.377Z] 63d7cb157983: Waiting [2021-04-09T08:57:09.377Z] b116817d02f9: Waiting [2021-04-09T08:57:09.377Z] 745a02a5169b: Waiting [2021-04-09T08:57:09.377Z] 18c013af1878: Verifying Checksum [2021-04-09T08:57:09.377Z] 18c013af1878: Download complete [2021-04-09T08:57:09.377Z] a4357932f1b6: Verifying Checksum [2021-04-09T08:57:09.377Z] a4357932f1b6: Download complete [2021-04-09T08:57:09.377Z] 63d7cb157983: Verifying Checksum [2021-04-09T08:57:09.377Z] 63d7cb157983: Download complete [2021-04-09T08:57:09.377Z] b116817d02f9: Verifying Checksum [2021-04-09T08:57:09.377Z] b116817d02f9: Download complete [2021-04-09T08:57:09.377Z] 5f621e34cdf4: Verifying Checksum [2021-04-09T08:57:09.377Z] 5f621e34cdf4: Download complete [2021-04-09T08:57:09.977Z] 5f621e34cdf4: Pull complete [2021-04-09T08:57:10.588Z] a4357932f1b6: Pull complete [2021-04-09T08:57:11.195Z] 18c013af1878: Pull complete [2021-04-09T08:57:11.471Z] 745a02a5169b: Verifying Checksum [2021-04-09T08:57:11.471Z] 745a02a5169b: Download complete [2021-04-09T08:57:12.910Z] 00ac8860ef70: Verifying Checksum [2021-04-09T08:57:12.910Z] 00ac8860ef70: Download complete [2021-04-09T08:57:23.092Z] 00ac8860ef70: Pull complete [2021-04-09T08:57:23.381Z] 63d7cb157983: Pull complete [2021-04-09T08:57:23.652Z] b116817d02f9: Pull complete [2021-04-09T08:57:27.971Z] 745a02a5169b: Pull complete [2021-04-09T08:57:27.971Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-09T08:57:27.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-09T08:57:27.971Z] ---> b7e6874047d6 [2021-04-09T08:57:27.971Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-09T08:57:30.616Z] ---> Running in 0056e21857e7 [2021-04-09T08:57:30.890Z] Removing intermediate container 0056e21857e7 [2021-04-09T08:57:30.890Z] ---> fffce7b1dfce [2021-04-09T08:57:30.890Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T08:57:31.163Z] ---> Running in dec8eaf7d80c [2021-04-09T08:57:33.809Z] Removing intermediate container dec8eaf7d80c [2021-04-09T08:57:33.809Z] ---> b29664d6d0dc [2021-04-09T08:57:33.809Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-09T08:57:33.809Z] ---> Running in 6a42cd309b49 [2021-04-09T08:57:34.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T08:57:35.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T08:57:36.353Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-09T08:57:36.353Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-09T08:57:36.353Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-09T08:57:36.353Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-09T08:57:36.625Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T08:57:36.625Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-09T08:57:36.901Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T08:57:36.901Z] OK: 144 MiB in 45 packages [2021-04-09T08:57:37.886Z] Removing intermediate container 6a42cd309b49 [2021-04-09T08:57:37.887Z] ---> bc8bc35cc197 [2021-04-09T08:57:37.887Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-09T08:57:38.161Z] ---> Running in ca258e6fd6c6 [2021-04-09T08:57:38.755Z] Removing intermediate container ca258e6fd6c6 [2021-04-09T08:57:38.755Z] ---> 6e7c413b4ddf [2021-04-09T08:57:38.755Z] Step 7/8 : COPY . . [2021-04-09T08:57:39.739Z] ---> 0bda9b9b1c44 [2021-04-09T08:57:39.739Z] Step 8/8 : RUN go mod download [2021-04-09T08:57:40.012Z] ---> Running in 19dd1b568c6b [2021-04-09T08:58:06.837Z] Removing intermediate container 19dd1b568c6b [2021-04-09T08:58:06.837Z] ---> 27be23a1ffab [2021-04-09T08:58:06.837Z] Successfully built 27be23a1ffab [2021-04-09T08:58:06.837Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T08:58:07.179Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T08:58:07.179Z] . [Pipeline] withDockerContainer [2021-04-09T08:58:07.466Z] prd-ubuntu18.04-docker-arm64-4c-16g-33423 does not seem to be running inside a container [2021-04-09T08:58:07.547Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/146 -v /w/workspace/device-sdk-go/146:/w/workspace/device-sdk-go/146:rw,z -v /w/workspace/device-sdk-go/146@tmp:/w/workspace/device-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T08:58:09.224Z] $ docker top f140022d9f4dd81143797a45d45de2d6e0127d457be206a8544bfde7d3b72dfa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T08:58:10.259Z] + go version [2021-04-09T08:58:10.259Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-09T08:58:10.287Z] $ docker stop --time=1 f140022d9f4dd81143797a45d45de2d6e0127d457be206a8544bfde7d3b72dfa [2021-04-09T08:58:12.565Z] $ docker rm -f f140022d9f4dd81143797a45d45de2d6e0127d457be206a8544bfde7d3b72dfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T08:58:13.592Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T08:58:13.592Z] . [Pipeline] withDockerContainer [2021-04-09T08:58:13.828Z] prd-ubuntu18.04-docker-arm64-4c-16g-33423 does not seem to be running inside a container [2021-04-09T08:58:13.909Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/146 -v /w/workspace/device-sdk-go/146:/w/workspace/device-sdk-go/146:rw,z -v /w/workspace/device-sdk-go/146@tmp:/w/workspace/device-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T08:58:15.466Z] $ docker top b44b038370d46f2b7ce465f1bf9d585c2f1e16c032d55a11af076986691b22cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T08:58:16.508Z] + make test [2021-04-09T08:58:16.508Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T08:58:24.340Z] Running on prd-centos7-docker-4c-2g-33424 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-09T08:58:24.413Z] Running in /w/workspace/device-sdk-go/146 [Pipeline] { [Pipeline] checkout [2021-04-09T08:58:35.774Z] using credential edgex-jenkins-ssh [2021-04-09T08:58:35.856Z] Cloning the remote Git repository [2021-04-09T08:58:36.004Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-09T08:58:36.105Z] > git init /w/workspace/device-sdk-go/146 # timeout=10 [2021-04-09T08:58:36.242Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-09T08:58:36.242Z] > git --version # timeout=10 [2021-04-09T08:58:36.289Z] > git --version # 'git version 2.24.3' [2021-04-09T08:58:36.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T08:58:36.498Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T08:58:38.379Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-09T08:58:38.414Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T08:58:38.605Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-09T08:58:38.718Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-09T08:58:39.319Z] Checking out Revision e9afc7ccd5ba2553acad713398a13835ab73bf06 (master) [2021-04-09T08:58:38.772Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-09T08:58:38.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T08:58:38.807Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T08:58:39.339Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T08:58:39.486Z] > git checkout -f e9afc7ccd5ba2553acad713398a13835ab73bf06 # timeout=10 [2021-04-09T08:58:45.403Z] Commit message: "fix: fix set command resourceOperation mapping (#870)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T08:58:47.697Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-09T08:58:48.357Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T08:58:48.792Z] + sudo service docker restart [2021-04-09T08:58:48.792Z] + true [2021-04-09T08:58:48.792Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T08:58:50.565Z] provisioning config files... [2021-04-09T08:58:50.609Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/146@tmp/config4354988818687405328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T08:58:51.455Z] ---> docker-login.sh [2021-04-09T08:58:51.455Z] nexus3.edgexfoundry.org:10001 [2021-04-09T08:58:52.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:58:52.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:58:52.518Z] Configure a credential helper to remove this warning. See [2021-04-09T08:58:52.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:58:52.518Z] [2021-04-09T08:58:52.518Z] Login Succeeded [2021-04-09T08:58:52.518Z] nexus3.edgexfoundry.org:10002 [2021-04-09T08:58:52.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:58:53.067Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:58:53.067Z] Configure a credential helper to remove this warning. See [2021-04-09T08:58:53.067Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:58:53.067Z] [2021-04-09T08:58:53.067Z] Login Succeeded [2021-04-09T08:58:53.067Z] nexus3.edgexfoundry.org:10003 [2021-04-09T08:58:53.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:58:53.380Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:58:53.380Z] Configure a credential helper to remove this warning. See [2021-04-09T08:58:53.380Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:58:53.380Z] [2021-04-09T08:58:53.380Z] Login Succeeded [2021-04-09T08:58:53.380Z] nexus3.edgexfoundry.org:10004 [2021-04-09T08:58:53.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:58:53.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:58:53.723Z] Configure a credential helper to remove this warning. See [2021-04-09T08:58:53.723Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:58:53.723Z] [2021-04-09T08:58:53.723Z] Login Succeeded [2021-04-09T08:58:53.723Z] docker.io [2021-04-09T08:58:54.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T08:58:55.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T08:58:55.174Z] Configure a credential helper to remove this warning. See [2021-04-09T08:58:55.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T08:58:55.174Z] [2021-04-09T08:58:55.174Z] Login Succeeded [2021-04-09T08:58:55.174Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T08:58:55.199Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T08:58:55.647Z] ========================================================= [2021-04-09T08:58:55.647Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-09T08:58:55.647Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T08:58:56.097Z] + 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-09T08:58:56.405Z] Sending build context to Docker daemon 2.396MB [2021-04-09T08:58:56.405Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T08:58:56.405Z] Step 2/8 : FROM ${BASE} [2021-04-09T08:58:56.405Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-09T08:58:56.405Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T08:58:56.405Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T08:58:56.405Z] de9db76c5a1d: Pulling fs layer [2021-04-09T08:58:56.405Z] bca2f99d35d6: Pulling fs layer [2021-04-09T08:58:56.405Z] 93359f2a8cfa: Pulling fs layer [2021-04-09T08:58:56.405Z] 7c6f9722023f: Pulling fs layer [2021-04-09T08:58:56.405Z] a35cf1a2eb13: Pulling fs layer [2021-04-09T08:58:56.405Z] bca2f99d35d6: Waiting [2021-04-09T08:58:56.405Z] 93359f2a8cfa: Waiting [2021-04-09T08:58:56.405Z] 7c6f9722023f: Waiting [2021-04-09T08:58:56.405Z] a35cf1a2eb13: Waiting [2021-04-09T08:58:56.405Z] de9db76c5a1d: Verifying Checksum [2021-04-09T08:58:56.405Z] de9db76c5a1d: Download complete [2021-04-09T08:58:56.711Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T08:58:56.712Z] 0ef7d3d256c8: Download complete [2021-04-09T08:58:56.712Z] 93359f2a8cfa: Download complete [2021-04-09T08:58:56.712Z] 7c6f9722023f: Verifying Checksum [2021-04-09T08:58:56.712Z] 7c6f9722023f: Download complete [2021-04-09T08:58:57.000Z] 188c0c94c7c5: Download complete [2021-04-09T08:58:58.191Z] 188c0c94c7c5: Pull complete [2021-04-09T08:58:59.355Z] 0ef7d3d256c8: Pull complete [2021-04-09T08:58:59.355Z] de9db76c5a1d: Pull complete [2021-04-09T08:59:05.130Z] a35cf1a2eb13: Verifying Checksum [2021-04-09T08:59:05.130Z] a35cf1a2eb13: Download complete [2021-04-09T08:59:05.130Z] bca2f99d35d6: Verifying Checksum [2021-04-09T08:59:05.130Z] bca2f99d35d6: Download complete [2021-04-09T08:59:15.969Z] bca2f99d35d6: Pull complete [2021-04-09T08:59:15.969Z] 93359f2a8cfa: Pull complete [2021-04-09T08:59:16.594Z] 7c6f9722023f: Pull complete [2021-04-09T08:59:23.382Z] a35cf1a2eb13: Pull complete [2021-04-09T08:59:23.382Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-09T08:59:23.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-09T08:59:23.382Z] ---> a62c8e92a672 [2021-04-09T08:59:23.382Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-09T08:59:23.650Z] ---> Running in 3d7f0b81ce4d [2021-04-09T08:59:23.963Z] Removing intermediate container 3d7f0b81ce4d [2021-04-09T08:59:23.963Z] ---> f9f3bf332569 [2021-04-09T08:59:23.963Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T08:59:24.237Z] ---> Running in d578aa400881 [2021-04-09T08:59:27.113Z] Removing intermediate container d578aa400881 [2021-04-09T08:59:27.113Z] ---> c0f5c5e33557 [2021-04-09T08:59:27.113Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-09T08:59:27.113Z] ---> Running in 2ac01940c528 [2021-04-09T08:59:28.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T08:59:29.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T08:59:29.715Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-09T08:59:29.715Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-09T08:59:29.980Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-09T08:59:29.980Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-09T08:59:29.980Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T08:59:30.256Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-09T08:59:30.256Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T08:59:30.256Z] OK: 167 MiB in 45 packages [2021-04-09T08:59:31.744Z] Removing intermediate container 2ac01940c528 [2021-04-09T08:59:31.744Z] ---> 0d2f5a18f3c4 [2021-04-09T08:59:31.744Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-09T08:59:31.744Z] ---> Running in 3714be603979 [2021-04-09T08:59:32.137Z] Removing intermediate container 3714be603979 [2021-04-09T08:59:32.137Z] ---> d982a6ed8ab5 [2021-04-09T08:59:32.137Z] Step 7/8 : COPY . . [2021-04-09T08:59:33.687Z] ---> 1c11ef8fae70 [2021-04-09T08:59:33.687Z] Step 8/8 : RUN go mod download [2021-04-09T08:59:33.955Z] ---> Running in 5ea550f7db2c [2021-04-09T08:59:35.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-09T08:59:35.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-09T08:59:35.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-09T08:59:35.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-09T08:59:35.348Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-09T08:59:36.792Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.137s coverage: 28.1% of statements [2021-04-09T08:59:37.393Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.194s coverage: 78.9% of statements [2021-04-09T08:59:37.393Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.182s coverage: 7.8% of statements [2021-04-09T08:59:37.393Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-09T08:59:37.393Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-09T08:59:37.393Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-09T08:59:40.036Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.247s coverage: 32.5% of statements [2021-04-09T08:59:40.036Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-09T08:59:40.036Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-09T08:59:40.036Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-09T08:59:42.680Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.307s coverage: 57.1% of statements [2021-04-09T08:59:42.960Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.238s coverage: 6.6% of statements [2021-04-09T08:59:43.233Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.148s coverage: 5.0% of statements [2021-04-09T08:59:43.233Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-09T08:59:43.830Z] GO111MODULE=on go vet ./... [2021-04-09T09:00:13.462Z] Removing intermediate container 5ea550f7db2c [2021-04-09T09:00:13.462Z] ---> bdce7651d6ee [2021-04-09T09:00:13.462Z] Successfully built bdce7651d6ee [2021-04-09T09:00:13.462Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:00:14.067Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T09:00:14.497Z] . [Pipeline] withDockerContainer [2021-04-09T09:00:16.112Z] prd-centos7-docker-4c-2g-33424 does not seem to be running inside a container [2021-04-09T09:00:16.863Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/146 -v /w/workspace/device-sdk-go/146:/w/workspace/device-sdk-go/146:rw,z -v /w/workspace/device-sdk-go/146@tmp:/w/workspace/device-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T09:00:19.212Z] $ docker top c36ff3bbc48141b420c326e79cea98a9927edcf3586af62acfc6483913de5943 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T09:00:20.503Z] + go version [2021-04-09T09:00:20.503Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-09T09:00:20.590Z] $ docker stop --time=1 c36ff3bbc48141b420c326e79cea98a9927edcf3586af62acfc6483913de5943 [2021-04-09T09:00:22.751Z] $ docker rm -f c36ff3bbc48141b420c326e79cea98a9927edcf3586af62acfc6483913de5943 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:00:24.270Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T09:00:24.270Z] . [Pipeline] withDockerContainer [2021-04-09T09:00:24.996Z] prd-centos7-docker-4c-2g-33424 does not seem to be running inside a container [2021-04-09T09:00:25.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/146 -v /w/workspace/device-sdk-go/146:/w/workspace/device-sdk-go/146:rw,z -v /w/workspace/device-sdk-go/146@tmp:/w/workspace/device-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T09:00:27.320Z] $ docker top 4a0b2dba004309c3e282e85f2331676a912f66b64f0cd0998ad377f3da5b35b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T09:00:28.742Z] + make test [2021-04-09T09:00:28.742Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T09:00:31.073Z] gofmt -l . [2021-04-09T09:00:31.073Z] [ "`gofmt -l .`" = "" ] [2021-04-09T09:00:31.073Z] ./bin/test-attribution-txt.sh [2021-04-09T09:00:31.073Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-09T09:00:31.093Z] $ docker stop --time=1 b44b038370d46f2b7ce465f1bf9d585c2f1e16c032d55a11af076986691b22cc [2021-04-09T09:00:33.426Z] $ docker rm -f b44b038370d46f2b7ce465f1bf9d585c2f1e16c032d55a11af076986691b22cc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T09:00:34.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-09T09:00:35.358Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T09:00:38.702Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-09T09:00:39.040Z] + ls -al . [2021-04-09T09:00:39.040Z] total 224 [2021-04-09T09:00:39.040Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 9 09:00 . [2021-04-09T09:00:39.040Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 08:56 .. [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 9 08:56 .dockerignore [2021-04-09T09:00:39.040Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 9 08:56 .git [2021-04-09T09:00:39.040Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 08:56 .github [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 9 08:56 .gitignore [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 9 08:56 Dockerfile.build [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 9 08:56 Jenkinsfile [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 9 08:56 LICENSE [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 9 08:56 Makefile [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 9 08:56 README.md [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 9 08:56 RELEASE-NOTES.txt [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 9 08:54 VERSION [2021-04-09T09:00:39.040Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 9 08:56 bin [2021-04-09T09:00:39.040Z] -rw-r--r-- 1 jenkins jenkins 99750 Apr 9 08:59 coverage.out [2021-04-09T09:00:39.040Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 9 08:56 example [2021-04-09T09:00:39.040Z] -rw-r--r-- 1 jenkins jenkins 572 Apr 9 09:00 go.mod [2021-04-09T09:00:39.040Z] -rw-r--r-- 1 jenkins jenkins 20726 Apr 9 09:00 go.sum [2021-04-09T09:00:39.040Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 9 08:56 internal [2021-04-09T09:00:39.040Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 08:56 openapi [2021-04-09T09:00:39.040Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 9 08:56 pkg [2021-04-09T09:00:39.040Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 9 08:56 snap [2021-04-09T09:00:39.040Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 9 08:56 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:00:39.382Z] + 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=e9afc7ccd5ba2553acad713398a13835ab73bf06 --label arch=arm64 --label version=2.0.0-dev.41 . [2021-04-09T09:00:39.979Z] Sending build context to Docker daemon 2.485MB [2021-04-09T09:00:39.979Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T09:00:39.979Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-09T09:00:39.979Z] ---> 27be23a1ffab [2021-04-09T09:00:39.979Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-09T09:00:39.979Z] ---> Running in 97eeda6af9c3 [2021-04-09T09:00:40.588Z] Removing intermediate container 97eeda6af9c3 [2021-04-09T09:00:40.588Z] ---> 73fc85a5797d [2021-04-09T09:00:40.588Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-09T09:00:40.588Z] ---> Running in 2c4374600a1b [2021-04-09T09:00:41.188Z] Removing intermediate container 2c4374600a1b [2021-04-09T09:00:41.188Z] ---> 1cce6aacf471 [2021-04-09T09:00:41.188Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T09:00:41.188Z] ---> Running in 76b16c60852c [2021-04-09T09:00:43.173Z] Removing intermediate container 76b16c60852c [2021-04-09T09:00:43.173Z] ---> 62525ef1724f [2021-04-09T09:00:43.173Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-09T09:00:43.447Z] ---> Running in 2a820ec99296 [2021-04-09T09:00:44.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T09:00:45.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T09:00:45.993Z] OK: 144 MiB in 45 packages [2021-04-09T09:00:46.978Z] Removing intermediate container 2a820ec99296 [2021-04-09T09:00:46.978Z] ---> 628526af0339 [2021-04-09T09:00:46.978Z] Step 7/23 : COPY . . [2021-04-09T09:00:48.425Z] ---> 893653388ae9 [2021-04-09T09:00:48.425Z] Step 8/23 : RUN go mod download [2021-04-09T09:00:48.425Z] ---> Running in 32ddc8963642 [2021-04-09T09:00:51.032Z] Removing intermediate container 32ddc8963642 [2021-04-09T09:00:51.032Z] ---> f3b693f3b180 [2021-04-09T09:00:51.032Z] Step 9/23 : RUN make build [2021-04-09T09:00:51.032Z] ---> Running in 14cd89c388b2 [2021-04-09T09:00:51.629Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.41" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-09T09:00:53.397Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-09T09:01:24.016Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-09T09:01:26.642Z] Removing intermediate container 14cd89c388b2 [2021-04-09T09:01:26.642Z] ---> 52ed133f8ab8 [2021-04-09T09:01:26.642Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T09:01:26.642Z] 3.12: Pulling from library/alpine [2021-04-09T09:01:26.913Z] 9a219e8acc52: Pulling fs layer [2021-04-09T09:01:27.514Z] 9a219e8acc52: Download complete [2021-04-09T09:01:28.111Z] 9a219e8acc52: Pull complete [2021-04-09T09:01:28.111Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T09:01:28.111Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T09:01:28.111Z] ---> d75e27dfc0a0 [2021-04-09T09:01:28.111Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-09T09:01:28.111Z] ---> Running in 87e7784a91e7 [2021-04-09T09:01:28.712Z] Removing intermediate container 87e7784a91e7 [2021-04-09T09:01:28.712Z] ---> dbedbd18b50e [2021-04-09T09:01:28.712Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T09:01:28.712Z] ---> Running in e3d977b07764 [2021-04-09T09:01:31.321Z] Removing intermediate container e3d977b07764 [2021-04-09T09:01:31.321Z] ---> 5b3d53fa2f90 [2021-04-09T09:01:31.321Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-09T09:01:31.321Z] ---> Running in 0939c5505b28 [2021-04-09T09:01:31.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T09:01:32.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T09:01:33.476Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-09T09:01:33.476Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-09T09:01:33.476Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-09T09:01:33.747Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-09T09:01:34.016Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-09T09:01:34.286Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T09:01:34.286Z] OK: 8 MiB in 19 packages [2021-04-09T09:01:35.720Z] Removing intermediate container 0939c5505b28 [2021-04-09T09:01:35.720Z] ---> 7b33452c440d [2021-04-09T09:01:35.720Z] Step 14/23 : WORKDIR / [2021-04-09T09:01:35.720Z] ---> Running in 89bb8dd396a6 [2021-04-09T09:01:35.995Z] Removing intermediate container 89bb8dd396a6 [2021-04-09T09:01:35.995Z] ---> caf0e71d85b2 [2021-04-09T09:01:35.995Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-09T09:01:36.979Z] ---> 4deaf8b76d61 [2021-04-09T09:01:36.979Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-09T09:01:37.957Z] ---> 169a2eae6810 [2021-04-09T09:01:37.957Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-09T09:01:38.935Z] ---> ce317386ecf3 [2021-04-09T09:01:38.935Z] Step 18/23 : EXPOSE 49990 [2021-04-09T09:01:38.935Z] ---> Running in cc3f6ed99347 [2021-04-09T09:01:39.209Z] Removing intermediate container cc3f6ed99347 [2021-04-09T09:01:39.209Z] ---> dcffd83f372e [2021-04-09T09:01:39.209Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-09T09:01:39.484Z] ---> Running in 67450ffc60b4 [2021-04-09T09:01:40.080Z] Removing intermediate container 67450ffc60b4 [2021-04-09T09:01:40.080Z] ---> 84a7d12bdba8 [2021-04-09T09:01:40.080Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T09:01:40.080Z] ---> Running in 523cef898332 [2021-04-09T09:01:40.674Z] Removing intermediate container 523cef898332 [2021-04-09T09:01:40.674Z] ---> f97f4051785f [2021-04-09T09:01:40.674Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T09:01:40.674Z] ---> Running in 45f82ab842a0 [2021-04-09T09:01:41.266Z] Removing intermediate container 45f82ab842a0 [2021-04-09T09:01:41.266Z] ---> a34427a7ff6f [2021-04-09T09:01:41.266Z] Step 22/23 : LABEL git_sha=e9afc7ccd5ba2553acad713398a13835ab73bf06 [2021-04-09T09:01:41.266Z] ---> Running in 0e49fc8c2a8f [2021-04-09T09:01:41.540Z] Removing intermediate container 0e49fc8c2a8f [2021-04-09T09:01:41.540Z] ---> d20782fa5a42 [2021-04-09T09:01:41.540Z] Step 23/23 : LABEL version=2.0.0-dev.41 [2021-04-09T09:01:41.814Z] ---> Running in 05a6c31aa2b2 [2021-04-09T09:01:42.410Z] Removing intermediate container 05a6c31aa2b2 [2021-04-09T09:01:42.410Z] ---> b633814e2371 [2021-04-09T09:01:42.410Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-09T09:01:42.410Z] Successfully built b633814e2371 [2021-04-09T09:01:42.410Z] 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 [2021-04-09T09:01:43.198Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-09T09:01:43.198Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-09T09:01:43.198Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-09T09:01:43.198Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-09T09:01:43.198Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:01:43.548Z] ---> job-cost.sh [2021-04-09T09:01:43.548Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AP7w [2021-04-09T09:01:46.116Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.185s coverage: 28.1% of statements [2021-04-09T09:01:46.116Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.135s coverage: 78.9% of statements [2021-04-09T09:01:47.690Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.131s coverage: 7.8% of statements [2021-04-09T09:01:47.690Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-09T09:01:47.690Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-09T09:01:47.690Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-09T09:01:50.637Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.217s coverage: 32.5% of statements [2021-04-09T09:01:50.637Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-09T09:01:50.637Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-09T09:01:50.637Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-09T09:01:50.637Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.185s coverage: 57.1% of statements [2021-04-09T09:01:52.732Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.880s coverage: 6.6% of statements [2021-04-09T09:01:52.732Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.246s coverage: 5.0% of statements [2021-04-09T09:01:52.732Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-09T09:01:53.018Z] GO111MODULE=on go vet ./... [2021-04-09T09:02:22.481Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T09:02:33.767Z] gofmt -l . [2021-04-09T09:02:33.767Z] [ "`gofmt -l .`" = "" ] [2021-04-09T09:02:33.767Z] ./bin/test-attribution-txt.sh [2021-04-09T09:02:35.376Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-09T09:02:37.060Z] $ docker stop --time=1 4a0b2dba004309c3e282e85f2331676a912f66b64f0cd0998ad377f3da5b35b6 [2021-04-09T09:02:39.883Z] $ docker rm -f 4a0b2dba004309c3e282e85f2331676a912f66b64f0cd0998ad377f3da5b35b6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T09:02:41.924Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-09T09:02:42.015Z] Warning: overwriting stash ‘coverage-report’ [2021-04-09T09:02:42.823Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-09T09:02:43.670Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-09T09:02:44.099Z] + ls -al . [2021-04-09T09:02:44.099Z] total 188 [2021-04-09T09:02:44.099Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 9 09:02 . [2021-04-09T09:02:44.099Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 9 08:58 .. [2021-04-09T09:02:44.100Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 9 08:58 bin [2021-04-09T09:02:44.100Z] -rw-r--r--. 1 jenkins jenkins 99751 Apr 9 09:01 coverage.out [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 9 08:58 Dockerfile.build [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 9 08:58 .dockerignore [2021-04-09T09:02:44.100Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 9 08:58 example [2021-04-09T09:02:44.100Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 9 08:58 .git [2021-04-09T09:02:44.100Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 9 08:58 .github [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 9 08:58 .gitignore [2021-04-09T09:02:44.100Z] -rw-r--r--. 1 jenkins jenkins 572 Apr 9 09:02 go.mod [2021-04-09T09:02:44.100Z] -rw-r--r--. 1 jenkins jenkins 20726 Apr 9 09:02 go.sum [2021-04-09T09:02:44.100Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 9 08:58 internal [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 9 08:58 Jenkinsfile [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 9 08:58 LICENSE [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 9 08:58 Makefile [2021-04-09T09:02:44.100Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 9 08:58 openapi [2021-04-09T09:02:44.100Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 9 08:58 pkg [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 9 08:58 README.md [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 9 08:58 RELEASE-NOTES.txt [2021-04-09T09:02:44.100Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 9 08:58 snap [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 9 08:54 VERSION [2021-04-09T09:02:44.100Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 9 08:58 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:02:44.586Z] + 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=e9afc7ccd5ba2553acad713398a13835ab73bf06 --label arch=amd64 --label version=2.0.0-dev.41 . [2021-04-09T09:02:45.055Z] Sending build context to Docker daemon 2.497MB [2021-04-09T09:02:45.337Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T09:02:45.337Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-09T09:02:45.337Z] ---> bdce7651d6ee [2021-04-09T09:02:45.337Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-09T09:02:45.644Z] ---> Running in d5e317d87ab6 [2021-04-09T09:02:45.976Z] Removing intermediate container d5e317d87ab6 [2021-04-09T09:02:45.976Z] ---> 59dcf883305f [2021-04-09T09:02:45.976Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-09T09:02:46.350Z] ---> Running in 79c483b1af11 [2021-04-09T09:02:46.696Z] Removing intermediate container 79c483b1af11 [2021-04-09T09:02:46.696Z] ---> 546294454f07 [2021-04-09T09:02:46.696Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T09:02:46.696Z] ---> Running in 4c508e0e4c75 [2021-04-09T09:02:49.013Z] Removing intermediate container 4c508e0e4c75 [2021-04-09T09:02:49.013Z] ---> 46a3b435713a [2021-04-09T09:02:49.013Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-09T09:02:49.278Z] ---> Running in 7c251a6d667d [2021-04-09T09:02:49.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T09:02:50.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T09:02:51.166Z] OK: 167 MiB in 45 packages [2021-04-09T09:02:52.152Z] Removing intermediate container 7c251a6d667d [2021-04-09T09:02:52.152Z] ---> fb3a84c37397 [2021-04-09T09:02:52.152Z] Step 7/23 : COPY . . [2021-04-09T09:02:53.209Z] ---> a94905cc3297 [2021-04-09T09:02:53.209Z] Step 8/23 : RUN go mod download [2021-04-09T09:02:53.530Z] ---> Running in 04c48fa09b15 [2021-04-09T09:02:55.642Z] Removing intermediate container 04c48fa09b15 [2021-04-09T09:02:55.642Z] ---> 14946ae5224f [2021-04-09T09:02:55.642Z] Step 9/23 : RUN make build [2021-04-09T09:02:55.982Z] ---> Running in f413672486d0 [2021-04-09T09:02:57.799Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.41" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-09T09:03:38.819Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-09T09:03:38.819Z] Removing intermediate container f413672486d0 [2021-04-09T09:03:38.819Z] ---> b64c3069756a [2021-04-09T09:03:38.819Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T09:03:38.819Z] 3.12: Pulling from library/alpine [2021-04-09T09:03:38.819Z] 532819f3e44c: Pulling fs layer [2021-04-09T09:03:38.819Z] 532819f3e44c: Verifying Checksum [2021-04-09T09:03:38.819Z] 532819f3e44c: Download complete [2021-04-09T09:03:38.819Z] 532819f3e44c: Pull complete [2021-04-09T09:03:38.819Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T09:03:38.819Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T09:03:38.819Z] ---> 7230e588e954 [2021-04-09T09:03:38.819Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-09T09:03:38.819Z] ---> Running in a7e6a008812b [2021-04-09T09:03:39.522Z] Removing intermediate container a7e6a008812b [2021-04-09T09:03:39.523Z] ---> 521b42f93442 [2021-04-09T09:03:39.523Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T09:03:39.818Z] ---> Running in 59ffbd5b4719 [2021-04-09T09:03:42.649Z] Removing intermediate container 59ffbd5b4719 [2021-04-09T09:03:42.649Z] ---> 4d4b6aa7a195 [2021-04-09T09:03:42.649Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-09T09:03:42.649Z] ---> Running in a4606dbd55ff [2021-04-09T09:03:43.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T09:03:44.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T09:03:44.922Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-09T09:03:45.244Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-09T09:03:45.244Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-09T09:03:45.625Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-09T09:03:45.625Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-09T09:03:45.916Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T09:03:45.916Z] OK: 8 MiB in 19 packages [2021-04-09T09:03:47.014Z] Removing intermediate container a4606dbd55ff [2021-04-09T09:03:47.014Z] ---> 5852aa0542f5 [2021-04-09T09:03:47.014Z] Step 14/23 : WORKDIR / [2021-04-09T09:03:47.307Z] ---> Running in a7066ce3a00c [2021-04-09T09:03:47.587Z] Removing intermediate container a7066ce3a00c [2021-04-09T09:03:47.587Z] ---> 63e03caefcfd [2021-04-09T09:03:47.587Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-09T09:03:48.233Z] ---> 38ae172c6be7 [2021-04-09T09:03:48.233Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-09T09:03:49.272Z] ---> 291fe212af3a [2021-04-09T09:03:49.272Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-09T09:03:49.862Z] ---> 218302784fd8 [2021-04-09T09:03:49.862Z] Step 18/23 : EXPOSE 49990 [2021-04-09T09:03:49.862Z] ---> Running in d4c57c71e123 [2021-04-09T09:03:50.154Z] Removing intermediate container d4c57c71e123 [2021-04-09T09:03:50.154Z] ---> a53b11a8ce8d [2021-04-09T09:03:50.154Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-09T09:03:50.154Z] ---> Running in 270cfb0ea71e [2021-04-09T09:03:50.442Z] Removing intermediate container 270cfb0ea71e [2021-04-09T09:03:50.442Z] ---> 3a50a54e8e06 [2021-04-09T09:03:50.442Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T09:03:50.729Z] ---> Running in 3807d158bfeb [2021-04-09T09:03:51.342Z] Removing intermediate container 3807d158bfeb [2021-04-09T09:03:51.342Z] ---> 2859e1920c95 [2021-04-09T09:03:51.342Z] Step 21/23 : LABEL arch=amd64 [2021-04-09T09:03:51.342Z] ---> Running in 089fe82d6b07 [2021-04-09T09:03:51.646Z] Removing intermediate container 089fe82d6b07 [2021-04-09T09:03:51.646Z] ---> 4dba36529a2a [2021-04-09T09:03:51.646Z] Step 22/23 : LABEL git_sha=e9afc7ccd5ba2553acad713398a13835ab73bf06 [2021-04-09T09:03:51.646Z] ---> Running in 578c48f8d978 [2021-04-09T09:03:52.657Z] Removing intermediate container 578c48f8d978 [2021-04-09T09:03:52.657Z] ---> d6ac204ba9d9 [2021-04-09T09:03:52.657Z] Step 23/23 : LABEL version=2.0.0-dev.41 [2021-04-09T09:03:53.406Z] ---> Running in 0eda361cc7b8 [2021-04-09T09:03:53.895Z] Removing intermediate container 0eda361cc7b8 [2021-04-09T09:03:53.895Z] ---> 162a46d41825 [2021-04-09T09:03:53.895Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-09T09:03:53.895Z] Successfully built 162a46d41825 [2021-04-09T09:03:53.895Z] 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-09T09:03:55.093Z] ---> job-cost.sh [2021-04-09T09:03:55.093Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ihpm [2021-04-09T09:03:59.211Z] lf-activate-venv(): INFO: Adding /tmp/venv-AP7w/bin to PATH [2021-04-09T09:03:59.211Z] INFO: No Stack... [2021-04-09T09:03:59.211Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-09T09:03:59.211Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T09:03:59.568Z] + cut -d, -f6 [2021-04-09T09:03:59.568Z] + cat /w/workspace/device-sdk-go/146/archives/cost.csv [Pipeline] lock [2021-04-09T09:03:59.678Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-146-stack-cost] [2021-04-09T09:03:59.685Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-146-stack-cost] did not exist. Created. [2021-04-09T09:03:59.685Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T09:04:00.136Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-09T09:04:00.389Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T09:04:00.399Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-146-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T09:04:22.210Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T09:05:09.763Z] lf-activate-venv(): INFO: Adding /tmp/venv-ihpm/bin to PATH [2021-04-09T09:05:09.763Z] INFO: No Stack... [2021-04-09T09:05:09.763Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T09:05:09.763Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T09:05:10.212Z] + cat /w/workspace/device-sdk-go/146/archives/cost.csv [2021-04-09T09:05:10.212Z] + cut -d, -f6 [Pipeline] lock [2021-04-09T09:05:10.441Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-146-stack-cost] [2021-04-09T09:05:10.451Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-146-stack-cost] did not exist. Created. [2021-04-09T09:05:10.451Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-146-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T09:05:11.694Z] /w/workspace/device-sdk-go/146@tmp/durable-037d6d71/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-09T09:05:12.148Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-09T09:05:12.240Z] Warning: overwriting stash ‘stack-cost’ [2021-04-09T09:05:12.599Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T09:05:12.612Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-146-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-09T09:05:13.973Z] provisioning config files... [2021-04-09T09:05:13.987Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7146583793876559281tmp [Pipeline] { [Pipeline] sh [2021-04-09T09:05:14.369Z] + set +x [2021-04-09T09:05:14.369Z] + curl -s https://codecov.io/bash [2021-04-09T09:05:14.369Z] + bash -s -- [2021-04-09T09:05:14.630Z] [2021-04-09T09:05:14.630Z] _____ _ [2021-04-09T09:05:14.630Z] / ____| | | [2021-04-09T09:05:14.630Z] | | ___ __| | ___ ___ _____ __ [2021-04-09T09:05:14.630Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-09T09:05:14.630Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-09T09:05:14.630Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-09T09:05:14.630Z] Bash-20210309-2b87ace [2021-04-09T09:05:14.630Z] [2021-04-09T09:05:14.630Z] [2021-04-09T09:05:14.630Z] ==> git version 2.24.3 found [2021-04-09T09:05:14.630Z] ==> 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-09T09:05:14.630Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-09T09:05:14.630Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-09T09:05:14.630Z] ==> Jenkins CI detected. [2021-04-09T09:05:14.630Z] project root: . [2021-04-09T09:05:14.630Z] --> token set from env [2021-04-09T09:05:14.630Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-09T09:05:14.630Z] ==> Running gcov in . (disable via -X gcov) [2021-04-09T09:05:14.630Z] ==> Python coveragepy not found [2021-04-09T09:05:14.630Z] ==> Searching for coverage reports in: [2021-04-09T09:05:14.630Z] + . [2021-04-09T09:05:14.630Z] -> Found 1 reports [2021-04-09T09:05:14.630Z] ==> Detecting git/mercurial file structure [2021-04-09T09:05:14.630Z] ==> Reading reports [2021-04-09T09:05:14.630Z] + ./coverage.out bytes=99751 [2021-04-09T09:05:14.630Z] ==> Appending adjustments [2021-04-09T09:05:14.630Z] https://docs.codecov.io/docs/fixing-reports [2021-04-09T09:05:14.893Z] + Found adjustments [2021-04-09T09:05:14.893Z] ==> Gzipping contents [2021-04-09T09:05:14.893Z] 16K /tmp/codecov.FcIxP5.gz [2021-04-09T09:05:14.893Z] ==> Uploading reports [2021-04-09T09:05:14.893Z] url: https://codecov.io [2021-04-09T09:05:14.893Z] query: branch=master&commit=e9afc7ccd5ba2553acad713398a13835ab73bf06&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F146%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-09T09:05:14.893Z] -> Pinging Codecov [2021-04-09T09:05:14.893Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=e9afc7ccd5ba2553acad713398a13835ab73bf06&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F146%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-09T09:05:15.466Z] -> Uploading to [2021-04-09T09:05:15.466Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-09/7E55EF52A471D76F132DFD9A03CDDE97/e9afc7ccd5ba2553acad713398a13835ab73bf06/1faf1412-5d00-4073-85eb-b897ac5ee56d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T090515Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36d0b5a83c1c8f1e0df182f7245d88e8f420f968fe4323da7e3854e79d92bd2a [2021-04-09T09:05:15.466Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T09:05:15.466Z] Dload Upload Total Spent Left Speed [2021-04-09T09:05:16.039Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13497 0 0 100 13497 0 26793 --:--:-- --:--:-- --:--:-- 26779 100 13497 0 0 100 13497 0 26785 --:--:-- --:--:-- --:--:-- 26779 [2021-04-09T09:05:16.039Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/e9afc7ccd5ba2553acad713398a13835ab73bf06 [Pipeline] } [2021-04-09T09:05:16.048Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-09T09:05:16.970Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-09T09:05:17.036Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:05:17.405Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-09T09:05:17.405Z] [2021-04-09T09:05:17.405Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:05:17.873Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-09T09:05:17.873Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-09T09:05:17.873Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T09:05:17.873Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T09:05:17.873Z] de9db76c5a1d: Pulling fs layer [2021-04-09T09:05:17.873Z] 0eba1c9be4d2: Pulling fs layer [2021-04-09T09:05:17.873Z] 0d57e429df01: Pulling fs layer [2021-04-09T09:05:17.873Z] 4e4be7b47b0d: Pulling fs layer [2021-04-09T09:05:17.873Z] e1f770b5df2f: Pulling fs layer [2021-04-09T09:05:17.873Z] 85a0685a4137: Pulling fs layer [2021-04-09T09:05:17.873Z] 0eba1c9be4d2: Waiting [2021-04-09T09:05:17.873Z] 4e4be7b47b0d: Waiting [2021-04-09T09:05:17.873Z] e1f770b5df2f: Waiting [2021-04-09T09:05:17.873Z] 0d57e429df01: Waiting [2021-04-09T09:05:17.873Z] 85a0685a4137: Waiting [2021-04-09T09:05:17.873Z] de9db76c5a1d: Verifying Checksum [2021-04-09T09:05:17.873Z] de9db76c5a1d: Download complete [2021-04-09T09:05:17.873Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T09:05:17.873Z] 0ef7d3d256c8: Download complete [2021-04-09T09:05:17.873Z] 0d57e429df01: Verifying Checksum [2021-04-09T09:05:17.873Z] 0d57e429df01: Download complete [2021-04-09T09:05:17.873Z] 4e4be7b47b0d: Verifying Checksum [2021-04-09T09:05:17.873Z] 4e4be7b47b0d: Download complete [2021-04-09T09:05:17.873Z] 188c0c94c7c5: Verifying Checksum [2021-04-09T09:05:17.873Z] 188c0c94c7c5: Download complete [2021-04-09T09:05:18.136Z] 188c0c94c7c5: Pull complete [2021-04-09T09:05:18.399Z] 0ef7d3d256c8: Pull complete [2021-04-09T09:05:18.661Z] de9db76c5a1d: Pull complete [2021-04-09T09:05:20.057Z] e1f770b5df2f: Verifying Checksum [2021-04-09T09:05:20.057Z] e1f770b5df2f: Download complete [2021-04-09T09:05:22.012Z] 0eba1c9be4d2: Verifying Checksum [2021-04-09T09:05:22.012Z] 0eba1c9be4d2: Download complete [2021-04-09T09:05:22.281Z] 85a0685a4137: Verifying Checksum [2021-04-09T09:05:22.281Z] 85a0685a4137: Download complete [2021-04-09T09:05:27.616Z] 0eba1c9be4d2: Pull complete [2021-04-09T09:05:27.880Z] 0d57e429df01: Pull complete [2021-04-09T09:05:27.880Z] 4e4be7b47b0d: Pull complete [2021-04-09T09:05:30.448Z] e1f770b5df2f: Pull complete [2021-04-09T09:05:37.073Z] 85a0685a4137: Pull complete [2021-04-09T09:05:37.074Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-09T09:05:37.074Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-09T09:05:37.074Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-09T09:05:37.289Z] prd-centos7-docker-4c-2g-33422 does not seem to be running inside a container [2021-04-09T09:05:37.343Z] $ 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-09T09:05:38.141Z] $ docker top 8694f7764e9102c5bf2c919485c5128e9f194d748e36a3c598fee7670a03f177 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T09:05:38.429Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-09T09:05:38.723Z] + set -o pipefail [2021-04-09T09:05:38.723Z] + snyk monitor '--org=edgex-jenkins' [2021-04-09T09:05:46.891Z] [2021-04-09T09:05:46.891Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-09T09:05:46.891Z] [2021-04-09T09:05:46.891Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/3aac718b-0b93-4dc4-9934-5127442dd291 [2021-04-09T09:05:46.891Z] [2021-04-09T09:05:46.891Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-09T09:05:46.891Z] [2021-04-09T09:05:46.891Z] [2021-04-09T09:05:46.891Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-09T09:05:46.891Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-09T09:05:46.910Z] $ docker stop --time=1 8694f7764e9102c5bf2c919485c5128e9f194d748e36a3c598fee7670a03f177 [2021-04-09T09:05:49.730Z] $ docker rm -f 8694f7764e9102c5bf2c919485c5128e9f194d748e36a3c598fee7670a03f177 [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-09T09:05:51.070Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T09:05:51.129Z] provisioning config files... [2021-04-09T09:05:51.156Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8497918161663298075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:05:51.581Z] --> edgex-publish-swagger.sh [2021-04-09T09:05:51.581Z] === Publish openapi/v1 API === [2021-04-09T09:05:51.581Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-09T09:05:51.581Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-09T09:05:51.581Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T09:05:51.581Z] Dload Upload Total Spent Left Speed [2021-04-09T09:05:52.419Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24813 --:--:-- --:--:-- --:--:-- 24809 [2021-04-09T09:05:52.419Z] [2021-04-09T09:05:52.419Z] [2021-04-09T09:05:52.419Z] === Publish openapi/v2 API === [2021-04-09T09:05:52.419Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-09T09:05:52.419Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-09T09:05:52.419Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T09:05:52.419Z] Dload Upload Total Spent Left Speed [2021-04-09T09:05:52.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 67432 --:--:-- --:--:-- --:--:-- 67386 100 51483 0 0 100 51483 0 67418 --:--:-- --:--:-- --:--:-- 67386 [2021-04-09T09:05:52.998Z] [2021-04-09T09:05:52.998Z] [Pipeline] } [2021-04-09T09:05:53.009Z] 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-09T09:05:53.985Z] + git log --format=format:%s -1 e9afc7ccd5ba2553acad713398a13835ab73bf06 [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:05:54.304Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T09:05:54.304Z] . [Pipeline] withDockerContainer [2021-04-09T09:05:54.407Z] prd-centos7-docker-4c-2g-33422 does not seem to be running inside a container [2021-04-09T09:05:54.458Z] $ 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-09T09:05:55.349Z] $ docker top 13336bfaa62209879edf46d25af412bdcaef0c4bcc36e68d6aa1c25ce1349166 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T09:05:55.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T09:05:55.637Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T09:05:55.878Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T09:05:55.882Z] $ docker exec 13336bfaa62209879edf46d25af412bdcaef0c4bcc36e68d6aa1c25ce1349166 ssh-agent [2021-04-09T09:05:56.061Z] SSH_AUTH_SOCK=/tmp/ssh-6lwdXIgDdLky/agent.11 [2021-04-09T09:05:56.061Z] SSH_AGENT_PID=16 [2021-04-09T09:05:56.070Z] Running ssh-add (command line suppressed) [2021-04-09T09:05:56.202Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2811730868510413676.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2811730868510413676.key) [2021-04-09T09:05:56.258Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T09:05:56.597Z] + git semver tag [2021-04-09T09:05:56.597Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T09:05:56.597Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-09T09:05:56.597Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-09T09:05:56.597Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T09:05:56.597Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T09:05:56.597Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T09:05:56.597Z] # $SEMVER_BRANCH = master [2021-04-09T09:05:56.597Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-09T09:05:56.597Z] # e9afc7ccd5ba2553acad713398a13835ab73bf06 HEAD [2021-04-09T09:05:56.860Z] # -> Force: false [2021-04-09T09:05:56.860Z] # 3bf475506fbd9ce9cfa679cd6cc857ad1de9a866 refs/tags/v2.0.0-dev.41 [Pipeline] } [2021-04-09T09:05:56.874Z] $ docker exec --env ******** --env ******** 13336bfaa62209879edf46d25af412bdcaef0c4bcc36e68d6aa1c25ce1349166 ssh-agent -k [2021-04-09T09:05:56.985Z] unset SSH_AUTH_SOCK; [2021-04-09T09:05:56.985Z] unset SSH_AGENT_PID; [2021-04-09T09:05:56.985Z] echo Agent pid 16 killed; [2021-04-09T09:05:57.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T09:05:57.536Z] + git semver [Pipeline] } [2021-04-09T09:05:57.556Z] $ docker stop --time=1 13336bfaa62209879edf46d25af412bdcaef0c4bcc36e68d6aa1c25ce1349166 [2021-04-09T09:05:58.922Z] $ docker rm -f 13336bfaa62209879edf46d25af412bdcaef0c4bcc36e68d6aa1c25ce1349166 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:05:59.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-09T09:05:59.555Z] [2021-04-09T09:05:59.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:05:59.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-09T09:05:59.908Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-09T09:05:59.908Z] ab5ef0e58194: Pulling fs layer [2021-04-09T09:05:59.908Z] 9712f1f96733: Pulling fs layer [2021-04-09T09:05:59.908Z] 63f879dbbcfc: Pulling fs layer [2021-04-09T09:05:59.908Z] 0d9ebad4ef96: Pulling fs layer [2021-04-09T09:05:59.908Z] e9a5061849ea: Pulling fs layer [2021-04-09T09:05:59.908Z] d747dcd14b5f: Pulling fs layer [2021-04-09T09:05:59.908Z] 2de7ff778b66: Pulling fs layer [2021-04-09T09:05:59.908Z] e9a5061849ea: Waiting [2021-04-09T09:05:59.908Z] d747dcd14b5f: Waiting [2021-04-09T09:05:59.908Z] 2de7ff778b66: Waiting [2021-04-09T09:05:59.908Z] 0d9ebad4ef96: Waiting [2021-04-09T09:05:59.908Z] 9712f1f96733: Verifying Checksum [2021-04-09T09:05:59.908Z] 9712f1f96733: Download complete [2021-04-09T09:06:01.837Z] 63f879dbbcfc: Verifying Checksum [2021-04-09T09:06:01.837Z] 63f879dbbcfc: Download complete [2021-04-09T09:06:01.837Z] e9a5061849ea: Verifying Checksum [2021-04-09T09:06:01.837Z] e9a5061849ea: Download complete [2021-04-09T09:06:01.837Z] d747dcd14b5f: Verifying Checksum [2021-04-09T09:06:01.837Z] d747dcd14b5f: Download complete [2021-04-09T09:06:02.419Z] 2de7ff778b66: Verifying Checksum [2021-04-09T09:06:02.419Z] 2de7ff778b66: Download complete [2021-04-09T09:06:02.419Z] ab5ef0e58194: Verifying Checksum [2021-04-09T09:06:02.419Z] ab5ef0e58194: Download complete [2021-04-09T09:06:02.419Z] 0d9ebad4ef96: Verifying Checksum [2021-04-09T09:06:02.419Z] 0d9ebad4ef96: Download complete [2021-04-09T09:06:06.669Z] ab5ef0e58194: Pull complete [2021-04-09T09:06:06.669Z] 9712f1f96733: Pull complete [2021-04-09T09:06:08.596Z] 63f879dbbcfc: Pull complete [2021-04-09T09:06:15.232Z] 0d9ebad4ef96: Pull complete [2021-04-09T09:06:15.232Z] e9a5061849ea: Pull complete [2021-04-09T09:06:15.495Z] d747dcd14b5f: Pull complete [2021-04-09T09:06:19.740Z] 2de7ff778b66: Pull complete [2021-04-09T09:06:19.740Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-09T09:06:19.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-09T09:06:19.740Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-09T09:06:19.924Z] prd-centos7-docker-4c-2g-33422 does not seem to be running inside a container [2021-04-09T09:06:19.979Z] $ 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-09T09:06:23.725Z] $ docker top dd73e02124dc4ecdbc346d6e728239f9f1fcbfcd85c00741b8d121c2db5bdc0b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-09T09:06:24.058Z] provisioning config files... [2021-04-09T09:06:24.085Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1615544597311102219tmp [2021-04-09T09:06:24.110Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3945477610436725862tmp [2021-04-09T09:06:24.127Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6475995242886014605tmp [Pipeline] { [Pipeline] echo [2021-04-09T09:06:24.191Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:06:24.500Z] ---> sigul-configuration.sh [2021-04-09T09:06:24.500Z] gpg: directory `/root/.gnupg' created [2021-04-09T09:06:24.500Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-09T09:06:24.500Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-09T09:06:24.500Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-09T09:06:24.500Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-09T09:06:24.500Z] gpg: CAST5 encrypted data [2021-04-09T09:06:24.763Z] gpg: encrypted with 1 passphrase [2021-04-09T09:06:24.763Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-09T09:06:25.070Z] + mkdir /home/jenkins [2021-04-09T09:06:25.070Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-09T09:06:25.468Z] + 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-09T09:06:25.553Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:06:25.884Z] ---> sigul-install.sh [2021-04-09T09:06:32.504Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-09T09:06:32.827Z] + git tag --list [2021-04-09T09:06:32.827Z] 0.7.1 [2021-04-09T09:06:32.827Z] delhi-tag [2021-04-09T09:06:32.827Z] v1.0.0 [2021-04-09T09:06:32.827Z] v1.1.0 [2021-04-09T09:06:32.827Z] v1.1.1 [2021-04-09T09:06:32.827Z] v1.1.2 [2021-04-09T09:06:32.827Z] v1.2.0 [2021-04-09T09:06:32.827Z] v1.2.1 [2021-04-09T09:06:32.827Z] v1.2.2 [2021-04-09T09:06:32.827Z] v1.2.3 [2021-04-09T09:06:32.827Z] v1.3.0 [2021-04-09T09:06:32.827Z] v1.4.0 [2021-04-09T09:06:32.827Z] v2.0.0-dev.1 [2021-04-09T09:06:32.827Z] v2.0.0-dev.10 [2021-04-09T09:06:32.827Z] v2.0.0-dev.11 [2021-04-09T09:06:32.827Z] v2.0.0-dev.12 [2021-04-09T09:06:32.827Z] v2.0.0-dev.13 [2021-04-09T09:06:32.827Z] v2.0.0-dev.14 [2021-04-09T09:06:32.827Z] v2.0.0-dev.15 [2021-04-09T09:06:32.827Z] v2.0.0-dev.16 [2021-04-09T09:06:32.827Z] v2.0.0-dev.17 [2021-04-09T09:06:32.827Z] v2.0.0-dev.18 [2021-04-09T09:06:32.827Z] v2.0.0-dev.19 [2021-04-09T09:06:32.827Z] v2.0.0-dev.2 [2021-04-09T09:06:32.827Z] v2.0.0-dev.20 [2021-04-09T09:06:32.827Z] v2.0.0-dev.21 [2021-04-09T09:06:32.827Z] v2.0.0-dev.22 [2021-04-09T09:06:32.827Z] v2.0.0-dev.23 [2021-04-09T09:06:32.827Z] v2.0.0-dev.24 [2021-04-09T09:06:32.827Z] v2.0.0-dev.25 [2021-04-09T09:06:32.827Z] v2.0.0-dev.26 [2021-04-09T09:06:32.827Z] v2.0.0-dev.27 [2021-04-09T09:06:32.827Z] v2.0.0-dev.28 [2021-04-09T09:06:32.827Z] v2.0.0-dev.29 [2021-04-09T09:06:32.827Z] v2.0.0-dev.3 [2021-04-09T09:06:32.827Z] v2.0.0-dev.30 [2021-04-09T09:06:32.827Z] v2.0.0-dev.31 [2021-04-09T09:06:32.828Z] v2.0.0-dev.32 [2021-04-09T09:06:32.828Z] v2.0.0-dev.33 [2021-04-09T09:06:32.828Z] v2.0.0-dev.34 [2021-04-09T09:06:32.828Z] v2.0.0-dev.35 [2021-04-09T09:06:32.828Z] v2.0.0-dev.36 [2021-04-09T09:06:32.828Z] v2.0.0-dev.37 [2021-04-09T09:06:32.828Z] v2.0.0-dev.38 [2021-04-09T09:06:32.828Z] v2.0.0-dev.39 [2021-04-09T09:06:32.828Z] v2.0.0-dev.4 [2021-04-09T09:06:32.828Z] v2.0.0-dev.40 [2021-04-09T09:06:32.828Z] v2.0.0-dev.41 [2021-04-09T09:06:32.828Z] v2.0.0-dev.5 [2021-04-09T09:06:32.828Z] v2.0.0-dev.6 [2021-04-09T09:06:32.828Z] v2.0.0-dev.7 [2021-04-09T09:06:32.828Z] v2.0.0-dev.8 [2021-04-09T09:06:32.828Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-09T09:06:33.136Z] + lftools sign git-tag v2.0.0-dev.41 [2021-04-09T09:06:34.538Z] Signing Git tag with Sigul... [2021-04-09T09:06:34.538Z] Signing v2.0.0-dev.41 [Pipeline] echo [2021-04-09T09:06:35.505Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:06:35.813Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-09T09:06:35.824Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-09T09:06:35.937Z] $ docker stop --time=1 dd73e02124dc4ecdbc346d6e728239f9f1fcbfcd85c00741b8d121c2db5bdc0b [2021-04-09T09:06:38.033Z] $ docker rm -f dd73e02124dc4ecdbc346d6e728239f9f1fcbfcd85c00741b8d121c2db5bdc0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:06:39.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T09:06:39.013Z] . [Pipeline] withDockerContainer [2021-04-09T09:06:39.119Z] prd-centos7-docker-4c-2g-33422 does not seem to be running inside a container [2021-04-09T09:06:39.170Z] $ 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-09T09:06:39.755Z] $ docker top 2d3293e5b3a79feee5a948aeeed81de00e7ecb87b694dc73492d21dd3bd25c30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T09:06:40.041Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T09:06:40.041Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T09:06:40.225Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T09:06:40.230Z] $ docker exec 2d3293e5b3a79feee5a948aeeed81de00e7ecb87b694dc73492d21dd3bd25c30 ssh-agent [2021-04-09T09:06:40.406Z] SSH_AUTH_SOCK=/tmp/ssh-TvkJCCjDcYiL/agent.12 [2021-04-09T09:06:40.406Z] SSH_AGENT_PID=18 [2021-04-09T09:06:40.413Z] Running ssh-add (command line suppressed) [2021-04-09T09:06:40.540Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_20265238057720306.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_20265238057720306.key) [2021-04-09T09:06:40.600Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T09:06:40.938Z] + git semver bump pre [2021-04-09T09:06:40.938Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T09:06:40.938Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-09T09:06:40.938Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-09T09:06:40.938Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T09:06:40.938Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T09:06:40.938Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T09:06:40.939Z] # $SEMVER_BRANCH = master [2021-04-09T09:06:40.939Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-09T09:06:40.939Z] 2.0.0-dev.42 [Pipeline] } [2021-04-09T09:06:40.951Z] $ docker exec --env ******** --env ******** 2d3293e5b3a79feee5a948aeeed81de00e7ecb87b694dc73492d21dd3bd25c30 ssh-agent -k [2021-04-09T09:06:41.080Z] unset SSH_AUTH_SOCK; [2021-04-09T09:06:41.082Z] unset SSH_AGENT_PID; [2021-04-09T09:06:41.082Z] echo Agent pid 18 killed; [2021-04-09T09:06:41.131Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T09:06:41.612Z] + git semver [Pipeline] } [2021-04-09T09:06:41.631Z] $ docker stop --time=1 2d3293e5b3a79feee5a948aeeed81de00e7ecb87b694dc73492d21dd3bd25c30 [2021-04-09T09:06:42.965Z] $ docker rm -f 2d3293e5b3a79feee5a948aeeed81de00e7ecb87b694dc73492d21dd3bd25c30 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:06:43.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T09:06:43.512Z] . [Pipeline] withDockerContainer [2021-04-09T09:06:43.617Z] prd-centos7-docker-4c-2g-33422 does not seem to be running inside a container [2021-04-09T09:06:43.671Z] $ 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-09T09:06:44.273Z] $ docker top a2178439cb41f0936b60dbf40858461f6846d9d1f9431fef0cb5aa863222dc63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T09:06:44.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T09:06:44.602Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T09:06:44.797Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T09:06:44.802Z] $ docker exec a2178439cb41f0936b60dbf40858461f6846d9d1f9431fef0cb5aa863222dc63 ssh-agent [2021-04-09T09:06:44.977Z] SSH_AUTH_SOCK=/tmp/ssh-msCnUxBxkgBG/agent.12 [2021-04-09T09:06:44.977Z] SSH_AGENT_PID=18 [2021-04-09T09:06:44.985Z] Running ssh-add (command line suppressed) [2021-04-09T09:06:45.120Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4274423495379641262.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4274423495379641262.key) [2021-04-09T09:06:45.179Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T09:06:45.534Z] + git semver push [2021-04-09T09:06:45.534Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T09:06:45.534Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-09T09:06:45.534Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-09T09:06:45.534Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T09:06:45.534Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T09:06:45.534Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T09:06:45.534Z] # $SEMVER_BRANCH = master [2021-04-09T09:06:45.534Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-09T09:06:49.773Z] $ docker exec --env ******** --env ******** a2178439cb41f0936b60dbf40858461f6846d9d1f9431fef0cb5aa863222dc63 ssh-agent -k [2021-04-09T09:06:49.906Z] unset SSH_AUTH_SOCK; [2021-04-09T09:06:49.907Z] unset SSH_AGENT_PID; [2021-04-09T09:06:49.907Z] echo Agent pid 18 killed; [2021-04-09T09:06:49.961Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T09:06:50.470Z] + git semver [Pipeline] } [2021-04-09T09:06:50.489Z] $ docker stop --time=1 a2178439cb41f0936b60dbf40858461f6846d9d1f9431fef0cb5aa863222dc63 [2021-04-09T09:06:51.837Z] $ docker rm -f a2178439cb41f0936b60dbf40858461f6846d9d1f9431fef0cb5aa863222dc63 [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-09T09:06:53.545Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:06:54.126Z] ---> package-listing.sh [2021-04-09T09:06:54.126Z] ++ facter osfamily [2021-04-09T09:06:54.126Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-09T09:06:54.126Z] + OS_FAMILY=redhat [2021-04-09T09:06:54.126Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-09T09:06:54.126Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-09T09:06:54.126Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-09T09:06:54.126Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-09T09:06:54.126Z] + PACKAGES=/tmp/packages_start.txt [2021-04-09T09:06:54.126Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-09T09:06:54.126Z] + PACKAGES=/tmp/packages_end.txt [2021-04-09T09:06:54.126Z] + case "${OS_FAMILY}" in [2021-04-09T09:06:54.126Z] + rpm -qa [2021-04-09T09:06:54.126Z] + sort [2021-04-09T09:06:59.434Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-09T09:06:59.434Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-09T09:06:59.434Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-09T09:06:59.434Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-09T09:06:59.434Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-09T09:06:59.434Z] + 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-09T09:06:59.450Z] 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-09T09:06:59.739Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:07:00.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T09:07:00.044Z] [2021-04-09T09:07:00.044Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-09T09:07:00.396Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T09:07:00.396Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-09T09:07:00.396Z] df20fa9351a1: Pulling fs layer [2021-04-09T09:07:00.396Z] 36b3adc4ff6f: Pulling fs layer [2021-04-09T09:07:00.396Z] 8ad3a11d3b57: Pulling fs layer [2021-04-09T09:07:00.396Z] 46f8f816bc3b: Pulling fs layer [2021-04-09T09:07:00.396Z] 93b61091891f: Pulling fs layer [2021-04-09T09:07:00.396Z] 93b9cdb0e59b: Pulling fs layer [2021-04-09T09:07:00.396Z] 5e14af77c1be: Pulling fs layer [2021-04-09T09:07:00.396Z] 01666e4c0597: Pulling fs layer [2021-04-09T09:07:00.396Z] aa168da1d23b: Pulling fs layer [2021-04-09T09:07:00.396Z] 93b9cdb0e59b: Waiting [2021-04-09T09:07:00.396Z] 5e14af77c1be: Waiting [2021-04-09T09:07:00.396Z] 01666e4c0597: Waiting [2021-04-09T09:07:00.396Z] aa168da1d23b: Waiting [2021-04-09T09:07:00.396Z] 93b61091891f: Waiting [2021-04-09T09:07:00.396Z] 46f8f816bc3b: Waiting [2021-04-09T09:07:00.396Z] 36b3adc4ff6f: Verifying Checksum [2021-04-09T09:07:00.396Z] 36b3adc4ff6f: Download complete [2021-04-09T09:07:00.396Z] 46f8f816bc3b: Download complete [2021-04-09T09:07:00.396Z] df20fa9351a1: Verifying Checksum [2021-04-09T09:07:00.396Z] df20fa9351a1: Download complete [2021-04-09T09:07:00.658Z] 93b9cdb0e59b: Verifying Checksum [2021-04-09T09:07:00.658Z] 93b9cdb0e59b: Download complete [2021-04-09T09:07:00.658Z] 93b61091891f: Verifying Checksum [2021-04-09T09:07:00.658Z] 93b61091891f: Download complete [2021-04-09T09:07:00.658Z] 5e14af77c1be: Verifying Checksum [2021-04-09T09:07:00.658Z] 5e14af77c1be: Download complete [2021-04-09T09:07:00.658Z] 01666e4c0597: Verifying Checksum [2021-04-09T09:07:00.659Z] 01666e4c0597: Download complete [2021-04-09T09:07:00.659Z] 8ad3a11d3b57: Verifying Checksum [2021-04-09T09:07:00.659Z] 8ad3a11d3b57: Download complete [2021-04-09T09:07:00.925Z] df20fa9351a1: Pull complete [2021-04-09T09:07:00.925Z] 36b3adc4ff6f: Pull complete [2021-04-09T09:07:02.869Z] 8ad3a11d3b57: Pull complete [2021-04-09T09:07:02.869Z] aa168da1d23b: Verifying Checksum [2021-04-09T09:07:02.869Z] aa168da1d23b: Download complete [2021-04-09T09:07:02.869Z] 46f8f816bc3b: Pull complete [2021-04-09T09:07:03.458Z] 93b61091891f: Pull complete [2021-04-09T09:07:03.458Z] 93b9cdb0e59b: Pull complete [2021-04-09T09:07:03.723Z] 5e14af77c1be: Pull complete [2021-04-09T09:07:03.724Z] 01666e4c0597: Pull complete [2021-04-09T09:07:13.795Z] aa168da1d23b: Pull complete [2021-04-09T09:07:13.795Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-09T09:07:13.795Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T09:07:13.795Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-09T09:07:13.979Z] prd-centos7-docker-4c-2g-33422 does not seem to be running inside a container [2021-04-09T09:07:14.047Z] $ 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-09T09:07:16.612Z] $ docker top ee8cbdf7cfa97954c7e43aeb23ae20ad364e50e422a5d8d9c37d1f8433adac4e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T09:07:17.150Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-09T09:07:17.470Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-09T09:07:17.775Z] + ls /var/log/sa-host [2021-04-09T09:07:17.775Z] + sadf -c /var/log/sa-host/sa09 [2021-04-09T09:07:17.775Z] file_magic: OK [2021-04-09T09:07:17.775Z] HZ: Using current value: 100 [2021-04-09T09:07:17.775Z] file_header: OK [2021-04-09T09:07:17.775Z] 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-09T09:07:17.775Z] Statistics: [2021-04-09T09:07:17.775Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-09T09:07:17.775Z] File successfully converted to sysstat format version 12.2.1 [2021-04-09T09:07:17.775Z] + sadf -c /var/log/sa-host/sa23 [2021-04-09T09:07:17.775Z] file_magic: OK [2021-04-09T09:07:17.775Z] HZ: Using current value: 100 [2021-04-09T09:07:17.775Z] file_header: OK [2021-04-09T09:07:17.775Z] 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-09T09:07:17.775Z] Statistics: [2021-04-09T09:07:17.775Z] Hnuu...uuuununununu... [2021-04-09T09:07:17.775Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T09:07:18.426Z] provisioning config files... [2021-04-09T09:07:18.441Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1213442135344212707tmp [Pipeline] { [Pipeline] echo [2021-04-09T09:07:18.522Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:07:18.827Z] ---> create-netrc.sh [Pipeline] } [2021-04-09T09:07:18.837Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-09T09:07:18.936Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:07:19.234Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-09T09:07:19.246Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:07:19.548Z] ---> sudo-logs.sh [2021-04-09T09:07:19.548Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-09T09:07:19.608Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:07:19.907Z] ---> job-cost.sh [2021-04-09T09:07:19.907Z] lf-activate-venv: SKIPPING [2021-04-09T09:07:19.907Z] DEBUG: total: 0.029999999329447746 [2021-04-09T09:07:19.907Z] INFO: Retrieving Stack Cost... [2021-04-09T09:07:21.830Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T09:07:22.095Z] INFO: Archiving Costs [Pipeline] echo [2021-04-09T09:07:22.110Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T09:07:22.421Z] ---> logs-deploy.sh [2021-04-09T09:07:22.421Z] lf-activate-venv: SKIPPING [2021-04-09T09:07:22.421Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/146 [2021-04-09T09:07:22.421Z] INFO: archiving workspace using pattern(s): [2021-04-09T09:07:23.829Z] Archives upload complete. [2021-04-09T09:07:23.829Z] INFO: archiving logs to Nexus