Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a1de66810b8e114107e849a310222ed3c1b44bf0 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-1437 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 Checking out Revision a1de66810b8e114107e849a310222ed3c1b44bf0 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 Commit message: "Merge pull request #892 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.11" > git rev-list --no-walk b1dd491c035f10e3b0b42b335a36e7e39b70da8c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-22T09:17:04.541Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-22T09:17:04.688Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-22T09:17:04.716Z] ========================================================= [2021-04-22T09:17:04.716Z] EdgeX Global Pipelines Version Info [2021-04-22T09:17:04.716Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:17:06.690Z] ------------------- [2021-04-22T09:17:06.690Z] stable info: [2021-04-22T09:17:06.690Z] ------------------- [2021-04-22T09:17:06.690Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-22T09:17:06.690Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-22T09:17:06.690Z] Message: update stable to v1.0.186 [2021-04-22T09:17:07.265Z] ------------------- [2021-04-22T09:17:07.265Z] experimental info: [2021-04-22T09:17:07.265Z] ------------------- [2021-04-22T09:17:07.265Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-22T09:17:07.265Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-22T09:17:07.265Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-22T09:17:07.399Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-22T09:17:07.425Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-22T09:17:07.448Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-22T09:17:07.470Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-22T09:17:07.492Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-22T09:17:07.515Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-22T09:17:07.537Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-22T09:17:07.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-22T09:17:07.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-22T09:17:07.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-22T09:17:07.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-22T09:17:07.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-22T09:17:07.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-22T09:17:07.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-22T09:17:07.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-22T09:17:07.757Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-22T09:17:07.782Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-22T09:17:07.809Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-22T09:17:07.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-22T09:17:07.864Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-22T09:17:07.888Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-22T09:17:07.932Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-22T09:17:07.957Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-22T09:17:07.985Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-22T09:17:08.016Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-22T09:17:08.047Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-22T09:17:08.069Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-22T09:17:08.092Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-22T09:17:08.114Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-22T09:17:08.136Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1de66810b8e114107e849a310222ed3c1b44bf0 [Pipeline] echo [2021-04-22T09:17:08.159Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1de668 [Pipeline] echo [2021-04-22T09:17:08.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-22T09:17:08.255Z] provisioning config files... [2021-04-22T09:17:08.287Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2519056468781228424tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:17:08.602Z] ---> docker-login.sh [2021-04-22T09:17:08.602Z] nexus3.edgexfoundry.org:10001 [2021-04-22T09:17:08.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:17:09.127Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:17:09.127Z] Configure a credential helper to remove this warning. See [2021-04-22T09:17:09.127Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:17:09.127Z] [2021-04-22T09:17:09.127Z] Login Succeeded [2021-04-22T09:17:09.127Z] nexus3.edgexfoundry.org:10002 [2021-04-22T09:17:09.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:17:09.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:17:09.391Z] Configure a credential helper to remove this warning. See [2021-04-22T09:17:09.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:17:09.391Z] [2021-04-22T09:17:09.391Z] Login Succeeded [2021-04-22T09:17:09.391Z] nexus3.edgexfoundry.org:10003 [2021-04-22T09:17:09.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:17:09.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:17:09.391Z] Configure a credential helper to remove this warning. See [2021-04-22T09:17:09.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:17:09.391Z] [2021-04-22T09:17:09.391Z] Login Succeeded [2021-04-22T09:17:09.391Z] nexus3.edgexfoundry.org:10004 [2021-04-22T09:17:09.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:17:09.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:17:09.652Z] Configure a credential helper to remove this warning. See [2021-04-22T09:17:09.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:17:09.652Z] [2021-04-22T09:17:09.652Z] Login Succeeded [2021-04-22T09:17:09.652Z] docker.io [2021-04-22T09:17:09.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:17:10.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:17:10.180Z] Configure a credential helper to remove this warning. See [2021-04-22T09:17:10.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:17:10.180Z] [2021-04-22T09:17:10.180Z] Login Succeeded [2021-04-22T09:17:10.180Z] ---> docker-login.sh ends [Pipeline] } [2021-04-22T09:17:10.200Z] 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-22T09:17:10.709Z] + git log --format=format:%s -1 a1de66810b8e114107e849a310222ed3c1b44bf0 [Pipeline] echo [2021-04-22T09:17:10.782Z] GIT_COMMIT: a1de66810b8e114107e849a310222ed3c1b44bf0, Commit Message: Merge pull request #892 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.11 [Pipeline] echo [2021-04-22T09:17:10.796Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:17:11.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T09:17:11.738Z] [2021-04-22T09:17:11.738Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:17:12.056Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T09:17:12.056Z] latest: Pulling from edgex-devops/git-semver [2021-04-22T09:17:12.056Z] 31603596830f: Pulling fs layer [2021-04-22T09:17:12.056Z] 2a8b12db71e7: Pulling fs layer [2021-04-22T09:17:12.056Z] 6ca5941a6612: Pulling fs layer [2021-04-22T09:17:12.056Z] ecc8261a40a4: Pulling fs layer [2021-04-22T09:17:12.056Z] 2a8b12db71e7: Download complete [2021-04-22T09:17:12.056Z] 31603596830f: Verifying Checksum [2021-04-22T09:17:12.056Z] 31603596830f: Download complete [2021-04-22T09:17:12.320Z] ecc8261a40a4: Verifying Checksum [2021-04-22T09:17:12.320Z] ecc8261a40a4: Download complete [2021-04-22T09:17:12.320Z] 6ca5941a6612: Verifying Checksum [2021-04-22T09:17:12.320Z] 6ca5941a6612: Download complete [2021-04-22T09:17:12.584Z] 31603596830f: Pull complete [2021-04-22T09:17:12.584Z] 2a8b12db71e7: Pull complete [2021-04-22T09:17:13.538Z] 6ca5941a6612: Pull complete [2021-04-22T09:17:13.538Z] ecc8261a40a4: Pull complete [2021-04-22T09:17:13.538Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-22T09:17:13.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T09:17:13.806Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-22T09:17:13.915Z] prd-centos7-docker-4c-2g-1437 does not seem to be running inside a container [2021-04-22T09:17:13.976Z] $ 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-22T09:17:15.917Z] $ docker top 1ca97f05f5eeec06b7628a1e9c860e3bda6f816dd035022cad0f2648f82251c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-22T09:17:16.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T09:17:16.147Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T09:17:16.379Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T09:17:16.382Z] $ docker exec 1ca97f05f5eeec06b7628a1e9c860e3bda6f816dd035022cad0f2648f82251c8 ssh-agent [2021-04-22T09:17:16.555Z] SSH_AUTH_SOCK=/tmp/ssh-0uvBxyw9pn39/agent.11 [2021-04-22T09:17:16.555Z] SSH_AGENT_PID=17 [2021-04-22T09:17:16.565Z] Running ssh-add (command line suppressed) [2021-04-22T09:17:16.693Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7433480237892904716.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7433480237892904716.key) [2021-04-22T09:17:16.746Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T09:17:17.049Z] + git tag --points-at HEAD [Pipeline] } [2021-04-22T09:17:17.080Z] $ docker exec --env ******** --env ******** 1ca97f05f5eeec06b7628a1e9c860e3bda6f816dd035022cad0f2648f82251c8 ssh-agent -k [2021-04-22T09:17:17.206Z] unset SSH_AUTH_SOCK; [2021-04-22T09:17:17.206Z] unset SSH_AGENT_PID; [2021-04-22T09:17:17.206Z] echo Agent pid 17 killed; [2021-04-22T09:17:17.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-22T09:17:17.302Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T09:17:17.302Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T09:17:17.474Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T09:17:17.476Z] $ docker exec 1ca97f05f5eeec06b7628a1e9c860e3bda6f816dd035022cad0f2648f82251c8 ssh-agent [2021-04-22T09:17:17.639Z] SSH_AUTH_SOCK=/tmp/ssh-5XlKjcojliT1/agent.46 [2021-04-22T09:17:17.639Z] SSH_AGENT_PID=51 [2021-04-22T09:17:17.647Z] Running ssh-add (command line suppressed) [2021-04-22T09:17:17.763Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8451136087250746103.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8451136087250746103.key) [2021-04-22T09:17:17.823Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T09:17:18.131Z] + git semver init [2021-04-22T09:17:18.131Z] # -> Open(): unable to determine branch for HEAD [2021-04-22T09:17:18.131Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-22T09:17:18.131Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-22T09:17:18.131Z] # $SEMVER_REMOTE_NAME = origin [2021-04-22T09:17:18.131Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-22T09:17:18.131Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-22T09:17:18.131Z] # $SEMVER_BRANCH = master [2021-04-22T09:17:18.131Z] # $SEMVER_TEMP = /tmp/semver-919557856 [2021-04-22T09:17:18.131Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-22T09:17:19.080Z] # '/tmp/semver-919557856' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-22T09:17:19.080Z] # -> Force: false [2021-04-22T09:17:19.080Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-22T09:17:19.092Z] $ docker exec --env ******** --env ******** 1ca97f05f5eeec06b7628a1e9c860e3bda6f816dd035022cad0f2648f82251c8 ssh-agent -k [2021-04-22T09:17:19.203Z] unset SSH_AUTH_SOCK; [2021-04-22T09:17:19.203Z] unset SSH_AGENT_PID; [2021-04-22T09:17:19.203Z] echo Agent pid 51 killed; [2021-04-22T09:17:19.251Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T09:17:19.587Z] + git semver [Pipeline] } [2021-04-22T09:17:19.611Z] $ docker stop --time=1 1ca97f05f5eeec06b7628a1e9c860e3bda6f816dd035022cad0f2648f82251c8 [2021-04-22T09:17:21.538Z] $ docker rm -f 1ca97f05f5eeec06b7628a1e9c860e3bda6f816dd035022cad0f2648f82251c8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T09:17:21.994Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-22T09:17:22.290Z] Stashed 1 file(s) [Pipeline] echo [2021-04-22T09:17:22.293Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.48 [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-22T09:17:37.470Z] Still waiting to schedule task [2021-04-22T09:17:37.470Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1437’ [2021-04-22T09:17:37.473Z] Still waiting to schedule task [2021-04-22T09:17:37.473Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-22T09:19:30.085Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1439 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-22T09:19:30.108Z] Running in /w/workspace/device-sdk-go/153 [Pipeline] { [Pipeline] checkout [2021-04-22T09:19:35.621Z] using credential edgex-jenkins-ssh [2021-04-22T09:19:35.640Z] Cloning the remote Git repository [2021-04-22T09:19:35.688Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-22T09:19:35.797Z] > git init /w/workspace/device-sdk-go/153 # timeout=10 [2021-04-22T09:19:35.893Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-22T09:19:35.894Z] > git --version # timeout=10 [2021-04-22T09:19:35.910Z] > git --version # 'git version 2.17.1' [2021-04-22T09:19:35.912Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T09:19:35.958Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T09:19:37.180Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-22T09:19:37.200Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T09:19:37.229Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-22T09:19:37.266Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-22T09:19:37.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T09:19:37.279Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-22T09:19:37.808Z] Checking out Revision a1de66810b8e114107e849a310222ed3c1b44bf0 (master) [2021-04-22T09:19:37.823Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T09:19:37.843Z] > git checkout -f a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 [2021-04-22T09:19:42.071Z] Commit message: "Merge pull request #892 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-22T09:19:43.431Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-22T09:19:43.846Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T09:19:44.183Z] + true [2021-04-22T09:19:44.183Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-22T09:19:46.849Z] provisioning config files... [2021-04-22T09:19:46.893Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/153@tmp/config3507194597700130151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:19:47.269Z] ---> docker-login.sh [2021-04-22T09:19:47.269Z] nexus3.edgexfoundry.org:10001 [2021-04-22T09:19:48.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:19:48.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:19:48.529Z] Configure a credential helper to remove this warning. See [2021-04-22T09:19:48.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:19:48.529Z] [2021-04-22T09:19:48.529Z] Login Succeeded [2021-04-22T09:19:48.529Z] nexus3.edgexfoundry.org:10002 [2021-04-22T09:19:48.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:19:49.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:19:49.087Z] Configure a credential helper to remove this warning. See [2021-04-22T09:19:49.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:19:49.087Z] [2021-04-22T09:19:49.087Z] Login Succeeded [2021-04-22T09:19:49.087Z] nexus3.edgexfoundry.org:10003 [2021-04-22T09:19:49.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:19:49.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:19:49.364Z] Configure a credential helper to remove this warning. See [2021-04-22T09:19:49.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:19:49.364Z] [2021-04-22T09:19:49.364Z] Login Succeeded [2021-04-22T09:19:49.636Z] nexus3.edgexfoundry.org:10004 [2021-04-22T09:19:49.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:19:49.909Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:19:49.909Z] Configure a credential helper to remove this warning. See [2021-04-22T09:19:49.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:19:49.909Z] [2021-04-22T09:19:49.909Z] Login Succeeded [2021-04-22T09:19:49.909Z] docker.io [2021-04-22T09:19:50.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:19:50.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:19:50.776Z] Configure a credential helper to remove this warning. See [2021-04-22T09:19:50.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:19:50.776Z] [2021-04-22T09:19:50.776Z] Login Succeeded [2021-04-22T09:19:50.776Z] ---> docker-login.sh ends [Pipeline] } [2021-04-22T09:19:50.793Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-22T09:19:51.117Z] ========================================================= [2021-04-22T09:19:51.117Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-22T09:19:51.117Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:19:51.491Z] + 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-22T09:19:51.767Z] Sending build context to Docker daemon 2.458MB [2021-04-22T09:19:51.767Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T09:19:51.767Z] Step 2/8 : FROM ${BASE} [2021-04-22T09:19:52.043Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-22T09:19:52.043Z] 5f621e34cdf4: Pulling fs layer [2021-04-22T09:19:52.043Z] a4357932f1b6: Pulling fs layer [2021-04-22T09:19:52.043Z] 18c013af1878: Pulling fs layer [2021-04-22T09:19:52.043Z] 00ac8860ef70: Pulling fs layer [2021-04-22T09:19:52.043Z] 63d7cb157983: Pulling fs layer [2021-04-22T09:19:52.043Z] b116817d02f9: Pulling fs layer [2021-04-22T09:19:52.043Z] 745a02a5169b: Pulling fs layer [2021-04-22T09:19:52.043Z] 63d7cb157983: Waiting [2021-04-22T09:19:52.043Z] b116817d02f9: Waiting [2021-04-22T09:19:52.043Z] 00ac8860ef70: Waiting [2021-04-22T09:19:52.043Z] 745a02a5169b: Waiting [2021-04-22T09:19:52.043Z] 18c013af1878: Verifying Checksum [2021-04-22T09:19:52.043Z] 18c013af1878: Download complete [2021-04-22T09:19:52.043Z] a4357932f1b6: Verifying Checksum [2021-04-22T09:19:52.043Z] a4357932f1b6: Download complete [2021-04-22T09:19:52.043Z] 63d7cb157983: Verifying Checksum [2021-04-22T09:19:52.043Z] 63d7cb157983: Download complete [2021-04-22T09:19:52.043Z] b116817d02f9: Verifying Checksum [2021-04-22T09:19:52.043Z] b116817d02f9: Download complete [2021-04-22T09:19:52.043Z] 5f621e34cdf4: Verifying Checksum [2021-04-22T09:19:52.043Z] 5f621e34cdf4: Download complete [2021-04-22T09:19:52.643Z] 5f621e34cdf4: Pull complete [2021-04-22T09:19:53.245Z] a4357932f1b6: Pull complete [2021-04-22T09:19:53.849Z] 18c013af1878: Pull complete [2021-04-22T09:19:55.292Z] 745a02a5169b: Verifying Checksum [2021-04-22T09:19:55.292Z] 745a02a5169b: Download complete [2021-04-22T09:19:55.889Z] 00ac8860ef70: Verifying Checksum [2021-04-22T09:19:55.889Z] 00ac8860ef70: Download complete [2021-04-22T09:20:06.065Z] 00ac8860ef70: Pull complete [2021-04-22T09:20:06.065Z] 63d7cb157983: Pull complete [2021-04-22T09:20:06.340Z] b116817d02f9: Pull complete [2021-04-22T09:20:10.651Z] 745a02a5169b: Pull complete [2021-04-22T09:20:10.651Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-22T09:20:10.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-22T09:20:10.651Z] ---> b7e6874047d6 [2021-04-22T09:20:10.651Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-22T09:20:13.281Z] ---> Running in 0ff4d49b264a [2021-04-22T09:20:13.281Z] Removing intermediate container 0ff4d49b264a [2021-04-22T09:20:13.281Z] ---> 72f20fdc3930 [2021-04-22T09:20:13.281Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T09:20:13.553Z] ---> Running in abe54a066e5e [2021-04-22T09:20:15.534Z] Removing intermediate container abe54a066e5e [2021-04-22T09:20:15.534Z] ---> b1c94d0a85b8 [2021-04-22T09:20:15.534Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-22T09:20:15.806Z] ---> Running in 2353f401ac4a [2021-04-22T09:20:16.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T09:20:17.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T09:20:18.372Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-22T09:20:18.372Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-22T09:20:18.372Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-22T09:20:18.372Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-22T09:20:18.647Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-22T09:20:18.918Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-22T09:20:19.189Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T09:20:19.189Z] OK: 144 MiB in 45 packages [2021-04-22T09:20:20.163Z] Removing intermediate container 2353f401ac4a [2021-04-22T09:20:20.163Z] ---> 2db1a0bb6a98 [2021-04-22T09:20:20.163Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-22T09:20:20.443Z] ---> Running in 46e760540e99 [2021-04-22T09:20:21.039Z] Removing intermediate container 46e760540e99 [2021-04-22T09:20:21.039Z] ---> 3889ff0983b7 [2021-04-22T09:20:21.039Z] Step 7/8 : COPY . . [2021-04-22T09:20:22.023Z] ---> 91f6effc9bff [2021-04-22T09:20:22.023Z] Step 8/8 : RUN go mod download [2021-04-22T09:20:22.295Z] ---> Running in 103d479c19a9 [2021-04-22T09:20:24.538Z] Running on prd-centos7-docker-4c-2g-1441 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-22T09:20:24.557Z] Running in /w/workspace/device-sdk-go/153 [Pipeline] { [Pipeline] checkout [2021-04-22T09:20:33.518Z] using credential edgex-jenkins-ssh [2021-04-22T09:20:33.570Z] Cloning the remote Git repository [2021-04-22T09:20:33.650Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-22T09:20:33.819Z] > git init /w/workspace/device-sdk-go/153 # timeout=10 [2021-04-22T09:20:34.031Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-22T09:20:34.032Z] > git --version # timeout=10 [2021-04-22T09:20:34.126Z] > git --version # 'git version 2.24.3' [2021-04-22T09:20:34.127Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T09:20:34.218Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T09:20:35.822Z] Checking out Revision a1de66810b8e114107e849a310222ed3c1b44bf0 (master) [2021-04-22T09:20:35.225Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-22T09:20:35.273Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-22T09:20:35.306Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-22T09:20:35.346Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-22T09:20:35.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-22T09:20:35.356Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-22T09:20:35.835Z] > git config core.sparsecheckout # timeout=10 [2021-04-22T09:20:35.865Z] > git checkout -f a1de66810b8e114107e849a310222ed3c1b44bf0 # timeout=10 [2021-04-22T09:20:40.120Z] Commit message: "Merge pull request #892 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-22T09:20:41.275Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-22T09:20:41.653Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-22T09:20:41.994Z] + sudo service docker restart [2021-04-22T09:20:41.994Z] + true [2021-04-22T09:20:41.994Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-22T09:20:44.779Z] provisioning config files... [2021-04-22T09:20:44.815Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/153@tmp/config7754537853725162950tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:20:45.178Z] ---> docker-login.sh [2021-04-22T09:20:45.178Z] nexus3.edgexfoundry.org:10001 [2021-04-22T09:20:45.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:20:46.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:20:46.106Z] Configure a credential helper to remove this warning. See [2021-04-22T09:20:46.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:20:46.106Z] [2021-04-22T09:20:46.106Z] Login Succeeded [2021-04-22T09:20:46.106Z] nexus3.edgexfoundry.org:10002 [2021-04-22T09:20:46.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:20:46.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:20:46.748Z] Configure a credential helper to remove this warning. See [2021-04-22T09:20:46.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:20:46.748Z] [2021-04-22T09:20:46.748Z] Login Succeeded [2021-04-22T09:20:46.748Z] nexus3.edgexfoundry.org:10003 [2021-04-22T09:20:47.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:20:47.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:20:47.016Z] Configure a credential helper to remove this warning. See [2021-04-22T09:20:47.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:20:47.016Z] [2021-04-22T09:20:47.016Z] Login Succeeded [2021-04-22T09:20:47.016Z] nexus3.edgexfoundry.org:10004 [2021-04-22T09:20:47.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:20:47.284Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:20:47.284Z] Configure a credential helper to remove this warning. See [2021-04-22T09:20:47.284Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:20:47.284Z] [2021-04-22T09:20:47.284Z] Login Succeeded [2021-04-22T09:20:47.284Z] docker.io [2021-04-22T09:20:47.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-22T09:20:47.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-22T09:20:47.554Z] Configure a credential helper to remove this warning. See [2021-04-22T09:20:47.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-22T09:20:47.554Z] [2021-04-22T09:20:47.554Z] Login Succeeded [2021-04-22T09:20:47.554Z] ---> docker-login.sh ends [Pipeline] } [2021-04-22T09:20:47.567Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-22T09:20:47.846Z] ========================================================= [2021-04-22T09:20:47.846Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-22T09:20:47.846Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:20:48.207Z] + 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-22T09:20:48.480Z] Sending build context to Docker daemon 2.459MB [2021-04-22T09:20:48.480Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T09:20:48.480Z] Step 2/8 : FROM ${BASE} [2021-04-22T09:20:48.480Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-22T09:20:48.480Z] 188c0c94c7c5: Pulling fs layer [2021-04-22T09:20:48.480Z] 0ef7d3d256c8: Pulling fs layer [2021-04-22T09:20:48.480Z] de9db76c5a1d: Pulling fs layer [2021-04-22T09:20:48.480Z] bca2f99d35d6: Pulling fs layer [2021-04-22T09:20:48.480Z] 93359f2a8cfa: Pulling fs layer [2021-04-22T09:20:48.480Z] 7c6f9722023f: Pulling fs layer [2021-04-22T09:20:48.480Z] a35cf1a2eb13: Pulling fs layer [2021-04-22T09:20:48.480Z] bca2f99d35d6: Waiting [2021-04-22T09:20:48.480Z] 7c6f9722023f: Waiting [2021-04-22T09:20:48.480Z] a35cf1a2eb13: Waiting [2021-04-22T09:20:48.480Z] 93359f2a8cfa: Waiting [2021-04-22T09:20:48.480Z] de9db76c5a1d: Verifying Checksum [2021-04-22T09:20:48.480Z] de9db76c5a1d: Download complete [2021-04-22T09:20:48.480Z] 0ef7d3d256c8: Verifying Checksum [2021-04-22T09:20:48.480Z] 0ef7d3d256c8: Download complete [2021-04-22T09:20:48.762Z] 93359f2a8cfa: Verifying Checksum [2021-04-22T09:20:48.762Z] 93359f2a8cfa: Download complete [2021-04-22T09:20:48.762Z] 7c6f9722023f: Verifying Checksum [2021-04-22T09:20:48.762Z] 7c6f9722023f: Download complete [2021-04-22T09:20:48.762Z] 188c0c94c7c5: Verifying Checksum [2021-04-22T09:20:48.762Z] 188c0c94c7c5: Download complete [2021-04-22T09:20:49.114Z] Removing intermediate container 103d479c19a9 [2021-04-22T09:20:49.114Z] ---> 6102a0b2f70e [2021-04-22T09:20:49.114Z] Successfully built 6102a0b2f70e [2021-04-22T09:20:49.114Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:20:49.363Z] 188c0c94c7c5: Pull complete [2021-04-22T09:20:49.453Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T09:20:49.453Z] . [Pipeline] withDockerContainer [2021-04-22T09:20:49.675Z] 0ef7d3d256c8: Pull complete [2021-04-22T09:20:49.680Z] prd-ubuntu18.04-docker-arm64-4c-16g-1439 does not seem to be running inside a container [2021-04-22T09:20:49.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/153 -v /w/workspace/device-sdk-go/153:/w/workspace/device-sdk-go/153:rw,z -v /w/workspace/device-sdk-go/153@tmp:/w/workspace/device-sdk-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-22T09:20:49.950Z] de9db76c5a1d: Pull complete [2021-04-22T09:20:51.086Z] $ docker top a4b38f914b782296eda1c2347ea52404f6c73aa94a39318f906a75722b5a61f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T09:20:52.011Z] + go version [2021-04-22T09:20:52.011Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-22T09:20:52.033Z] $ docker stop --time=1 a4b38f914b782296eda1c2347ea52404f6c73aa94a39318f906a75722b5a61f5 [2021-04-22T09:20:53.525Z] a35cf1a2eb13: Verifying Checksum [2021-04-22T09:20:53.525Z] a35cf1a2eb13: Download complete [2021-04-22T09:20:53.947Z] $ docker rm -f a4b38f914b782296eda1c2347ea52404f6c73aa94a39318f906a75722b5a61f5 [2021-04-22T09:20:54.118Z] bca2f99d35d6: Verifying Checksum [2021-04-22T09:20:54.118Z] bca2f99d35d6: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:20:54.631Z] + docker inspect -f . ci-base-image-arm64 [2021-04-22T09:20:54.631Z] . [Pipeline] withDockerContainer [2021-04-22T09:20:54.898Z] prd-ubuntu18.04-docker-arm64-4c-16g-1439 does not seem to be running inside a container [2021-04-22T09:20:54.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/153 -v /w/workspace/device-sdk-go/153:/w/workspace/device-sdk-go/153:rw,z -v /w/workspace/device-sdk-go/153@tmp:/w/workspace/device-sdk-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-22T09:20:56.477Z] $ docker top c60c6a93d389cbe34e647034e459a2f2083c30d3bf1bd11ca93cbef6fcdeb6ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T09:20:57.436Z] + make test [2021-04-22T09:20:57.436Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-22T09:21:09.412Z] bca2f99d35d6: Pull complete [2021-04-22T09:21:09.412Z] 93359f2a8cfa: Pull complete [2021-04-22T09:21:09.412Z] 7c6f9722023f: Pull complete [2021-04-22T09:21:16.355Z] a35cf1a2eb13: Pull complete [2021-04-22T09:21:16.355Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-22T09:21:16.355Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-22T09:21:16.355Z] ---> a62c8e92a672 [2021-04-22T09:21:16.355Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-22T09:21:16.355Z] ---> Running in 5d20cc3902bb [2021-04-22T09:21:16.355Z] Removing intermediate container 5d20cc3902bb [2021-04-22T09:21:16.355Z] ---> b7db78d2b866 [2021-04-22T09:21:16.355Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T09:21:16.355Z] ---> Running in 7a483bd878bb [2021-04-22T09:21:19.250Z] Removing intermediate container 7a483bd878bb [2021-04-22T09:21:19.250Z] ---> 178c6f0bdfcc [2021-04-22T09:21:19.250Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-22T09:21:19.250Z] ---> Running in d8bd1e3c6247 [2021-04-22T09:21:20.210Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-22T09:21:20.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T09:21:21.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T09:21:21.649Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-22T09:21:21.649Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-22T09:21:21.917Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-22T09:21:21.917Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-22T09:21:21.917Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-22T09:21:22.180Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-22T09:21:22.180Z] Executing busybox-1.31.1-r19.trigger [2021-04-22T09:21:22.180Z] OK: 167 MiB in 45 packages [2021-04-22T09:21:23.172Z] Removing intermediate container d8bd1e3c6247 [2021-04-22T09:21:23.172Z] ---> ed9e7278b30c [2021-04-22T09:21:23.172Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-22T09:21:23.172Z] ---> Running in f7b8237f71f6 [2021-04-22T09:21:23.842Z] Removing intermediate container f7b8237f71f6 [2021-04-22T09:21:23.842Z] ---> 81443c7cce4f [2021-04-22T09:21:23.842Z] Step 7/8 : COPY . . [2021-04-22T09:21:26.505Z] ---> 1a58266f2e14 [2021-04-22T09:21:26.505Z] Step 8/8 : RUN go mod download [2021-04-22T09:21:26.505Z] ---> Running in 3d9d77ec8957 [2021-04-22T09:21:59.185Z] Removing intermediate container 3d9d77ec8957 [2021-04-22T09:21:59.185Z] ---> dd9b3a0defbe [2021-04-22T09:21:59.185Z] Successfully built dd9b3a0defbe [2021-04-22T09:21:59.185Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:21:59.563Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T09:21:59.837Z] . [Pipeline] withDockerContainer [2021-04-22T09:22:00.037Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2021-04-22T09:22:00.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/153 -v /w/workspace/device-sdk-go/153:/w/workspace/device-sdk-go/153:rw,z -v /w/workspace/device-sdk-go/153@tmp:/w/workspace/device-sdk-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-22T09:22:01.339Z] $ docker top 0fc484713074bfa0f48590eb096ee74ca4a2bd891adf7a503151367c9b0bd570 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T09:22:02.195Z] + go version [2021-04-22T09:22:02.195Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-22T09:22:02.223Z] $ docker stop --time=1 0fc484713074bfa0f48590eb096ee74ca4a2bd891adf7a503151367c9b0bd570 [2021-04-22T09:22:03.801Z] $ docker rm -f 0fc484713074bfa0f48590eb096ee74ca4a2bd891adf7a503151367c9b0bd570 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:22:04.532Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-22T09:22:04.532Z] . [Pipeline] withDockerContainer [2021-04-22T09:22:04.680Z] prd-centos7-docker-4c-2g-1441 does not seem to be running inside a container [2021-04-22T09:22:04.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/153 -v /w/workspace/device-sdk-go/153:/w/workspace/device-sdk-go/153:rw,z -v /w/workspace/device-sdk-go/153@tmp:/w/workspace/device-sdk-go/153@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-22T09:22:05.901Z] $ docker top dc6c2c13d108c6b0b3bda9cb6e9ece3e65e0bdefa6cb8a83028ca278ce6bba90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T09:22:06.438Z] + make test [2021-04-22T09:22:06.438Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-22T09:22:16.850Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-22T09:22:16.850Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-22T09:22:16.850Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-22T09:22:16.850Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-22T09:22:16.850Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-22T09:22:20.256Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.142s coverage: 28.1% of statements [2021-04-22T09:22:20.530Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.185s coverage: 78.9% of statements [2021-04-22T09:22:20.530Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.153s coverage: 7.8% of statements [2021-04-22T09:22:20.530Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-22T09:22:20.530Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-22T09:22:20.530Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-22T09:22:21.937Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-22T09:22:22.519Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.239s coverage: 32.0% of statements [2021-04-22T09:22:22.519Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-22T09:22:22.519Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-22T09:22:22.519Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-22T09:22:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.298s coverage: 57.2% of statements [2021-04-22T09:22:25.939Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.134s coverage: 6.6% of statements [2021-04-22T09:22:26.535Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements [2021-04-22T09:22:26.535Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-22T09:22:26.808Z] GO111MODULE=on go vet ./... [2021-04-22T09:23:01.343Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-22T09:23:01.343Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-22T09:23:01.343Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-22T09:23:01.343Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-22T09:23:01.343Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-22T09:23:03.373Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.287s coverage: 28.1% of statements [2021-04-22T09:23:03.373Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.149s coverage: 78.9% of statements [2021-04-22T09:23:04.401Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.142s coverage: 7.8% of statements [2021-04-22T09:23:04.401Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-22T09:23:04.401Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-22T09:23:04.401Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-22T09:23:04.401Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.193s coverage: 32.0% of statements [2021-04-22T09:23:04.401Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-22T09:23:04.401Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-22T09:23:04.401Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-22T09:23:05.901Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.170s coverage: 57.2% of statements [2021-04-22T09:23:06.167Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.570s coverage: 6.6% of statements [2021-04-22T09:23:06.437Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.087s coverage: 5.0% of statements [2021-04-22T09:23:06.437Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-22T09:23:07.082Z] GO111MODULE=on go vet ./... [2021-04-22T09:23:13.848Z] gofmt -l . [2021-04-22T09:23:13.848Z] [ "`gofmt -l .`" = "" ] [2021-04-22T09:23:13.848Z] ./bin/test-attribution-txt.sh [2021-04-22T09:23:13.848Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-22T09:23:13.880Z] $ docker stop --time=1 c60c6a93d389cbe34e647034e459a2f2083c30d3bf1bd11ca93cbef6fcdeb6ab [2021-04-22T09:23:16.441Z] $ docker rm -f c60c6a93d389cbe34e647034e459a2f2083c30d3bf1bd11ca93cbef6fcdeb6ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T09:23:17.614Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-22T09:23:18.727Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-22T09:23:21.246Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-22T09:23:21.652Z] + ls -al . [2021-04-22T09:23:21.652Z] total 224 [2021-04-22T09:23:21.652Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 22 09:23 . [2021-04-22T09:23:21.652Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 09:19 .. [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 22 09:19 .dockerignore [2021-04-22T09:23:21.652Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 22 09:19 .git [2021-04-22T09:23:21.652Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 22 09:19 .github [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 22 09:19 .gitignore [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 22 09:19 Dockerfile.build [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 22 09:19 Jenkinsfile [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 22 09:19 LICENSE [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 22 09:19 Makefile [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 7652 Apr 22 09:19 README.md [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 22 09:19 RELEASE-NOTES.txt [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 22 09:17 VERSION [2021-04-22T09:23:21.652Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 22 09:19 bin [2021-04-22T09:23:21.652Z] -rw-r--r-- 1 jenkins jenkins 100024 Apr 22 09:22 coverage.out [2021-04-22T09:23:21.652Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 22 09:19 example [2021-04-22T09:23:21.652Z] -rw-r--r-- 1 jenkins jenkins 575 Apr 22 09:23 go.mod [2021-04-22T09:23:21.652Z] -rw-r--r-- 1 jenkins jenkins 20737 Apr 22 09:23 go.sum [2021-04-22T09:23:21.652Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 22 09:19 internal [2021-04-22T09:23:21.652Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 09:19 openapi [2021-04-22T09:23:21.652Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 22 09:19 pkg [2021-04-22T09:23:21.652Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 22 09:19 snap [2021-04-22T09:23:21.652Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 22 09:19 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:23:22.047Z] + 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=a1de66810b8e114107e849a310222ed3c1b44bf0 --label arch=arm64 --label version=2.0.0-dev.48 . [2021-04-22T09:23:22.326Z] Sending build context to Docker daemon 2.559MB [2021-04-22T09:23:22.602Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T09:23:22.602Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-22T09:23:22.602Z] ---> 6102a0b2f70e [2021-04-22T09:23:22.602Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-22T09:23:22.878Z] ---> Running in e495130f0e7d [2021-04-22T09:23:23.156Z] Removing intermediate container e495130f0e7d [2021-04-22T09:23:23.156Z] ---> a0cdd2cd3aca [2021-04-22T09:23:23.156Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-22T09:23:23.430Z] ---> Running in 966f01e28c89 [2021-04-22T09:23:23.702Z] Removing intermediate container 966f01e28c89 [2021-04-22T09:23:23.702Z] ---> 4009ef9581d7 [2021-04-22T09:23:23.702Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T09:23:23.974Z] ---> Running in cada8378a078 [2021-04-22T09:23:25.948Z] Removing intermediate container cada8378a078 [2021-04-22T09:23:25.948Z] ---> d52e114c2196 [2021-04-22T09:23:25.948Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-22T09:23:26.223Z] ---> Running in 915744ba5b52 [2021-04-22T09:23:27.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T09:23:28.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T09:23:28.779Z] OK: 144 MiB in 45 packages [2021-04-22T09:23:30.223Z] Removing intermediate container 915744ba5b52 [2021-04-22T09:23:30.223Z] ---> 23b9ddfbc177 [2021-04-22T09:23:30.223Z] Step 7/23 : COPY . . [2021-04-22T09:23:31.200Z] ---> 93f0db8278b6 [2021-04-22T09:23:31.200Z] Step 8/23 : RUN go mod download [2021-04-22T09:23:31.473Z] ---> Running in 6c740fab515d [2021-04-22T09:23:34.089Z] Removing intermediate container 6c740fab515d [2021-04-22T09:23:34.089Z] ---> bc3dce625912 [2021-04-22T09:23:34.089Z] Step 9/23 : RUN make build [2021-04-22T09:23:34.089Z] ---> Running in 0023138794d5 [2021-04-22T09:23:34.387Z] gofmt -l . [2021-04-22T09:23:34.387Z] [ "`gofmt -l .`" = "" ] [2021-04-22T09:23:34.387Z] ./bin/test-attribution-txt.sh [2021-04-22T09:23:34.387Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-22T09:23:34.413Z] $ docker stop --time=1 dc6c2c13d108c6b0b3bda9cb6e9ece3e65e0bdefa6cb8a83028ca278ce6bba90 [2021-04-22T09:23:35.073Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.48" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-22T09:23:36.928Z] $ docker rm -f dc6c2c13d108c6b0b3bda9cb6e9ece3e65e0bdefa6cb8a83028ca278ce6bba90 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-22T09:23:37.640Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-22T09:23:37.919Z] Warning: overwriting stash ‘coverage-report’ [2021-04-22T09:23:38.470Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-22T09:23:38.890Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-22T09:23:39.206Z] + ls -al . [2021-04-22T09:23:39.207Z] total 188 [2021-04-22T09:23:39.207Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 22 09:23 . [2021-04-22T09:23:39.207Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 22 09:20 .. [2021-04-22T09:23:39.207Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 22 09:20 bin [2021-04-22T09:23:39.207Z] -rw-r--r--. 1 jenkins jenkins 100025 Apr 22 09:23 coverage.out [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 22 09:20 Dockerfile.build [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 22 09:20 .dockerignore [2021-04-22T09:23:39.207Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 22 09:20 example [2021-04-22T09:23:39.207Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 22 09:20 .git [2021-04-22T09:23:39.207Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 22 09:20 .github [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 22 09:20 .gitignore [2021-04-22T09:23:39.207Z] -rw-r--r--. 1 jenkins jenkins 575 Apr 22 09:23 go.mod [2021-04-22T09:23:39.207Z] -rw-r--r--. 1 jenkins jenkins 20737 Apr 22 09:23 go.sum [2021-04-22T09:23:39.207Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 22 09:20 internal [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 22 09:20 Jenkinsfile [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 22 09:20 LICENSE [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 22 09:20 Makefile [2021-04-22T09:23:39.207Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 22 09:20 openapi [2021-04-22T09:23:39.207Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 22 09:20 pkg [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 7652 Apr 22 09:20 README.md [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 22 09:20 RELEASE-NOTES.txt [2021-04-22T09:23:39.207Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 22 09:20 snap [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 22 09:17 VERSION [2021-04-22T09:23:39.207Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 22 09:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:23:39.588Z] + 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=a1de66810b8e114107e849a310222ed3c1b44bf0 --label arch=amd64 --label version=2.0.0-dev.48 . [2021-04-22T09:23:39.853Z] Sending build context to Docker daemon 2.56MB [2021-04-22T09:23:39.853Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-22T09:23:39.853Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-22T09:23:39.853Z] ---> dd9b3a0defbe [2021-04-22T09:23:39.853Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-22T09:23:40.499Z] ---> Running in 3582660c9ae2 [2021-04-22T09:23:41.239Z] Removing intermediate container 3582660c9ae2 [2021-04-22T09:23:41.239Z] ---> 67a224977f39 [2021-04-22T09:23:41.239Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-22T09:23:41.239Z] ---> Running in 6d0843c6e07e [2021-04-22T09:23:41.610Z] Removing intermediate container 6d0843c6e07e [2021-04-22T09:23:41.610Z] ---> 2660dec2c228 [2021-04-22T09:23:41.610Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T09:23:41.610Z] ---> Running in 4aeb853285be [2021-04-22T09:23:43.627Z] Removing intermediate container 4aeb853285be [2021-04-22T09:23:43.627Z] ---> ebebadacc3be [2021-04-22T09:23:43.627Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-22T09:23:43.627Z] ---> Running in 328f21318df9 [2021-04-22T09:23:44.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T09:23:45.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T09:23:45.483Z] OK: 167 MiB in 45 packages [2021-04-22T09:23:46.064Z] Removing intermediate container 328f21318df9 [2021-04-22T09:23:46.064Z] ---> de745686d53d [2021-04-22T09:23:46.064Z] Step 7/23 : COPY . . [2021-04-22T09:23:47.037Z] ---> dc7cb75a9c15 [2021-04-22T09:23:47.037Z] Step 8/23 : RUN go mod download [2021-04-22T09:23:47.310Z] ---> Running in 70e29f6d52fb [2021-04-22T09:23:51.050Z] Removing intermediate container 70e29f6d52fb [2021-04-22T09:23:51.050Z] ---> b1433991760e [2021-04-22T09:23:51.050Z] Step 9/23 : RUN make build [2021-04-22T09:23:51.050Z] ---> Running in 481216ee0e10 [2021-04-22T09:23:51.661Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.48" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-22T09:24:14.118Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-22T09:24:14.118Z] Removing intermediate container 0023138794d5 [2021-04-22T09:24:14.118Z] ---> 2b22aae73858 [2021-04-22T09:24:14.118Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T09:24:14.118Z] 3.12: Pulling from library/alpine [2021-04-22T09:24:14.118Z] d2f70382dc9a: Pulling fs layer [2021-04-22T09:24:14.118Z] d2f70382dc9a: Verifying Checksum [2021-04-22T09:24:14.118Z] d2f70382dc9a: Download complete [2021-04-22T09:24:14.118Z] d2f70382dc9a: Pull complete [2021-04-22T09:24:14.118Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T09:24:14.238Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-22T09:24:14.391Z] Status: Downloaded newer image for alpine:3.12 [2021-04-22T09:24:14.391Z] ---> 9852663dfa18 [2021-04-22T09:24:14.391Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-22T09:24:14.391Z] ---> Running in d1bc9614a4ae [2021-04-22T09:24:14.983Z] Removing intermediate container d1bc9614a4ae [2021-04-22T09:24:14.983Z] ---> 0eb636616a80 [2021-04-22T09:24:14.983Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T09:24:14.983Z] ---> Running in 3126581ad774 [2021-04-22T09:24:15.264Z] Removing intermediate container 481216ee0e10 [2021-04-22T09:24:15.264Z] ---> 131477c7d133 [2021-04-22T09:24:15.264Z] Step 10/23 : FROM alpine:3.12 [2021-04-22T09:24:15.571Z] 3.12: Pulling from library/alpine [2021-04-22T09:24:15.571Z] 339de151aab4: Pulling fs layer [2021-04-22T09:24:15.873Z] 339de151aab4: Download complete [2021-04-22T09:24:16.487Z] 339de151aab4: Pull complete [2021-04-22T09:24:16.487Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-22T09:24:16.487Z] Status: Downloaded newer image for alpine:3.12 [2021-04-22T09:24:16.488Z] ---> 13621d1b12d4 [2021-04-22T09:24:16.488Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-22T09:24:16.767Z] ---> Running in 50d2aa8fc65f [2021-04-22T09:24:17.388Z] Removing intermediate container 50d2aa8fc65f [2021-04-22T09:24:17.388Z] ---> 9afed2f017fe [2021-04-22T09:24:17.388Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-22T09:24:17.595Z] Removing intermediate container 3126581ad774 [2021-04-22T09:24:17.595Z] ---> fe7b24d7f6e6 [2021-04-22T09:24:17.595Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-22T09:24:17.595Z] ---> Running in cdce0c4d62ad [2021-04-22T09:24:17.652Z] ---> Running in f87e3c391f51 [2021-04-22T09:24:18.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-22T09:24:19.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-22T09:24:19.767Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-22T09:24:19.767Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-22T09:24:20.038Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-22T09:24:20.038Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-22T09:24:20.267Z] Removing intermediate container f87e3c391f51 [2021-04-22T09:24:20.267Z] ---> 2ce03619dd95 [2021-04-22T09:24:20.267Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-22T09:24:20.307Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-22T09:24:20.307Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T09:24:20.307Z] OK: 8 MiB in 19 packages [2021-04-22T09:24:20.535Z] ---> Running in 69c321c43e2c [2021-04-22T09:24:21.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-22T09:24:21.733Z] Removing intermediate container cdce0c4d62ad [2021-04-22T09:24:21.733Z] ---> 7151df12f4a1 [2021-04-22T09:24:21.733Z] Step 14/23 : WORKDIR / [2021-04-22T09:24:21.733Z] ---> Running in 766324c8fa9f [2021-04-22T09:24:22.006Z] Removing intermediate container 766324c8fa9f [2021-04-22T09:24:22.006Z] ---> bce6f08f5dc7 [2021-04-22T09:24:22.006Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-22T09:24:22.106Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-22T09:24:22.597Z] ---> 85af38aaf733 [2021-04-22T09:24:22.597Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-22T09:24:22.715Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-22T09:24:22.715Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-22T09:24:22.715Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-22T09:24:23.700Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-22T09:24:23.700Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-22T09:24:23.700Z] Executing busybox-1.31.1-r20.trigger [2021-04-22T09:24:23.700Z] OK: 8 MiB in 19 packages [2021-04-22T09:24:24.021Z] ---> 60f96cdbf8cd [2021-04-22T09:24:24.022Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-22T09:24:24.613Z] ---> 3ccea243d676 [2021-04-22T09:24:24.613Z] Step 18/23 : EXPOSE 49990 [2021-04-22T09:24:24.613Z] ---> Running in f75437a23826 [2021-04-22T09:24:24.686Z] Removing intermediate container 69c321c43e2c [2021-04-22T09:24:24.687Z] ---> 696b77f994f5 [2021-04-22T09:24:24.687Z] Step 14/23 : WORKDIR / [2021-04-22T09:24:24.687Z] ---> Running in a5556530144e [2021-04-22T09:24:25.207Z] Removing intermediate container f75437a23826 [2021-04-22T09:24:25.207Z] ---> 02fbc4b74da7 [2021-04-22T09:24:25.207Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-22T09:24:25.207Z] ---> Running in 44592c235939 [2021-04-22T09:24:25.624Z] Removing intermediate container a5556530144e [2021-04-22T09:24:25.624Z] ---> b76e0b867d7a [2021-04-22T09:24:25.624Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-22T09:24:25.801Z] Removing intermediate container 44592c235939 [2021-04-22T09:24:25.801Z] ---> aa037d00080b [2021-04-22T09:24:25.801Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T09:24:25.801Z] ---> Running in 03331e0241d5 [2021-04-22T09:24:25.902Z] ---> 53544c0332e5 [2021-04-22T09:24:25.902Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-22T09:24:26.397Z] Removing intermediate container 03331e0241d5 [2021-04-22T09:24:26.397Z] ---> bc608580abac [2021-04-22T09:24:26.397Z] Step 21/23 : LABEL arch=arm64 [2021-04-22T09:24:26.397Z] ---> Running in e46009856620 [2021-04-22T09:24:26.993Z] Removing intermediate container e46009856620 [2021-04-22T09:24:26.993Z] ---> e1aa7f7184d1 [2021-04-22T09:24:26.993Z] Step 22/23 : LABEL git_sha=a1de66810b8e114107e849a310222ed3c1b44bf0 [2021-04-22T09:24:26.993Z] ---> Running in 9f831fc19a6d [2021-04-22T09:24:27.321Z] ---> b504ea0a5233 [2021-04-22T09:24:27.322Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-22T09:24:27.322Z] ---> 26852bd831c4 [2021-04-22T09:24:27.322Z] Step 18/23 : EXPOSE 49990 [2021-04-22T09:24:27.593Z] Removing intermediate container 9f831fc19a6d [2021-04-22T09:24:27.593Z] ---> 754d42828265 [2021-04-22T09:24:27.593Z] Step 23/23 : LABEL version=2.0.0-dev.48 [2021-04-22T09:24:27.593Z] ---> Running in ec440fd906b9 [2021-04-22T09:24:27.684Z] ---> Running in ac2f1e6e2184 [2021-04-22T09:24:27.971Z] Removing intermediate container ac2f1e6e2184 [2021-04-22T09:24:27.971Z] ---> c62e2ebaf15b [2021-04-22T09:24:27.971Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-22T09:24:28.190Z] Removing intermediate container ec440fd906b9 [2021-04-22T09:24:28.190Z] ---> 7ca29628c080 [2021-04-22T09:24:28.190Z] [Warning] One or more build-args [MAKE ARCH] were not consumed [2021-04-22T09:24:28.190Z] Successfully built 7ca29628c080 [2021-04-22T09:24:28.190Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-04-22T09:24:28.254Z] ---> Running in 73bfefdfbcc8 [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:24:28.532Z] Removing intermediate container 73bfefdfbcc8 [2021-04-22T09:24:28.532Z] ---> 6108470c7036 [2021-04-22T09:24:28.532Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-22T09:24:28.796Z] ---> Running in 36b122f1ba9e [2021-04-22T09:24:28.802Z] ---> job-cost.sh [2021-04-22T09:24:28.802Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BTuc [2021-04-22T09:24:29.060Z] Removing intermediate container 36b122f1ba9e [2021-04-22T09:24:29.060Z] ---> 9334fcf8df3f [2021-04-22T09:24:29.060Z] Step 21/23 : LABEL arch=amd64 [2021-04-22T09:24:29.060Z] ---> Running in 542af281c60a [2021-04-22T09:24:29.325Z] Removing intermediate container 542af281c60a [2021-04-22T09:24:29.325Z] ---> 9a5cc6bccd22 [2021-04-22T09:24:29.325Z] Step 22/23 : LABEL git_sha=a1de66810b8e114107e849a310222ed3c1b44bf0 [2021-04-22T09:24:29.325Z] ---> Running in 7a33e99c443e [2021-04-22T09:24:29.612Z] Removing intermediate container 7a33e99c443e [2021-04-22T09:24:29.612Z] ---> 8ede1b6789e0 [2021-04-22T09:24:29.612Z] Step 23/23 : LABEL version=2.0.0-dev.48 [2021-04-22T09:24:29.612Z] ---> Running in d59a7cf8267c [2021-04-22T09:24:30.236Z] Removing intermediate container d59a7cf8267c [2021-04-22T09:24:30.236Z] ---> 92d4a4da0cea [2021-04-22T09:24:30.236Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-22T09:24:30.236Z] Successfully built 92d4a4da0cea [2021-04-22T09:24:30.236Z] 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-22T09:24:30.889Z] ---> job-cost.sh [2021-04-22T09:24:30.889Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m3iu [2021-04-22T09:24:57.872Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-22T09:25:15.752Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-22T09:25:45.137Z] lf-activate-venv(): INFO: Adding /tmp/venv-m3iu/bin to PATH [2021-04-22T09:25:45.137Z] INFO: No Stack... [2021-04-22T09:25:45.137Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-22T09:25:45.137Z] INFO: Archiving Costs [Pipeline] sh [2021-04-22T09:25:45.497Z] + cat /w/workspace/device-sdk-go/153/archives/cost.csv [2021-04-22T09:25:45.497Z] + cut -d, -f6 [Pipeline] lock [2021-04-22T09:25:45.619Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-153-stack-cost] [2021-04-22T09:25:45.645Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-153-stack-cost] did not exist. Created. [2021-04-22T09:25:45.645Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-153-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-22T09:25:45.989Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-22T09:25:46.387Z] Stashed 1 file(s) [Pipeline] } [2021-04-22T09:25:46.405Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-153-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-22T09:27:07.524Z] lf-activate-venv(): INFO: Adding /tmp/venv-BTuc/bin to PATH [2021-04-22T09:27:07.524Z] INFO: No Stack... [2021-04-22T09:27:07.524Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-22T09:27:07.524Z] INFO: Archiving Costs [Pipeline] sh [2021-04-22T09:27:07.859Z] + cat /w/workspace/device-sdk-go/153/archives/cost.csv [2021-04-22T09:27:07.859Z] + cut -d, -f6 [Pipeline] lock [2021-04-22T09:27:07.965Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-153-stack-cost] [2021-04-22T09:27:07.973Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-153-stack-cost] did not exist. Created. [2021-04-22T09:27:07.974Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-153-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-22T09:27:08.357Z] /w/workspace/device-sdk-go/153@tmp/durable-2e12b451/script.sh: 1: /w/workspace/device-sdk-go/153@tmp/durable-2e12b451/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-22T09:27:08.702Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-22T09:27:08.722Z] Warning: overwriting stash ‘stack-cost’ [2021-04-22T09:27:08.889Z] Stashed 1 file(s) [Pipeline] } [2021-04-22T09:27:08.905Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-153-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-22T09:27:09.314Z] provisioning config files... [2021-04-22T09:27:09.326Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4976726616376289471tmp [Pipeline] { [Pipeline] sh [2021-04-22T09:27:09.655Z] + set +x [2021-04-22T09:27:09.655Z] + curl -s https://codecov.io/bash [2021-04-22T09:27:09.655Z] + bash -s -- [2021-04-22T09:27:09.918Z] [2021-04-22T09:27:09.918Z] _____ _ [2021-04-22T09:27:09.918Z] / ____| | | [2021-04-22T09:27:09.918Z] | | ___ __| | ___ ___ _____ __ [2021-04-22T09:27:09.918Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-22T09:27:09.918Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-22T09:27:09.918Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-22T09:27:09.918Z] Bash-1.0.2 [2021-04-22T09:27:09.918Z] [2021-04-22T09:27:09.918Z] [2021-04-22T09:27:09.918Z] ==> git version 2.24.3 found [2021-04-22T09:27:09.918Z] ==> 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-22T09:27:09.918Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-22T09:27:09.918Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-22T09:27:09.918Z] ==> Jenkins CI detected. [2021-04-22T09:27:09.918Z] project root: . [2021-04-22T09:27:09.918Z] --> token set from env [2021-04-22T09:27:09.918Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-22T09:27:09.918Z] ==> Running gcov in . (disable via -X gcov) [2021-04-22T09:27:09.918Z] ==> Python coveragepy not found [2021-04-22T09:27:09.918Z] ==> Searching for coverage reports in: [2021-04-22T09:27:09.918Z] + . [2021-04-22T09:27:09.918Z] -> Found 1 reports [2021-04-22T09:27:09.918Z] ==> Detecting git/mercurial file structure [2021-04-22T09:27:09.918Z] ==> Reading reports [2021-04-22T09:27:09.918Z] + ./coverage.out bytes=100025 [2021-04-22T09:27:09.918Z] ==> Appending adjustments [2021-04-22T09:27:09.918Z] https://docs.codecov.io/docs/fixing-reports [2021-04-22T09:27:10.182Z] + Found adjustments [2021-04-22T09:27:10.182Z] ==> Gzipping contents [2021-04-22T09:27:10.445Z] 16K /tmp/codecov.3iOwnp.gz [2021-04-22T09:27:10.445Z] ==> Uploading reports [2021-04-22T09:27:10.445Z] url: https://codecov.io [2021-04-22T09:27:10.445Z] query: branch=master&commit=a1de66810b8e114107e849a310222ed3c1b44bf0&build=153&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F153%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-22T09:27:10.445Z] -> Pinging Codecov [2021-04-22T09:27:10.445Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=a1de66810b8e114107e849a310222ed3c1b44bf0&build=153&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F153%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-22T09:27:11.021Z] -> Uploading to [2021-04-22T09:27:11.021Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-22/7E55EF52A471D76F132DFD9A03CDDE97/a1de66810b8e114107e849a310222ed3c1b44bf0/94ee4e96-0851-43cb-91b9-9afb764a99f2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T092710Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7b8d92f3251e159af52a1cbc69c4e30d845de36cbea5ff035ea8f843b34cba06 [2021-04-22T09:27:11.021Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T09:27:11.021Z] Dload Upload Total Spent Left Speed [2021-04-22T09:27:11.285Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13533 0 0 100 13533 0 34974 --:--:-- --:--:-- --:--:-- 35059 [2021-04-22T09:27:11.285Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/a1de66810b8e114107e849a310222ed3c1b44bf0 [Pipeline] } [2021-04-22T09:27:11.295Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-22T09:27:12.501Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-22T09:27:12.524Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:27:12.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-22T09:27:12.839Z] [2021-04-22T09:27:12.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:27:13.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-22T09:27:13.159Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-22T09:27:13.159Z] 188c0c94c7c5: Pulling fs layer [2021-04-22T09:27:13.159Z] 0ef7d3d256c8: Pulling fs layer [2021-04-22T09:27:13.159Z] de9db76c5a1d: Pulling fs layer [2021-04-22T09:27:13.159Z] 0eba1c9be4d2: Pulling fs layer [2021-04-22T09:27:13.159Z] 0d57e429df01: Pulling fs layer [2021-04-22T09:27:13.159Z] 4e4be7b47b0d: Pulling fs layer [2021-04-22T09:27:13.159Z] e1f770b5df2f: Pulling fs layer [2021-04-22T09:27:13.159Z] 85a0685a4137: Pulling fs layer [2021-04-22T09:27:13.159Z] 0eba1c9be4d2: Waiting [2021-04-22T09:27:13.159Z] 0d57e429df01: Waiting [2021-04-22T09:27:13.159Z] 4e4be7b47b0d: Waiting [2021-04-22T09:27:13.159Z] e1f770b5df2f: Waiting [2021-04-22T09:27:13.159Z] 85a0685a4137: Waiting [2021-04-22T09:27:13.159Z] de9db76c5a1d: Verifying Checksum [2021-04-22T09:27:13.159Z] de9db76c5a1d: Download complete [2021-04-22T09:27:13.159Z] 0ef7d3d256c8: Verifying Checksum [2021-04-22T09:27:13.159Z] 0ef7d3d256c8: Download complete [2021-04-22T09:27:13.159Z] 0d57e429df01: Verifying Checksum [2021-04-22T09:27:13.159Z] 0d57e429df01: Download complete [2021-04-22T09:27:13.159Z] 4e4be7b47b0d: Download complete [2021-04-22T09:27:13.159Z] 188c0c94c7c5: Verifying Checksum [2021-04-22T09:27:13.159Z] 188c0c94c7c5: Download complete [2021-04-22T09:27:13.741Z] 188c0c94c7c5: Pull complete [2021-04-22T09:27:13.741Z] 0ef7d3d256c8: Pull complete [2021-04-22T09:27:14.029Z] de9db76c5a1d: Pull complete [2021-04-22T09:27:15.097Z] e1f770b5df2f: Verifying Checksum [2021-04-22T09:27:15.097Z] e1f770b5df2f: Download complete [2021-04-22T09:27:17.687Z] 0eba1c9be4d2: Verifying Checksum [2021-04-22T09:27:17.687Z] 0eba1c9be4d2: Download complete [2021-04-22T09:27:17.687Z] 85a0685a4137: Verifying Checksum [2021-04-22T09:27:17.687Z] 85a0685a4137: Download complete [2021-04-22T09:27:24.322Z] 0eba1c9be4d2: Pull complete [2021-04-22T09:27:24.322Z] 0d57e429df01: Pull complete [2021-04-22T09:27:24.322Z] 4e4be7b47b0d: Pull complete [2021-04-22T09:27:26.251Z] e1f770b5df2f: Pull complete [2021-04-22T09:27:34.445Z] 85a0685a4137: Pull complete [2021-04-22T09:27:34.445Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-22T09:27:34.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-22T09:27:34.445Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-22T09:27:34.694Z] prd-centos7-docker-4c-2g-1437 does not seem to be running inside a container [2021-04-22T09:27:34.748Z] $ 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-22T09:27:35.805Z] $ docker top 942e8ef09ce336b783f0f26312c9c10ae120f3306d2894d05751ae93a4c92222 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-22T09:27:35.938Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-22T09:27:36.236Z] + set -o pipefail [2021-04-22T09:27:36.236Z] + snyk monitor '--org=edgex-jenkins' [2021-04-22T09:27:44.440Z] [2021-04-22T09:27:44.440Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-22T09:27:44.440Z] [2021-04-22T09:27:44.440Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/737649bd-1d17-4b98-956e-3e8c6b4e7e9f [2021-04-22T09:27:44.440Z] [2021-04-22T09:27:44.440Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-22T09:27:44.440Z] [2021-04-22T09:27:44.440Z] [2021-04-22T09:27:44.440Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-22T09:27:44.440Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-22T09:27:44.457Z] $ docker stop --time=1 942e8ef09ce336b783f0f26312c9c10ae120f3306d2894d05751ae93a4c92222 [2021-04-22T09:27:47.464Z] $ docker rm -f 942e8ef09ce336b783f0f26312c9c10ae120f3306d2894d05751ae93a4c92222 [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-22T09:27:48.293Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-22T09:27:48.313Z] provisioning config files... [2021-04-22T09:27:48.324Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config8114302010075200871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:27:48.646Z] --> edgex-publish-swagger.sh [2021-04-22T09:27:48.647Z] === Publish openapi/v1 API === [2021-04-22T09:27:48.647Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-22T09:27:48.647Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-22T09:27:48.647Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T09:27:48.647Z] Dload Upload Total Spent Left Speed [2021-04-22T09:27:49.486Z] 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 22176 --:--:-- --:--:-- --:--:-- 22163 [2021-04-22T09:27:49.486Z] [2021-04-22T09:27:49.486Z] [2021-04-22T09:27:49.486Z] === Publish openapi/v2 API === [2021-04-22T09:27:49.486Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-22T09:27:49.486Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-22T09:27:49.486Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-22T09:27:49.486Z] Dload Upload Total Spent Left Speed [2021-04-22T09:27:50.432Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 55529 --:--:-- --:--:-- --:--:-- 55537 100 51483 0 0 100 51483 0 55512 --:--:-- --:--:-- --:--:-- 55477 [2021-04-22T09:27:50.432Z] [2021-04-22T09:27:50.432Z] [Pipeline] } [2021-04-22T09:27:50.447Z] 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-22T09:27:50.925Z] + git log --format=format:%s -1 a1de66810b8e114107e849a310222ed3c1b44bf0 [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:27:51.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T09:27:51.239Z] . [Pipeline] withDockerContainer [2021-04-22T09:27:51.345Z] prd-centos7-docker-4c-2g-1437 does not seem to be running inside a container [2021-04-22T09:27:51.400Z] $ 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-22T09:27:52.205Z] $ docker top 2cf9b9d9292c9f089ff616c32849ef911e3e6d1f95f10a155f31d212aee75828 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-22T09:27:52.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T09:27:52.414Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T09:27:52.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T09:27:52.628Z] $ docker exec 2cf9b9d9292c9f089ff616c32849ef911e3e6d1f95f10a155f31d212aee75828 ssh-agent [2021-04-22T09:27:52.830Z] SSH_AUTH_SOCK=/tmp/ssh-eLrM9zGmHAES/agent.11 [2021-04-22T09:27:52.830Z] SSH_AGENT_PID=16 [2021-04-22T09:27:52.837Z] Running ssh-add (command line suppressed) [2021-04-22T09:27:52.979Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7595592236294427218.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7595592236294427218.key) [2021-04-22T09:27:53.057Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T09:27:53.369Z] + git semver tag [2021-04-22T09:27:53.370Z] # -> Open(): unable to determine branch for HEAD [2021-04-22T09:27:53.370Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-22T09:27:53.370Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-22T09:27:53.370Z] # $SEMVER_REMOTE_NAME = origin [2021-04-22T09:27:53.370Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-22T09:27:53.370Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-22T09:27:53.370Z] # $SEMVER_BRANCH = master [2021-04-22T09:27:53.370Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-22T09:27:53.370Z] # a1de66810b8e114107e849a310222ed3c1b44bf0 HEAD [2021-04-22T09:27:53.633Z] # -> Force: false [2021-04-22T09:27:53.633Z] # 1b0b00d75f11abff429bf3803897c0b3f7b87220 refs/tags/v2.0.0-dev.48 [Pipeline] } [2021-04-22T09:27:53.645Z] $ docker exec --env ******** --env ******** 2cf9b9d9292c9f089ff616c32849ef911e3e6d1f95f10a155f31d212aee75828 ssh-agent -k [2021-04-22T09:27:53.782Z] unset SSH_AUTH_SOCK; [2021-04-22T09:27:53.783Z] unset SSH_AGENT_PID; [2021-04-22T09:27:53.783Z] echo Agent pid 16 killed; [2021-04-22T09:27:53.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T09:27:54.182Z] + git semver [Pipeline] } [2021-04-22T09:27:54.198Z] $ docker stop --time=1 2cf9b9d9292c9f089ff616c32849ef911e3e6d1f95f10a155f31d212aee75828 [2021-04-22T09:27:55.562Z] $ docker rm -f 2cf9b9d9292c9f089ff616c32849ef911e3e6d1f95f10a155f31d212aee75828 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:27:56.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-22T09:27:56.078Z] [2021-04-22T09:27:56.078Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:27:56.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-22T09:27:56.401Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-22T09:27:56.401Z] ab5ef0e58194: Pulling fs layer [2021-04-22T09:27:56.401Z] 9712f1f96733: Pulling fs layer [2021-04-22T09:27:56.401Z] 63f879dbbcfc: Pulling fs layer [2021-04-22T09:27:56.401Z] 0d9ebad4ef96: Pulling fs layer [2021-04-22T09:27:56.401Z] e9a5061849ea: Pulling fs layer [2021-04-22T09:27:56.401Z] d747dcd14b5f: Pulling fs layer [2021-04-22T09:27:56.401Z] 2de7ff778b66: Pulling fs layer [2021-04-22T09:27:56.401Z] e9a5061849ea: Waiting [2021-04-22T09:27:56.401Z] 2de7ff778b66: Waiting [2021-04-22T09:27:56.401Z] d747dcd14b5f: Waiting [2021-04-22T09:27:56.401Z] 0d9ebad4ef96: Waiting [2021-04-22T09:27:56.401Z] 9712f1f96733: Verifying Checksum [2021-04-22T09:27:56.401Z] 9712f1f96733: Download complete [2021-04-22T09:27:57.812Z] 63f879dbbcfc: Verifying Checksum [2021-04-22T09:27:57.812Z] 63f879dbbcfc: Download complete [2021-04-22T09:27:57.812Z] e9a5061849ea: Verifying Checksum [2021-04-22T09:27:57.812Z] e9a5061849ea: Download complete [2021-04-22T09:27:57.812Z] d747dcd14b5f: Verifying Checksum [2021-04-22T09:27:57.812Z] d747dcd14b5f: Download complete [2021-04-22T09:27:58.407Z] 2de7ff778b66: Verifying Checksum [2021-04-22T09:27:58.407Z] 2de7ff778b66: Download complete [2021-04-22T09:27:58.987Z] 0d9ebad4ef96: Verifying Checksum [2021-04-22T09:27:58.987Z] 0d9ebad4ef96: Download complete [2021-04-22T09:27:59.249Z] ab5ef0e58194: Verifying Checksum [2021-04-22T09:27:59.249Z] ab5ef0e58194: Download complete [2021-04-22T09:28:03.510Z] ab5ef0e58194: Pull complete [2021-04-22T09:28:03.510Z] 9712f1f96733: Pull complete [2021-04-22T09:28:06.065Z] 63f879dbbcfc: Pull complete [2021-04-22T09:28:12.737Z] 0d9ebad4ef96: Pull complete [2021-04-22T09:28:14.137Z] e9a5061849ea: Pull complete [2021-04-22T09:28:14.137Z] d747dcd14b5f: Pull complete [2021-04-22T09:28:16.735Z] 2de7ff778b66: Pull complete [2021-04-22T09:28:16.735Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-22T09:28:16.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-22T09:28:16.735Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-22T09:28:16.953Z] prd-centos7-docker-4c-2g-1437 does not seem to be running inside a container [2021-04-22T09:28:16.999Z] $ 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-22T09:28:21.028Z] $ docker top 4713820a7818eb75b5ea6010f0cf3c206727528537bca2d079da192a0d23d62a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-22T09:28:21.215Z] provisioning config files... [2021-04-22T09:28:21.226Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config384898923511520409tmp [2021-04-22T09:28:21.243Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6776236428776501648tmp [2021-04-22T09:28:21.261Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4369258497652914366tmp [Pipeline] { [Pipeline] echo [2021-04-22T09:28:21.286Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:28:21.591Z] ---> sigul-configuration.sh [2021-04-22T09:28:21.591Z] gpg: directory `/root/.gnupg' created [2021-04-22T09:28:21.591Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-22T09:28:21.591Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-22T09:28:21.591Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-22T09:28:21.591Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-22T09:28:21.591Z] gpg: CAST5 encrypted data [2021-04-22T09:28:21.854Z] gpg: encrypted with 1 passphrase [2021-04-22T09:28:21.854Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-22T09:28:22.157Z] + mkdir /home/jenkins [2021-04-22T09:28:22.157Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-22T09:28:22.459Z] + 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-22T09:28:22.473Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:28:22.779Z] ---> sigul-install.sh [2021-04-22T09:28:30.958Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-22T09:28:31.586Z] + git tag --list [2021-04-22T09:28:31.586Z] 0.7.1 [2021-04-22T09:28:31.586Z] delhi-tag [2021-04-22T09:28:31.586Z] v1.0.0 [2021-04-22T09:28:31.586Z] v1.1.0 [2021-04-22T09:28:31.586Z] v1.1.1 [2021-04-22T09:28:31.586Z] v1.1.2 [2021-04-22T09:28:31.586Z] v1.2.0 [2021-04-22T09:28:31.586Z] v1.2.1 [2021-04-22T09:28:31.586Z] v1.2.2 [2021-04-22T09:28:31.586Z] v1.2.3 [2021-04-22T09:28:31.586Z] v1.3.0 [2021-04-22T09:28:31.586Z] v1.4.0 [2021-04-22T09:28:31.586Z] v2.0.0-dev.1 [2021-04-22T09:28:31.587Z] v2.0.0-dev.10 [2021-04-22T09:28:31.587Z] v2.0.0-dev.11 [2021-04-22T09:28:31.587Z] v2.0.0-dev.12 [2021-04-22T09:28:31.587Z] v2.0.0-dev.13 [2021-04-22T09:28:31.587Z] v2.0.0-dev.14 [2021-04-22T09:28:31.587Z] v2.0.0-dev.15 [2021-04-22T09:28:31.587Z] v2.0.0-dev.16 [2021-04-22T09:28:31.587Z] v2.0.0-dev.17 [2021-04-22T09:28:31.587Z] v2.0.0-dev.18 [2021-04-22T09:28:31.587Z] v2.0.0-dev.19 [2021-04-22T09:28:31.587Z] v2.0.0-dev.2 [2021-04-22T09:28:31.587Z] v2.0.0-dev.20 [2021-04-22T09:28:31.587Z] v2.0.0-dev.21 [2021-04-22T09:28:31.587Z] v2.0.0-dev.22 [2021-04-22T09:28:31.587Z] v2.0.0-dev.23 [2021-04-22T09:28:31.587Z] v2.0.0-dev.24 [2021-04-22T09:28:31.587Z] v2.0.0-dev.25 [2021-04-22T09:28:31.587Z] v2.0.0-dev.26 [2021-04-22T09:28:31.587Z] v2.0.0-dev.27 [2021-04-22T09:28:31.587Z] v2.0.0-dev.28 [2021-04-22T09:28:31.587Z] v2.0.0-dev.29 [2021-04-22T09:28:31.587Z] v2.0.0-dev.3 [2021-04-22T09:28:31.587Z] v2.0.0-dev.30 [2021-04-22T09:28:31.587Z] v2.0.0-dev.31 [2021-04-22T09:28:31.587Z] v2.0.0-dev.32 [2021-04-22T09:28:31.587Z] v2.0.0-dev.33 [2021-04-22T09:28:31.587Z] v2.0.0-dev.34 [2021-04-22T09:28:31.587Z] v2.0.0-dev.35 [2021-04-22T09:28:31.587Z] v2.0.0-dev.36 [2021-04-22T09:28:31.587Z] v2.0.0-dev.37 [2021-04-22T09:28:31.587Z] v2.0.0-dev.38 [2021-04-22T09:28:31.587Z] v2.0.0-dev.39 [2021-04-22T09:28:31.587Z] v2.0.0-dev.4 [2021-04-22T09:28:31.587Z] v2.0.0-dev.40 [2021-04-22T09:28:31.587Z] v2.0.0-dev.41 [2021-04-22T09:28:31.587Z] v2.0.0-dev.42 [2021-04-22T09:28:31.587Z] v2.0.0-dev.43 [2021-04-22T09:28:31.587Z] v2.0.0-dev.44 [2021-04-22T09:28:31.587Z] v2.0.0-dev.45 [2021-04-22T09:28:31.587Z] v2.0.0-dev.46 [2021-04-22T09:28:31.587Z] v2.0.0-dev.47 [2021-04-22T09:28:31.587Z] v2.0.0-dev.48 [2021-04-22T09:28:31.587Z] v2.0.0-dev.5 [2021-04-22T09:28:31.587Z] v2.0.0-dev.6 [2021-04-22T09:28:31.587Z] v2.0.0-dev.7 [2021-04-22T09:28:31.587Z] v2.0.0-dev.8 [2021-04-22T09:28:31.587Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-22T09:28:31.894Z] + lftools sign git-tag v2.0.0-dev.48 [2021-04-22T09:28:33.290Z] Signing Git tag with Sigul... [2021-04-22T09:28:33.290Z] Signing v2.0.0-dev.48 [Pipeline] echo [2021-04-22T09:28:34.251Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:28:34.551Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-22T09:28:34.581Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-22T09:28:34.634Z] $ docker stop --time=1 4713820a7818eb75b5ea6010f0cf3c206727528537bca2d079da192a0d23d62a [2021-04-22T09:28:36.844Z] $ docker rm -f 4713820a7818eb75b5ea6010f0cf3c206727528537bca2d079da192a0d23d62a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:28:37.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T09:28:37.490Z] . [Pipeline] withDockerContainer [2021-04-22T09:28:37.644Z] prd-centos7-docker-4c-2g-1437 does not seem to be running inside a container [2021-04-22T09:28:37.716Z] $ 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-22T09:28:38.485Z] $ docker top e62dcefc65befc734797dc8e56f1141800a45f53a4011f821e13aac6ceb1bc43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-22T09:28:38.645Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T09:28:38.645Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T09:28:38.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T09:28:38.856Z] $ docker exec e62dcefc65befc734797dc8e56f1141800a45f53a4011f821e13aac6ceb1bc43 ssh-agent [2021-04-22T09:28:39.052Z] SSH_AUTH_SOCK=/tmp/ssh-0pjvO6pXvGgk/agent.13 [2021-04-22T09:28:39.052Z] SSH_AGENT_PID=18 [2021-04-22T09:28:39.059Z] Running ssh-add (command line suppressed) [2021-04-22T09:28:39.189Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8104726782396534468.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8104726782396534468.key) [2021-04-22T09:28:39.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T09:28:39.554Z] + git semver bump pre [2021-04-22T09:28:39.554Z] # -> Open(): unable to determine branch for HEAD [2021-04-22T09:28:39.554Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-22T09:28:39.554Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-22T09:28:39.554Z] # $SEMVER_REMOTE_NAME = origin [2021-04-22T09:28:39.554Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-22T09:28:39.554Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-22T09:28:39.554Z] # $SEMVER_BRANCH = master [2021-04-22T09:28:39.554Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-22T09:28:39.554Z] 2.0.0-dev.49 [Pipeline] } [2021-04-22T09:28:39.565Z] $ docker exec --env ******** --env ******** e62dcefc65befc734797dc8e56f1141800a45f53a4011f821e13aac6ceb1bc43 ssh-agent -k [2021-04-22T09:28:39.715Z] unset SSH_AUTH_SOCK; [2021-04-22T09:28:39.715Z] unset SSH_AGENT_PID; [2021-04-22T09:28:39.715Z] echo Agent pid 18 killed; [2021-04-22T09:28:39.773Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T09:28:40.113Z] + git semver [Pipeline] } [2021-04-22T09:28:40.130Z] $ docker stop --time=1 e62dcefc65befc734797dc8e56f1141800a45f53a4011f821e13aac6ceb1bc43 [2021-04-22T09:28:41.508Z] $ docker rm -f e62dcefc65befc734797dc8e56f1141800a45f53a4011f821e13aac6ceb1bc43 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:28:41.959Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-22T09:28:41.959Z] . [Pipeline] withDockerContainer [2021-04-22T09:28:42.058Z] prd-centos7-docker-4c-2g-1437 does not seem to be running inside a container [2021-04-22T09:28:42.128Z] $ 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-22T09:28:42.836Z] $ docker top 59deba53d7cd324b21c0301b0b0cd268eae482d01353d665ce9e79b0cf60e536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-22T09:28:43.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-22T09:28:43.048Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-22T09:28:43.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-22T09:28:43.264Z] $ docker exec 59deba53d7cd324b21c0301b0b0cd268eae482d01353d665ce9e79b0cf60e536 ssh-agent [2021-04-22T09:28:43.451Z] SSH_AUTH_SOCK=/tmp/ssh-la3HgS2gINLr/agent.11 [2021-04-22T09:28:43.451Z] SSH_AGENT_PID=16 [2021-04-22T09:28:43.458Z] Running ssh-add (command line suppressed) [2021-04-22T09:28:43.592Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4109859479749909522.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4109859479749909522.key) [2021-04-22T09:28:43.656Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-22T09:28:43.962Z] + git semver push [2021-04-22T09:28:43.962Z] # -> Open(): unable to determine branch for HEAD [2021-04-22T09:28:43.962Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-22T09:28:43.962Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-22T09:28:43.962Z] # $SEMVER_REMOTE_NAME = origin [2021-04-22T09:28:43.962Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-22T09:28:43.962Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-22T09:28:43.962Z] # $SEMVER_BRANCH = master [2021-04-22T09:28:43.962Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-22T09:28:49.275Z] $ docker exec --env ******** --env ******** 59deba53d7cd324b21c0301b0b0cd268eae482d01353d665ce9e79b0cf60e536 ssh-agent -k [2021-04-22T09:28:49.408Z] unset SSH_AUTH_SOCK; [2021-04-22T09:28:49.408Z] unset SSH_AGENT_PID; [2021-04-22T09:28:49.409Z] echo Agent pid 16 killed; [2021-04-22T09:28:49.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-22T09:28:49.807Z] + git semver [Pipeline] } [2021-04-22T09:28:49.823Z] $ docker stop --time=1 59deba53d7cd324b21c0301b0b0cd268eae482d01353d665ce9e79b0cf60e536 [2021-04-22T09:28:51.243Z] $ docker rm -f 59deba53d7cd324b21c0301b0b0cd268eae482d01353d665ce9e79b0cf60e536 [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-22T09:28:52.029Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:28:52.604Z] ---> package-listing.sh [2021-04-22T09:28:52.605Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-22T09:28:52.605Z] ++ facter osfamily [2021-04-22T09:28:52.605Z] + OS_FAMILY=redhat [2021-04-22T09:28:52.605Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-22T09:28:52.605Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-22T09:28:52.605Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-22T09:28:52.605Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-22T09:28:52.605Z] + PACKAGES=/tmp/packages_start.txt [2021-04-22T09:28:52.605Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-22T09:28:52.605Z] + PACKAGES=/tmp/packages_end.txt [2021-04-22T09:28:52.605Z] + case "${OS_FAMILY}" in [2021-04-22T09:28:52.605Z] + rpm -qa [2021-04-22T09:28:52.605Z] + sort [2021-04-22T09:28:57.920Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-22T09:28:57.920Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-22T09:28:57.920Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-22T09:28:57.920Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-22T09:28:57.920Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-22T09:28:57.920Z] + 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-22T09:28:57.935Z] 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-22T09:28:58.226Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:28:58.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T09:28:58.533Z] [2021-04-22T09:28:58.533Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-22T09:28:58.850Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T09:28:58.850Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-22T09:28:58.850Z] df20fa9351a1: Pulling fs layer [2021-04-22T09:28:58.850Z] 36b3adc4ff6f: Pulling fs layer [2021-04-22T09:28:58.850Z] 8ad3a11d3b57: Pulling fs layer [2021-04-22T09:28:58.850Z] 46f8f816bc3b: Pulling fs layer [2021-04-22T09:28:58.850Z] 93b61091891f: Pulling fs layer [2021-04-22T09:28:58.850Z] 93b9cdb0e59b: Pulling fs layer [2021-04-22T09:28:58.850Z] 5e14af77c1be: Pulling fs layer [2021-04-22T09:28:58.850Z] 01666e4c0597: Pulling fs layer [2021-04-22T09:28:58.850Z] aa168da1d23b: Pulling fs layer [2021-04-22T09:28:58.850Z] 46f8f816bc3b: Waiting [2021-04-22T09:28:58.850Z] 93b61091891f: Waiting [2021-04-22T09:28:58.850Z] 93b9cdb0e59b: Waiting [2021-04-22T09:28:58.850Z] 5e14af77c1be: Waiting [2021-04-22T09:28:58.850Z] 01666e4c0597: Waiting [2021-04-22T09:28:58.850Z] aa168da1d23b: Waiting [2021-04-22T09:28:58.850Z] 36b3adc4ff6f: Verifying Checksum [2021-04-22T09:28:58.850Z] 36b3adc4ff6f: Download complete [2021-04-22T09:28:58.850Z] 46f8f816bc3b: Verifying Checksum [2021-04-22T09:28:58.850Z] 46f8f816bc3b: Download complete [2021-04-22T09:28:59.112Z] df20fa9351a1: Verifying Checksum [2021-04-22T09:28:59.112Z] 93b9cdb0e59b: Verifying Checksum [2021-04-22T09:28:59.112Z] 93b9cdb0e59b: Download complete [2021-04-22T09:28:59.112Z] 93b61091891f: Verifying Checksum [2021-04-22T09:28:59.112Z] 93b61091891f: Download complete [2021-04-22T09:28:59.112Z] 5e14af77c1be: Download complete [2021-04-22T09:28:59.112Z] 01666e4c0597: Verifying Checksum [2021-04-22T09:28:59.112Z] 01666e4c0597: Download complete [2021-04-22T09:28:59.375Z] df20fa9351a1: Pull complete [2021-04-22T09:28:59.639Z] 8ad3a11d3b57: Verifying Checksum [2021-04-22T09:28:59.639Z] 8ad3a11d3b57: Download complete [2021-04-22T09:28:59.639Z] 36b3adc4ff6f: Pull complete [2021-04-22T09:29:01.050Z] 8ad3a11d3b57: Pull complete [2021-04-22T09:29:01.050Z] 46f8f816bc3b: Pull complete [2021-04-22T09:29:01.317Z] 93b61091891f: Pull complete [2021-04-22T09:29:01.581Z] aa168da1d23b: Verifying Checksum [2021-04-22T09:29:01.581Z] aa168da1d23b: Download complete [2021-04-22T09:29:01.844Z] 93b9cdb0e59b: Pull complete [2021-04-22T09:29:02.109Z] 5e14af77c1be: Pull complete [2021-04-22T09:29:02.109Z] 01666e4c0597: Pull complete [2021-04-22T09:29:10.314Z] aa168da1d23b: Pull complete [2021-04-22T09:29:10.314Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-22T09:29:10.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-22T09:29:10.314Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-22T09:29:10.494Z] prd-centos7-docker-4c-2g-1437 does not seem to be running inside a container [2021-04-22T09:29:10.542Z] $ 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-22T09:29:13.360Z] $ docker top 2cd9af3a8b7db1a04f85b065f0bc545ab2a1a9af26940b4ae7f5bf41a9f05518 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-22T09:29:13.776Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-22T09:29:14.076Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-22T09:29:14.373Z] + ls /var/log/sa-host [2021-04-22T09:29:14.373Z] + sadf -c /var/log/sa-host/sa22 [2021-04-22T09:29:14.373Z] file_magic: OK [2021-04-22T09:29:14.373Z] HZ: Using current value: 100 [2021-04-22T09:29:14.373Z] file_header: OK [2021-04-22T09:29:14.373Z] 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-22T09:29:14.374Z] Statistics: [2021-04-22T09:29:14.374Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-22T09:29:14.374Z] File successfully converted to sysstat format version 12.2.1 [2021-04-22T09:29:14.374Z] + sadf -c /var/log/sa-host/sa23 [2021-04-22T09:29:14.374Z] file_magic: OK [2021-04-22T09:29:14.374Z] HZ: Using current value: 100 [2021-04-22T09:29:14.374Z] file_header: OK [2021-04-22T09:29:14.374Z] 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-22T09:29:14.374Z] Statistics: [2021-04-22T09:29:14.374Z] Hnuu...uuuununununu... [2021-04-22T09:29:14.374Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-22T09:29:14.566Z] provisioning config files... [2021-04-22T09:29:14.583Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2864471653104556334tmp [Pipeline] { [Pipeline] echo [2021-04-22T09:29:14.616Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:29:14.912Z] ---> create-netrc.sh [Pipeline] } [2021-04-22T09:29:14.992Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-22T09:29:15.023Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:29:15.367Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-22T09:29:15.384Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:29:15.707Z] ---> sudo-logs.sh [2021-04-22T09:29:15.708Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-22T09:29:15.741Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:29:16.036Z] ---> job-cost.sh [2021-04-22T09:29:16.036Z] lf-activate-venv: SKIPPING [2021-04-22T09:29:16.036Z] DEBUG: total: 0.20999999344348907 [2021-04-22T09:29:16.036Z] INFO: Retrieving Stack Cost... [2021-04-22T09:29:16.987Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-22T09:29:17.564Z] INFO: Archiving Costs [Pipeline] echo [2021-04-22T09:29:17.581Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-22T09:29:17.885Z] ---> logs-deploy.sh [2021-04-22T09:29:17.885Z] lf-activate-venv: SKIPPING [2021-04-22T09:29:17.885Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/153 [2021-04-22T09:29:17.885Z] INFO: archiving workspace using pattern(s): [2021-04-22T09:29:19.275Z] Archives upload complete. [2021-04-22T09:29:19.539Z] INFO: archiving logs to Nexus