Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 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-32291 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 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 (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 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 Commit message: "Merge pull request #847 from lenny-intel/access-token" > git rev-list --no-walk 89eeca78c6c4a4e666db0d4f58d05ede62e7fe5e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T18:00:29.111Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T18:00:29.433Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T18:00:29.536Z] ========================================================= [2021-03-31T18:00:29.536Z] EdgeX Global Pipelines Version Info [2021-03-31T18:00:29.536Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:00:31.050Z] ------------------- [2021-03-31T18:00:31.050Z] stable info: [2021-03-31T18:00:31.050Z] ------------------- [2021-03-31T18:00:31.050Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T18:00:31.050Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T18:00:31.050Z] Message: update stable to v1.0.186 [2021-03-31T18:00:31.999Z] ------------------- [2021-03-31T18:00:31.999Z] experimental info: [2021-03-31T18:00:31.999Z] ------------------- [2021-03-31T18:00:31.999Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T18:00:31.999Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T18:00:31.999Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T18:00:32.329Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-03-31T18:00:32.434Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-03-31T18:00:32.526Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T18:00:32.621Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T18:00:32.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T18:00:32.863Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T18:00:32.960Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T18:00:33.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T18:00:33.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-03-31T18:00:33.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T18:00:33.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T18:00:33.455Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-03-31T18:00:33.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T18:00:33.648Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T18:00:33.764Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T18:00:33.889Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-31T18:00:33.998Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-31T18:00:34.105Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-31T18:00:34.227Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T18:00:34.319Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-31T18:00:34.436Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T18:00:34.551Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T18:00:34.639Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-31T18:00:34.727Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-31T18:00:34.833Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-03-31T18:00:34.930Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T18:00:35.026Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-31T18:00:35.117Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-31T18:00:35.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-31T18:00:35.331Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] echo [2021-03-31T18:00:35.425Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4cccad7 [Pipeline] echo [2021-03-31T18:00:35.518Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T18:00:35.696Z] provisioning config files... [2021-03-31T18:00:35.723Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1163927871140077452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:00:36.094Z] ---> docker-login.sh [2021-03-31T18:00:36.094Z] nexus3.edgexfoundry.org:10001 [2021-03-31T18:00:36.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:00:36.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:00:36.636Z] Configure a credential helper to remove this warning. See [2021-03-31T18:00:36.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:00:36.636Z] [2021-03-31T18:00:36.636Z] Login Succeeded [2021-03-31T18:00:36.636Z] nexus3.edgexfoundry.org:10002 [2021-03-31T18:00:36.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:00:36.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:00:36.909Z] Configure a credential helper to remove this warning. See [2021-03-31T18:00:36.909Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:00:36.909Z] [2021-03-31T18:00:36.909Z] Login Succeeded [2021-03-31T18:00:36.909Z] nexus3.edgexfoundry.org:10003 [2021-03-31T18:00:37.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:00:37.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:00:37.173Z] Configure a credential helper to remove this warning. See [2021-03-31T18:00:37.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:00:37.173Z] [2021-03-31T18:00:37.173Z] Login Succeeded [2021-03-31T18:00:37.173Z] nexus3.edgexfoundry.org:10004 [2021-03-31T18:00:37.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:00:37.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:00:37.440Z] Configure a credential helper to remove this warning. See [2021-03-31T18:00:37.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:00:37.440Z] [2021-03-31T18:00:37.440Z] Login Succeeded [2021-03-31T18:00:37.440Z] docker.io [2021-03-31T18:00:37.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:00:37.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:00:37.704Z] Configure a credential helper to remove this warning. See [2021-03-31T18:00:37.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:00:37.704Z] [2021-03-31T18:00:37.704Z] Login Succeeded [2021-03-31T18:00:37.704Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T18:00:37.715Z] 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-03-31T18:00:38.563Z] + git log --format=format:%s -1 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] echo [2021-03-31T18:00:38.645Z] GIT_COMMIT: 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36, Commit Message: Merge pull request #847 from lenny-intel/access-token [Pipeline] echo [2021-03-31T18:00:38.691Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:00:39.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T18:00:39.680Z] [2021-03-31T18:00:39.680Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:00:40.034Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T18:00:40.034Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T18:00:40.034Z] 31603596830f: Pulling fs layer [2021-03-31T18:00:40.034Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T18:00:40.034Z] 6ca5941a6612: Pulling fs layer [2021-03-31T18:00:40.034Z] ecc8261a40a4: Pulling fs layer [2021-03-31T18:00:40.034Z] ecc8261a40a4: Waiting [2021-03-31T18:00:40.034Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T18:00:40.034Z] 2a8b12db71e7: Download complete [2021-03-31T18:00:40.034Z] 31603596830f: Download complete [2021-03-31T18:00:40.305Z] ecc8261a40a4: Verifying Checksum [2021-03-31T18:00:40.305Z] ecc8261a40a4: Download complete [2021-03-31T18:00:40.305Z] 6ca5941a6612: Download complete [2021-03-31T18:00:40.569Z] 31603596830f: Pull complete [2021-03-31T18:00:40.833Z] 2a8b12db71e7: Pull complete [2021-03-31T18:00:41.792Z] 6ca5941a6612: Pull complete [2021-03-31T18:00:42.058Z] ecc8261a40a4: Pull complete [2021-03-31T18:00:42.058Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T18:00:42.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T18:00:42.058Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T18:00:42.184Z] prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container [2021-03-31T18:00:42.240Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T18:00:44.318Z] $ docker top 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T18:00:44.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T18:00:44.681Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T18:00:44.933Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T18:00:44.936Z] $ docker exec 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent [2021-03-31T18:00:45.115Z] SSH_AUTH_SOCK=/tmp/ssh-3pib39e53Fyx/agent.11 [2021-03-31T18:00:45.115Z] SSH_AGENT_PID=17 [2021-03-31T18:00:45.125Z] Running ssh-add (command line suppressed) [2021-03-31T18:00:45.258Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_798157339068434729.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_798157339068434729.key) [2021-03-31T18:00:45.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T18:00:45.659Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T18:00:45.681Z] $ docker exec --env ******** --env ******** 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent -k [2021-03-31T18:00:45.818Z] unset SSH_AUTH_SOCK; [2021-03-31T18:00:45.818Z] unset SSH_AGENT_PID; [2021-03-31T18:00:45.818Z] echo Agent pid 17 killed; [2021-03-31T18:00:45.870Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T18:00:46.050Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T18:00:46.050Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T18:00:46.229Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T18:00:46.233Z] $ docker exec 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent [2021-03-31T18:00:46.440Z] SSH_AUTH_SOCK=/tmp/ssh-E4d6IWQvSdwc/agent.47 [2021-03-31T18:00:46.440Z] SSH_AGENT_PID=52 [2021-03-31T18:00:46.449Z] Running ssh-add (command line suppressed) [2021-03-31T18:00:46.600Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2043636997134878011.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2043636997134878011.key) [2021-03-31T18:00:46.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T18:00:47.018Z] + git semver init [2021-03-31T18:00:47.018Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T18:00:47.018Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-31T18:00:47.018Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-31T18:00:47.018Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T18:00:47.019Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T18:00:47.019Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T18:00:47.019Z] # $SEMVER_BRANCH = master [2021-03-31T18:00:47.019Z] # $SEMVER_TEMP = /tmp/semver-488556876 [2021-03-31T18:00:47.019Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-03-31T18:00:47.969Z] # '/tmp/semver-488556876' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-03-31T18:00:47.969Z] # -> Force: false [2021-03-31T18:00:47.969Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-31T18:00:47.982Z] $ docker exec --env ******** --env ******** 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 ssh-agent -k [2021-03-31T18:00:48.100Z] unset SSH_AUTH_SOCK; [2021-03-31T18:00:48.100Z] unset SSH_AGENT_PID; [2021-03-31T18:00:48.100Z] echo Agent pid 52 killed; [2021-03-31T18:00:48.154Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T18:00:48.634Z] + git semver [Pipeline] } [2021-03-31T18:00:48.652Z] $ docker stop --time=1 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 [2021-03-31T18:00:50.097Z] $ docker rm -f 2c974f3a0f375da9b777c961f643ede68e7c174d44bb64385a61ae332041bdf5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T18:00:50.614Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T18:00:51.076Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T18:00:51.079Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.30 [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-03-31T18:01:06.629Z] Still waiting to schedule task [2021-03-31T18:01:06.629Z] ‘prd-centos7-docker-4c-2g-32292’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-03-31T18:01:06.632Z] Still waiting to schedule task [2021-03-31T18:01:06.632Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T18:02:29.458Z] Running on prd-centos7-docker-4c-2g-32294 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-31T18:02:29.515Z] Running in /w/workspace/device-sdk-go/135 [Pipeline] { [Pipeline] checkout [2021-03-31T18:02:31.933Z] using credential edgex-jenkins-ssh [2021-03-31T18:02:31.999Z] Cloning the remote Git repository [2021-03-31T18:02:32.023Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-31T18:02:32.089Z] > git init /w/workspace/device-sdk-go/135 # timeout=10 [2021-03-31T18:02:32.146Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-31T18:02:32.146Z] > git --version # timeout=10 [2021-03-31T18:02:32.155Z] > git --version # 'git version 2.24.3' [2021-03-31T18:02:32.156Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T18:02:32.178Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T18:02:32.841Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-31T18:02:32.848Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T18:02:32.859Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-31T18:02:32.871Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-31T18:02:32.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T18:02:32.875Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T18:02:33.293Z] Checking out Revision 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 (master) [2021-03-31T18:02:33.299Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T18:02:33.304Z] > git checkout -f 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 [2021-03-31T18:02:36.874Z] Commit message: "Merge pull request #847 from lenny-intel/access-token" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T18:02:38.049Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T18:02:38.373Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T18:02:38.675Z] + sudo service docker restart [2021-03-31T18:02:38.675Z] + true [2021-03-31T18:02:38.675Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T18:02:39.689Z] provisioning config files... [2021-03-31T18:02:39.716Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/135@tmp/config3067720239894930919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:02:40.082Z] ---> docker-login.sh [2021-03-31T18:02:40.082Z] nexus3.edgexfoundry.org:10001 [2021-03-31T18:02:40.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:02:40.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:02:40.346Z] Configure a credential helper to remove this warning. See [2021-03-31T18:02:40.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:02:40.346Z] [2021-03-31T18:02:40.346Z] Login Succeeded [2021-03-31T18:02:40.346Z] nexus3.edgexfoundry.org:10002 [2021-03-31T18:02:40.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:02:40.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:02:40.608Z] Configure a credential helper to remove this warning. See [2021-03-31T18:02:40.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:02:40.608Z] [2021-03-31T18:02:40.608Z] Login Succeeded [2021-03-31T18:02:40.608Z] nexus3.edgexfoundry.org:10003 [2021-03-31T18:02:40.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:02:40.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:02:40.870Z] Configure a credential helper to remove this warning. See [2021-03-31T18:02:40.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:02:40.870Z] [2021-03-31T18:02:40.870Z] Login Succeeded [2021-03-31T18:02:40.870Z] nexus3.edgexfoundry.org:10004 [2021-03-31T18:02:40.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:02:40.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:02:40.870Z] Configure a credential helper to remove this warning. See [2021-03-31T18:02:40.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:02:40.870Z] [2021-03-31T18:02:40.870Z] Login Succeeded [2021-03-31T18:02:40.870Z] docker.io [2021-03-31T18:02:41.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:02:41.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:02:41.392Z] Configure a credential helper to remove this warning. See [2021-03-31T18:02:41.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:02:41.392Z] [2021-03-31T18:02:41.392Z] Login Succeeded [2021-03-31T18:02:41.392Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T18:02:41.401Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T18:02:41.762Z] ========================================================= [2021-03-31T18:02:41.762Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T18:02:41.762Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:02:42.128Z] + 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-03-31T18:02:42.128Z] Sending build context to Docker daemon 2.336MB [2021-03-31T18:02:42.128Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T18:02:42.128Z] Step 2/8 : FROM ${BASE} [2021-03-31T18:02:42.391Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T18:02:42.391Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T18:02:42.391Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T18:02:42.391Z] de9db76c5a1d: Pulling fs layer [2021-03-31T18:02:42.391Z] bca2f99d35d6: Pulling fs layer [2021-03-31T18:02:42.391Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T18:02:42.391Z] 7c6f9722023f: Pulling fs layer [2021-03-31T18:02:42.391Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T18:02:42.391Z] bca2f99d35d6: Waiting [2021-03-31T18:02:42.391Z] 7c6f9722023f: Waiting [2021-03-31T18:02:42.391Z] 93359f2a8cfa: Waiting [2021-03-31T18:02:42.391Z] a35cf1a2eb13: Waiting [2021-03-31T18:02:42.391Z] de9db76c5a1d: Download complete [2021-03-31T18:02:42.391Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T18:02:42.391Z] 0ef7d3d256c8: Download complete [2021-03-31T18:02:42.391Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T18:02:42.391Z] 93359f2a8cfa: Download complete [2021-03-31T18:02:42.391Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T18:02:42.391Z] 7c6f9722023f: Verifying Checksum [2021-03-31T18:02:42.391Z] 7c6f9722023f: Download complete [2021-03-31T18:02:42.664Z] 188c0c94c7c5: Pull complete [2021-03-31T18:02:42.925Z] 0ef7d3d256c8: Pull complete [2021-03-31T18:02:42.925Z] de9db76c5a1d: Pull complete [2021-03-31T18:02:44.316Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T18:02:44.316Z] a35cf1a2eb13: Download complete [2021-03-31T18:02:44.892Z] bca2f99d35d6: Verifying Checksum [2021-03-31T18:02:44.892Z] bca2f99d35d6: Download complete [2021-03-31T18:02:50.234Z] bca2f99d35d6: Pull complete [2021-03-31T18:02:50.234Z] 93359f2a8cfa: Pull complete [2021-03-31T18:02:50.234Z] 7c6f9722023f: Pull complete [2021-03-31T18:02:54.490Z] a35cf1a2eb13: Pull complete [2021-03-31T18:02:54.490Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T18:02:54.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T18:02:54.490Z] ---> a62c8e92a672 [2021-03-31T18:02:54.490Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T18:02:54.490Z] ---> Running in 539165fdf922 [2021-03-31T18:02:54.490Z] Removing intermediate container 539165fdf922 [2021-03-31T18:02:54.490Z] ---> ae05de189686 [2021-03-31T18:02:54.490Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T18:02:54.490Z] ---> Running in 6b813461bdd2 [2021-03-31T18:02:55.448Z] Removing intermediate container 6b813461bdd2 [2021-03-31T18:02:55.449Z] ---> ea70115b81b9 [2021-03-31T18:02:55.449Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-03-31T18:02:55.714Z] ---> Running in 5264de389b4d [2021-03-31T18:02:56.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T18:02:56.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T18:02:57.451Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-31T18:02:57.451Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-31T18:02:57.717Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-31T18:02:57.717Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-31T18:02:57.981Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T18:02:57.981Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-31T18:02:57.981Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T18:02:57.981Z] OK: 167 MiB in 45 packages [2021-03-31T18:02:58.937Z] Removing intermediate container 5264de389b4d [2021-03-31T18:02:58.937Z] ---> ab87578a36ff [2021-03-31T18:02:58.937Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-31T18:02:58.937Z] ---> Running in f3b87dd12e02 [2021-03-31T18:02:58.937Z] Removing intermediate container f3b87dd12e02 [2021-03-31T18:02:58.937Z] ---> 8a793ac37ffa [2021-03-31T18:02:58.937Z] Step 7/8 : COPY . . [2021-03-31T18:03:00.334Z] ---> 84e475906b8b [2021-03-31T18:03:00.334Z] Step 8/8 : RUN go mod download [2021-03-31T18:03:00.334Z] ---> Running in b2a57bbbab36 [2021-03-31T18:03:01.216Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32293 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-31T18:03:01.273Z] Running in /w/workspace/device-sdk-go/135 [Pipeline] { [Pipeline] checkout [2021-03-31T18:03:06.700Z] using credential edgex-jenkins-ssh [2021-03-31T18:03:06.793Z] Cloning the remote Git repository [2021-03-31T18:03:06.837Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-03-31T18:03:06.949Z] > git init /w/workspace/device-sdk-go/135 # timeout=10 [2021-03-31T18:03:07.020Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-31T18:03:07.021Z] > git --version # timeout=10 [2021-03-31T18:03:07.044Z] > git --version # 'git version 2.17.1' [2021-03-31T18:03:07.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T18:03:07.116Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T18:03:08.275Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-31T18:03:08.297Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T18:03:08.331Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-03-31T18:03:08.372Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-03-31T18:03:08.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T18:03:08.391Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T18:03:09.001Z] Checking out Revision 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 (master) [2021-03-31T18:03:09.020Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T18:03:09.045Z] > git checkout -f 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 [2021-03-31T18:03:13.794Z] Commit message: "Merge pull request #847 from lenny-intel/access-token" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T18:03:15.287Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T18:03:15.716Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T18:03:16.066Z] + true [2021-03-31T18:03:16.066Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T18:03:18.785Z] provisioning config files... [2021-03-31T18:03:18.828Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/135@tmp/config4899058879809371049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:03:19.299Z] ---> docker-login.sh [2021-03-31T18:03:19.300Z] nexus3.edgexfoundry.org:10001 [2021-03-31T18:03:20.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:03:20.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:03:20.556Z] Configure a credential helper to remove this warning. See [2021-03-31T18:03:20.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:03:20.556Z] [2021-03-31T18:03:20.556Z] Login Succeeded [2021-03-31T18:03:20.556Z] nexus3.edgexfoundry.org:10002 [2021-03-31T18:03:20.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:03:21.103Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:03:21.103Z] Configure a credential helper to remove this warning. See [2021-03-31T18:03:21.103Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:03:21.103Z] [2021-03-31T18:03:21.103Z] Login Succeeded [2021-03-31T18:03:21.103Z] nexus3.edgexfoundry.org:10003 [2021-03-31T18:03:21.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:03:21.650Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:03:21.650Z] Configure a credential helper to remove this warning. See [2021-03-31T18:03:21.650Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:03:21.650Z] [2021-03-31T18:03:21.650Z] Login Succeeded [2021-03-31T18:03:21.650Z] nexus3.edgexfoundry.org:10004 [2021-03-31T18:03:21.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:03:22.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:03:22.196Z] Configure a credential helper to remove this warning. See [2021-03-31T18:03:22.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:03:22.196Z] [2021-03-31T18:03:22.196Z] Login Succeeded [2021-03-31T18:03:22.196Z] docker.io [2021-03-31T18:03:22.356Z] Removing intermediate container b2a57bbbab36 [2021-03-31T18:03:22.356Z] ---> b55dd5712d39 [2021-03-31T18:03:22.356Z] Successfully built b55dd5712d39 [2021-03-31T18:03:22.356Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:03:22.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T18:03:22.671Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T18:03:22.671Z] . [Pipeline] withDockerContainer [2021-03-31T18:03:22.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T18:03:22.742Z] Configure a credential helper to remove this warning. See [2021-03-31T18:03:22.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T18:03:22.742Z] [2021-03-31T18:03:22.742Z] Login Succeeded [2021-03-31T18:03:22.742Z] ---> docker-login.sh ends [2021-03-31T18:03:22.859Z] prd-centos7-docker-4c-2g-32294 does not seem to be running inside a container [2021-03-31T18:03:22.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T18:03:23.795Z] $ docker top 5134bd7536e29fe14dd28753243aeca9fc467271c2f2ca78ccc3e167c099d551 -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-31T18:03:24.060Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-31T18:03:24.450Z] + go version [2021-03-31T18:03:24.450Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T18:03:24.468Z] $ docker stop --time=1 5134bd7536e29fe14dd28753243aeca9fc467271c2f2ca78ccc3e167c099d551 [2021-03-31T18:03:25.799Z] $ docker rm -f 5134bd7536e29fe14dd28753243aeca9fc467271c2f2ca78ccc3e167c099d551 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo [2021-03-31T18:03:25.989Z] ========================================================= [2021-03-31T18:03:25.989Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T18:03:25.989Z] ========================================================= [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:03:26.461Z] + 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-03-31T18:03:26.612Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T18:03:26.612Z] . [Pipeline] withDockerContainer [2021-03-31T18:03:26.711Z] prd-centos7-docker-4c-2g-32294 does not seem to be running inside a container [2021-03-31T18:03:26.734Z] Sending build context to Docker daemon 2.335MB [2021-03-31T18:03:26.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T18:03:27.010Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T18:03:27.010Z] Step 2/8 : FROM ${BASE} [2021-03-31T18:03:27.010Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T18:03:27.010Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T18:03:27.010Z] a4357932f1b6: Pulling fs layer [2021-03-31T18:03:27.010Z] 18c013af1878: Pulling fs layer [2021-03-31T18:03:27.010Z] 00ac8860ef70: Pulling fs layer [2021-03-31T18:03:27.010Z] 63d7cb157983: Pulling fs layer [2021-03-31T18:03:27.010Z] b116817d02f9: Pulling fs layer [2021-03-31T18:03:27.010Z] 745a02a5169b: Pulling fs layer [2021-03-31T18:03:27.010Z] 63d7cb157983: Waiting [2021-03-31T18:03:27.010Z] b116817d02f9: Waiting [2021-03-31T18:03:27.010Z] 745a02a5169b: Waiting [2021-03-31T18:03:27.010Z] 00ac8860ef70: Waiting [2021-03-31T18:03:27.010Z] a4357932f1b6: Verifying Checksum [2021-03-31T18:03:27.010Z] a4357932f1b6: Download complete [2021-03-31T18:03:27.010Z] 18c013af1878: Verifying Checksum [2021-03-31T18:03:27.010Z] 18c013af1878: Download complete [2021-03-31T18:03:27.010Z] 63d7cb157983: Verifying Checksum [2021-03-31T18:03:27.010Z] 63d7cb157983: Download complete [2021-03-31T18:03:27.010Z] b116817d02f9: Verifying Checksum [2021-03-31T18:03:27.010Z] b116817d02f9: Download complete [2021-03-31T18:03:27.010Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T18:03:27.010Z] 5f621e34cdf4: Download complete [2021-03-31T18:03:27.434Z] $ docker top 8821624767de3c6cc4b794a4eb8ce8f8fa3c1f1e1461b5a405760f68400c4d09 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T18:03:27.622Z] 5f621e34cdf4: Pull complete [2021-03-31T18:03:27.905Z] + make test [2021-03-31T18:03:27.905Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T18:03:28.615Z] a4357932f1b6: Pull complete [2021-03-31T18:03:28.890Z] 18c013af1878: Pull complete [2021-03-31T18:03:29.878Z] 745a02a5169b: Verifying Checksum [2021-03-31T18:03:30.478Z] 00ac8860ef70: Verifying Checksum [2021-03-31T18:03:30.478Z] 00ac8860ef70: Download complete [2021-03-31T18:03:36.107Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-31T18:03:40.669Z] 00ac8860ef70: Pull complete [2021-03-31T18:03:40.941Z] 63d7cb157983: Pull complete [2021-03-31T18:03:41.212Z] b116817d02f9: Pull complete [2021-03-31T18:03:45.542Z] 745a02a5169b: Pull complete [2021-03-31T18:03:45.542Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T18:03:45.542Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T18:03:45.542Z] ---> b7e6874047d6 [2021-03-31T18:03:45.542Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T18:03:48.154Z] ---> Running in 663d064533d2 [2021-03-31T18:03:48.154Z] Removing intermediate container 663d064533d2 [2021-03-31T18:03:48.154Z] ---> eaae83704946 [2021-03-31T18:03:48.154Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T18:03:48.430Z] ---> Running in 5d90d13caa3e [2021-03-31T18:03:50.402Z] Removing intermediate container 5d90d13caa3e [2021-03-31T18:03:50.402Z] ---> 7b65eb1951b1 [2021-03-31T18:03:50.402Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-03-31T18:03:50.675Z] ---> Running in 8b25990a7ce9 [2021-03-31T18:03:51.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T18:03:52.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T18:03:53.230Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-03-31T18:03:53.230Z] (2/6) Installing libsodium (1.0.18-r0) [2021-03-31T18:03:53.230Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-03-31T18:03:53.501Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-03-31T18:03:53.501Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T18:03:53.774Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-03-31T18:03:53.774Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T18:03:53.774Z] OK: 144 MiB in 45 packages [2021-03-31T18:03:54.342Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-31T18:03:54.342Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-31T18:03:54.342Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-31T18:03:54.342Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-31T18:03:54.342Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-31T18:03:55.216Z] Removing intermediate container 8b25990a7ce9 [2021-03-31T18:03:55.216Z] ---> 743fa50a47b8 [2021-03-31T18:03:55.216Z] Step 6/8 : WORKDIR /device-sdk-go [2021-03-31T18:03:55.216Z] ---> Running in 8c36427098a7 [2021-03-31T18:03:55.810Z] Removing intermediate container 8c36427098a7 [2021-03-31T18:03:55.810Z] ---> 058689188fc0 [2021-03-31T18:03:55.810Z] Step 7/8 : COPY . . [2021-03-31T18:03:56.267Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.070s coverage: 27.0% of statements [2021-03-31T18:03:56.267Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.090s coverage: 81.2% of statements [2021-03-31T18:03:57.230Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.081s coverage: 7.8% of statements [2021-03-31T18:03:57.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-31T18:03:57.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-03-31T18:03:57.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-31T18:03:57.230Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.078s coverage: 32.5% of statements [2021-03-31T18:03:57.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-31T18:03:57.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-31T18:03:57.230Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-31T18:03:57.230Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.091s coverage: 57.3% of statements [2021-03-31T18:03:57.246Z] ---> 2d87992a79f3 [2021-03-31T18:03:57.246Z] Step 8/8 : RUN go mod download [2021-03-31T18:03:57.246Z] ---> Running in adc5a2b50ed7 [2021-03-31T18:03:58.180Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.130s coverage: 6.6% of statements [2021-03-31T18:03:58.180Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 5.0% of statements [2021-03-31T18:03:58.180Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-31T18:03:58.180Z] GO111MODULE=on go vet ./... [2021-03-31T18:04:13.219Z] gofmt -l . [2021-03-31T18:04:13.219Z] [ "`gofmt -l .`" = "" ] [2021-03-31T18:04:13.219Z] ./bin/test-attribution-txt.sh [2021-03-31T18:04:13.482Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-31T18:04:13.759Z] $ docker stop --time=1 8821624767de3c6cc4b794a4eb8ce8f8fa3c1f1e1461b5a405760f68400c4d09 [2021-03-31T18:04:15.492Z] $ docker rm -f 8821624767de3c6cc4b794a4eb8ce8f8fa3c1f1e1461b5a405760f68400c4d09 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T18:04:16.180Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-31T18:04:16.559Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-03-31T18:04:19.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-31T18:04:19.969Z] + ls -al . [2021-03-31T18:04:19.970Z] total 188 [2021-03-31T18:04:19.970Z] drwxrwxr-x. 10 jenkins jenkins 4096 Mar 31 18:04 . [2021-03-31T18:04:19.970Z] drwxrwxr-x. 4 jenkins jenkins 32 Mar 31 18:02 .. [2021-03-31T18:04:19.970Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 31 18:02 bin [2021-03-31T18:04:19.970Z] -rw-r--r--. 1 jenkins jenkins 101416 Mar 31 18:03 coverage.out [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 987 Mar 31 18:02 Dockerfile.build [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 31 18:02 .dockerignore [2021-03-31T18:04:19.970Z] drwxrwxr-x. 5 jenkins jenkins 62 Mar 31 18:02 example [2021-03-31T18:04:19.970Z] drwxrwxr-x. 8 jenkins jenkins 162 Mar 31 18:02 .git [2021-03-31T18:04:19.970Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 31 18:02 .github [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 31 18:02 .gitignore [2021-03-31T18:04:19.970Z] -rw-r--r--. 1 jenkins jenkins 537 Mar 31 18:04 go.mod [2021-03-31T18:04:19.970Z] -rw-r--r--. 1 jenkins jenkins 21117 Mar 31 18:04 go.sum [2021-03-31T18:04:19.970Z] drwxrwxr-x. 14 jenkins jenkins 207 Mar 31 18:02 internal [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 901 Mar 31 18:02 Jenkinsfile [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 31 18:02 LICENSE [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 1022 Mar 31 18:02 Makefile [2021-03-31T18:04:19.970Z] drwxrwxr-x. 4 jenkins jenkins 26 Mar 31 18:02 openapi [2021-03-31T18:04:19.970Z] drwxrwxr-x. 5 jenkins jenkins 50 Mar 31 18:02 pkg [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 5897 Mar 31 18:02 README.md [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 6616 Mar 31 18:02 RELEASE-NOTES.txt [2021-03-31T18:04:19.970Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 31 18:02 snap [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 12 Mar 31 18:00 VERSION [2021-03-31T18:04:19.970Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 31 18:02 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:04:20.273Z] + 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=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 --label arch=amd64 --label version=2.0.0-dev.30 . [2021-03-31T18:04:20.536Z] Sending build context to Docker daemon 2.439MB [2021-03-31T18:04:20.536Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T18:04:20.536Z] Step 2/23 : FROM ${BASE} AS builder [2021-03-31T18:04:20.536Z] ---> b55dd5712d39 [2021-03-31T18:04:20.536Z] Step 3/23 : WORKDIR /device-sdk-go [2021-03-31T18:04:20.797Z] ---> Running in f0a82c91ae55 [2021-03-31T18:04:21.059Z] Removing intermediate container f0a82c91ae55 [2021-03-31T18:04:21.059Z] ---> 454fcca21016 [2021-03-31T18:04:21.059Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T18:04:21.059Z] ---> Running in cfac617fa00b [2021-03-31T18:04:21.324Z] Removing intermediate container cfac617fa00b [2021-03-31T18:04:21.324Z] ---> 02870e6d4b95 [2021-03-31T18:04:21.324Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T18:04:21.324Z] ---> Running in 07e2bda082da [2021-03-31T18:04:22.272Z] Removing intermediate container 07e2bda082da [2021-03-31T18:04:22.272Z] ---> 05c0dc35c076 [2021-03-31T18:04:22.272Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-03-31T18:04:22.537Z] ---> Running in e4bc22d58a06 [2021-03-31T18:04:22.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T18:04:23.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T18:04:24.007Z] OK: 167 MiB in 45 packages [2021-03-31T18:04:24.030Z] Removing intermediate container adc5a2b50ed7 [2021-03-31T18:04:24.030Z] ---> 8c6b29025a78 [2021-03-31T18:04:24.030Z] Successfully built 8c6b29025a78 [2021-03-31T18:04:24.030Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:04:24.371Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T18:04:24.371Z] . [Pipeline] withDockerContainer [2021-03-31T18:04:24.581Z] Removing intermediate container e4bc22d58a06 [2021-03-31T18:04:24.581Z] ---> d5ce4882a1eb [2021-03-31T18:04:24.581Z] Step 7/23 : COPY . . [2021-03-31T18:04:24.650Z] prd-ubuntu18.04-docker-arm64-4c-16g-32293 does not seem to be running inside a container [2021-03-31T18:04:24.759Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T18:04:25.525Z] ---> cd59e4cb37db [2021-03-31T18:04:25.526Z] Step 8/23 : RUN go mod download [2021-03-31T18:04:25.526Z] ---> Running in e49405eebed4 [2021-03-31T18:04:26.290Z] $ docker top 3f630184a1a949cff41d4f5e581cfb7b6c9aa0e26fbdca6f851212942914abbc -eo pid,comm [2021-03-31T18:04:26.475Z] Removing intermediate container e49405eebed4 [2021-03-31T18:04:26.475Z] ---> 01fd2f6cbea5 [2021-03-31T18:04:26.475Z] Step 9/23 : RUN make build [2021-03-31T18:04:26.475Z] ---> Running in 4c2342aa858e [Pipeline] { [Pipeline] sh [2021-03-31T18:04:27.062Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-31T18:04:27.294Z] + go version [2021-03-31T18:04:27.294Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T18:04:27.343Z] $ docker stop --time=1 3f630184a1a949cff41d4f5e581cfb7b6c9aa0e26fbdca6f851212942914abbc [2021-03-31T18:04:29.276Z] $ docker rm -f 3f630184a1a949cff41d4f5e581cfb7b6c9aa0e26fbdca6f851212942914abbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:04:30.232Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T18:04:30.232Z] . [Pipeline] withDockerContainer [2021-03-31T18:04:30.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-32293 does not seem to be running inside a container [2021-03-31T18:04:30.603Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/135 -v /w/workspace/device-sdk-go/135:/w/workspace/device-sdk-go/135:rw,z -v /w/workspace/device-sdk-go/135@tmp:/w/workspace/device-sdk-go/135@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T18:04:32.062Z] $ docker top e5c1e0a126d58564dd1ac7ee450dce85903a8ba896986ecf26030101bb349525 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T18:04:33.058Z] + make test [2021-03-31T18:04:33.058Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T18:04:37.190Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-03-31T18:04:38.138Z] Removing intermediate container 4c2342aa858e [2021-03-31T18:04:38.138Z] ---> c570025676d6 [2021-03-31T18:04:38.138Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T18:04:38.710Z] 3.12: Pulling from library/alpine [2021-03-31T18:04:38.710Z] 22599d3e9e25: Pulling fs layer [2021-03-31T18:04:38.976Z] 22599d3e9e25: Verifying Checksum [2021-03-31T18:04:38.976Z] 22599d3e9e25: Download complete [2021-03-31T18:04:39.238Z] 22599d3e9e25: Pull complete [2021-03-31T18:04:39.238Z] Digest: sha256:02cd4b50aef54502204d5956109e24876a5f9e8f3d3b22600dc14ea4de0d1d5d [2021-03-31T18:04:39.238Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T18:04:39.238Z] ---> 42cb162f0360 [2021-03-31T18:04:39.238Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T18:04:39.238Z] ---> Running in f9f9c8570470 [2021-03-31T18:04:39.499Z] Removing intermediate container f9f9c8570470 [2021-03-31T18:04:39.499Z] ---> d354511553d8 [2021-03-31T18:04:39.499Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T18:04:39.499Z] ---> Running in ab7065702c48 [2021-03-31T18:04:40.448Z] Removing intermediate container ab7065702c48 [2021-03-31T18:04:40.448Z] ---> 53222a129b2a [2021-03-31T18:04:40.448Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-03-31T18:04:40.448Z] ---> Running in 0ab332571400 [2021-03-31T18:04:41.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T18:04:41.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T18:04:42.548Z] (1/5) Installing libgcc (9.3.0-r2) [2021-03-31T18:04:42.548Z] (2/5) Installing libsodium (1.0.18-r0) [2021-03-31T18:04:42.809Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-03-31T18:04:43.073Z] (4/5) Installing libzmq (4.3.3-r0) [2021-03-31T18:04:43.335Z] (5/5) Installing zeromq (4.3.3-r0) [2021-03-31T18:04:43.335Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T18:04:43.335Z] OK: 8 MiB in 19 packages [2021-03-31T18:04:44.280Z] Removing intermediate container 0ab332571400 [2021-03-31T18:04:44.280Z] ---> 7f801eba3e15 [2021-03-31T18:04:44.280Z] Step 14/23 : WORKDIR / [2021-03-31T18:04:44.280Z] ---> Running in 21a60da55192 [2021-03-31T18:04:44.280Z] Removing intermediate container 21a60da55192 [2021-03-31T18:04:44.280Z] ---> 15391836edbc [2021-03-31T18:04:44.280Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-03-31T18:04:44.542Z] ---> eb586bf53fef [2021-03-31T18:04:44.542Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-03-31T18:04:45.117Z] ---> 32e5ad31154b [2021-03-31T18:04:45.117Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-03-31T18:04:45.378Z] ---> d16afcb1196f [2021-03-31T18:04:45.378Z] Step 18/23 : EXPOSE 49990 [2021-03-31T18:04:45.378Z] ---> Running in ec322e75e37b [2021-03-31T18:04:45.639Z] Removing intermediate container ec322e75e37b [2021-03-31T18:04:45.639Z] ---> 020c193b87dd [2021-03-31T18:04:45.639Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-03-31T18:04:45.639Z] ---> Running in 2afc1e42213c [2021-03-31T18:04:45.900Z] Removing intermediate container 2afc1e42213c [2021-03-31T18:04:45.900Z] ---> a9b4f634c52c [2021-03-31T18:04:45.900Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T18:04:45.900Z] ---> Running in 20ab7b4613ec [2021-03-31T18:04:46.162Z] Removing intermediate container 20ab7b4613ec [2021-03-31T18:04:46.162Z] ---> d6f03bbd918b [2021-03-31T18:04:46.162Z] Step 21/23 : LABEL arch=amd64 [2021-03-31T18:04:46.162Z] ---> Running in 4889559bf472 [2021-03-31T18:04:46.424Z] Removing intermediate container 4889559bf472 [2021-03-31T18:04:46.424Z] ---> 15ce250f4985 [2021-03-31T18:04:46.424Z] Step 22/23 : LABEL git_sha=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [2021-03-31T18:04:46.424Z] ---> Running in ea82a23dadac [2021-03-31T18:04:46.688Z] Removing intermediate container ea82a23dadac [2021-03-31T18:04:46.688Z] ---> a77e7b391fb4 [2021-03-31T18:04:46.688Z] Step 23/23 : LABEL version=2.0.0-dev.30 [2021-03-31T18:04:46.950Z] ---> Running in c207ab79b496 [2021-03-31T18:04:46.950Z] Removing intermediate container c207ab79b496 [2021-03-31T18:04:46.950Z] ---> 4c14a8c89319 [2021-03-31T18:04:46.950Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-03-31T18:04:46.950Z] Successfully built 4c14a8c89319 [2021-03-31T18:04:46.950Z] 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-03-31T18:04:48.135Z] ---> job-cost.sh [2021-03-31T18:04:48.135Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qUQz [2021-03-31T18:04:55.261Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-03-31T18:05:03.059Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T18:05:29.689Z] lf-activate-venv(): INFO: Adding /tmp/venv-qUQz/bin to PATH [2021-03-31T18:05:29.689Z] INFO: No Stack... [2021-03-31T18:05:29.689Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T18:05:29.689Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T18:05:30.006Z] + cat /w/workspace/device-sdk-go/135/archives/cost.csv [2021-03-31T18:05:30.006Z] + cut -d, -f6 [Pipeline] lock [2021-03-31T18:05:30.153Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [2021-03-31T18:05:30.163Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] did not exist. Created. [2021-03-31T18:05:30.163Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T18:05:30.622Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-31T18:05:30.745Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T18:05:30.753Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T18:05:51.887Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-03-31T18:05:51.887Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-03-31T18:05:51.887Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-03-31T18:05:51.887Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-03-31T18:05:51.887Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-03-31T18:05:54.529Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.132s coverage: 27.0% of statements [2021-03-31T18:05:56.538Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.241s coverage: 81.2% of statements [2021-03-31T18:05:56.538Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.169s coverage: 7.8% of statements [2021-03-31T18:05:56.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-03-31T18:05:56.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-03-31T18:05:56.538Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-03-31T18:05:57.537Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.329s coverage: 32.5% of statements [2021-03-31T18:05:57.537Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-03-31T18:05:57.537Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-03-31T18:05:57.537Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-03-31T18:06:01.891Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.291s coverage: 57.3% of statements [2021-03-31T18:06:01.891Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.150s coverage: 6.6% of statements [2021-03-31T18:06:01.891Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.145s coverage: 5.0% of statements [2021-03-31T18:06:01.891Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-03-31T18:06:02.164Z] GO111MODULE=on go vet ./... [2021-03-31T18:06:49.145Z] gofmt -l . [2021-03-31T18:06:49.145Z] [ "`gofmt -l .`" = "" ] [2021-03-31T18:06:49.145Z] ./bin/test-attribution-txt.sh [2021-03-31T18:06:49.145Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-31T18:06:49.237Z] $ docker stop --time=1 e5c1e0a126d58564dd1ac7ee450dce85903a8ba896986ecf26030101bb349525 [2021-03-31T18:06:51.579Z] $ docker rm -f e5c1e0a126d58564dd1ac7ee450dce85903a8ba896986ecf26030101bb349525 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T18:06:52.610Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-31T18:06:52.704Z] Warning: overwriting stash ‘coverage-report’ [2021-03-31T18:06:53.552Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T18:06:54.309Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-03-31T18:06:54.667Z] + ls -al . [2021-03-31T18:06:54.667Z] total 224 [2021-03-31T18:06:54.667Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 18:06 . [2021-03-31T18:06:54.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 18:03 .. [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 31 18:03 .dockerignore [2021-03-31T18:06:54.667Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 18:03 .git [2021-03-31T18:06:54.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 18:03 .github [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 31 18:03 .gitignore [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 987 Mar 31 18:03 Dockerfile.build [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 901 Mar 31 18:03 Jenkinsfile [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 31 18:03 LICENSE [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 1022 Mar 31 18:03 Makefile [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 5897 Mar 31 18:03 README.md [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 6616 Mar 31 18:03 RELEASE-NOTES.txt [2021-03-31T18:06:54.667Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 31 18:00 VERSION [2021-03-31T18:06:54.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 18:03 bin [2021-03-31T18:06:54.667Z] -rw-r--r-- 1 jenkins jenkins 101416 Mar 31 18:06 coverage.out [2021-03-31T18:06:54.667Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 31 18:03 example [2021-03-31T18:06:54.668Z] -rw-r--r-- 1 jenkins jenkins 537 Mar 31 18:06 go.mod [2021-03-31T18:06:54.668Z] -rw-r--r-- 1 jenkins jenkins 21117 Mar 31 18:06 go.sum [2021-03-31T18:06:54.668Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 31 18:03 internal [2021-03-31T18:06:54.668Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 18:03 openapi [2021-03-31T18:06:54.668Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 31 18:03 pkg [2021-03-31T18:06:54.668Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 18:03 snap [2021-03-31T18:06:54.668Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 31 18:03 version.go [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:06:55.052Z] + 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=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 --label arch=arm64 --label version=2.0.0-dev.30 . [2021-03-31T18:06:55.710Z] Sending build context to Docker daemon 2.438MB [2021-03-31T18:06:55.710Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T18:06:55.710Z] Step 2/23 : FROM ${BASE} AS builder [2021-03-31T18:06:55.710Z] ---> 8c6b29025a78 [2021-03-31T18:06:55.710Z] Step 3/23 : WORKDIR /device-sdk-go [2021-03-31T18:06:55.986Z] ---> Running in 9d56db9474c8 [2021-03-31T18:06:56.583Z] Removing intermediate container 9d56db9474c8 [2021-03-31T18:06:56.583Z] ---> b8236a57961c [2021-03-31T18:06:56.583Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T18:06:56.583Z] ---> Running in b63614a3bf6c [2021-03-31T18:06:57.190Z] Removing intermediate container b63614a3bf6c [2021-03-31T18:06:57.190Z] ---> b692f4846c4a [2021-03-31T18:06:57.190Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T18:06:57.190Z] ---> Running in a5d652ac87cc [2021-03-31T18:06:59.160Z] Removing intermediate container a5d652ac87cc [2021-03-31T18:06:59.160Z] ---> 32c3d8135673 [2021-03-31T18:06:59.160Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-03-31T18:06:59.435Z] ---> Running in 326377beabec [2021-03-31T18:07:00.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T18:07:01.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T18:07:01.998Z] OK: 144 MiB in 45 packages [2021-03-31T18:07:02.987Z] Removing intermediate container 326377beabec [2021-03-31T18:07:02.987Z] ---> 201d6bdf2cf5 [2021-03-31T18:07:02.987Z] Step 7/23 : COPY . . [2021-03-31T18:07:04.419Z] ---> 176dccae4eed [2021-03-31T18:07:04.419Z] Step 8/23 : RUN go mod download [2021-03-31T18:07:04.419Z] ---> Running in 771c98afb638 [2021-03-31T18:07:07.050Z] Removing intermediate container 771c98afb638 [2021-03-31T18:07:07.050Z] ---> 38e7e7e51dcd [2021-03-31T18:07:07.050Z] Step 9/23 : RUN make build [2021-03-31T18:07:07.050Z] ---> Running in e8894f0197f1 [2021-03-31T18:07:08.026Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.30" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-03-31T18:07:40.414Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-03-31T18:07:42.385Z] Removing intermediate container e8894f0197f1 [2021-03-31T18:07:42.385Z] ---> 7f6f968a7606 [2021-03-31T18:07:42.385Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T18:07:42.658Z] 3.12: Pulling from library/alpine [2021-03-31T18:07:42.930Z] 9a219e8acc52: Pulling fs layer [2021-03-31T18:07:43.214Z] 9a219e8acc52: Verifying Checksum [2021-03-31T18:07:43.214Z] 9a219e8acc52: Download complete [2021-03-31T18:07:43.812Z] 9a219e8acc52: Pull complete [2021-03-31T18:07:43.812Z] Digest: sha256:02cd4b50aef54502204d5956109e24876a5f9e8f3d3b22600dc14ea4de0d1d5d [2021-03-31T18:07:43.812Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T18:07:43.812Z] ---> d75e27dfc0a0 [2021-03-31T18:07:43.812Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-03-31T18:07:44.087Z] ---> Running in e987d8881756 [2021-03-31T18:07:44.359Z] Removing intermediate container e987d8881756 [2021-03-31T18:07:44.359Z] ---> fdc9d7a58829 [2021-03-31T18:07:44.359Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T18:07:44.632Z] ---> Running in b8120f7cb920 [2021-03-31T18:07:46.605Z] Removing intermediate container b8120f7cb920 [2021-03-31T18:07:46.605Z] ---> 451c52594676 [2021-03-31T18:07:46.605Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-03-31T18:07:46.878Z] ---> Running in 6cbf06b77734 [2021-03-31T18:07:47.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T18:07:48.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T18:07:49.802Z] (1/5) Installing libgcc (9.3.0-r2) [2021-03-31T18:07:49.802Z] (2/5) Installing libsodium (1.0.18-r0) [2021-03-31T18:07:49.802Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-03-31T18:07:50.393Z] (4/5) Installing libzmq (4.3.3-r0) [2021-03-31T18:07:50.665Z] (5/5) Installing zeromq (4.3.3-r0) [2021-03-31T18:07:50.665Z] Executing busybox-1.31.1-r20.trigger [2021-03-31T18:07:50.665Z] OK: 8 MiB in 19 packages [2021-03-31T18:07:52.095Z] Removing intermediate container 6cbf06b77734 [2021-03-31T18:07:52.095Z] ---> fb0f67d55c2e [2021-03-31T18:07:52.095Z] Step 14/23 : WORKDIR / [2021-03-31T18:07:52.095Z] ---> Running in 69f63af3b18f [2021-03-31T18:07:52.709Z] Removing intermediate container 69f63af3b18f [2021-03-31T18:07:52.709Z] ---> 39e38d03a28a [2021-03-31T18:07:52.709Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-03-31T18:07:53.311Z] ---> 5c205f340a8c [2021-03-31T18:07:53.311Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-03-31T18:07:54.743Z] ---> 4ce02bd0101b [2021-03-31T18:07:54.743Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-03-31T18:07:55.339Z] ---> a5ae0b4f8909 [2021-03-31T18:07:55.339Z] Step 18/23 : EXPOSE 49990 [2021-03-31T18:07:55.339Z] ---> Running in 17a2ed272efb [2021-03-31T18:07:55.934Z] Removing intermediate container 17a2ed272efb [2021-03-31T18:07:55.934Z] ---> 993945a779b8 [2021-03-31T18:07:55.934Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-03-31T18:07:55.934Z] ---> Running in 408f601981d7 [2021-03-31T18:07:56.537Z] Removing intermediate container 408f601981d7 [2021-03-31T18:07:56.537Z] ---> af54b620c5ed [2021-03-31T18:07:56.537Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T18:07:56.537Z] ---> Running in 2792849674cf [2021-03-31T18:07:57.137Z] Removing intermediate container 2792849674cf [2021-03-31T18:07:57.137Z] ---> 3f2d79040272 [2021-03-31T18:07:57.137Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T18:07:57.137Z] ---> Running in fc809f4a5f3b [2021-03-31T18:07:57.743Z] Removing intermediate container fc809f4a5f3b [2021-03-31T18:07:57.743Z] ---> c331827bda4b [2021-03-31T18:07:57.743Z] Step 22/23 : LABEL git_sha=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [2021-03-31T18:07:57.743Z] ---> Running in 9b5c8277bd0c [2021-03-31T18:07:58.350Z] Removing intermediate container 9b5c8277bd0c [2021-03-31T18:07:58.350Z] ---> 88d9b3eab72d [2021-03-31T18:07:58.350Z] Step 23/23 : LABEL version=2.0.0-dev.30 [2021-03-31T18:07:58.350Z] ---> Running in 78b0471e2367 [2021-03-31T18:07:58.622Z] Removing intermediate container 78b0471e2367 [2021-03-31T18:07:58.622Z] ---> f47ef7b02bc7 [2021-03-31T18:07:58.622Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-03-31T18:07:58.894Z] Successfully built f47ef7b02bc7 [2021-03-31T18:07:58.894Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:07:59.653Z] ---> job-cost.sh [2021-03-31T18:07:59.653Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GJ1V [2021-03-31T18:08:38.617Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T18:10:15.404Z] lf-activate-venv(): INFO: Adding /tmp/venv-GJ1V/bin to PATH [2021-03-31T18:10:15.404Z] INFO: No Stack... [2021-03-31T18:10:15.404Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T18:10:15.404Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T18:10:15.741Z] + cat /w/workspace/device-sdk-go/135/archives/cost.csv+ [2021-03-31T18:10:15.741Z] cut -d, -f6 [Pipeline] lock [2021-03-31T18:10:15.849Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [2021-03-31T18:10:15.859Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] did not exist. Created. [2021-03-31T18:10:15.859Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-135-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T18:10:16.305Z] /w/workspace/device-sdk-go/135@tmp/durable-dabdff8d/script.sh: 1: /w/workspace/device-sdk-go/135@tmp/durable-dabdff8d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-31T18:10:16.648Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T18:10:16.757Z] Warning: overwriting stash ‘stack-cost’ [2021-03-31T18:10:16.922Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T18:10:16.935Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-135-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-03-31T18:10:18.151Z] provisioning config files... [2021-03-31T18:10:18.163Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5737927590452009115tmp [Pipeline] { [Pipeline] sh [2021-03-31T18:10:18.536Z] + set +x [2021-03-31T18:10:18.536Z] + curl -s https://codecov.io/bash [2021-03-31T18:10:18.536Z] + bash -s -- [2021-03-31T18:10:18.804Z] [2021-03-31T18:10:18.804Z] _____ _ [2021-03-31T18:10:18.804Z] / ____| | | [2021-03-31T18:10:18.804Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T18:10:18.804Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T18:10:18.804Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T18:10:18.804Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T18:10:18.804Z] Bash-20210309-2b87ace [2021-03-31T18:10:18.804Z] [2021-03-31T18:10:18.804Z] [2021-03-31T18:10:18.804Z] ==> git version 2.24.3 found [2021-03-31T18:10:18.804Z] ==> 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-03-31T18:10:18.804Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T18:10:18.804Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T18:10:18.804Z] ==> Jenkins CI detected. [2021-03-31T18:10:18.804Z] project root: . [2021-03-31T18:10:18.804Z] --> token set from env [2021-03-31T18:10:18.804Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T18:10:18.804Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T18:10:18.804Z] ==> Python coveragepy not found [2021-03-31T18:10:18.804Z] ==> Searching for coverage reports in: [2021-03-31T18:10:18.804Z] + . [2021-03-31T18:10:18.804Z] -> Found 1 reports [2021-03-31T18:10:18.804Z] ==> Detecting git/mercurial file structure [2021-03-31T18:10:18.804Z] ==> Reading reports [2021-03-31T18:10:18.804Z] + ./coverage.out bytes=101416 [2021-03-31T18:10:18.804Z] ==> Appending adjustments [2021-03-31T18:10:18.804Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T18:10:19.071Z] + Found adjustments [2021-03-31T18:10:19.071Z] ==> Gzipping contents [2021-03-31T18:10:19.336Z] 16K /tmp/codecov.nckpEe.gz [2021-03-31T18:10:19.336Z] ==> Uploading reports [2021-03-31T18:10:19.336Z] url: https://codecov.io [2021-03-31T18:10:19.336Z] query: branch=master&commit=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T18:10:19.336Z] -> Pinging Codecov [2021-03-31T18:10:19.336Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36&build=135&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F135%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T18:10:19.599Z] -> Uploading to [2021-03-31T18:10:19.599Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/7E55EF52A471D76F132DFD9A03CDDE97/4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36/f72ec061-9c19-4dd4-92ca-538b9bbcaa98.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T181019Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ecabc2add57146f22af815f8ee7afb39c2f4fdd0fbd841bb712f381cda096dc5 [2021-03-31T18:10:19.599Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T18:10:19.599Z] Dload Upload Total Spent Left Speed [2021-03-31T18:10:20.174Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13753 0 0 100 13753 0 25827 --:--:-- --:--:-- --:--:-- 25851 [2021-03-31T18:10:20.174Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] } [2021-03-31T18:10:20.184Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-31T18:10:21.127Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-31T18:10:21.182Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:10:21.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T18:10:21.547Z] [2021-03-31T18:10:21.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:10:21.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T18:10:21.909Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-31T18:10:21.909Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T18:10:21.909Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T18:10:21.909Z] de9db76c5a1d: Pulling fs layer [2021-03-31T18:10:21.909Z] 0eba1c9be4d2: Pulling fs layer [2021-03-31T18:10:21.909Z] 0d57e429df01: Pulling fs layer [2021-03-31T18:10:21.909Z] 4e4be7b47b0d: Pulling fs layer [2021-03-31T18:10:21.909Z] e1f770b5df2f: Pulling fs layer [2021-03-31T18:10:21.909Z] 85a0685a4137: Pulling fs layer [2021-03-31T18:10:21.909Z] 0d57e429df01: Waiting [2021-03-31T18:10:21.909Z] 4e4be7b47b0d: Waiting [2021-03-31T18:10:21.909Z] e1f770b5df2f: Waiting [2021-03-31T18:10:21.909Z] 85a0685a4137: Waiting [2021-03-31T18:10:21.909Z] 0eba1c9be4d2: Waiting [2021-03-31T18:10:21.909Z] de9db76c5a1d: Download complete [2021-03-31T18:10:21.909Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T18:10:21.909Z] 0ef7d3d256c8: Download complete [2021-03-31T18:10:21.909Z] 0d57e429df01: Verifying Checksum [2021-03-31T18:10:21.909Z] 0d57e429df01: Download complete [2021-03-31T18:10:21.909Z] 4e4be7b47b0d: Verifying Checksum [2021-03-31T18:10:21.909Z] 4e4be7b47b0d: Download complete [2021-03-31T18:10:21.909Z] 188c0c94c7c5: Download complete [2021-03-31T18:10:22.490Z] 188c0c94c7c5: Pull complete [2021-03-31T18:10:22.753Z] 0ef7d3d256c8: Pull complete [2021-03-31T18:10:22.753Z] de9db76c5a1d: Pull complete [2021-03-31T18:10:23.710Z] e1f770b5df2f: Verifying Checksum [2021-03-31T18:10:23.710Z] e1f770b5df2f: Download complete [2021-03-31T18:10:25.677Z] 0eba1c9be4d2: Verifying Checksum [2021-03-31T18:10:25.677Z] 0eba1c9be4d2: Download complete [2021-03-31T18:10:26.260Z] 85a0685a4137: Verifying Checksum [2021-03-31T18:10:26.260Z] 85a0685a4137: Download complete [2021-03-31T18:10:31.615Z] 0eba1c9be4d2: Pull complete [2021-03-31T18:10:31.615Z] 0d57e429df01: Pull complete [2021-03-31T18:10:31.615Z] 4e4be7b47b0d: Pull complete [2021-03-31T18:10:36.933Z] e1f770b5df2f: Pull complete [2021-03-31T18:10:43.568Z] 85a0685a4137: Pull complete [2021-03-31T18:10:43.568Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-31T18:10:43.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T18:10:43.568Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-31T18:10:43.806Z] prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container [2021-03-31T18:10:43.860Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-31T18:10:44.907Z] $ docker top ab0aef20f82c780910f27dd707f7468f75359a9919ae590ca7305c331d35dea5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T18:10:45.161Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-31T18:10:45.456Z] + set -o pipefail [2021-03-31T18:10:45.456Z] + snyk monitor '--org=edgex-jenkins' [2021-03-31T18:10:55.491Z] [2021-03-31T18:10:55.491Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-03-31T18:10:55.491Z] [2021-03-31T18:10:55.491Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/d3c3524b-b6ed-4bc4-8181-9201b36aae70 [2021-03-31T18:10:55.491Z] [2021-03-31T18:10:55.491Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-31T18:10:55.491Z] [2021-03-31T18:10:55.491Z] [2021-03-31T18:10:55.491Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-31T18:10:55.491Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-31T18:10:55.507Z] $ docker stop --time=1 ab0aef20f82c780910f27dd707f7468f75359a9919ae590ca7305c331d35dea5 [2021-03-31T18:10:58.890Z] $ docker rm -f ab0aef20f82c780910f27dd707f7468f75359a9919ae590ca7305c331d35dea5 [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-03-31T18:11:00.024Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T18:11:00.354Z] provisioning config files... [2021-03-31T18:11:00.368Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config7203979829127420860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:11:00.812Z] --> edgex-publish-swagger.sh [2021-03-31T18:11:00.812Z] === Publish openapi/v1 API === [2021-03-31T18:11:00.812Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-31T18:11:00.812Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-03-31T18:11:00.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T18:11:00.812Z] Dload Upload Total Spent Left Speed [2021-03-31T18:11:01.761Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 24582 --:--:-- --:--:-- --:--:-- 24625 [2021-03-31T18:11:01.761Z] [2021-03-31T18:11:01.762Z] [2021-03-31T18:11:01.762Z] === Publish openapi/v2 API === [2021-03-31T18:11:01.762Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-31T18:11:01.762Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-03-31T18:11:01.762Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T18:11:01.762Z] Dload Upload Total Spent Left Speed [2021-03-31T18:11:02.340Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 66457 --:--:-- --:--:-- --:--:-- 66429 [2021-03-31T18:11:02.340Z] [2021-03-31T18:11:02.340Z] [Pipeline] } [2021-03-31T18:11:02.350Z] 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-03-31T18:11:03.161Z] + git log --format=format:%s -1 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:11:03.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T18:11:03.472Z] . [Pipeline] withDockerContainer [2021-03-31T18:11:03.576Z] prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container [2021-03-31T18:11:03.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T18:11:04.723Z] $ docker top 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T18:11:05.040Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T18:11:05.040Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T18:11:05.302Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T18:11:05.305Z] $ docker exec 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 ssh-agent [2021-03-31T18:11:05.485Z] SSH_AUTH_SOCK=/tmp/ssh-dGSOzNiSgGsa/agent.12 [2021-03-31T18:11:05.485Z] SSH_AGENT_PID=18 [2021-03-31T18:11:05.494Z] Running ssh-add (command line suppressed) [2021-03-31T18:11:05.651Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1197579674181070600.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_1197579674181070600.key) [2021-03-31T18:11:05.718Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T18:11:06.059Z] + git semver tag [2021-03-31T18:11:06.059Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T18:11:06.059Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-31T18:11:06.059Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-31T18:11:06.059Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T18:11:06.059Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T18:11:06.059Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T18:11:06.059Z] # $SEMVER_BRANCH = master [2021-03-31T18:11:06.059Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-31T18:11:06.059Z] # 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 HEAD [2021-03-31T18:11:06.323Z] # -> Force: false [2021-03-31T18:11:06.323Z] # ba789c7ea0b93dfdb64607cebb2ca35e35d61f8e refs/tags/v2.0.0-dev.30 [Pipeline] } [2021-03-31T18:11:06.334Z] $ docker exec --env ******** --env ******** 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 ssh-agent -k [2021-03-31T18:11:06.463Z] unset SSH_AUTH_SOCK; [2021-03-31T18:11:06.464Z] unset SSH_AGENT_PID; [2021-03-31T18:11:06.464Z] echo Agent pid 18 killed; [2021-03-31T18:11:06.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T18:11:06.987Z] + git semver [Pipeline] } [2021-03-31T18:11:07.004Z] $ docker stop --time=1 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 [2021-03-31T18:11:08.401Z] $ docker rm -f 8b6b1dc2b2cc66093b19d6c83ab44851d33d769abc8921a34812bcfa85049bb6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:11:09.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T18:11:09.058Z] [2021-03-31T18:11:09.058Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:11:09.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T18:11:09.417Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-31T18:11:09.417Z] ab5ef0e58194: Pulling fs layer [2021-03-31T18:11:09.417Z] 9712f1f96733: Pulling fs layer [2021-03-31T18:11:09.417Z] 63f879dbbcfc: Pulling fs layer [2021-03-31T18:11:09.417Z] 0d9ebad4ef96: Pulling fs layer [2021-03-31T18:11:09.417Z] e9a5061849ea: Pulling fs layer [2021-03-31T18:11:09.417Z] d747dcd14b5f: Pulling fs layer [2021-03-31T18:11:09.417Z] 2de7ff778b66: Pulling fs layer [2021-03-31T18:11:09.417Z] e9a5061849ea: Waiting [2021-03-31T18:11:09.417Z] 0d9ebad4ef96: Waiting [2021-03-31T18:11:09.417Z] 2de7ff778b66: Waiting [2021-03-31T18:11:09.417Z] d747dcd14b5f: Waiting [2021-03-31T18:11:09.417Z] 9712f1f96733: Verifying Checksum [2021-03-31T18:11:09.417Z] 9712f1f96733: Download complete [2021-03-31T18:11:11.352Z] 63f879dbbcfc: Verifying Checksum [2021-03-31T18:11:11.352Z] 63f879dbbcfc: Download complete [2021-03-31T18:11:11.352Z] e9a5061849ea: Verifying Checksum [2021-03-31T18:11:11.352Z] e9a5061849ea: Download complete [2021-03-31T18:11:11.352Z] d747dcd14b5f: Verifying Checksum [2021-03-31T18:11:11.352Z] d747dcd14b5f: Download complete [2021-03-31T18:11:11.933Z] 2de7ff778b66: Verifying Checksum [2021-03-31T18:11:11.933Z] 2de7ff778b66: Download complete [2021-03-31T18:11:11.933Z] ab5ef0e58194: Verifying Checksum [2021-03-31T18:11:11.933Z] ab5ef0e58194: Download complete [2021-03-31T18:11:12.201Z] 0d9ebad4ef96: Verifying Checksum [2021-03-31T18:11:12.201Z] 0d9ebad4ef96: Download complete [2021-03-31T18:11:16.451Z] ab5ef0e58194: Pull complete [2021-03-31T18:11:16.718Z] 9712f1f96733: Pull complete [2021-03-31T18:11:18.648Z] 63f879dbbcfc: Pull complete [2021-03-31T18:11:25.292Z] 0d9ebad4ef96: Pull complete [2021-03-31T18:11:28.610Z] e9a5061849ea: Pull complete [2021-03-31T18:11:28.610Z] d747dcd14b5f: Pull complete [2021-03-31T18:11:30.006Z] 2de7ff778b66: Pull complete [2021-03-31T18:11:30.006Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-31T18:11:30.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T18:11:30.006Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-31T18:11:30.265Z] prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container [2021-03-31T18:11:30.315Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-31T18:11:33.857Z] $ docker top 7d709bd28a71f975f8a29ecfb051286d028c10ef60754adf4618a07ebf985ff9 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-31T18:11:34.175Z] provisioning config files... [2021-03-31T18:11:34.188Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1104543535933720309tmp [2021-03-31T18:11:34.207Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2280319733133631344tmp [2021-03-31T18:11:34.234Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config2148810315755841029tmp [Pipeline] { [Pipeline] echo [2021-03-31T18:11:34.289Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:11:34.594Z] ---> sigul-configuration.sh [2021-03-31T18:11:34.594Z] gpg: directory `/root/.gnupg' created [2021-03-31T18:11:34.594Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-31T18:11:34.594Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-31T18:11:34.594Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-31T18:11:34.594Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-31T18:11:34.594Z] gpg: CAST5 encrypted data [2021-03-31T18:11:34.859Z] gpg: encrypted with 1 passphrase [2021-03-31T18:11:34.859Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-31T18:11:35.162Z] + mkdir /home/jenkins [2021-03-31T18:11:35.162Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-31T18:11:35.470Z] + 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-03-31T18:11:35.491Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:11:35.794Z] ---> sigul-install.sh [2021-03-31T18:11:42.404Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-31T18:11:42.714Z] + git tag --list [2021-03-31T18:11:42.714Z] 0.7.1 [2021-03-31T18:11:42.714Z] delhi-tag [2021-03-31T18:11:42.714Z] v1.0.0 [2021-03-31T18:11:42.714Z] v1.1.0 [2021-03-31T18:11:42.714Z] v1.1.1 [2021-03-31T18:11:42.714Z] v1.1.2 [2021-03-31T18:11:42.714Z] v1.2.0 [2021-03-31T18:11:42.714Z] v1.2.1 [2021-03-31T18:11:42.714Z] v1.2.2 [2021-03-31T18:11:42.714Z] v1.2.3 [2021-03-31T18:11:42.714Z] v1.3.0 [2021-03-31T18:11:42.714Z] v1.4.0 [2021-03-31T18:11:42.714Z] v2.0.0-dev.1 [2021-03-31T18:11:42.714Z] v2.0.0-dev.10 [2021-03-31T18:11:42.714Z] v2.0.0-dev.11 [2021-03-31T18:11:42.714Z] v2.0.0-dev.12 [2021-03-31T18:11:42.714Z] v2.0.0-dev.13 [2021-03-31T18:11:42.714Z] v2.0.0-dev.14 [2021-03-31T18:11:42.714Z] v2.0.0-dev.15 [2021-03-31T18:11:42.714Z] v2.0.0-dev.16 [2021-03-31T18:11:42.714Z] v2.0.0-dev.17 [2021-03-31T18:11:42.714Z] v2.0.0-dev.18 [2021-03-31T18:11:42.714Z] v2.0.0-dev.19 [2021-03-31T18:11:42.714Z] v2.0.0-dev.2 [2021-03-31T18:11:42.714Z] v2.0.0-dev.20 [2021-03-31T18:11:42.714Z] v2.0.0-dev.21 [2021-03-31T18:11:42.714Z] v2.0.0-dev.22 [2021-03-31T18:11:42.714Z] v2.0.0-dev.23 [2021-03-31T18:11:42.714Z] v2.0.0-dev.24 [2021-03-31T18:11:42.714Z] v2.0.0-dev.25 [2021-03-31T18:11:42.714Z] v2.0.0-dev.26 [2021-03-31T18:11:42.714Z] v2.0.0-dev.27 [2021-03-31T18:11:42.714Z] v2.0.0-dev.28 [2021-03-31T18:11:42.714Z] v2.0.0-dev.29 [2021-03-31T18:11:42.714Z] v2.0.0-dev.3 [2021-03-31T18:11:42.714Z] v2.0.0-dev.30 [2021-03-31T18:11:42.714Z] v2.0.0-dev.4 [2021-03-31T18:11:42.714Z] v2.0.0-dev.5 [2021-03-31T18:11:42.714Z] v2.0.0-dev.6 [2021-03-31T18:11:42.714Z] v2.0.0-dev.7 [2021-03-31T18:11:42.714Z] v2.0.0-dev.8 [2021-03-31T18:11:42.714Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-31T18:11:43.019Z] + lftools sign git-tag v2.0.0-dev.30 [2021-03-31T18:11:44.413Z] Signing Git tag with Sigul... [2021-03-31T18:11:44.413Z] Signing v2.0.0-dev.30 [Pipeline] echo [2021-03-31T18:11:46.351Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:11:46.650Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-31T18:11:46.660Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-31T18:11:46.763Z] $ docker stop --time=1 7d709bd28a71f975f8a29ecfb051286d028c10ef60754adf4618a07ebf985ff9 [2021-03-31T18:11:48.912Z] $ docker rm -f 7d709bd28a71f975f8a29ecfb051286d028c10ef60754adf4618a07ebf985ff9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:11:49.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T18:11:49.856Z] . [Pipeline] withDockerContainer [2021-03-31T18:11:49.972Z] prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container [2021-03-31T18:11:50.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T18:11:50.813Z] $ docker top 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T18:11:51.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T18:11:51.205Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T18:11:51.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T18:11:51.457Z] $ docker exec 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 ssh-agent [2021-03-31T18:11:51.679Z] SSH_AUTH_SOCK=/tmp/ssh-KjBSTTamLgZG/agent.12 [2021-03-31T18:11:51.679Z] SSH_AGENT_PID=17 [2021-03-31T18:11:51.716Z] Running ssh-add (command line suppressed) [2021-03-31T18:11:51.860Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6233145456358540227.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6233145456358540227.key) [2021-03-31T18:11:51.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T18:11:52.328Z] + git semver bump pre [2021-03-31T18:11:52.328Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T18:11:52.328Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-31T18:11:52.328Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-31T18:11:52.328Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T18:11:52.328Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T18:11:52.328Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T18:11:52.328Z] # $SEMVER_BRANCH = master [2021-03-31T18:11:52.328Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-03-31T18:11:52.328Z] 2.0.0-dev.31 [Pipeline] } [2021-03-31T18:11:52.341Z] $ docker exec --env ******** --env ******** 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 ssh-agent -k [2021-03-31T18:11:52.481Z] unset SSH_AUTH_SOCK; [2021-03-31T18:11:52.481Z] unset SSH_AGENT_PID; [2021-03-31T18:11:52.482Z] echo Agent pid 17 killed; [2021-03-31T18:11:52.543Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T18:11:53.119Z] + git semver [Pipeline] } [2021-03-31T18:11:53.136Z] $ docker stop --time=1 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 [2021-03-31T18:11:54.533Z] $ docker rm -f 0d5584f104f53a3b79c349ee75dcb9206f41da7e70f367ca81e0cde3574d8077 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:11:55.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T18:11:55.138Z] . [Pipeline] withDockerContainer [2021-03-31T18:11:55.239Z] prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container [2021-03-31T18:11:55.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T18:11:56.036Z] $ docker top f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T18:11:56.395Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T18:11:56.395Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T18:11:56.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T18:11:56.605Z] $ docker exec f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 ssh-agent [2021-03-31T18:11:56.788Z] SSH_AUTH_SOCK=/tmp/ssh-F6t0GWJgDltm/agent.12 [2021-03-31T18:11:56.788Z] SSH_AGENT_PID=17 [2021-03-31T18:11:56.796Z] Running ssh-add (command line suppressed) [2021-03-31T18:11:56.925Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_300949649559578856.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_300949649559578856.key) [2021-03-31T18:11:56.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T18:11:57.322Z] + git semver push [2021-03-31T18:11:57.322Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T18:11:57.322Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-03-31T18:11:57.322Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-03-31T18:11:57.322Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T18:11:57.322Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T18:11:57.322Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T18:11:57.322Z] # $SEMVER_BRANCH = master [2021-03-31T18:11:57.322Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-03-31T18:12:01.562Z] $ docker exec --env ******** --env ******** f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 ssh-agent -k [2021-03-31T18:12:01.700Z] unset SSH_AUTH_SOCK; [2021-03-31T18:12:01.701Z] unset SSH_AGENT_PID; [2021-03-31T18:12:01.701Z] echo Agent pid 17 killed; [2021-03-31T18:12:01.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T18:12:02.310Z] + git semver [Pipeline] } [2021-03-31T18:12:02.327Z] $ docker stop --time=1 f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 [2021-03-31T18:12:03.716Z] $ docker rm -f f2360e36b463f956394756be3a3bc6b86984b7abd06b3652b4daf32382bad216 [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-03-31T18:12:05.117Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:12:05.730Z] ---> package-listing.sh [2021-03-31T18:12:05.730Z] ++ facter osfamily [2021-03-31T18:12:05.730Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T18:12:05.730Z] + OS_FAMILY=redhat [2021-03-31T18:12:05.730Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-03-31T18:12:05.730Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T18:12:05.730Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T18:12:05.730Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T18:12:05.730Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T18:12:05.730Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-31T18:12:05.730Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T18:12:05.730Z] + case "${OS_FAMILY}" in [2021-03-31T18:12:05.730Z] + rpm -qa [2021-03-31T18:12:05.730Z] + sort [2021-03-31T18:12:11.068Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T18:12:11.068Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T18:12:11.068Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T18:12:11.068Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-03-31T18:12:11.068Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-03-31T18:12:11.068Z] + 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-03-31T18:12:11.083Z] 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-03-31T18:12:11.412Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:12:11.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T18:12:11.726Z] [2021-03-31T18:12:11.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T18:12:12.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T18:12:12.084Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T18:12:12.084Z] df20fa9351a1: Pulling fs layer [2021-03-31T18:12:12.084Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T18:12:12.084Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T18:12:12.084Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T18:12:12.084Z] 93b61091891f: Pulling fs layer [2021-03-31T18:12:12.084Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T18:12:12.084Z] 5e14af77c1be: Pulling fs layer [2021-03-31T18:12:12.084Z] 01666e4c0597: Pulling fs layer [2021-03-31T18:12:12.084Z] aa168da1d23b: Pulling fs layer [2021-03-31T18:12:12.084Z] 5e14af77c1be: Waiting [2021-03-31T18:12:12.084Z] 93b61091891f: Waiting [2021-03-31T18:12:12.084Z] 93b9cdb0e59b: Waiting [2021-03-31T18:12:12.084Z] 01666e4c0597: Waiting [2021-03-31T18:12:12.084Z] aa168da1d23b: Waiting [2021-03-31T18:12:12.084Z] 46f8f816bc3b: Waiting [2021-03-31T18:12:12.084Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T18:12:12.084Z] 36b3adc4ff6f: Download complete [2021-03-31T18:12:12.084Z] 46f8f816bc3b: Download complete [2021-03-31T18:12:12.348Z] df20fa9351a1: Download complete [2021-03-31T18:12:12.348Z] 93b9cdb0e59b: Download complete [2021-03-31T18:12:12.348Z] 5e14af77c1be: Verifying Checksum [2021-03-31T18:12:12.348Z] 5e14af77c1be: Download complete [2021-03-31T18:12:12.348Z] 93b61091891f: Verifying Checksum [2021-03-31T18:12:12.348Z] 93b61091891f: Download complete [2021-03-31T18:12:12.348Z] 01666e4c0597: Verifying Checksum [2021-03-31T18:12:12.348Z] 01666e4c0597: Download complete [2021-03-31T18:12:12.348Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T18:12:12.348Z] 8ad3a11d3b57: Download complete [2021-03-31T18:12:13.298Z] df20fa9351a1: Pull complete [2021-03-31T18:12:13.298Z] 36b3adc4ff6f: Pull complete [2021-03-31T18:12:14.262Z] 8ad3a11d3b57: Pull complete [2021-03-31T18:12:14.528Z] 46f8f816bc3b: Pull complete [2021-03-31T18:12:14.792Z] aa168da1d23b: Verifying Checksum [2021-03-31T18:12:14.792Z] aa168da1d23b: Download complete [2021-03-31T18:12:15.403Z] 93b61091891f: Pull complete [2021-03-31T18:12:15.403Z] 93b9cdb0e59b: Pull complete [2021-03-31T18:12:15.667Z] 5e14af77c1be: Pull complete [2021-03-31T18:12:15.667Z] 01666e4c0597: Pull complete [2021-03-31T18:12:23.853Z] aa168da1d23b: Pull complete [2021-03-31T18:12:23.853Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T18:12:23.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T18:12:23.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T18:12:23.977Z] prd-centos7-docker-4c-2g-32291 does not seem to be running inside a container [2021-03-31T18:12:24.025Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T18:12:26.982Z] $ docker top a4450a05047f89f0a0b314000da1eb7ac6cb788650c968c93c5df4d3afd6c806 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T18:12:27.501Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T18:12:27.800Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T18:12:28.101Z] + ls /var/log/sa-host [2021-03-31T18:12:28.101Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T18:12:28.101Z] file_magic: OK [2021-03-31T18:12:28.101Z] HZ: Using current value: 100 [2021-03-31T18:12:28.101Z] file_header: OK [2021-03-31T18:12:28.101Z] 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-03-31T18:12:28.101Z] Statistics: [2021-03-31T18:12:28.101Z] Hnuu...uuuununununu... [2021-03-31T18:12:28.101Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T18:12:28.101Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T18:12:28.101Z] file_magic: OK [2021-03-31T18:12:28.102Z] HZ: Using current value: 100 [2021-03-31T18:12:28.102Z] file_header: OK [2021-03-31T18:12:28.102Z] 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-03-31T18:12:28.102Z] Statistics: [2021-03-31T18:12:28.102Z] 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-03-31T18:12:28.102Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T18:12:28.345Z] provisioning config files... [2021-03-31T18:12:28.365Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config128006972263063832tmp [Pipeline] { [Pipeline] echo [2021-03-31T18:12:28.435Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:12:28.737Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T18:12:28.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T18:12:28.840Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:12:29.134Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T18:12:29.148Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:12:29.446Z] ---> sudo-logs.sh [2021-03-31T18:12:29.446Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T18:12:29.513Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:12:29.946Z] ---> job-cost.sh [2021-03-31T18:12:29.946Z] lf-activate-venv: SKIPPING [2021-03-31T18:12:29.946Z] DEBUG: total: 0.20999999344348907 [2021-03-31T18:12:29.946Z] INFO: Retrieving Stack Cost... [2021-03-31T18:12:30.914Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T18:12:31.491Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T18:12:31.507Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T18:12:31.811Z] ---> logs-deploy.sh [2021-03-31T18:12:31.811Z] lf-activate-venv: SKIPPING [2021-03-31T18:12:31.811Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/135 [2021-03-31T18:12:31.811Z] INFO: archiving workspace using pattern(s): [2021-03-31T18:12:33.734Z] Archives upload complete. [2021-03-31T18:12:33.734Z] INFO: archiving logs to Nexus