Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 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-32455 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 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (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 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 Commit message: "Merge pull request #855 from hahattan/issue-853" > git rev-list --no-walk 4cccad7aaef5ca82e829cc9ddbb75f0a5cbaed36 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T11:59:01.626Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T11:59:01.981Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T11:59:02.126Z] ========================================================= [2021-04-01T11:59:02.126Z] EdgeX Global Pipelines Version Info [2021-04-01T11:59:02.126Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T11:59:03.674Z] ------------------- [2021-04-01T11:59:03.674Z] stable info: [2021-04-01T11:59:03.674Z] ------------------- [2021-04-01T11:59:03.674Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T11:59:03.674Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T11:59:03.674Z] Message: update stable to v1.0.186 [2021-04-01T11:59:04.625Z] ------------------- [2021-04-01T11:59:04.625Z] experimental info: [2021-04-01T11:59:04.625Z] ------------------- [2021-04-01T11:59:04.625Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T11:59:04.625Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T11:59:04.625Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T11:59:04.935Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-04-01T11:59:05.033Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-04-01T11:59:05.134Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T11:59:05.269Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T11:59:05.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T11:59:05.507Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T11:59:05.607Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T11:59:05.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T11:59:05.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-04-01T11:59:05.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T11:59:06.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T11:59:06.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-04-01T11:59:06.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T11:59:06.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T11:59:06.430Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T11:59:06.527Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T11:59:06.660Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T11:59:06.755Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-01T11:59:06.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T11:59:06.942Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-01T11:59:07.037Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T11:59:07.126Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T11:59:07.221Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-01T11:59:07.350Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-01T11:59:07.447Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-01T11:59:07.539Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T11:59:07.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-01T11:59:07.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-01T11:59:07.823Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-01T11:59:07.914Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] echo [2021-04-01T11:59:08.012Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 666827f [Pipeline] echo [2021-04-01T11:59:08.116Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T11:59:08.300Z] provisioning config files... [2021-04-01T11:59:08.358Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6966404577260990720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T11:59:08.724Z] ---> docker-login.sh [2021-04-01T11:59:08.724Z] nexus3.edgexfoundry.org:10001 [2021-04-01T11:59:08.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T11:59:09.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T11:59:09.251Z] Configure a credential helper to remove this warning. See [2021-04-01T11:59:09.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T11:59:09.251Z] [2021-04-01T11:59:09.251Z] Login Succeeded [2021-04-01T11:59:09.251Z] nexus3.edgexfoundry.org:10002 [2021-04-01T11:59:09.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T11:59:09.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T11:59:09.514Z] Configure a credential helper to remove this warning. See [2021-04-01T11:59:09.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T11:59:09.514Z] [2021-04-01T11:59:09.514Z] Login Succeeded [2021-04-01T11:59:09.514Z] nexus3.edgexfoundry.org:10003 [2021-04-01T11:59:09.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T11:59:09.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T11:59:09.514Z] Configure a credential helper to remove this warning. See [2021-04-01T11:59:09.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T11:59:09.514Z] [2021-04-01T11:59:09.514Z] Login Succeeded [2021-04-01T11:59:09.514Z] nexus3.edgexfoundry.org:10004 [2021-04-01T11:59:09.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T11:59:09.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T11:59:09.779Z] Configure a credential helper to remove this warning. See [2021-04-01T11:59:09.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T11:59:09.779Z] [2021-04-01T11:59:09.779Z] Login Succeeded [2021-04-01T11:59:09.779Z] docker.io [2021-04-01T11:59:10.044Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T11:59:10.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T11:59:10.307Z] Configure a credential helper to remove this warning. See [2021-04-01T11:59:10.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T11:59:10.307Z] [2021-04-01T11:59:10.307Z] Login Succeeded [2021-04-01T11:59:10.307Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T11:59:10.317Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T11:59:11.379Z] + git log --format=format:%s -1 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] echo [2021-04-01T11:59:11.451Z] GIT_COMMIT: 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2, Commit Message: Merge pull request #855 from hahattan/issue-853 [Pipeline] echo [2021-04-01T11:59:11.523Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-01T11:59:12.496Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T11:59:12.496Z] [2021-04-01T11:59:12.496Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T11:59:12.852Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T11:59:12.852Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T11:59:12.852Z] 31603596830f: Pulling fs layer [2021-04-01T11:59:12.852Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T11:59:12.852Z] 6ca5941a6612: Pulling fs layer [2021-04-01T11:59:12.852Z] ecc8261a40a4: Pulling fs layer [2021-04-01T11:59:12.852Z] ecc8261a40a4: Waiting [2021-04-01T11:59:12.852Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T11:59:12.852Z] 2a8b12db71e7: Download complete [2021-04-01T11:59:12.852Z] 31603596830f: Download complete [2021-04-01T11:59:13.122Z] 6ca5941a6612: Verifying Checksum [2021-04-01T11:59:13.122Z] 6ca5941a6612: Download complete [2021-04-01T11:59:13.122Z] ecc8261a40a4: Verifying Checksum [2021-04-01T11:59:13.122Z] ecc8261a40a4: Download complete [2021-04-01T11:59:13.392Z] 31603596830f: Pull complete [2021-04-01T11:59:13.392Z] 2a8b12db71e7: Pull complete [2021-04-01T11:59:14.350Z] 6ca5941a6612: Pull complete [2021-04-01T11:59:14.613Z] ecc8261a40a4: Pull complete [2021-04-01T11:59:14.613Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T11:59:14.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T11:59:14.876Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T11:59:14.997Z] prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container [2021-04-01T11:59:15.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T11:59:17.191Z] $ docker top f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T11:59:17.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T11:59:17.525Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T11:59:17.766Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T11:59:17.772Z] $ docker exec f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent [2021-04-01T11:59:17.964Z] SSH_AUTH_SOCK=/tmp/ssh-pIq1yW11jtIX/agent.12 [2021-04-01T11:59:17.964Z] SSH_AGENT_PID=17 [2021-04-01T11:59:17.975Z] Running ssh-add (command line suppressed) [2021-04-01T11:59:18.105Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2080503490378428509.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2080503490378428509.key) [2021-04-01T11:59:18.165Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T11:59:18.522Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T11:59:18.549Z] $ docker exec --env ******** --env ******** f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent -k [2021-04-01T11:59:18.676Z] unset SSH_AUTH_SOCK; [2021-04-01T11:59:18.677Z] unset SSH_AGENT_PID; [2021-04-01T11:59:18.677Z] echo Agent pid 17 killed; [2021-04-01T11:59:18.724Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T11:59:18.946Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T11:59:18.946Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T11:59:19.116Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T11:59:19.119Z] $ docker exec f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent [2021-04-01T11:59:19.287Z] SSH_AUTH_SOCK=/tmp/ssh-EHMUbTsSSZkj/agent.48 [2021-04-01T11:59:19.287Z] SSH_AGENT_PID=53 [2021-04-01T11:59:19.294Z] Running ssh-add (command line suppressed) [2021-04-01T11:59:19.424Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8248758232111801708.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_8248758232111801708.key) [2021-04-01T11:59:19.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T11:59:19.822Z] + git semver init [2021-04-01T11:59:19.822Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T11:59:19.822Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-01T11:59:19.822Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-01T11:59:19.822Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T11:59:19.822Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T11:59:19.822Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T11:59:19.822Z] # $SEMVER_BRANCH = master [2021-04-01T11:59:19.822Z] # $SEMVER_TEMP = /tmp/semver-910675240 [2021-04-01T11:59:19.822Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-04-01T11:59:20.770Z] # '/tmp/semver-910675240' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2021-04-01T11:59:20.770Z] # -> Force: false [2021-04-01T11:59:20.770Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-01T11:59:20.781Z] $ docker exec --env ******** --env ******** f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c ssh-agent -k [2021-04-01T11:59:20.904Z] unset SSH_AUTH_SOCK; [2021-04-01T11:59:20.905Z] unset SSH_AGENT_PID; [2021-04-01T11:59:20.905Z] echo Agent pid 53 killed; [2021-04-01T11:59:20.956Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T11:59:21.446Z] + git semver [Pipeline] } [2021-04-01T11:59:21.466Z] $ docker stop --time=1 f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c [2021-04-01T11:59:23.022Z] $ docker rm -f f544183fb584995c8fd3ea52035f8cedcdf0bad5d5fededbcb77d8d7b98af96c [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T11:59:23.525Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T11:59:23.973Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T11:59:23.977Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.31 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-04-01T11:59:39.512Z] Still waiting to schedule task [2021-04-01T11:59:39.512Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32455’ [2021-04-01T11:59:39.515Z] Still waiting to schedule task [2021-04-01T11:59:39.515Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T12:01:23.497Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32456 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-01T12:01:23.563Z] Running in /w/workspace/device-sdk-go/136 [Pipeline] { [Pipeline] checkout [2021-04-01T12:01:29.054Z] using credential edgex-jenkins-ssh [2021-04-01T12:01:29.113Z] Cloning the remote Git repository [2021-04-01T12:01:29.180Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-01T12:01:29.307Z] > git init /w/workspace/device-sdk-go/136 # timeout=10 [2021-04-01T12:01:29.381Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-01T12:01:29.382Z] > git --version # timeout=10 [2021-04-01T12:01:29.405Z] > git --version # 'git version 2.17.1' [2021-04-01T12:01:29.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T12:01:29.502Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T12:01:31.198Z] Checking out Revision 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (master) [2021-04-01T12:01:30.600Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-01T12:01:30.615Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T12:01:30.638Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-01T12:01:30.682Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-01T12:01:30.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T12:01:30.694Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T12:01:31.218Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T12:01:31.235Z] > git checkout -f 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-01T12:01:35.726Z] Commit message: "Merge pull request #855 from hahattan/issue-853" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T12:01:37.284Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T12:01:37.689Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T12:01:38.037Z] + + sudotrue service [2021-04-01T12:01:38.038Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T12:01:40.750Z] provisioning config files... [2021-04-01T12:01:40.795Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/136@tmp/config3412245811926902204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:01:41.213Z] ---> docker-login.sh [2021-04-01T12:01:41.213Z] nexus3.edgexfoundry.org:10001 [2021-04-01T12:01:42.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:01:42.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:01:42.476Z] Configure a credential helper to remove this warning. See [2021-04-01T12:01:42.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:01:42.476Z] [2021-04-01T12:01:42.476Z] Login Succeeded [2021-04-01T12:01:42.476Z] nexus3.edgexfoundry.org:10002 [2021-04-01T12:01:43.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:01:43.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:01:43.083Z] Configure a credential helper to remove this warning. See [2021-04-01T12:01:43.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:01:43.083Z] [2021-04-01T12:01:43.083Z] Login Succeeded [2021-04-01T12:01:43.083Z] nexus3.edgexfoundry.org:10003 [2021-04-01T12:01:43.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:01:43.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:01:43.692Z] Configure a credential helper to remove this warning. See [2021-04-01T12:01:43.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:01:43.692Z] [2021-04-01T12:01:43.692Z] Login Succeeded [2021-04-01T12:01:43.692Z] nexus3.edgexfoundry.org:10004 [2021-04-01T12:01:44.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:01:44.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:01:44.349Z] Configure a credential helper to remove this warning. See [2021-04-01T12:01:44.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:01:44.349Z] [2021-04-01T12:01:44.349Z] Login Succeeded [2021-04-01T12:01:44.349Z] docker.io [2021-04-01T12:01:44.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:01:45.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:01:45.228Z] Configure a credential helper to remove this warning. See [2021-04-01T12:01:45.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:01:45.228Z] [2021-04-01T12:01:45.228Z] Login Succeeded [2021-04-01T12:01:45.228Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T12:01:45.245Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T12:01:45.719Z] ========================================================= [2021-04-01T12:01:45.719Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T12:01:45.719Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:01:46.137Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-01T12:01:46.744Z] Sending build context to Docker daemon 2.358MB [2021-04-01T12:01:46.744Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T12:01:46.744Z] Step 2/8 : FROM ${BASE} [2021-04-01T12:01:46.745Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T12:01:46.745Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T12:01:46.745Z] a4357932f1b6: Pulling fs layer [2021-04-01T12:01:46.745Z] 18c013af1878: Pulling fs layer [2021-04-01T12:01:46.745Z] 00ac8860ef70: Pulling fs layer [2021-04-01T12:01:46.745Z] 63d7cb157983: Pulling fs layer [2021-04-01T12:01:46.745Z] b116817d02f9: Pulling fs layer [2021-04-01T12:01:46.745Z] 745a02a5169b: Pulling fs layer [2021-04-01T12:01:46.745Z] 00ac8860ef70: Waiting [2021-04-01T12:01:46.745Z] 63d7cb157983: Waiting [2021-04-01T12:01:46.745Z] b116817d02f9: Waiting [2021-04-01T12:01:46.745Z] 745a02a5169b: Waiting [2021-04-01T12:01:46.745Z] 18c013af1878: Download complete [2021-04-01T12:01:46.745Z] a4357932f1b6: Download complete [2021-04-01T12:01:46.745Z] 63d7cb157983: Verifying Checksum [2021-04-01T12:01:46.745Z] 63d7cb157983: Download complete [2021-04-01T12:01:46.745Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T12:01:46.745Z] 5f621e34cdf4: Download complete [2021-04-01T12:01:47.025Z] b116817d02f9: Download complete [2021-04-01T12:01:47.628Z] 5f621e34cdf4: Pull complete [2021-04-01T12:01:48.232Z] a4357932f1b6: Pull complete [2021-04-01T12:01:48.507Z] 18c013af1878: Pull complete [2021-04-01T12:01:49.954Z] 745a02a5169b: Download complete [2021-04-01T12:01:50.935Z] 00ac8860ef70: Verifying Checksum [2021-04-01T12:01:50.935Z] 00ac8860ef70: Download complete [2021-04-01T12:01:55.678Z] Running on prd-centos7-docker-4c-2g-32457 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2021-04-01T12:01:55.736Z] Running in /w/workspace/device-sdk-go/136 [Pipeline] { [Pipeline] checkout [2021-04-01T12:01:58.033Z] using credential edgex-jenkins-ssh [2021-04-01T12:01:58.088Z] Cloning the remote Git repository [2021-04-01T12:01:57.637Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-04-01T12:01:57.708Z] > git init /w/workspace/device-sdk-go/136 # timeout=10 [2021-04-01T12:01:57.768Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-01T12:01:57.768Z] > git --version # timeout=10 [2021-04-01T12:01:57.777Z] > git --version # 'git version 2.24.3' [2021-04-01T12:01:57.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T12:01:57.802Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T12:01:59.705Z] Checking out Revision 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (master) [2021-04-01T12:01:58.667Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-01T12:01:58.673Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T12:01:58.686Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-04-01T12:01:58.699Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-04-01T12:01:58.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T12:01:58.704Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T12:01:59.375Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T12:01:59.380Z] > git checkout -f 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 [2021-04-01T12:02:01.149Z] 00ac8860ef70: Pull complete [2021-04-01T12:02:01.149Z] 63d7cb157983: Pull complete [2021-04-01T12:02:01.749Z] b116817d02f9: Pull complete [2021-04-01T12:02:03.133Z] Commit message: "Merge pull request #855 from hahattan/issue-853" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T12:02:04.354Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T12:02:04.680Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T12:02:04.976Z] + sudo service docker restart [2021-04-01T12:02:04.977Z] + true [2021-04-01T12:02:04.977Z] Redirecting to /bin/systemctl restart docker.service [2021-04-01T12:02:06.080Z] 745a02a5169b: Pull complete [2021-04-01T12:02:06.080Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T12:02:06.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T12:02:06.080Z] ---> b7e6874047d6 [2021-04-01T12:02:06.080Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T12:02:06.429Z] provisioning config files... [2021-04-01T12:02:06.452Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/136@tmp/config7926836987935144764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:02:06.821Z] ---> docker-login.sh [2021-04-01T12:02:06.821Z] nexus3.edgexfoundry.org:10001 [2021-04-01T12:02:07.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:02:07.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:02:07.083Z] Configure a credential helper to remove this warning. See [2021-04-01T12:02:07.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:02:07.083Z] [2021-04-01T12:02:07.083Z] Login Succeeded [2021-04-01T12:02:07.083Z] nexus3.edgexfoundry.org:10002 [2021-04-01T12:02:07.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:02:07.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:02:07.346Z] Configure a credential helper to remove this warning. See [2021-04-01T12:02:07.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:02:07.346Z] [2021-04-01T12:02:07.346Z] Login Succeeded [2021-04-01T12:02:07.346Z] nexus3.edgexfoundry.org:10003 [2021-04-01T12:02:07.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:02:07.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:02:07.607Z] Configure a credential helper to remove this warning. See [2021-04-01T12:02:07.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:02:07.607Z] [2021-04-01T12:02:07.607Z] Login Succeeded [2021-04-01T12:02:07.608Z] nexus3.edgexfoundry.org:10004 [2021-04-01T12:02:07.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:02:07.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:02:07.873Z] Configure a credential helper to remove this warning. See [2021-04-01T12:02:07.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:02:07.873Z] [2021-04-01T12:02:07.873Z] Login Succeeded [2021-04-01T12:02:07.873Z] docker.io [2021-04-01T12:02:07.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T12:02:08.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T12:02:08.136Z] Configure a credential helper to remove this warning. See [2021-04-01T12:02:08.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T12:02:08.136Z] [2021-04-01T12:02:08.136Z] Login Succeeded [2021-04-01T12:02:08.136Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T12:02:08.145Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T12:02:08.492Z] ========================================================= [2021-04-01T12:02:08.492Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T12:02:08.492Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:02:08.722Z] ---> Running in a83614297e6d [2021-04-01T12:02:08.722Z] Removing intermediate container a83614297e6d [2021-04-01T12:02:08.722Z] ---> a3cbd145b0d9 [2021-04-01T12:02:08.722Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T12:02:08.867Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-01T12:02:08.867Z] Sending build context to Docker daemon 2.359MB [2021-04-01T12:02:08.867Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T12:02:08.867Z] Step 2/8 : FROM ${BASE} [2021-04-01T12:02:09.000Z] ---> Running in 0d8d36a145df [2021-04-01T12:02:09.129Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T12:02:09.129Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T12:02:09.130Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T12:02:09.130Z] de9db76c5a1d: Pulling fs layer [2021-04-01T12:02:09.130Z] bca2f99d35d6: Pulling fs layer [2021-04-01T12:02:09.130Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T12:02:09.130Z] 7c6f9722023f: Pulling fs layer [2021-04-01T12:02:09.130Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T12:02:09.130Z] 93359f2a8cfa: Waiting [2021-04-01T12:02:09.130Z] bca2f99d35d6: Waiting [2021-04-01T12:02:09.130Z] 7c6f9722023f: Waiting [2021-04-01T12:02:09.130Z] de9db76c5a1d: Verifying Checksum [2021-04-01T12:02:09.130Z] de9db76c5a1d: Download complete [2021-04-01T12:02:09.130Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T12:02:09.130Z] 0ef7d3d256c8: Download complete [2021-04-01T12:02:09.390Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T12:02:09.390Z] 93359f2a8cfa: Download complete [2021-04-01T12:02:09.390Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T12:02:09.391Z] 188c0c94c7c5: Download complete [2021-04-01T12:02:09.391Z] 7c6f9722023f: Verifying Checksum [2021-04-01T12:02:09.391Z] 7c6f9722023f: Download complete [2021-04-01T12:02:09.391Z] 188c0c94c7c5: Pull complete [2021-04-01T12:02:09.653Z] 0ef7d3d256c8: Pull complete [2021-04-01T12:02:09.914Z] de9db76c5a1d: Pull complete [2021-04-01T12:02:11.640Z] Removing intermediate container 0d8d36a145df [2021-04-01T12:02:11.640Z] ---> 445dd5cce1f6 [2021-04-01T12:02:11.640Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-01T12:02:11.640Z] ---> Running in c63f2eedcaee [2021-04-01T12:02:11.835Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T12:02:11.835Z] a35cf1a2eb13: Download complete [2021-04-01T12:02:12.100Z] bca2f99d35d6: Verifying Checksum [2021-04-01T12:02:12.100Z] bca2f99d35d6: Download complete [2021-04-01T12:02:12.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T12:02:13.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T12:02:14.219Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-01T12:02:14.219Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-01T12:02:14.491Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-01T12:02:14.491Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-01T12:02:14.491Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T12:02:14.765Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-01T12:02:14.765Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T12:02:14.765Z] OK: 144 MiB in 45 packages [2021-04-01T12:02:16.203Z] Removing intermediate container c63f2eedcaee [2021-04-01T12:02:16.203Z] ---> b96508a760a3 [2021-04-01T12:02:16.203Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-01T12:02:16.203Z] ---> Running in 5e58db6f4bb5 [2021-04-01T12:02:16.793Z] Removing intermediate container 5e58db6f4bb5 [2021-04-01T12:02:16.793Z] ---> 7444cf20f0e0 [2021-04-01T12:02:16.793Z] Step 7/8 : COPY . . [2021-04-01T12:02:17.488Z] bca2f99d35d6: Pull complete [2021-04-01T12:02:17.488Z] 93359f2a8cfa: Pull complete [2021-04-01T12:02:17.488Z] 7c6f9722023f: Pull complete [2021-04-01T12:02:17.767Z] ---> 2c6581139b45 [2021-04-01T12:02:17.767Z] Step 8/8 : RUN go mod download [2021-04-01T12:02:18.038Z] ---> Running in 4201841cca57 [2021-04-01T12:02:22.807Z] a35cf1a2eb13: Pull complete [2021-04-01T12:02:23.072Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T12:02:23.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T12:02:23.072Z] ---> a62c8e92a672 [2021-04-01T12:02:23.072Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-01T12:02:23.340Z] ---> Running in 86b7f3de8fde [2021-04-01T12:02:23.340Z] Removing intermediate container 86b7f3de8fde [2021-04-01T12:02:23.340Z] ---> a9ecf143e32d [2021-04-01T12:02:23.340Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T12:02:23.603Z] ---> Running in a097214d77cd [2021-04-01T12:02:24.551Z] Removing intermediate container a097214d77cd [2021-04-01T12:02:24.551Z] ---> c02038775a46 [2021-04-01T12:02:24.551Z] Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev [2021-04-01T12:02:24.551Z] ---> Running in 30010c42237e [2021-04-01T12:02:24.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T12:02:25.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T12:02:26.338Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-04-01T12:02:26.338Z] (2/6) Installing libsodium (1.0.18-r0) [2021-04-01T12:02:26.338Z] (3/6) Installing pkgconf (1.7.2-r0) [2021-04-01T12:02:26.601Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-04-01T12:02:26.601Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T12:02:26.601Z] (6/6) Installing zeromq-dev (4.3.3-r0) [2021-04-01T12:02:26.872Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T12:02:26.872Z] OK: 167 MiB in 45 packages [2021-04-01T12:02:27.446Z] Removing intermediate container 30010c42237e [2021-04-01T12:02:27.446Z] ---> 5764e4876013 [2021-04-01T12:02:27.446Z] Step 6/8 : WORKDIR /device-sdk-go [2021-04-01T12:02:27.446Z] ---> Running in de3fe475949a [2021-04-01T12:02:27.446Z] Removing intermediate container de3fe475949a [2021-04-01T12:02:27.446Z] ---> 1df3e1c8e579 [2021-04-01T12:02:27.447Z] Step 7/8 : COPY . . [2021-04-01T12:02:28.845Z] ---> e610777d479a [2021-04-01T12:02:28.845Z] Step 8/8 : RUN go mod download [2021-04-01T12:02:28.845Z] ---> Running in f8c7c2e54ed1 [2021-04-01T12:02:44.847Z] Removing intermediate container 4201841cca57 [2021-04-01T12:02:44.847Z] ---> ef5b9c01ec12 [2021-04-01T12:02:44.847Z] Successfully built ef5b9c01ec12 [2021-04-01T12:02:44.847Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:02:45.200Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T12:02:45.200Z] . [Pipeline] withDockerContainer [2021-04-01T12:02:45.446Z] prd-ubuntu18.04-docker-arm64-4c-16g-32456 does not seem to be running inside a container [2021-04-01T12:02:45.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T12:02:47.078Z] $ docker top b55de0bdf00719bb8a20c46506405dafb0c66f82568d91d16b16ef4fafdf3f2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T12:02:48.121Z] + go version [2021-04-01T12:02:48.121Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T12:02:48.143Z] $ docker stop --time=1 b55de0bdf00719bb8a20c46506405dafb0c66f82568d91d16b16ef4fafdf3f2f [2021-04-01T12:02:50.079Z] $ docker rm -f b55de0bdf00719bb8a20c46506405dafb0c66f82568d91d16b16ef4fafdf3f2f [Pipeline] // withDockerContainer [2021-04-01T12:02:50.859Z] Removing intermediate container f8c7c2e54ed1 [2021-04-01T12:02:50.859Z] ---> 4e0b694d48bc [2021-04-01T12:02:50.859Z] Successfully built 4e0b694d48bc [2021-04-01T12:02:50.859Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:02:51.527Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T12:02:51.527Z] . [Pipeline] withDockerContainer [2021-04-01T12:02:51.703Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T12:02:51.703Z] . [2021-04-01T12:02:51.738Z] prd-centos7-docker-4c-2g-32457 does not seem to be running inside a container [2021-04-01T12:02:51.875Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T12:02:53.181Z] $ docker top 7fd2826e9007e83632cb0a82a92795fc4843d845cee13abdcb6dfdc1abe25207 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-04-01T12:02:53.674Z] prd-ubuntu18.04-docker-arm64-4c-16g-32456 does not seem to be running inside a container [2021-04-01T12:02:53.754Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T12:02:55.412Z] $ docker top aadde3a832f46b869037e88fc5ed9d01aa166ee3aeba53f5e98bc6307b88dadf -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-04-01T12:02:56.114Z] + go version [2021-04-01T12:02:56.114Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T12:02:56.132Z] $ docker stop --time=1 7fd2826e9007e83632cb0a82a92795fc4843d845cee13abdcb6dfdc1abe25207 [2021-04-01T12:02:56.505Z] + make test [2021-04-01T12:02:56.505Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T12:02:57.484Z] $ docker rm -f 7fd2826e9007e83632cb0a82a92795fc4843d845cee13abdcb6dfdc1abe25207 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:02:58.289Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T12:02:58.290Z] . [Pipeline] withDockerContainer [2021-04-01T12:02:58.389Z] prd-centos7-docker-4c-2g-32457 does not seem to be running inside a container [2021-04-01T12:02:58.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/136 -v /w/workspace/device-sdk-go/136:/w/workspace/device-sdk-go/136:rw,z -v /w/workspace/device-sdk-go/136@tmp:/w/workspace/device-sdk-go/136@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-01T12:02:59.143Z] $ docker top 370fbbfba339b061793ba22f47a969493c1126f6a0be168913954cfcd2d24307 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T12:02:59.615Z] + make test [2021-04-01T12:02:59.615Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T12:03:06.254Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-01T12:03:18.703Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-04-01T12:03:24.502Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-01T12:03:24.502Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-01T12:03:24.502Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-01T12:03:24.502Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-01T12:03:24.502Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-01T12:03:27.072Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.162s coverage: 28.1% of statements [2021-04-01T12:03:27.072Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.182s coverage: 81.2% of statements [2021-04-01T12:03:28.040Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.176s coverage: 7.8% of statements [2021-04-01T12:03:28.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-01T12:03:28.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-01T12:03:28.040Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-01T12:03:28.312Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 32.5% of statements [2021-04-01T12:03:28.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-01T12:03:28.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-01T12:03:28.312Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-01T12:03:28.578Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.085s coverage: 57.3% of statements [2021-04-01T12:03:29.154Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.157s coverage: 6.6% of statements [2021-04-01T12:03:29.154Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 5.0% of statements [2021-04-01T12:03:29.154Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-01T12:03:29.418Z] GO111MODULE=on go vet ./... [2021-04-01T12:03:44.459Z] gofmt -l . [2021-04-01T12:03:44.459Z] [ "`gofmt -l .`" = "" ] [2021-04-01T12:03:44.459Z] ./bin/test-attribution-txt.sh [2021-04-01T12:03:44.459Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-01T12:03:44.481Z] $ docker stop --time=1 370fbbfba339b061793ba22f47a969493c1126f6a0be168913954cfcd2d24307 [2021-04-01T12:03:46.090Z] $ docker rm -f 370fbbfba339b061793ba22f47a969493c1126f6a0be168913954cfcd2d24307 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T12:03:46.751Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T12:03:47.132Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-04-01T12:03:49.859Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T12:03:50.158Z] + ls -al . [2021-04-01T12:03:50.158Z] total 188 [2021-04-01T12:03:50.158Z] drwxrwxr-x. 10 jenkins jenkins 4096 Apr 1 12:03 . [2021-04-01T12:03:50.158Z] drwxrwxr-x. 4 jenkins jenkins 32 Apr 1 12:01 .. [2021-04-01T12:03:50.158Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 1 12:01 bin [2021-04-01T12:03:50.158Z] -rw-r--r--. 1 jenkins jenkins 101239 Apr 1 12:03 coverage.out [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 987 Apr 1 12:01 Dockerfile.build [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 1 12:01 .dockerignore [2021-04-01T12:03:50.158Z] drwxrwxr-x. 5 jenkins jenkins 62 Apr 1 12:01 example [2021-04-01T12:03:50.158Z] drwxrwxr-x. 8 jenkins jenkins 162 Apr 1 12:02 .git [2021-04-01T12:03:50.158Z] drwxrwxr-x. 2 jenkins jenkins 103 Apr 1 12:01 .github [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 1 12:01 .gitignore [2021-04-01T12:03:50.158Z] -rw-r--r--. 1 jenkins jenkins 537 Apr 1 12:03 go.mod [2021-04-01T12:03:50.158Z] -rw-r--r--. 1 jenkins jenkins 21117 Apr 1 12:03 go.sum [2021-04-01T12:03:50.158Z] drwxrwxr-x. 14 jenkins jenkins 207 Apr 1 12:01 internal [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 901 Apr 1 12:01 Jenkinsfile [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 1 12:01 LICENSE [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 1022 Apr 1 12:01 Makefile [2021-04-01T12:03:50.158Z] drwxrwxr-x. 4 jenkins jenkins 26 Apr 1 12:01 openapi [2021-04-01T12:03:50.158Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 1 12:01 pkg [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 5897 Apr 1 12:01 README.md [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 6616 Apr 1 12:01 RELEASE-NOTES.txt [2021-04-01T12:03:50.158Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 1 12:01 snap [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 12 Apr 1 11:59 VERSION [2021-04-01T12:03:50.158Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 1 12:01 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:03:50.463Z] + 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=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 --label arch=amd64 --label version=2.0.0-dev.31 . [2021-04-01T12:03:50.725Z] Sending build context to Docker daemon 2.461MB [2021-04-01T12:03:50.725Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T12:03:50.725Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-01T12:03:50.725Z] ---> 4e0b694d48bc [2021-04-01T12:03:50.725Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-01T12:03:50.988Z] ---> Running in b4e20f56fee4 [2021-04-01T12:03:51.251Z] Removing intermediate container b4e20f56fee4 [2021-04-01T12:03:51.251Z] ---> ffe134aaa11c [2021-04-01T12:03:51.251Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-01T12:03:51.251Z] ---> Running in df50d36b40ad [2021-04-01T12:03:51.516Z] Removing intermediate container df50d36b40ad [2021-04-01T12:03:51.516Z] ---> bee628ba0587 [2021-04-01T12:03:51.516Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T12:03:51.516Z] ---> Running in 703e1b7c16a6 [2021-04-01T12:03:52.474Z] Removing intermediate container 703e1b7c16a6 [2021-04-01T12:03:52.474Z] ---> 8c1e919a7f08 [2021-04-01T12:03:52.474Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-01T12:03:52.474Z] ---> Running in 3261559c5802 [2021-04-01T12:03:53.424Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T12:03:53.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T12:03:54.261Z] OK: 167 MiB in 45 packages [2021-04-01T12:03:54.841Z] Removing intermediate container 3261559c5802 [2021-04-01T12:03:54.841Z] ---> a7f864cfc04c [2021-04-01T12:03:54.841Z] Step 7/23 : COPY . . [2021-04-01T12:03:55.787Z] ---> 4157fc7b377f [2021-04-01T12:03:55.787Z] Step 8/23 : RUN go mod download [2021-04-01T12:03:55.787Z] ---> Running in 79c9538ccff2 [2021-04-01T12:03:56.750Z] Removing intermediate container 79c9538ccff2 [2021-04-01T12:03:56.750Z] ---> 355fbb8a267f [2021-04-01T12:03:56.750Z] Step 9/23 : RUN make build [2021-04-01T12:03:56.750Z] ---> Running in 646b97583b51 [2021-04-01T12:03:57.333Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-01T12:04:07.516Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-01T12:04:08.911Z] Removing intermediate container 646b97583b51 [2021-04-01T12:04:08.911Z] ---> c7197f01cdd5 [2021-04-01T12:04:08.911Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T12:04:09.173Z] 3.12: Pulling from library/alpine [2021-04-01T12:04:09.173Z] 532819f3e44c: Pulling fs layer [2021-04-01T12:04:09.435Z] 532819f3e44c: Verifying Checksum [2021-04-01T12:04:09.435Z] 532819f3e44c: Download complete [2021-04-01T12:04:09.696Z] 532819f3e44c: Pull complete [2021-04-01T12:04:09.696Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T12:04:09.696Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T12:04:09.696Z] ---> 7230e588e954 [2021-04-01T12:04:09.696Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-01T12:04:09.696Z] ---> Running in 628bfc15a55b [2021-04-01T12:04:09.958Z] Removing intermediate container 628bfc15a55b [2021-04-01T12:04:09.958Z] ---> a858d7cfc780 [2021-04-01T12:04:09.958Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T12:04:09.958Z] ---> Running in bc926c3f61b1 [2021-04-01T12:04:10.911Z] Removing intermediate container bc926c3f61b1 [2021-04-01T12:04:10.911Z] ---> d18437f46d71 [2021-04-01T12:04:10.911Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-01T12:04:10.911Z] ---> Running in 4372b7b79a6a [2021-04-01T12:04:11.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T12:04:12.060Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T12:04:12.322Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-01T12:04:12.587Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-01T12:04:12.587Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-01T12:04:12.852Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-01T12:04:12.852Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-01T12:04:13.114Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T12:04:13.115Z] OK: 8 MiB in 19 packages [2021-04-01T12:04:13.690Z] Removing intermediate container 4372b7b79a6a [2021-04-01T12:04:13.690Z] ---> 2cde0c0206bc [2021-04-01T12:04:13.690Z] Step 14/23 : WORKDIR / [2021-04-01T12:04:13.690Z] ---> Running in e82a19d73f15 [2021-04-01T12:04:13.690Z] Removing intermediate container e82a19d73f15 [2021-04-01T12:04:13.690Z] ---> 00ecba241134 [2021-04-01T12:04:13.690Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-01T12:04:13.953Z] ---> dc190a7eccb8 [2021-04-01T12:04:13.953Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-01T12:04:14.528Z] ---> 6dab1561384b [2021-04-01T12:04:14.528Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-01T12:04:14.794Z] ---> b5e375cf29b3 [2021-04-01T12:04:14.794Z] Step 18/23 : EXPOSE 49990 [2021-04-01T12:04:14.794Z] ---> Running in 6d0809b882a0 [2021-04-01T12:04:15.067Z] Removing intermediate container 6d0809b882a0 [2021-04-01T12:04:15.067Z] ---> ddf21df93bef [2021-04-01T12:04:15.067Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-01T12:04:15.067Z] ---> Running in a2767a616727 [2021-04-01T12:04:15.297Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-04-01T12:04:15.297Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2021-04-01T12:04:15.297Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-04-01T12:04:15.297Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] [2021-04-01T12:04:15.297Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-04-01T12:04:15.338Z] Removing intermediate container a2767a616727 [2021-04-01T12:04:15.338Z] ---> c5667221c5bf [2021-04-01T12:04:15.338Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T12:04:15.338Z] ---> Running in f051127b7b91 [2021-04-01T12:04:15.338Z] Removing intermediate container f051127b7b91 [2021-04-01T12:04:15.338Z] ---> 4ce98f959dad [2021-04-01T12:04:15.338Z] Step 21/23 : LABEL arch=amd64 [2021-04-01T12:04:15.602Z] ---> Running in 803e4f14710a [2021-04-01T12:04:15.602Z] Removing intermediate container 803e4f14710a [2021-04-01T12:04:15.602Z] ---> 65b82f53c113 [2021-04-01T12:04:15.602Z] Step 22/23 : LABEL git_sha=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [2021-04-01T12:04:15.864Z] ---> Running in 7140ca53f495 [2021-04-01T12:04:15.864Z] Removing intermediate container 7140ca53f495 [2021-04-01T12:04:15.864Z] ---> 16170bdb9c74 [2021-04-01T12:04:15.864Z] Step 23/23 : LABEL version=2.0.0-dev.31 [2021-04-01T12:04:16.130Z] ---> Running in 0496e5498207 [2021-04-01T12:04:16.130Z] Removing intermediate container 0496e5498207 [2021-04-01T12:04:16.130Z] ---> 43d5acc15e9b [2021-04-01T12:04:16.130Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-01T12:04:16.130Z] Successfully built 43d5acc15e9b [2021-04-01T12:04:16.130Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:04:17.254Z] ---> job-cost.sh [2021-04-01T12:04:17.254Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iAKC [2021-04-01T12:04:17.975Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.136s coverage: 28.1% of statements [2021-04-01T12:04:18.978Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.184s coverage: 81.2% of statements [2021-04-01T12:04:18.978Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.197s coverage: 7.8% of statements [2021-04-01T12:04:18.978Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2021-04-01T12:04:18.978Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2021-04-01T12:04:18.978Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-04-01T12:04:20.431Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.265s coverage: 32.5% of statements [2021-04-01T12:04:20.431Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2021-04-01T12:04:20.431Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-04-01T12:04:20.431Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-04-01T12:04:23.862Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.297s coverage: 57.3% of statements [2021-04-01T12:04:23.862Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.197s coverage: 6.6% of statements [2021-04-01T12:04:24.458Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.148s coverage: 5.0% of statements [2021-04-01T12:04:24.458Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-04-01T12:04:24.734Z] GO111MODULE=on go vet ./... [2021-04-01T12:04:32.222Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T12:04:58.854Z] lf-activate-venv(): INFO: Adding /tmp/venv-iAKC/bin to PATH [2021-04-01T12:04:58.854Z] INFO: No Stack... [2021-04-01T12:04:58.854Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T12:04:58.854Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T12:04:59.159Z] + cat /w/workspace/device-sdk-go/136/archives/cost.csv [2021-04-01T12:04:59.159Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T12:04:59.240Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [2021-04-01T12:04:59.249Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] did not exist. Created. [2021-04-01T12:04:59.249Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T12:04:59.661Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-01T12:04:59.813Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T12:04:59.833Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-01T12:05:11.788Z] gofmt -l . [2021-04-01T12:05:11.788Z] [ "`gofmt -l .`" = "" ] [2021-04-01T12:05:11.788Z] ./bin/test-attribution-txt.sh [2021-04-01T12:05:11.788Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-04-01T12:05:11.842Z] $ docker stop --time=1 aadde3a832f46b869037e88fc5ed9d01aa166ee3aeba53f5e98bc6307b88dadf [2021-04-01T12:05:14.165Z] $ docker rm -f aadde3a832f46b869037e88fc5ed9d01aa166ee3aeba53f5e98bc6307b88dadf [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T12:05:15.474Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-04-01T12:05:15.563Z] Warning: overwriting stash ‘coverage-report’ [2021-04-01T12:05:16.528Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T12:05:17.261Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-04-01T12:05:17.596Z] + ls -al . [2021-04-01T12:05:17.596Z] total 224 [2021-04-01T12:05:17.596Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 1 12:05 . [2021-04-01T12:05:17.596Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 12:01 .. [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 1 12:01 .dockerignore [2021-04-01T12:05:17.596Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 12:01 .git [2021-04-01T12:05:17.596Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 12:01 .github [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 1 12:01 .gitignore [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 987 Apr 1 12:01 Dockerfile.build [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 901 Apr 1 12:01 Jenkinsfile [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 1 12:01 LICENSE [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 1022 Apr 1 12:01 Makefile [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 5897 Apr 1 12:01 README.md [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 6616 Apr 1 12:01 RELEASE-NOTES.txt [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 11:59 VERSION [2021-04-01T12:05:17.596Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 12:01 bin [2021-04-01T12:05:17.596Z] -rw-r--r-- 1 jenkins jenkins 101239 Apr 1 12:04 coverage.out [2021-04-01T12:05:17.596Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 1 12:01 example [2021-04-01T12:05:17.596Z] -rw-r--r-- 1 jenkins jenkins 537 Apr 1 12:05 go.mod [2021-04-01T12:05:17.596Z] -rw-r--r-- 1 jenkins jenkins 21117 Apr 1 12:05 go.sum [2021-04-01T12:05:17.596Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 1 12:01 internal [2021-04-01T12:05:17.596Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 12:01 openapi [2021-04-01T12:05:17.596Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 1 12:01 pkg [2021-04-01T12:05:17.596Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 12:01 snap [2021-04-01T12:05:17.596Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 1 12:01 version.go [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:05:17.941Z] + 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=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 --label arch=arm64 --label version=2.0.0-dev.31 . [2021-04-01T12:05:18.223Z] Sending build context to Docker daemon 2.46MB [2021-04-01T12:05:18.223Z] Step 1/23 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T12:05:18.223Z] Step 2/23 : FROM ${BASE} AS builder [2021-04-01T12:05:18.223Z] ---> ef5b9c01ec12 [2021-04-01T12:05:18.223Z] Step 3/23 : WORKDIR /device-sdk-go [2021-04-01T12:05:18.821Z] ---> Running in e4a22308ddcc [2021-04-01T12:05:19.415Z] Removing intermediate container e4a22308ddcc [2021-04-01T12:05:19.415Z] ---> c3b9cfb36af4 [2021-04-01T12:05:19.415Z] Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-01T12:05:19.415Z] ---> Running in e70dcedf08e2 [2021-04-01T12:05:19.687Z] Removing intermediate container e70dcedf08e2 [2021-04-01T12:05:19.687Z] ---> 2e4dcf093e8e [2021-04-01T12:05:19.687Z] Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T12:05:19.959Z] ---> Running in 954bc6ab0bbb [2021-04-01T12:05:21.977Z] Removing intermediate container 954bc6ab0bbb [2021-04-01T12:05:21.977Z] ---> 18b07b8b8d46 [2021-04-01T12:05:21.977Z] Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2021-04-01T12:05:21.977Z] ---> Running in e5cd8536cfac [2021-04-01T12:05:23.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T12:05:24.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T12:05:24.605Z] OK: 144 MiB in 45 packages [2021-04-01T12:05:26.050Z] Removing intermediate container e5cd8536cfac [2021-04-01T12:05:26.050Z] ---> f1fab0bf6841 [2021-04-01T12:05:26.050Z] Step 7/23 : COPY . . [2021-04-01T12:05:27.031Z] ---> 76143407cb5b [2021-04-01T12:05:27.031Z] Step 8/23 : RUN go mod download [2021-04-01T12:05:27.305Z] ---> Running in cedb2efc2a62 [2021-04-01T12:05:29.925Z] Removing intermediate container cedb2efc2a62 [2021-04-01T12:05:29.925Z] ---> 9479c9e4f463 [2021-04-01T12:05:29.925Z] Step 9/23 : RUN make build [2021-04-01T12:05:29.925Z] ---> Running in 53cc17f7cd2d [2021-04-01T12:05:30.903Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=2.0.0-dev.31" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-04-01T12:06:03.278Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2021-04-01T12:06:05.253Z] Removing intermediate container 53cc17f7cd2d [2021-04-01T12:06:05.253Z] ---> 305ee1344327 [2021-04-01T12:06:05.253Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T12:06:05.524Z] 3.12: Pulling from library/alpine [2021-04-01T12:06:05.797Z] 9a219e8acc52: Pulling fs layer [2021-04-01T12:06:06.071Z] 9a219e8acc52: Verifying Checksum [2021-04-01T12:06:06.071Z] 9a219e8acc52: Download complete [2021-04-01T12:06:06.666Z] 9a219e8acc52: Pull complete [2021-04-01T12:06:06.666Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T12:06:06.666Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T12:06:06.666Z] ---> d75e27dfc0a0 [2021-04-01T12:06:06.666Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-04-01T12:06:06.666Z] ---> Running in 9dd187444e50 [2021-04-01T12:06:07.264Z] Removing intermediate container 9dd187444e50 [2021-04-01T12:06:07.264Z] ---> 1dcb44843cd9 [2021-04-01T12:06:07.264Z] Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T12:06:07.264Z] ---> Running in 0d7468796ca3 [2021-04-01T12:06:09.239Z] Removing intermediate container 0d7468796ca3 [2021-04-01T12:06:09.239Z] ---> 0737b9eaf297 [2021-04-01T12:06:09.239Z] Step 13/23 : RUN apk add --update --no-cache zeromq [2021-04-01T12:06:09.525Z] ---> Running in 42c91f619734 [2021-04-01T12:06:10.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T12:06:11.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T12:06:11.752Z] (1/5) Installing libgcc (9.3.0-r2) [2021-04-01T12:06:12.026Z] (2/5) Installing libsodium (1.0.18-r0) [2021-04-01T12:06:12.026Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-04-01T12:06:12.297Z] (4/5) Installing libzmq (4.3.3-r0) [2021-04-01T12:06:12.297Z] (5/5) Installing zeromq (4.3.3-r0) [2021-04-01T12:06:12.570Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T12:06:12.570Z] OK: 8 MiB in 19 packages [2021-04-01T12:06:14.005Z] Removing intermediate container 42c91f619734 [2021-04-01T12:06:14.005Z] ---> 5d2813136f60 [2021-04-01T12:06:14.005Z] Step 14/23 : WORKDIR / [2021-04-01T12:06:14.005Z] ---> Running in bd0dc7bae9be [2021-04-01T12:06:14.279Z] Removing intermediate container bd0dc7bae9be [2021-04-01T12:06:14.280Z] ---> 892f2c640f3b [2021-04-01T12:06:14.280Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2021-04-01T12:06:15.256Z] ---> a8e3eb727819 [2021-04-01T12:06:15.256Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2021-04-01T12:06:16.232Z] ---> f7da92831f8e [2021-04-01T12:06:16.232Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2021-04-01T12:06:17.207Z] ---> 200a1fc465f4 [2021-04-01T12:06:17.207Z] Step 18/23 : EXPOSE 49990 [2021-04-01T12:06:17.207Z] ---> Running in 27beb47253d2 [2021-04-01T12:06:17.802Z] Removing intermediate container 27beb47253d2 [2021-04-01T12:06:17.802Z] ---> 1ad58fc393d4 [2021-04-01T12:06:17.802Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2021-04-01T12:06:17.802Z] ---> Running in 53813a76b637 [2021-04-01T12:06:18.396Z] Removing intermediate container 53813a76b637 [2021-04-01T12:06:18.396Z] ---> 0afdea89c86f [2021-04-01T12:06:18.396Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T12:06:18.396Z] ---> Running in 1ab66f5fe674 [2021-04-01T12:06:18.989Z] Removing intermediate container 1ab66f5fe674 [2021-04-01T12:06:18.989Z] ---> e333d318e1d4 [2021-04-01T12:06:18.989Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T12:06:18.989Z] ---> Running in 79b8bdb80a81 [2021-04-01T12:06:19.582Z] Removing intermediate container 79b8bdb80a81 [2021-04-01T12:06:19.582Z] ---> 255b9e4e71bb [2021-04-01T12:06:19.582Z] Step 22/23 : LABEL git_sha=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [2021-04-01T12:06:19.582Z] ---> Running in f58cb1a1b141 [2021-04-01T12:06:20.189Z] Removing intermediate container f58cb1a1b141 [2021-04-01T12:06:20.189Z] ---> 3df1c8d9cfed [2021-04-01T12:06:20.189Z] Step 23/23 : LABEL version=2.0.0-dev.31 [2021-04-01T12:06:20.189Z] ---> Running in c6b2f78f897d [2021-04-01T12:06:20.782Z] Removing intermediate container c6b2f78f897d [2021-04-01T12:06:20.782Z] ---> e6ff164f3595 [2021-04-01T12:06:20.782Z] [Warning] One or more build-args [ARCH MAKE] were not consumed [2021-04-01T12:06:20.782Z] Successfully built e6ff164f3595 [2021-04-01T12:06:20.782Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:06:21.622Z] ---> job-cost.sh [2021-04-01T12:06:21.622Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MmHD [2021-04-01T12:07:00.582Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T12:08:37.331Z] lf-activate-venv(): INFO: Adding /tmp/venv-MmHD/bin to PATH [2021-04-01T12:08:37.331Z] INFO: No Stack... [2021-04-01T12:08:37.331Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T12:08:37.331Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T12:08:37.671Z] + cat /w/workspace/device-sdk-go/136/archives/cost.csv [2021-04-01T12:08:37.671Z] + cut -d, -f6 [Pipeline] lock [2021-04-01T12:08:37.783Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [2021-04-01T12:08:37.793Z] Resource [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] did not exist. Created. [2021-04-01T12:08:37.793Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T12:08:38.249Z] /w/workspace/device-sdk-go/136@tmp/durable-c4810c48/script.sh: 1: /w/workspace/device-sdk-go/136@tmp/durable-c4810c48/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-01T12:08:38.600Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T12:08:38.676Z] Warning: overwriting stash ‘stack-cost’ [2021-04-01T12:08:38.839Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T12:08:38.852Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-master-136-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-01T12:08:40.231Z] provisioning config files... [2021-04-01T12:08:40.243Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config266622977688979942tmp [Pipeline] { [Pipeline] sh [2021-04-01T12:08:40.658Z] + set +x [2021-04-01T12:08:40.659Z] + curl -s https://codecov.io/bash [2021-04-01T12:08:40.659Z] + bash -s -- [2021-04-01T12:08:40.924Z] [2021-04-01T12:08:40.924Z] _____ _ [2021-04-01T12:08:40.924Z] / ____| | | [2021-04-01T12:08:40.924Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T12:08:40.924Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T12:08:40.924Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T12:08:40.924Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T12:08:40.924Z] Bash-20210309-2b87ace [2021-04-01T12:08:40.924Z] [2021-04-01T12:08:40.924Z] [2021-04-01T12:08:40.924Z] ==> git version 2.24.3 found [2021-04-01T12:08:40.924Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-01T12:08:40.924Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T12:08:40.924Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T12:08:40.924Z] ==> Jenkins CI detected. [2021-04-01T12:08:40.924Z] project root: . [2021-04-01T12:08:40.924Z] --> token set from env [2021-04-01T12:08:40.924Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T12:08:40.924Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T12:08:40.924Z] ==> Python coveragepy not found [2021-04-01T12:08:40.924Z] ==> Searching for coverage reports in: [2021-04-01T12:08:40.924Z] + . [2021-04-01T12:08:40.924Z] -> Found 1 reports [2021-04-01T12:08:40.924Z] ==> Detecting git/mercurial file structure [2021-04-01T12:08:40.924Z] ==> Reading reports [2021-04-01T12:08:40.924Z] + ./coverage.out bytes=101239 [2021-04-01T12:08:40.924Z] ==> Appending adjustments [2021-04-01T12:08:40.924Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T12:08:41.189Z] + Found adjustments [2021-04-01T12:08:41.189Z] ==> Gzipping contents [2021-04-01T12:08:41.189Z] 16K /tmp/codecov.lYgXao.gz [2021-04-01T12:08:41.189Z] ==> Uploading reports [2021-04-01T12:08:41.189Z] url: https://codecov.io [2021-04-01T12:08:41.189Z] query: branch=master&commit=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F136%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T12:08:41.452Z] -> Pinging Codecov [2021-04-01T12:08:41.452Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2&build=136&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2Fmaster%2F136%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T12:08:41.716Z] -> Uploading to [2021-04-01T12:08:41.716Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/7E55EF52A471D76F132DFD9A03CDDE97/666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2/62b6c606-479b-468c-86c4-4e89f4f03766.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T120841Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc74cfd97c532184f1cb85ce3d7264fb7c89edc0f81ae13b1425eeb2c70388c6 [2021-04-01T12:08:41.716Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T12:08:41.716Z] Dload Upload Total Spent Left Speed [2021-04-01T12:08:42.293Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13687 0 0 100 13687 0 27639 --:--:-- --:--:-- --:--:-- 27650 [2021-04-01T12:08:42.293Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] } [2021-04-01T12:08:42.312Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-04-01T12:08:43.206Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-01T12:08:43.263Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:08:43.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T12:08:43.611Z] [2021-04-01T12:08:43.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:08:43.976Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T12:08:43.976Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-01T12:08:43.976Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T12:08:43.976Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T12:08:43.976Z] de9db76c5a1d: Pulling fs layer [2021-04-01T12:08:43.976Z] 0eba1c9be4d2: Pulling fs layer [2021-04-01T12:08:43.976Z] 0d57e429df01: Pulling fs layer [2021-04-01T12:08:43.976Z] 4e4be7b47b0d: Pulling fs layer [2021-04-01T12:08:43.976Z] e1f770b5df2f: Pulling fs layer [2021-04-01T12:08:43.976Z] 85a0685a4137: Pulling fs layer [2021-04-01T12:08:43.976Z] 0eba1c9be4d2: Waiting [2021-04-01T12:08:43.976Z] 4e4be7b47b0d: Waiting [2021-04-01T12:08:43.976Z] e1f770b5df2f: Waiting [2021-04-01T12:08:43.976Z] 85a0685a4137: Waiting [2021-04-01T12:08:43.976Z] 0d57e429df01: Waiting [2021-04-01T12:08:43.976Z] de9db76c5a1d: Verifying Checksum [2021-04-01T12:08:43.976Z] de9db76c5a1d: Download complete [2021-04-01T12:08:43.976Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T12:08:43.976Z] 0ef7d3d256c8: Download complete [2021-04-01T12:08:43.976Z] 0d57e429df01: Download complete [2021-04-01T12:08:44.245Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T12:08:44.245Z] 188c0c94c7c5: Download complete [2021-04-01T12:08:44.511Z] 4e4be7b47b0d: Verifying Checksum [2021-04-01T12:08:44.511Z] 4e4be7b47b0d: Download complete [2021-04-01T12:08:44.511Z] 188c0c94c7c5: Pull complete [2021-04-01T12:08:44.774Z] 0ef7d3d256c8: Pull complete [2021-04-01T12:08:44.774Z] de9db76c5a1d: Pull complete [2021-04-01T12:08:46.178Z] e1f770b5df2f: Verifying Checksum [2021-04-01T12:08:46.178Z] e1f770b5df2f: Download complete [2021-04-01T12:08:48.115Z] 0eba1c9be4d2: Verifying Checksum [2021-04-01T12:08:48.115Z] 0eba1c9be4d2: Download complete [2021-04-01T12:08:48.704Z] 85a0685a4137: Verifying Checksum [2021-04-01T12:08:48.704Z] 85a0685a4137: Download complete [2021-04-01T12:08:55.339Z] 0eba1c9be4d2: Pull complete [2021-04-01T12:08:55.339Z] 0d57e429df01: Pull complete [2021-04-01T12:08:55.339Z] 4e4be7b47b0d: Pull complete [2021-04-01T12:08:56.737Z] e1f770b5df2f: Pull complete [2021-04-01T12:09:04.938Z] 85a0685a4137: Pull complete [2021-04-01T12:09:04.938Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-01T12:09:04.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T12:09:04.938Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-01T12:09:05.156Z] prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container [2021-04-01T12:09:05.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-01T12:09:06.429Z] $ docker top 90b9bbd0cdded849785c5f05bb36f42119191d70a429f6a1b3e36ed9d28b58fc -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T12:09:07.037Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-01T12:09:07.342Z] + set -o pipefail [2021-04-01T12:09:07.342Z] + snyk monitor '--org=edgex-jenkins' [2021-04-01T12:09:15.520Z] [2021-04-01T12:09:15.520Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go/v2)... [2021-04-01T12:09:15.520Z] [2021-04-01T12:09:15.520Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a91414f5-c324-409e-a494-413a27791127/history/b0d08339-0c9f-4868-875d-756d93270cf9 [2021-04-01T12:09:15.520Z] [2021-04-01T12:09:15.520Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-01T12:09:15.520Z] [2021-04-01T12:09:15.520Z] [2021-04-01T12:09:15.521Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-01T12:09:15.521Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-01T12:09:15.536Z] $ docker stop --time=1 90b9bbd0cdded849785c5f05bb36f42119191d70a429f6a1b3e36ed9d28b58fc [2021-04-01T12:09:18.552Z] $ docker rm -f 90b9bbd0cdded849785c5f05bb36f42119191d70a429f6a1b3e36ed9d28b58fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-01T12:09:19.910Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T12:09:19.967Z] provisioning config files... [2021-04-01T12:09:19.979Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config5077436072582880065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:09:20.372Z] --> edgex-publish-swagger.sh [2021-04-01T12:09:20.372Z] === Publish openapi/v1 API === [2021-04-01T12:09:20.372Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-01T12:09:20.372Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v1/device-sdk.yaml] [2021-04-01T12:09:20.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T12:09:20.372Z] Dload Upload Total Spent Left Speed [2021-04-01T12:09:20.951Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19947 0 0 100 19947 0 29696 --:--:-- --:--:-- --:--:-- 29683 100 19947 0 0 100 19947 0 29687 --:--:-- --:--:-- --:--:-- 29683 [2021-04-01T12:09:20.951Z] [2021-04-01T12:09:20.951Z] [2021-04-01T12:09:20.951Z] === Publish openapi/v2 API === [2021-04-01T12:09:20.951Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-01T12:09:20.951Z] [publishToSwagger] Publishing API Name [device-sdk] [/w/workspace/dgexfoundry_device-sdk-go_master/openapi/v2/device-sdk.yaml] [2021-04-01T12:09:20.951Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T12:09:20.951Z] Dload Upload Total Spent Left Speed [2021-04-01T12:09:21.528Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 51483 0 0 100 51483 0 86163 --:--:-- --:--:-- --:--:-- 86236 [2021-04-01T12:09:21.528Z] [2021-04-01T12:09:21.528Z] [Pipeline] } [2021-04-01T12:09:21.538Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T12:09:22.392Z] + git log --format=format:%s -1 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:09:22.704Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T12:09:22.704Z] . [Pipeline] withDockerContainer [2021-04-01T12:09:22.811Z] prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container [2021-04-01T12:09:22.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T12:09:23.878Z] $ docker top 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T12:09:24.220Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T12:09:24.220Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T12:09:24.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T12:09:24.497Z] $ docker exec 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde ssh-agent [2021-04-01T12:09:24.685Z] SSH_AUTH_SOCK=/tmp/ssh-n3ybQlLHZvtT/agent.11 [2021-04-01T12:09:24.685Z] SSH_AGENT_PID=16 [2021-04-01T12:09:24.693Z] Running ssh-add (command line suppressed) [2021-04-01T12:09:24.834Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6045309982971114764.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_6045309982971114764.key) [2021-04-01T12:09:24.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T12:09:25.244Z] + git semver tag [2021-04-01T12:09:25.244Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T12:09:25.244Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-01T12:09:25.244Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-01T12:09:25.244Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T12:09:25.244Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T12:09:25.244Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T12:09:25.244Z] # $SEMVER_BRANCH = master [2021-04-01T12:09:25.244Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-01T12:09:25.244Z] # 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 HEAD [2021-04-01T12:09:25.508Z] # -> Force: false [2021-04-01T12:09:25.508Z] # 8abeada187e3c896ffa156e731f59dad2fd38cc3 refs/tags/v2.0.0-dev.31 [Pipeline] } [2021-04-01T12:09:25.520Z] $ docker exec --env ******** --env ******** 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde ssh-agent -k [2021-04-01T12:09:25.644Z] unset SSH_AUTH_SOCK; [2021-04-01T12:09:25.644Z] unset SSH_AGENT_PID; [2021-04-01T12:09:25.644Z] echo Agent pid 16 killed; [2021-04-01T12:09:25.705Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T12:09:26.235Z] + git semver [Pipeline] } [2021-04-01T12:09:26.257Z] $ docker stop --time=1 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde [2021-04-01T12:09:27.602Z] $ docker rm -f 3d0a9ff44f2c5b7f42d9a79f991928dea8f98c240e960fd96c3750375cb6edde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:09:28.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T12:09:28.251Z] [2021-04-01T12:09:28.251Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:09:28.599Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T12:09:28.599Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-01T12:09:28.599Z] ab5ef0e58194: Pulling fs layer [2021-04-01T12:09:28.599Z] 9712f1f96733: Pulling fs layer [2021-04-01T12:09:28.599Z] 63f879dbbcfc: Pulling fs layer [2021-04-01T12:09:28.599Z] 0d9ebad4ef96: Pulling fs layer [2021-04-01T12:09:28.599Z] e9a5061849ea: Pulling fs layer [2021-04-01T12:09:28.599Z] d747dcd14b5f: Pulling fs layer [2021-04-01T12:09:28.599Z] 2de7ff778b66: Pulling fs layer [2021-04-01T12:09:28.599Z] e9a5061849ea: Waiting [2021-04-01T12:09:28.599Z] d747dcd14b5f: Waiting [2021-04-01T12:09:28.599Z] 2de7ff778b66: Waiting [2021-04-01T12:09:28.599Z] 0d9ebad4ef96: Waiting [2021-04-01T12:09:28.599Z] 9712f1f96733: Verifying Checksum [2021-04-01T12:09:28.599Z] 9712f1f96733: Download complete [2021-04-01T12:09:31.163Z] 63f879dbbcfc: Verifying Checksum [2021-04-01T12:09:31.163Z] 63f879dbbcfc: Download complete [2021-04-01T12:09:31.163Z] 0d9ebad4ef96: Verifying Checksum [2021-04-01T12:09:31.163Z] 0d9ebad4ef96: Download complete [2021-04-01T12:09:31.163Z] d747dcd14b5f: Verifying Checksum [2021-04-01T12:09:31.163Z] d747dcd14b5f: Download complete [2021-04-01T12:09:31.163Z] e9a5061849ea: Verifying Checksum [2021-04-01T12:09:31.163Z] e9a5061849ea: Download complete [2021-04-01T12:09:31.436Z] 2de7ff778b66: Verifying Checksum [2021-04-01T12:09:31.436Z] 2de7ff778b66: Download complete [2021-04-01T12:09:31.699Z] ab5ef0e58194: Verifying Checksum [2021-04-01T12:09:31.699Z] ab5ef0e58194: Download complete [2021-04-01T12:09:36.142Z] ab5ef0e58194: Pull complete [2021-04-01T12:09:36.142Z] 9712f1f96733: Pull complete [2021-04-01T12:09:38.704Z] 63f879dbbcfc: Pull complete [2021-04-01T12:09:46.904Z] 0d9ebad4ef96: Pull complete [2021-04-01T12:09:47.855Z] e9a5061849ea: Pull complete [2021-04-01T12:09:47.855Z] d747dcd14b5f: Pull complete [2021-04-01T12:09:50.420Z] 2de7ff778b66: Pull complete [2021-04-01T12:09:50.420Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-01T12:09:50.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T12:09:50.420Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-01T12:09:50.640Z] prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container [2021-04-01T12:09:50.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-01T12:09:54.636Z] $ docker top 4fb9801bfb6806a44911207dbda07e879c44421e1b440c433142155f8c05709e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-01T12:09:55.011Z] provisioning config files... [2021-04-01T12:09:55.023Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1687800759327342715tmp [2021-04-01T12:09:55.043Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1206307791070816500tmp [2021-04-01T12:09:55.060Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4604038943895316928tmp [Pipeline] { [Pipeline] echo [2021-04-01T12:09:55.118Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:09:55.423Z] ---> sigul-configuration.sh [2021-04-01T12:09:55.423Z] gpg: directory `/root/.gnupg' created [2021-04-01T12:09:55.423Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-01T12:09:55.423Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-01T12:09:55.423Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-01T12:09:55.423Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-01T12:09:55.423Z] gpg: CAST5 encrypted data [2021-04-01T12:09:55.686Z] gpg: encrypted with 1 passphrase [2021-04-01T12:09:55.686Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-01T12:09:55.990Z] + mkdir /home/jenkins [2021-04-01T12:09:55.990Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-01T12:09:56.294Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-01T12:09:56.307Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:09:56.608Z] ---> sigul-install.sh [2021-04-01T12:10:03.211Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-01T12:10:03.514Z] + git tag --list [2021-04-01T12:10:03.514Z] 0.7.1 [2021-04-01T12:10:03.514Z] delhi-tag [2021-04-01T12:10:03.514Z] v1.0.0 [2021-04-01T12:10:03.514Z] v1.1.0 [2021-04-01T12:10:03.514Z] v1.1.1 [2021-04-01T12:10:03.514Z] v1.1.2 [2021-04-01T12:10:03.514Z] v1.2.0 [2021-04-01T12:10:03.514Z] v1.2.1 [2021-04-01T12:10:03.514Z] v1.2.2 [2021-04-01T12:10:03.514Z] v1.2.3 [2021-04-01T12:10:03.514Z] v1.3.0 [2021-04-01T12:10:03.514Z] v1.4.0 [2021-04-01T12:10:03.514Z] v2.0.0-dev.1 [2021-04-01T12:10:03.514Z] v2.0.0-dev.10 [2021-04-01T12:10:03.514Z] v2.0.0-dev.11 [2021-04-01T12:10:03.514Z] v2.0.0-dev.12 [2021-04-01T12:10:03.514Z] v2.0.0-dev.13 [2021-04-01T12:10:03.514Z] v2.0.0-dev.14 [2021-04-01T12:10:03.514Z] v2.0.0-dev.15 [2021-04-01T12:10:03.514Z] v2.0.0-dev.16 [2021-04-01T12:10:03.514Z] v2.0.0-dev.17 [2021-04-01T12:10:03.514Z] v2.0.0-dev.18 [2021-04-01T12:10:03.514Z] v2.0.0-dev.19 [2021-04-01T12:10:03.514Z] v2.0.0-dev.2 [2021-04-01T12:10:03.514Z] v2.0.0-dev.20 [2021-04-01T12:10:03.514Z] v2.0.0-dev.21 [2021-04-01T12:10:03.514Z] v2.0.0-dev.22 [2021-04-01T12:10:03.514Z] v2.0.0-dev.23 [2021-04-01T12:10:03.514Z] v2.0.0-dev.24 [2021-04-01T12:10:03.514Z] v2.0.0-dev.25 [2021-04-01T12:10:03.514Z] v2.0.0-dev.26 [2021-04-01T12:10:03.514Z] v2.0.0-dev.27 [2021-04-01T12:10:03.514Z] v2.0.0-dev.28 [2021-04-01T12:10:03.514Z] v2.0.0-dev.29 [2021-04-01T12:10:03.514Z] v2.0.0-dev.3 [2021-04-01T12:10:03.514Z] v2.0.0-dev.30 [2021-04-01T12:10:03.514Z] v2.0.0-dev.31 [2021-04-01T12:10:03.514Z] v2.0.0-dev.4 [2021-04-01T12:10:03.514Z] v2.0.0-dev.5 [2021-04-01T12:10:03.514Z] v2.0.0-dev.6 [2021-04-01T12:10:03.514Z] v2.0.0-dev.7 [2021-04-01T12:10:03.514Z] v2.0.0-dev.8 [2021-04-01T12:10:03.514Z] v2.0.0-dev.9 [Pipeline] sh [2021-04-01T12:10:03.818Z] + lftools sign git-tag v2.0.0-dev.31 [2021-04-01T12:10:05.213Z] Signing Git tag with Sigul... [2021-04-01T12:10:05.213Z] Signing v2.0.0-dev.31 [Pipeline] echo [2021-04-01T12:10:06.618Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:06.920Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-01T12:10:06.930Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-01T12:10:07.032Z] $ docker stop --time=1 4fb9801bfb6806a44911207dbda07e879c44421e1b440c433142155f8c05709e [2021-04-01T12:10:09.160Z] $ docker rm -f 4fb9801bfb6806a44911207dbda07e879c44421e1b440c433142155f8c05709e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:10:10.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T12:10:10.093Z] . [Pipeline] withDockerContainer [2021-04-01T12:10:10.201Z] prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container [2021-04-01T12:10:10.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T12:10:11.030Z] $ docker top ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T12:10:11.402Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T12:10:11.402Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T12:10:11.627Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T12:10:11.630Z] $ docker exec ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 ssh-agent [2021-04-01T12:10:11.831Z] SSH_AUTH_SOCK=/tmp/ssh-cTkKEZbcGoRw/agent.11 [2021-04-01T12:10:11.831Z] SSH_AGENT_PID=16 [2021-04-01T12:10:11.839Z] Running ssh-add (command line suppressed) [2021-04-01T12:10:11.979Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5795845093527572235.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_5795845093527572235.key) [2021-04-01T12:10:12.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T12:10:12.383Z] + git semver bump pre [2021-04-01T12:10:12.383Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T12:10:12.383Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-01T12:10:12.383Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-01T12:10:12.383Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T12:10:12.383Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T12:10:12.383Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T12:10:12.383Z] # $SEMVER_BRANCH = master [2021-04-01T12:10:12.383Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2021-04-01T12:10:12.383Z] 2.0.0-dev.32 [Pipeline] } [2021-04-01T12:10:12.398Z] $ docker exec --env ******** --env ******** ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 ssh-agent -k [2021-04-01T12:10:12.571Z] unset SSH_AUTH_SOCK; [2021-04-01T12:10:12.571Z] unset SSH_AGENT_PID; [2021-04-01T12:10:12.571Z] echo Agent pid 16 killed; [2021-04-01T12:10:12.643Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T12:10:13.141Z] + git semver [Pipeline] } [2021-04-01T12:10:13.159Z] $ docker stop --time=1 ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 [2021-04-01T12:10:14.556Z] $ docker rm -f ff463fcfee0d63dbc32ce878ba52d9e40bceabc5bb8dca8527449663af542937 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:10:15.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T12:10:15.115Z] . [Pipeline] withDockerContainer [2021-04-01T12:10:15.222Z] prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container [2021-04-01T12:10:15.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-01T12:10:16.088Z] $ docker top 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T12:10:16.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T12:10:16.416Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T12:10:16.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T12:10:16.652Z] $ docker exec 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 ssh-agent [2021-04-01T12:10:16.853Z] SSH_AUTH_SOCK=/tmp/ssh-Bq0m2xMGbwMr/agent.11 [2021-04-01T12:10:16.853Z] SSH_AGENT_PID=16 [2021-04-01T12:10:16.862Z] Running ssh-add (command line suppressed) [2021-04-01T12:10:16.998Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_732716808960689809.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_732716808960689809.key) [2021-04-01T12:10:17.063Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T12:10:17.401Z] + git semver push [2021-04-01T12:10:17.401Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T12:10:17.401Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2021-04-01T12:10:17.401Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2021-04-01T12:10:17.401Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T12:10:17.401Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T12:10:17.401Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T12:10:17.401Z] # $SEMVER_BRANCH = master [2021-04-01T12:10:17.401Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2021-04-01T12:10:21.633Z] $ docker exec --env ******** --env ******** 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 ssh-agent -k [2021-04-01T12:10:21.762Z] unset SSH_AUTH_SOCK; [2021-04-01T12:10:21.763Z] unset SSH_AGENT_PID; [2021-04-01T12:10:21.763Z] echo Agent pid 16 killed; [2021-04-01T12:10:21.819Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T12:10:22.362Z] + git semver [Pipeline] } [2021-04-01T12:10:22.380Z] $ docker stop --time=1 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 [2021-04-01T12:10:23.751Z] $ docker rm -f 49f66be8cf142168f4f734a50842c94bc40c4210042139bc18c0ef11180eb4f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:25.383Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:25.954Z] ---> package-listing.sh [2021-04-01T12:10:25.954Z] ++ facter osfamily [2021-04-01T12:10:25.954Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T12:10:25.954Z] + OS_FAMILY=redhat [2021-04-01T12:10:25.954Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2021-04-01T12:10:25.954Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T12:10:25.954Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T12:10:25.954Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T12:10:25.954Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T12:10:25.954Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-01T12:10:25.954Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T12:10:25.954Z] + case "${OS_FAMILY}" in [2021-04-01T12:10:25.954Z] + rpm -qa [2021-04-01T12:10:25.954Z] + sort [2021-04-01T12:10:31.272Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T12:10:31.272Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T12:10:31.272Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T12:10:31.272Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2021-04-01T12:10:31.272Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2021-04-01T12:10:31.272Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2021-04-01T12:10:31.286Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T12:10:31.578Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:10:31.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T12:10:31.886Z] [2021-04-01T12:10:31.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T12:10:32.240Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T12:10:32.240Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T12:10:32.240Z] df20fa9351a1: Pulling fs layer [2021-04-01T12:10:32.240Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T12:10:32.240Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T12:10:32.240Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T12:10:32.240Z] 93b61091891f: Pulling fs layer [2021-04-01T12:10:32.240Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T12:10:32.240Z] 5e14af77c1be: Pulling fs layer [2021-04-01T12:10:32.240Z] 01666e4c0597: Pulling fs layer [2021-04-01T12:10:32.240Z] aa168da1d23b: Pulling fs layer [2021-04-01T12:10:32.240Z] 93b9cdb0e59b: Waiting [2021-04-01T12:10:32.240Z] 5e14af77c1be: Waiting [2021-04-01T12:10:32.240Z] 01666e4c0597: Waiting [2021-04-01T12:10:32.240Z] aa168da1d23b: Waiting [2021-04-01T12:10:32.240Z] 46f8f816bc3b: Waiting [2021-04-01T12:10:32.240Z] 93b61091891f: Waiting [2021-04-01T12:10:32.240Z] 36b3adc4ff6f: Download complete [2021-04-01T12:10:32.240Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T12:10:32.240Z] 46f8f816bc3b: Download complete [2021-04-01T12:10:32.240Z] df20fa9351a1: Verifying Checksum [2021-04-01T12:10:32.240Z] df20fa9351a1: Download complete [2021-04-01T12:10:32.509Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T12:10:32.509Z] 93b9cdb0e59b: Download complete [2021-04-01T12:10:32.509Z] 5e14af77c1be: Verifying Checksum [2021-04-01T12:10:32.509Z] 5e14af77c1be: Download complete [2021-04-01T12:10:32.509Z] 93b61091891f: Verifying Checksum [2021-04-01T12:10:32.509Z] 93b61091891f: Download complete [2021-04-01T12:10:32.509Z] 01666e4c0597: Verifying Checksum [2021-04-01T12:10:32.509Z] 01666e4c0597: Download complete [2021-04-01T12:10:32.509Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T12:10:32.509Z] 8ad3a11d3b57: Download complete [2021-04-01T12:10:32.771Z] df20fa9351a1: Pull complete [2021-04-01T12:10:33.040Z] 36b3adc4ff6f: Pull complete [2021-04-01T12:10:34.456Z] 8ad3a11d3b57: Pull complete [2021-04-01T12:10:34.456Z] 46f8f816bc3b: Pull complete [2021-04-01T12:10:35.035Z] aa168da1d23b: Verifying Checksum [2021-04-01T12:10:35.035Z] aa168da1d23b: Download complete [2021-04-01T12:10:35.035Z] 93b61091891f: Pull complete [2021-04-01T12:10:35.300Z] 93b9cdb0e59b: Pull complete [2021-04-01T12:10:35.300Z] 5e14af77c1be: Pull complete [2021-04-01T12:10:35.564Z] 01666e4c0597: Pull complete [2021-04-01T12:10:42.227Z] aa168da1d23b: Pull complete [2021-04-01T12:10:42.492Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T12:10:42.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T12:10:42.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T12:10:42.700Z] prd-centos7-docker-4c-2g-32455 does not seem to be running inside a container [2021-04-01T12:10:42.750Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-01T12:10:45.755Z] $ docker top e1301890e083f4bf892a9cbdce333a106b6e810053810c23c4bb1939f136902f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T12:10:46.356Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T12:10:46.658Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T12:10:46.961Z] + ls /var/log/sa-host [2021-04-01T12:10:46.962Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T12:10:46.962Z] file_magic: OK [2021-04-01T12:10:46.962Z] HZ: Using current value: 100 [2021-04-01T12:10:46.962Z] file_header: OK [2021-04-01T12:10:46.962Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-01T12:10:46.962Z] Statistics: [2021-04-01T12:10:46.962Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-01T12:10:46.962Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T12:10:46.962Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T12:10:46.962Z] file_magic: OK [2021-04-01T12:10:46.962Z] HZ: Using current value: 100 [2021-04-01T12:10:46.962Z] file_header: OK [2021-04-01T12:10:46.962Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-01T12:10:46.962Z] Statistics: [2021-04-01T12:10:46.962Z] Hnuu...uuuununununu... [2021-04-01T12:10:46.962Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T12:10:47.587Z] provisioning config files... [2021-04-01T12:10:47.606Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1180590348879874728tmp [Pipeline] { [Pipeline] echo [2021-04-01T12:10:47.679Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:47.978Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T12:10:47.988Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T12:10:48.083Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:48.383Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T12:10:48.395Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:48.690Z] ---> sudo-logs.sh [2021-04-01T12:10:48.690Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T12:10:48.782Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:49.078Z] ---> job-cost.sh [2021-04-01T12:10:49.078Z] lf-activate-venv: SKIPPING [2021-04-01T12:10:49.078Z] DEBUG: total: 0.20999999344348907 [2021-04-01T12:10:49.078Z] INFO: Retrieving Stack Cost... [2021-04-01T12:10:51.001Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T12:10:51.264Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T12:10:51.278Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T12:10:51.575Z] ---> logs-deploy.sh [2021-04-01T12:10:51.575Z] lf-activate-venv: SKIPPING [2021-04-01T12:10:51.576Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/136 [2021-04-01T12:10:51.576Z] INFO: archiving workspace using pattern(s): [2021-04-01T12:10:53.508Z] Archives upload complete. [2021-04-01T12:10:53.508Z] INFO: archiving logs to Nexus