Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54a1ea0e5cf6d2965807bd64358c28297a664ac6+d1bfd12592bfcc37ebda2d741922e4b068f28a62 (362d477bbca625f31fd5e29bbb20c2cfe07fc3d9) 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-rest-go] ========================================================= [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-rest-go-settings PROJECT: device-rest-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@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-11772 in /w/workspace/dgexfoundry_device-rest-go_PR-56 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-56 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/56/head:refs/remotes/origin/PR-56 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 54a1ea0e5cf6d2965807bd64358c28297a664ac6 Merge succeeded, producing 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 Checking out Revision 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 (PR-56) > git config core.sparsecheckout # timeout=10 > git checkout -f 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 # timeout=10 Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" > git rev-list --no-walk 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-10T23:09:40.536Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-10T23:09:40.808Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-10T23:09:40.905Z] ========================================================= [2020-11-10T23:09:40.905Z] EdgeX Global Pipelines Version Info [2020-11-10T23:09:40.905Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:09:43.229Z] ------------------- [2020-11-10T23:09:43.229Z] stable info: [2020-11-10T23:09:43.229Z] ------------------- [2020-11-10T23:09:43.229Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-10T23:09:43.229Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T23:09:43.229Z] Message: update stable to v1.0.162 [2020-11-10T23:09:44.752Z] ------------------- [2020-11-10T23:09:44.752Z] experimental info: [2020-11-10T23:09:44.752Z] ------------------- [2020-11-10T23:09:44.752Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-10T23:09:44.752Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-10T23:09:44.752Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-10T23:09:45.210Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-11-10T23:09:45.310Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-11-10T23:09:45.403Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-10T23:09:45.504Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-10T23:09:45.598Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-10T23:09:45.696Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-10T23:09:45.788Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-10T23:09:45.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-10T23:09:45.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-10T23:09:46.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-10T23:09:46.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-10T23:09:46.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-11-10T23:09:46.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-10T23:09:46.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-10T23:09:46.680Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T23:09:46.774Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-10T23:09:46.869Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T23:09:46.978Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-10T23:09:47.088Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-10T23:09:47.190Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-10T23:09:47.305Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-10T23:09:47.421Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-10T23:09:47.548Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-10T23:09:47.647Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-10T23:09:47.767Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-10T23:09:47.871Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-10T23:09:47.969Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-56 [Pipeline] echo [2020-11-10T23:09:48.069Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-56 [Pipeline] echo [2020-11-10T23:09:48.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-56 [Pipeline] echo [2020-11-10T23:09:48.252Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [Pipeline] echo [2020-11-10T23:09:48.342Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8fe141e [Pipeline] echo [2020-11-10T23:09:48.431Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T23:09:48.602Z] provisioning config files... [2020-11-10T23:09:48.644Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/config6882613852371636505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:09:49.086Z] ---> docker-login.sh [2020-11-10T23:09:49.086Z] nexus3.edgexfoundry.org:10001 [2020-11-10T23:09:49.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:09:49.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:09:49.986Z] Configure a credential helper to remove this warning. See [2020-11-10T23:09:49.986Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:09:49.986Z] [2020-11-10T23:09:49.986Z] Login Succeeded [2020-11-10T23:09:49.986Z] nexus3.edgexfoundry.org:10002 [2020-11-10T23:09:50.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:09:50.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:09:50.268Z] Configure a credential helper to remove this warning. See [2020-11-10T23:09:50.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:09:50.268Z] [2020-11-10T23:09:50.268Z] Login Succeeded [2020-11-10T23:09:50.268Z] nexus3.edgexfoundry.org:10003 [2020-11-10T23:09:50.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:09:50.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:09:50.851Z] Configure a credential helper to remove this warning. See [2020-11-10T23:09:50.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:09:50.851Z] [2020-11-10T23:09:50.851Z] Login Succeeded [2020-11-10T23:09:50.851Z] nexus3.edgexfoundry.org:10004 [2020-11-10T23:09:51.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:09:51.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:09:51.443Z] Configure a credential helper to remove this warning. See [2020-11-10T23:09:51.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:09:51.443Z] [2020-11-10T23:09:51.443Z] Login Succeeded [2020-11-10T23:09:51.443Z] docker.io [2020-11-10T23:09:51.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:09:51.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:09:51.718Z] Configure a credential helper to remove this warning. See [2020-11-10T23:09:51.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:09:51.718Z] [2020-11-10T23:09:51.718Z] Login Succeeded [2020-11-10T23:09:51.718Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T23:09:51.742Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T23:09:52.612Z] + git log --format=format:%s -1 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [Pipeline] echo [2020-11-10T23:09:52.755Z] GIT_COMMIT: 8fe141e073d44a0ea638c4e0afa3e0a6b0e93469, Commit Message: Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD [Pipeline] echo [2020-11-10T23:09:52.802Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:09:53.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T23:09:53.432Z] [2020-11-10T23:09:53.432Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:09:53.836Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T23:09:53.836Z] latest: Pulling from edgex-devops/git-semver [2020-11-10T23:09:53.836Z] 31603596830f: Pulling fs layer [2020-11-10T23:09:53.836Z] 2a8b12db71e7: Pulling fs layer [2020-11-10T23:09:53.836Z] 6ca5941a6612: Pulling fs layer [2020-11-10T23:09:53.836Z] ecc8261a40a4: Pulling fs layer [2020-11-10T23:09:53.836Z] ecc8261a40a4: Waiting [2020-11-10T23:09:53.836Z] 2a8b12db71e7: Verifying Checksum [2020-11-10T23:09:53.836Z] 2a8b12db71e7: Download complete [2020-11-10T23:09:54.192Z] 31603596830f: Verifying Checksum [2020-11-10T23:09:54.192Z] 31603596830f: Download complete [2020-11-10T23:09:54.835Z] ecc8261a40a4: Verifying Checksum [2020-11-10T23:09:54.835Z] ecc8261a40a4: Download complete [2020-11-10T23:09:55.111Z] 6ca5941a6612: Verifying Checksum [2020-11-10T23:09:55.111Z] 6ca5941a6612: Download complete [2020-11-10T23:09:55.383Z] 31603596830f: Pull complete [2020-11-10T23:09:55.665Z] 2a8b12db71e7: Pull complete [2020-11-10T23:09:57.804Z] 6ca5941a6612: Pull complete [2020-11-10T23:09:58.096Z] ecc8261a40a4: Pull complete [2020-11-10T23:09:58.096Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-10T23:09:58.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-10T23:09:58.371Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-10T23:09:58.674Z] prd-centos7-docker-4c-2g-11772 does not seem to be running inside a container [2020-11-10T23:09:59.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-56 -v /w/workspace/dgexfoundry_device-rest-go_PR-56:/w/workspace/dgexfoundry_device-rest-go_PR-56:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-56@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-10T23:10:02.391Z] $ docker top aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-10T23:10:03.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T23:10:03.096Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T23:10:03.641Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T23:10:03.652Z] $ docker exec aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent [2020-11-10T23:10:03.995Z] SSH_AUTH_SOCK=/tmp/ssh-ARPemVJSu00m/agent.12 [2020-11-10T23:10:03.995Z] SSH_AGENT_PID=18 [2020-11-10T23:10:04.027Z] Running ssh-add (command line suppressed) [2020-11-10T23:10:04.267Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_8190832196755551920.key (/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_8190832196755551920.key) [2020-11-10T23:10:04.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T23:10:05.281Z] + git tag --points-at HEAD [Pipeline] } [2020-11-10T23:10:05.326Z] $ docker exec --env ******** --env ******** aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent -k [2020-11-10T23:10:05.574Z] unset SSH_AUTH_SOCK; [2020-11-10T23:10:05.575Z] unset SSH_AGENT_PID; [2020-11-10T23:10:05.575Z] echo Agent pid 18 killed; [2020-11-10T23:10:05.659Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-10T23:10:05.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-10T23:10:05.818Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-10T23:10:06.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-10T23:10:06.150Z] $ docker exec aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent [2020-11-10T23:10:06.569Z] SSH_AUTH_SOCK=/tmp/ssh-dg6NbdJ5G6a7/agent.48 [2020-11-10T23:10:06.569Z] SSH_AGENT_PID=53 [2020-11-10T23:10:06.611Z] Running ssh-add (command line suppressed) [2020-11-10T23:10:06.937Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_7479290605179151896.key (/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/private_key_7479290605179151896.key) [2020-11-10T23:10:07.125Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-10T23:10:07.655Z] + git semver init [2020-11-10T23:10:07.655Z] # -> Open(): unable to determine branch for HEAD [2020-11-10T23:10:07.655Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-56/.git [2020-11-10T23:10:07.655Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-56 [2020-11-10T23:10:07.655Z] # $SEMVER_REMOTE_NAME = origin [2020-11-10T23:10:07.655Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-10T23:10:07.655Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-10T23:10:07.655Z] # $SEMVER_BRANCH = PR-56 [2020-11-10T23:10:07.655Z] # $SEMVER_TEMP = /tmp/semver-038601065 [2020-11-10T23:10:07.655Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-11-10T23:10:13.234Z] # '/tmp/semver-038601065' -> '/w/workspace/dgexfoundry_device-rest-go_PR-56/.semver' [2020-11-10T23:10:13.234Z] # -> Force: false [2020-11-10T23:10:13.234Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-56/.semver [Pipeline] } [2020-11-10T23:10:13.273Z] $ docker exec --env ******** --env ******** aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd ssh-agent -k [2020-11-10T23:10:13.599Z] unset SSH_AUTH_SOCK; [2020-11-10T23:10:13.600Z] unset SSH_AGENT_PID; [2020-11-10T23:10:13.600Z] echo Agent pid 53 killed; [2020-11-10T23:10:13.748Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-10T23:10:14.335Z] + git semver [Pipeline] } [2020-11-10T23:10:14.661Z] $ docker stop --time=1 aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd [2020-11-10T23:10:16.583Z] $ docker rm -f aab7c57955bb000ab7a262075d112da9900e017772f2bc6612b4de7b3051f5fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T23:10:17.238Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-10T23:10:18.591Z] Stashed 1 file(s) [Pipeline] echo [2020-11-10T23:10:18.594Z] [edgeXSemver]: initialized semver on version 0.0.0 [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 [2020-11-10T23:10:34.108Z] Still waiting to schedule task [2020-11-10T23:10:34.108Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-10T23:10:34.111Z] Still waiting to schedule task [2020-11-10T23:10:34.111Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-10T23:13:16.184Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11778 in /w/workspace/dgexfoundry_device-rest-go_PR-56 [Pipeline] { [Pipeline] ws [2020-11-10T23:13:16.240Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-11-10T23:13:21.507Z] using credential edgex-jenkins-ssh [2020-11-10T23:13:21.565Z] Cloning the remote Git repository [2020-11-10T23:13:21.627Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T23:13:21.749Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-11-10T23:13:21.832Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T23:13:21.833Z] > git --version # timeout=10 [2020-11-10T23:13:21.868Z] > git --version # 'git version 2.17.1' [2020-11-10T23:13:21.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T23:13:21.954Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T23:13:23.651Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T23:13:23.676Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T23:13:23.706Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T23:13:23.739Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T23:13:23.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T23:13:23.752Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/56/head:refs/remotes/origin/PR-56 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T23:13:24.331Z] Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 54a1ea0e5cf6d2965807bd64358c28297a664ac6 [2020-11-10T23:13:24.547Z] Merge succeeded, producing 0963d7f08bd1c9f135d9b9fd608216d5b01d6ed2 [2020-11-10T23:13:24.547Z] Checking out Revision 0963d7f08bd1c9f135d9b9fd608216d5b01d6ed2 (PR-56) [2020-11-10T23:13:24.862Z] Running on prd-centos7-docker-4c-2g-11779 in /w/workspace/dgexfoundry_device-rest-go_PR-56 [Pipeline] { [Pipeline] ws [2020-11-10T23:13:24.916Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-11-10T23:13:24.353Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T23:13:24.369Z] > git checkout -f 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [2020-11-10T23:13:24.442Z] > git remote # timeout=10 [2020-11-10T23:13:24.465Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T23:13:24.483Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T23:13:24.494Z] > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 [2020-11-10T23:13:24.536Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T23:13:24.557Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T23:13:24.614Z] > git checkout -f 0963d7f08bd1c9f135d9b9fd608216d5b01d6ed2 # timeout=10 [2020-11-10T23:13:28.926Z] Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" [2020-11-10T23:13:28.937Z] > git rev-list --no-walk 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T23:13:29.741Z] provisioning config files... [2020-11-10T23:13:29.781Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config5173742395509400290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:13:30.722Z] ---> docker-login.sh [2020-11-10T23:13:30.722Z] nexus3.edgexfoundry.org:10001 [2020-11-10T23:13:31.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:31.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:31.929Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:31.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:31.929Z] [2020-11-10T23:13:31.929Z] Login Succeeded [2020-11-10T23:13:31.929Z] nexus3.edgexfoundry.org:10002 [2020-11-10T23:13:32.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:32.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:32.481Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:32.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:32.481Z] [2020-11-10T23:13:32.481Z] Login Succeeded [2020-11-10T23:13:32.481Z] nexus3.edgexfoundry.org:10003 [2020-11-10T23:13:32.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:33.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:33.085Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:33.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:33.085Z] [2020-11-10T23:13:33.085Z] Login Succeeded [2020-11-10T23:13:33.085Z] nexus3.edgexfoundry.org:10004 [2020-11-10T23:13:33.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:33.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:33.662Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:33.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:33.662Z] [2020-11-10T23:13:33.662Z] Login Succeeded [2020-11-10T23:13:33.662Z] docker.io [2020-11-10T23:13:33.817Z] using credential edgex-jenkins-ssh [2020-11-10T23:13:33.892Z] Cloning the remote Git repository [2020-11-10T23:13:33.940Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:34.010Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T23:13:34.115Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-11-10T23:13:34.213Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T23:13:34.214Z] > git --version # timeout=10 [2020-11-10T23:13:34.225Z] > git --version # 'git version 2.16.5' [2020-11-10T23:13:34.226Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T23:13:34.269Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T23:13:34.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:34.540Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:34.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:34.540Z] [2020-11-10T23:13:34.540Z] Login Succeeded [2020-11-10T23:13:34.540Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T23:13:34.626Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T23:13:35.104Z] ========================================================= [2020-11-10T23:13:35.104Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-10T23:13:35.104Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:13:35.531Z] + 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 . [2020-11-10T23:13:35.531Z] Sending build context to Docker daemon 79.87kB [2020-11-10T23:13:35.812Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-10T23:13:35.812Z] Step 2/10 : FROM ${BASE} [2020-11-10T23:13:36.084Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-10T23:13:36.084Z] b538f80385f9: Pulling fs layer [2020-11-10T23:13:36.084Z] 74f711af9a0d: Pulling fs layer [2020-11-10T23:13:36.084Z] 99f96fe45779: Pulling fs layer [2020-11-10T23:13:36.084Z] 8529a6b9a6be: Pulling fs layer [2020-11-10T23:13:36.084Z] 45590311c82a: Pulling fs layer [2020-11-10T23:13:36.084Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-10T23:13:36.084Z] 209524e5b208: Pulling fs layer [2020-11-10T23:13:36.084Z] 45590311c82a: Waiting [2020-11-10T23:13:36.084Z] 8529a6b9a6be: Waiting [2020-11-10T23:13:36.084Z] 69ca0ff8b7b3: Waiting [2020-11-10T23:13:36.084Z] 209524e5b208: Waiting [2020-11-10T23:13:36.084Z] 99f96fe45779: Download complete [2020-11-10T23:13:36.084Z] 74f711af9a0d: Download complete [2020-11-10T23:13:36.084Z] 45590311c82a: Verifying Checksum [2020-11-10T23:13:36.084Z] 45590311c82a: Download complete [2020-11-10T23:13:36.373Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-10T23:13:36.374Z] 69ca0ff8b7b3: Download complete [2020-11-10T23:13:36.374Z] b538f80385f9: Verifying Checksum [2020-11-10T23:13:36.374Z] b538f80385f9: Download complete [2020-11-10T23:13:36.080Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T23:13:36.091Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-10T23:13:36.109Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-10T23:13:36.135Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-10T23:13:36.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T23:13:36.143Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/56/head:refs/remotes/origin/PR-56 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-10T23:13:37.319Z] Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 54a1ea0e5cf6d2965807bd64358c28297a664ac6 [2020-11-10T23:13:37.361Z] b538f80385f9: Pull complete [2020-11-10T23:13:37.671Z] Merge succeeded, producing b8dee834e71b3d7e1f9a6135374d1a00cc483ff5 [2020-11-10T23:13:37.671Z] Checking out Revision b8dee834e71b3d7e1f9a6135374d1a00cc483ff5 (PR-56) [2020-11-10T23:13:37.967Z] 74f711af9a0d: Pull complete [2020-11-10T23:13:38.243Z] 99f96fe45779: Pull complete [2020-11-10T23:13:37.336Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T23:13:37.364Z] > git checkout -f 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [2020-11-10T23:13:37.452Z] > git remote # timeout=10 [2020-11-10T23:13:37.535Z] > git config --get remote.origin.url # timeout=10 [2020-11-10T23:13:37.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-10T23:13:37.554Z] > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 [2020-11-10T23:13:37.606Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-10T23:13:37.680Z] > git config core.sparsecheckout # timeout=10 [2020-11-10T23:13:37.744Z] > git checkout -f b8dee834e71b3d7e1f9a6135374d1a00cc483ff5 # timeout=10 [2020-11-10T23:13:38.845Z] 209524e5b208: Verifying Checksum [2020-11-10T23:13:38.845Z] 209524e5b208: Download complete [2020-11-10T23:13:39.848Z] 8529a6b9a6be: Verifying Checksum [2020-11-10T23:13:39.848Z] 8529a6b9a6be: Download complete [2020-11-10T23:13:42.083Z] Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" [2020-11-10T23:13:42.096Z] > git rev-list --no-walk 54a1ea0e5cf6d2965807bd64358c28297a664ac6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-10T23:13:43.018Z] provisioning config files... [2020-11-10T23:13:43.051Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config2061416606387755142tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:13:43.943Z] ---> docker-login.sh [2020-11-10T23:13:43.943Z] nexus3.edgexfoundry.org:10001 [2020-11-10T23:13:44.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:44.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:44.507Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:44.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:44.507Z] [2020-11-10T23:13:44.507Z] Login Succeeded [2020-11-10T23:13:44.507Z] nexus3.edgexfoundry.org:10002 [2020-11-10T23:13:44.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:44.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:44.847Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:44.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:44.847Z] [2020-11-10T23:13:44.847Z] Login Succeeded [2020-11-10T23:13:44.847Z] nexus3.edgexfoundry.org:10003 [2020-11-10T23:13:44.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:45.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:45.185Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:45.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:45.185Z] [2020-11-10T23:13:45.185Z] Login Succeeded [2020-11-10T23:13:45.185Z] nexus3.edgexfoundry.org:10004 [2020-11-10T23:13:45.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:45.657Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:45.657Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:45.657Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:45.657Z] [2020-11-10T23:13:45.657Z] Login Succeeded [2020-11-10T23:13:45.657Z] docker.io [2020-11-10T23:13:45.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-10T23:13:46.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-10T23:13:46.276Z] Configure a credential helper to remove this warning. See [2020-11-10T23:13:46.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-10T23:13:46.276Z] [2020-11-10T23:13:46.276Z] Login Succeeded [2020-11-10T23:13:46.276Z] ---> docker-login.sh ends [Pipeline] } [2020-11-10T23:13:46.329Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-10T23:13:47.137Z] ========================================================= [2020-11-10T23:13:47.137Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-10T23:13:47.137Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:13:47.637Z] + 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 . [2020-11-10T23:13:47.637Z] Sending build context to Docker daemon 79.87kB [2020-11-10T23:13:47.913Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-10T23:13:47.913Z] Step 2/10 : FROM ${BASE} [2020-11-10T23:13:47.913Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-10T23:13:47.913Z] df20fa9351a1: Pulling fs layer [2020-11-10T23:13:47.913Z] ed8968b2872e: Pulling fs layer [2020-11-10T23:13:47.913Z] a92cc7c5fd73: Pulling fs layer [2020-11-10T23:13:47.913Z] e871e8e8d7a9: Pulling fs layer [2020-11-10T23:13:47.913Z] e73272ec9a57: Pulling fs layer [2020-11-10T23:13:47.913Z] 1e910a182e73: Pulling fs layer [2020-11-10T23:13:47.913Z] 4e634b169226: Pulling fs layer [2020-11-10T23:13:47.913Z] e871e8e8d7a9: Waiting [2020-11-10T23:13:47.913Z] e73272ec9a57: Waiting [2020-11-10T23:13:47.913Z] 1e910a182e73: Waiting [2020-11-10T23:13:47.913Z] 4e634b169226: Waiting [2020-11-10T23:13:48.195Z] a92cc7c5fd73: Verifying Checksum [2020-11-10T23:13:48.195Z] a92cc7c5fd73: Download complete [2020-11-10T23:13:48.195Z] e73272ec9a57: Verifying Checksum [2020-11-10T23:13:48.195Z] e73272ec9a57: Download complete [2020-11-10T23:13:48.195Z] 1e910a182e73: Verifying Checksum [2020-11-10T23:13:48.195Z] 1e910a182e73: Download complete [2020-11-10T23:13:48.195Z] df20fa9351a1: Verifying Checksum [2020-11-10T23:13:48.195Z] df20fa9351a1: Download complete [2020-11-10T23:13:48.850Z] df20fa9351a1: Pull complete [2020-11-10T23:13:49.126Z] ed8968b2872e: Pull complete [2020-11-10T23:13:49.419Z] a92cc7c5fd73: Pull complete [2020-11-10T23:13:50.041Z] 8529a6b9a6be: Pull complete [2020-11-10T23:13:50.041Z] 45590311c82a: Pull complete [2020-11-10T23:13:50.316Z] 69ca0ff8b7b3: Pull complete [2020-11-10T23:13:52.098Z] 4e634b169226: Verifying Checksum [2020-11-10T23:13:52.098Z] 4e634b169226: Download complete [2020-11-10T23:13:54.200Z] e871e8e8d7a9: Verifying Checksum [2020-11-10T23:13:54.200Z] e871e8e8d7a9: Download complete [2020-11-10T23:13:54.642Z] 209524e5b208: Pull complete [2020-11-10T23:13:54.642Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-10T23:13:54.642Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-10T23:13:54.642Z] ---> 5bddaf1c2fca [2020-11-10T23:13:54.642Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T23:13:56.640Z] ---> Running in 9525e0bbc9c4 [2020-11-10T23:13:57.238Z] Removing intermediate container 9525e0bbc9c4 [2020-11-10T23:13:57.238Z] ---> ce0f4a054789 [2020-11-10T23:13:57.238Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T23:13:57.238Z] ---> Running in d444d5b5d911 [2020-11-10T23:13:57.513Z] Removing intermediate container d444d5b5d911 [2020-11-10T23:13:57.513Z] ---> f1038a335f72 [2020-11-10T23:13:57.513Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T23:13:57.788Z] ---> Running in cbbea773bac5 [2020-11-10T23:13:58.063Z] Removing intermediate container cbbea773bac5 [2020-11-10T23:13:58.063Z] ---> 6fb58d3bb7af [2020-11-10T23:13:58.063Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T23:13:58.335Z] ---> Running in ce9cb8dc3e42 [2020-11-10T23:14:00.972Z] Removing intermediate container ce9cb8dc3e42 [2020-11-10T23:14:00.972Z] ---> dfc6de15f980 [2020-11-10T23:14:00.972Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T23:14:00.972Z] ---> Running in 5afc77f3c957 [2020-11-10T23:14:02.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T23:14:02.521Z] e871e8e8d7a9: Pull complete [2020-11-10T23:14:02.521Z] e73272ec9a57: Pull complete [2020-11-10T23:14:02.521Z] 1e910a182e73: Pull complete [2020-11-10T23:14:03.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T23:14:03.984Z] OK: 142 MiB in 39 packages [2020-11-10T23:14:04.973Z] Removing intermediate container 5afc77f3c957 [2020-11-10T23:14:04.973Z] ---> 0030ef9d744c [2020-11-10T23:14:04.973Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-10T23:14:04.973Z] ---> Running in cab3f95c7119 [2020-11-10T23:14:05.573Z] Removing intermediate container cab3f95c7119 [2020-11-10T23:14:05.573Z] ---> 4fdb53dfc824 [2020-11-10T23:14:05.573Z] Step 9/10 : COPY . . [2020-11-10T23:14:06.168Z] ---> 51af4ea64907 [2020-11-10T23:14:06.168Z] Step 10/10 : RUN go mod download [2020-11-10T23:14:06.445Z] ---> Running in cb9a51bda7b9 [2020-11-10T23:14:07.950Z] 4e634b169226: Pull complete [2020-11-10T23:14:07.950Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-10T23:14:07.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-10T23:14:07.950Z] ---> f7629b54cfaa [2020-11-10T23:14:07.950Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T23:14:07.950Z] ---> Running in a6b71d0cff6c [2020-11-10T23:14:07.950Z] Removing intermediate container a6b71d0cff6c [2020-11-10T23:14:07.950Z] ---> 171a3d2fc2da [2020-11-10T23:14:07.950Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T23:14:07.950Z] ---> Running in 45f21d4087c7 [2020-11-10T23:14:08.234Z] Removing intermediate container 45f21d4087c7 [2020-11-10T23:14:08.234Z] ---> 2123d123f5d8 [2020-11-10T23:14:08.234Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T23:14:08.234Z] ---> Running in 8d5001d67e38 [2020-11-10T23:14:08.234Z] Removing intermediate container 8d5001d67e38 [2020-11-10T23:14:08.234Z] ---> 1b9f2d5723b4 [2020-11-10T23:14:08.234Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T23:14:08.522Z] ---> Running in 25617b252e25 [2020-11-10T23:14:10.530Z] Removing intermediate container 25617b252e25 [2020-11-10T23:14:10.530Z] ---> 70e3d089a86e [2020-11-10T23:14:10.530Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T23:14:10.530Z] ---> Running in c9a7a9979020 [2020-11-10T23:14:11.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T23:14:12.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T23:14:12.813Z] OK: 166 MiB in 39 packages [2020-11-10T23:14:13.412Z] Removing intermediate container c9a7a9979020 [2020-11-10T23:14:13.412Z] ---> 6cc4549bb4ba [2020-11-10T23:14:13.412Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-10T23:14:13.412Z] ---> Running in 080dcfe6aeb1 [2020-11-10T23:14:13.693Z] Removing intermediate container 080dcfe6aeb1 [2020-11-10T23:14:13.693Z] ---> 0410a323cdd7 [2020-11-10T23:14:13.693Z] Step 9/10 : COPY . . [2020-11-10T23:14:13.969Z] ---> 6e1a2f0f069a [2020-11-10T23:14:13.969Z] Step 10/10 : RUN go mod download [2020-11-10T23:14:13.969Z] ---> Running in 7040ebbb7b9e [2020-11-10T23:14:28.620Z] Removing intermediate container cb9a51bda7b9 [2020-11-10T23:14:28.620Z] ---> 53c15f22eced [2020-11-10T23:14:28.620Z] Successfully built 53c15f22eced [2020-11-10T23:14:28.620Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:14:28.966Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T23:14:28.966Z] . [Pipeline] withDockerContainer [2020-11-10T23:14:29.246Z] prd-ubuntu18.04-docker-arm64-4c-16g-11778 does not seem to be running inside a container [2020-11-10T23:14:29.331Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-10T23:14:31.150Z] $ docker top 168e3e3353f687f6671ee6cdd6dbd1b6e93ea66fe06a2344bc7a768193278ede -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T23:14:32.589Z] + go version [2020-11-10T23:14:32.590Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-10T23:14:32.619Z] $ docker stop --time=1 168e3e3353f687f6671ee6cdd6dbd1b6e93ea66fe06a2344bc7a768193278ede [2020-11-10T23:14:34.512Z] $ docker rm -f 168e3e3353f687f6671ee6cdd6dbd1b6e93ea66fe06a2344bc7a768193278ede [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:14:35.594Z] + docker inspect -f . ci-base-image-arm64 [2020-11-10T23:14:35.594Z] . [Pipeline] withDockerContainer [2020-11-10T23:14:35.869Z] prd-ubuntu18.04-docker-arm64-4c-16g-11778 does not seem to be running inside a container [2020-11-10T23:14:35.964Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-10T23:14:36.380Z] Removing intermediate container 7040ebbb7b9e [2020-11-10T23:14:36.380Z] ---> 29c93f67222c [2020-11-10T23:14:36.380Z] Successfully built 29c93f67222c [2020-11-10T23:14:36.380Z] Successfully tagged ci-base-image-x86_64:latest [2020-11-10T23:14:37.709Z] $ docker top 6e67e4c7febd9b0aae377be6032327e0ec72a85cbf755b48fc9f1a854dd963b4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:14:38.509Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T23:14:38.776Z] . [Pipeline] withDockerContainer [2020-11-10T23:14:38.978Z] prd-centos7-docker-4c-2g-11779 does not seem to be running inside a container [2020-11-10T23:14:39.071Z] + make test [2020-11-10T23:14:39.071Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-10T23:14:39.103Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T23:14:40.067Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-10T23:14:40.330Z] $ docker top 21bf01a2590b9e32660838ffbe8ffd6edb20d2600798f24793d484d1e4694d74 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T23:14:40.986Z] + go version [2020-11-10T23:14:40.987Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-10T23:14:41.018Z] $ docker stop --time=1 21bf01a2590b9e32660838ffbe8ffd6edb20d2600798f24793d484d1e4694d74 [2020-11-10T23:14:42.566Z] $ docker rm -f 21bf01a2590b9e32660838ffbe8ffd6edb20d2600798f24793d484d1e4694d74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:14:43.787Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-10T23:14:43.787Z] . [Pipeline] withDockerContainer [2020-11-10T23:14:44.025Z] prd-centos7-docker-4c-2g-11779 does not seem to be running inside a container [2020-11-10T23:14:44.282Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-10T23:14:45.237Z] $ docker top 2cc0299ce2173bbb835fe66c8838c346a6dc1063ae778fbf538877456f3646d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T23:14:45.855Z] + make test [2020-11-10T23:14:45.855Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-10T23:14:46.886Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-10T23:15:05.625Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-10T23:15:06.632Z] ok github.com/edgexfoundry/device-rest-go/driver 0.071s coverage: 56.3% of statements [2020-11-10T23:15:07.669Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T23:15:12.109Z] gofmt -l . [2020-11-10T23:15:12.109Z] [ "`gofmt -l .`" = "" ] [2020-11-10T23:15:12.109Z] ./bin/test-go-mod-tidy.sh [2020-11-10T23:15:12.482Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-10T23:15:12.703Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-10T23:15:13.340Z] $ docker stop --time=1 2cc0299ce2173bbb835fe66c8838c346a6dc1063ae778fbf538877456f3646d7 [2020-11-10T23:15:13.468Z] ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 56.3% of statements [2020-11-10T23:15:13.468Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-10T23:15:15.676Z] $ docker rm -f 2cc0299ce2173bbb835fe66c8838c346a6dc1063ae778fbf538877456f3646d7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T23:15:16.482Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T23:15:17.059Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-10T23:15:18.322Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-10T23:15:18.633Z] + ls -al . [2020-11-10T23:15:18.634Z] total 96 [2020-11-10T23:15:18.634Z] drwxrwxr-x. 8 jenkins jenkins 4096 Nov 10 23:15 . [2020-11-10T23:15:18.634Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 10 23:13 .. [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 5294 Nov 10 23:13 Attribution.txt [2020-11-10T23:15:18.634Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 10 23:13 bin [2020-11-10T23:15:18.634Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 10 23:13 cmd [2020-11-10T23:15:18.634Z] -rw-r--r--. 1 jenkins jenkins 9369 Nov 10 23:15 coverage.out [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 1519 Nov 10 23:13 Dockerfile [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 989 Nov 10 23:13 Dockerfile.build [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 151 Nov 10 23:13 .dockerignore [2020-11-10T23:15:18.634Z] drwxrwxr-x. 2 jenkins jenkins 93 Nov 10 23:15 driver [2020-11-10T23:15:18.634Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 10 23:13 .git [2020-11-10T23:15:18.634Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 10 23:13 .github [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 339 Nov 10 23:13 .gitignore [2020-11-10T23:15:18.634Z] -rw-r--r--. 1 jenkins jenkins 274 Nov 10 23:15 go.mod [2020-11-10T23:15:18.634Z] -rw-r--r--. 1 jenkins jenkins 14216 Nov 10 23:15 go.sum [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 680 Nov 10 23:13 Jenkinsfile [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 10 23:13 LICENSE [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 951 Nov 10 23:13 Makefile [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 5917 Nov 10 23:13 README.md [2020-11-10T23:15:18.634Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 10 23:13 snap [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 10 23:10 VERSION [2020-11-10T23:15:18.634Z] -rw-rw-r--. 1 jenkins jenkins 713 Nov 10 23:13 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:15:19.085Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 --label arch=amd64 --label version=0.0.0 . [2020-11-10T23:15:19.085Z] Sending build context to Docker daemon 91.65kB [2020-11-10T23:15:19.353Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-10T23:15:19.353Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-10T23:15:19.353Z] ---> 29c93f67222c [2020-11-10T23:15:19.353Z] Step 3/25 : ARG MAKE='make build' [2020-11-10T23:15:19.353Z] ---> Running in f0b7b5d84d9d [2020-11-10T23:15:19.631Z] Removing intermediate container f0b7b5d84d9d [2020-11-10T23:15:19.631Z] ---> 24df0a1a2ada [2020-11-10T23:15:19.631Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T23:15:19.631Z] ---> Running in ff92d1042f0c [2020-11-10T23:15:19.913Z] Removing intermediate container ff92d1042f0c [2020-11-10T23:15:19.913Z] ---> 107b456a32c4 [2020-11-10T23:15:19.913Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T23:15:19.913Z] ---> Running in 32b7c1134140 [2020-11-10T23:15:20.184Z] Removing intermediate container 32b7c1134140 [2020-11-10T23:15:20.184Z] ---> 3fd2f77553e7 [2020-11-10T23:15:20.184Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T23:15:20.184Z] ---> Running in 330c12d68984 [2020-11-10T23:15:21.630Z] Removing intermediate container 330c12d68984 [2020-11-10T23:15:21.630Z] ---> 22fb312b260c [2020-11-10T23:15:21.630Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T23:15:21.630Z] ---> Running in e56e56a8e22e [2020-11-10T23:15:21.780Z] gofmt -l . [2020-11-10T23:15:21.780Z] [ "`gofmt -l .`" = "" ] [2020-11-10T23:15:21.780Z] ./bin/test-go-mod-tidy.sh [2020-11-10T23:15:21.780Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-11-10T23:15:21.806Z] $ docker stop --time=1 6e67e4c7febd9b0aae377be6032327e0ec72a85cbf755b48fc9f1a854dd963b4 [2020-11-10T23:15:22.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-10T23:15:22.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-10T23:15:23.397Z] OK: 166 MiB in 39 packages [2020-11-10T23:15:23.955Z] $ docker rm -f 6e67e4c7febd9b0aae377be6032327e0ec72a85cbf755b48fc9f1a854dd963b4 [2020-11-10T23:15:24.007Z] Removing intermediate container e56e56a8e22e [2020-11-10T23:15:24.008Z] ---> bb0b8cd69b56 [2020-11-10T23:15:24.008Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-10T23:15:24.008Z] ---> Running in 80e04f3a74e2 [2020-11-10T23:15:24.300Z] Removing intermediate container 80e04f3a74e2 [2020-11-10T23:15:24.300Z] ---> 45f592809dbe [2020-11-10T23:15:24.300Z] Step 9/25 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-10T23:15:24.572Z] ---> aaaa797118cf [2020-11-10T23:15:24.573Z] Step 10/25 : COPY Makefile . [2020-11-10T23:15:24.821Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-10T23:15:24.863Z] ---> 0de388fdd04e [2020-11-10T23:15:24.863Z] Step 11/25 : RUN make update [2020-11-10T23:15:24.863Z] ---> Running in 4a4389211669 [2020-11-10T23:15:24.884Z] Warning: overwriting stash ‘coverage-report’ [2020-11-10T23:15:25.448Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-10T23:15:25.580Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-10T23:15:26.050Z] Removing intermediate container 4a4389211669 [2020-11-10T23:15:26.050Z] ---> d98b37c20cf9 [2020-11-10T23:15:26.050Z] Step 12/25 : COPY . . [2020-11-10T23:15:26.329Z] ---> 39b4d7fe83f1 [2020-11-10T23:15:26.329Z] Step 13/25 : RUN $MAKE [2020-11-10T23:15:26.329Z] ---> Running in 72935551f9bd [2020-11-10T23:15:26.380Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-10T23:15:26.737Z] + ls -al . [2020-11-10T23:15:26.737Z] total 124 [2020-11-10T23:15:26.738Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 23:15 . [2020-11-10T23:15:26.738Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 23:13 .. [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 151 Nov 10 23:13 .dockerignore [2020-11-10T23:15:26.738Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 10 23:13 .git [2020-11-10T23:15:26.738Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 23:13 .github [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 339 Nov 10 23:13 .gitignore [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 5294 Nov 10 23:13 Attribution.txt [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 1519 Nov 10 23:13 Dockerfile [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 989 Nov 10 23:13 Dockerfile.build [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 680 Nov 10 23:13 Jenkinsfile [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 10 23:13 LICENSE [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 951 Nov 10 23:13 Makefile [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 5917 Nov 10 23:13 README.md [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 10 23:10 VERSION [2020-11-10T23:15:26.738Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 23:13 bin [2020-11-10T23:15:26.738Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 10 23:13 cmd [2020-11-10T23:15:26.738Z] -rw-r--r-- 1 jenkins jenkins 9369 Nov 10 23:15 coverage.out [2020-11-10T23:15:26.738Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 10 23:15 driver [2020-11-10T23:15:26.738Z] -rw-r--r-- 1 jenkins jenkins 274 Nov 10 23:15 go.mod [2020-11-10T23:15:26.738Z] -rw-r--r-- 1 jenkins jenkins 14216 Nov 10 23:15 go.sum [2020-11-10T23:15:26.738Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 10 23:13 snap [2020-11-10T23:15:26.738Z] -rw-rw-r-- 1 jenkins jenkins 713 Nov 10 23:13 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:15:26.924Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-11-10T23:15:27.101Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 --label arch=arm64 --label version=0.0.0 . [2020-11-10T23:15:27.101Z] Sending build context to Docker daemon 91.65kB [2020-11-10T23:15:27.376Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-11-10T23:15:27.376Z] Step 2/25 : FROM ${BASE} AS builder [2020-11-10T23:15:27.376Z] ---> 53c15f22eced [2020-11-10T23:15:27.376Z] Step 3/25 : ARG MAKE='make build' [2020-11-10T23:15:27.657Z] ---> Running in 373f6b195750 [2020-11-10T23:15:28.255Z] Removing intermediate container 373f6b195750 [2020-11-10T23:15:28.255Z] ---> 303711afda46 [2020-11-10T23:15:28.255Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-11-10T23:15:28.255Z] ---> Running in 03a5fc4cd207 [2020-11-10T23:15:28.529Z] Removing intermediate container 03a5fc4cd207 [2020-11-10T23:15:28.529Z] ---> bdda6e0c0762 [2020-11-10T23:15:28.529Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-11-10T23:15:28.809Z] ---> Running in 91d8e49b4e69 [2020-11-10T23:15:29.082Z] Removing intermediate container 91d8e49b4e69 [2020-11-10T23:15:29.082Z] ---> ad08762a8b5d [2020-11-10T23:15:29.082Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-10T23:15:29.355Z] ---> Running in 10adf9c8225a [2020-11-10T23:15:31.627Z] Removing intermediate container 10adf9c8225a [2020-11-10T23:15:31.627Z] ---> 12ff22bf4079 [2020-11-10T23:15:31.627Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-10T23:15:31.903Z] ---> Running in bb6841c21ca0 [2020-11-10T23:15:33.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-10T23:15:33.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-10T23:15:34.902Z] OK: 142 MiB in 39 packages [2020-11-10T23:15:35.886Z] Removing intermediate container bb6841c21ca0 [2020-11-10T23:15:35.886Z] ---> b1ca8f8718e2 [2020-11-10T23:15:35.886Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-11-10T23:15:35.886Z] ---> Running in c0cce2075a5a [2020-11-10T23:15:36.480Z] Removing intermediate container c0cce2075a5a [2020-11-10T23:15:36.480Z] ---> 5bf09ed0f2ac [2020-11-10T23:15:36.480Z] Step 9/25 : COPY go.mod . [2020-11-10T23:15:37.083Z] ---> bb8673efa0c5 [2020-11-10T23:15:37.083Z] Step 10/25 : COPY Makefile . [2020-11-10T23:15:38.067Z] ---> 68eb3833f5cd [2020-11-10T23:15:38.067Z] Step 11/25 : RUN make update [2020-11-10T23:15:38.067Z] ---> Running in 120592e27834 [2020-11-10T23:15:39.496Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-11-10T23:15:40.938Z] Removing intermediate container 120592e27834 [2020-11-10T23:15:40.938Z] ---> 68e7e604baaf [2020-11-10T23:15:40.938Z] Step 12/25 : COPY . . [2020-11-10T23:15:41.534Z] ---> 61721b3d037e [2020-11-10T23:15:41.534Z] Step 13/25 : RUN $MAKE [2020-11-10T23:15:41.534Z] ---> Running in ca8e30dcda13 [2020-11-10T23:15:42.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-11-10T23:15:46.349Z] Removing intermediate container 72935551f9bd [2020-11-10T23:15:46.349Z] ---> 6d568608d05d [2020-11-10T23:15:46.349Z] Step 14/25 : FROM alpine:latest [2020-11-10T23:15:46.638Z] latest: Pulling from library/alpine [2020-11-10T23:15:46.930Z] 188c0c94c7c5: Pulling fs layer [2020-11-10T23:15:47.257Z] 188c0c94c7c5: Verifying Checksum [2020-11-10T23:15:47.257Z] 188c0c94c7c5: Download complete [2020-11-10T23:15:47.876Z] 188c0c94c7c5: Pull complete [2020-11-10T23:15:47.876Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T23:15:47.876Z] Status: Downloaded newer image for alpine:latest [2020-11-10T23:15:47.876Z] ---> d6e46aa2470d [2020-11-10T23:15:47.876Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T23:15:48.156Z] ---> Running in 0fe6ae2961aa [2020-11-10T23:15:48.156Z] Removing intermediate container 0fe6ae2961aa [2020-11-10T23:15:48.156Z] ---> 44fe9d5b1fdd [2020-11-10T23:15:48.156Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-10T23:15:48.156Z] ---> Running in b36131a56307 [2020-11-10T23:15:48.443Z] Removing intermediate container b36131a56307 [2020-11-10T23:15:48.443Z] ---> 9043b6e24373 [2020-11-10T23:15:48.443Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-10T23:15:49.074Z] ---> d400cc13f6e5 [2020-11-10T23:15:49.074Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-10T23:15:49.340Z] ---> c077ab8d35b5 [2020-11-10T23:15:49.340Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-10T23:15:49.948Z] ---> 5cf6aabbb74c [2020-11-10T23:15:49.948Z] Step 20/25 : EXPOSE 49986 [2020-11-10T23:15:50.216Z] ---> Running in f185f7edbfe2 [2020-11-10T23:15:50.504Z] Removing intermediate container f185f7edbfe2 [2020-11-10T23:15:50.504Z] ---> 44a6cae25e47 [2020-11-10T23:15:50.504Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-10T23:15:50.504Z] ---> Running in 93f292abd664 [2020-11-10T23:15:50.814Z] Removing intermediate container 93f292abd664 [2020-11-10T23:15:50.814Z] ---> 86bce36a3b55 [2020-11-10T23:15:50.814Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-10T23:15:51.116Z] ---> Running in 70cea5c6d76f [2020-11-10T23:15:51.384Z] Removing intermediate container 70cea5c6d76f [2020-11-10T23:15:51.384Z] ---> 2087d5e25639 [2020-11-10T23:15:51.384Z] Step 23/25 : LABEL arch=amd64 [2020-11-10T23:15:51.384Z] ---> Running in 519b8afaa388 [2020-11-10T23:15:51.670Z] Removing intermediate container 519b8afaa388 [2020-11-10T23:15:51.670Z] ---> 4eeec1e5a569 [2020-11-10T23:15:51.670Z] Step 24/25 : LABEL git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [2020-11-10T23:15:51.670Z] ---> Running in 3e776260b14a [2020-11-10T23:15:51.970Z] Removing intermediate container 3e776260b14a [2020-11-10T23:15:51.970Z] ---> e47c559bda78 [2020-11-10T23:15:51.970Z] Step 25/25 : LABEL version=0.0.0 [2020-11-10T23:15:51.970Z] ---> Running in 1e8fb2c9a7e6 [2020-11-10T23:15:52.246Z] Removing intermediate container 1e8fb2c9a7e6 [2020-11-10T23:15:52.246Z] ---> b5f98529c8b1 [2020-11-10T23:15:52.246Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T23:15:52.246Z] Successfully built b5f98529c8b1 [2020-11-10T23:15:52.246Z] Successfully tagged docker-device-rest-go: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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-10T23:16:09.805Z] Removing intermediate container ca8e30dcda13 [2020-11-10T23:16:09.805Z] ---> ef611ea8f0d6 [2020-11-10T23:16:09.805Z] Step 14/25 : FROM alpine:latest [2020-11-10T23:16:10.397Z] latest: Pulling from library/alpine [2020-11-10T23:16:10.397Z] 5f621e34cdf4: Pulling fs layer [2020-11-10T23:16:10.397Z] 5f621e34cdf4: Verifying Checksum [2020-11-10T23:16:10.397Z] 5f621e34cdf4: Download complete [2020-11-10T23:16:10.998Z] 5f621e34cdf4: Pull complete [2020-11-10T23:16:10.998Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-10T23:16:10.998Z] Status: Downloaded newer image for alpine:latest [2020-11-10T23:16:10.998Z] ---> 2e77e061c27f [2020-11-10T23:16:10.998Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-10T23:16:11.271Z] ---> Running in 606cf803af7f [2020-11-10T23:16:11.866Z] Removing intermediate container 606cf803af7f [2020-11-10T23:16:11.866Z] ---> e4da5b19b44d [2020-11-10T23:16:11.866Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-11-10T23:16:11.866Z] ---> Running in 92db18f953f6 [2020-11-10T23:16:12.460Z] Removing intermediate container 92db18f953f6 [2020-11-10T23:16:12.460Z] ---> fa4ad633e783 [2020-11-10T23:16:12.460Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-11-10T23:16:13.056Z] ---> 25d9d112a9fa [2020-11-10T23:16:13.056Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-11-10T23:16:13.654Z] ---> 6349f5edd1cc [2020-11-10T23:16:13.654Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-11-10T23:16:15.109Z] ---> 3381f8661b55 [2020-11-10T23:16:15.109Z] Step 20/25 : EXPOSE 49986 [2020-11-10T23:16:15.109Z] ---> Running in 998c537d6e10 [2020-11-10T23:16:15.707Z] Removing intermediate container 998c537d6e10 [2020-11-10T23:16:15.707Z] ---> 61398b632326 [2020-11-10T23:16:15.707Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-11-10T23:16:15.707Z] ---> Running in ef0bcc80b0a3 [2020-11-10T23:16:16.301Z] Removing intermediate container ef0bcc80b0a3 [2020-11-10T23:16:16.301Z] ---> 9306a87a6ec6 [2020-11-10T23:16:16.301Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-11-10T23:16:16.301Z] ---> Running in af88d133cab0 [2020-11-10T23:16:16.899Z] Removing intermediate container af88d133cab0 [2020-11-10T23:16:16.899Z] ---> 5ab174484ef6 [2020-11-10T23:16:16.899Z] Step 23/25 : LABEL arch=arm64 [2020-11-10T23:16:16.899Z] ---> Running in ec5981486e4f [2020-11-10T23:16:17.497Z] Removing intermediate container ec5981486e4f [2020-11-10T23:16:17.497Z] ---> cab80483166a [2020-11-10T23:16:17.497Z] Step 24/25 : LABEL git_sha=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [2020-11-10T23:16:17.497Z] ---> Running in 6b0cfcaf35f0 [2020-11-10T23:16:18.090Z] Removing intermediate container 6b0cfcaf35f0 [2020-11-10T23:16:18.090Z] ---> 23e06a0f6519 [2020-11-10T23:16:18.090Z] Step 25/25 : LABEL version=0.0.0 [2020-11-10T23:16:18.090Z] ---> Running in 744f82eeca7a [2020-11-10T23:16:18.681Z] Removing intermediate container 744f82eeca7a [2020-11-10T23:16:18.681Z] ---> ccb6e17ecc0d [2020-11-10T23:16:18.681Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-10T23:16:18.681Z] Successfully built ccb6e17ecc0d [2020-11-10T23:16:18.681Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 [2020-11-10T23:16:20.923Z] provisioning config files... [2020-11-10T23:16:20.944Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/config7024648482402441478tmp [Pipeline] { [Pipeline] sh [2020-11-10T23:16:21.412Z] + set +x [2020-11-10T23:16:21.412Z] + curl -s https://codecov.io/bash [2020-11-10T23:16:21.412Z] + bash -s -- [2020-11-10T23:16:21.692Z] [2020-11-10T23:16:21.692Z] _____ _ [2020-11-10T23:16:21.692Z] / ____| | | [2020-11-10T23:16:21.692Z] | | ___ __| | ___ ___ _____ __ [2020-11-10T23:16:21.692Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-10T23:16:21.692Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-10T23:16:21.692Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-10T23:16:21.692Z] Bash-20201106-81372f2 [2020-11-10T23:16:21.692Z] [2020-11-10T23:16:21.692Z] [2020-11-10T23:16:21.692Z] ==> Jenkins CI detected. [2020-11-10T23:16:21.692Z] project root: . [2020-11-10T23:16:21.692Z] --> token set from env [2020-11-10T23:16:21.692Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-10T23:16:21.692Z] ==> Running gcov in . (disable via -X gcov) [2020-11-10T23:16:21.692Z] ==> Python coveragepy not found [2020-11-10T23:16:21.692Z] ==> Searching for coverage reports in: [2020-11-10T23:16:21.692Z] + . [2020-11-10T23:16:21.692Z] -> Found 1 reports [2020-11-10T23:16:21.692Z] ==> Detecting git/mercurial file structure [2020-11-10T23:16:21.978Z] ==> Reading reports [2020-11-10T23:16:21.978Z] + ./coverage.out bytes=9369 [2020-11-10T23:16:21.978Z] ==> Appending adjustments [2020-11-10T23:16:21.978Z] https://docs.codecov.io/docs/fixing-reports [2020-11-10T23:16:21.978Z] + Found adjustments [2020-11-10T23:16:21.978Z] ==> Gzipping contents [2020-11-10T23:16:21.978Z] ==> Uploading reports [2020-11-10T23:16:21.978Z] url: https://codecov.io [2020-11-10T23:16:21.978Z] query: branch=PR-56&commit=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-56%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=56&job=&cmd_args= [2020-11-10T23:16:21.978Z] -> Pinging Codecov [2020-11-10T23:16:21.978Z] https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=PR-56&commit=8fe141e073d44a0ea638c4e0afa3e0a6b0e93469&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-56%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=56&job=&cmd_args= [2020-11-10T23:16:22.581Z] -> Uploading to [2020-11-10T23:16:22.581Z] https://storage.googleapis.com/codecov/v4/raw/2020-11-10/4E5D53B4F1F92C436F7061BF334D961C/8fe141e073d44a0ea638c4e0afa3e0a6b0e93469/7c8e2e8a-1c76-4124-ab3e-916925eb0413.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T231622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b0ccf0ce03d1ff6419613763154cb4894abca805a8c9d9c36a3533caf0bd92df [2020-11-10T23:16:22.581Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-10T23:16:22.581Z] Dload Upload Total Spent Left Speed [2020-11-10T23:16:23.136Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1706 0 0 100 1706 0 3493 --:--:-- --:--:-- --:--:-- 3495 [2020-11-10T23:16:23.136Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/8fe141e073d44a0ea638c4e0afa3e0a6b0e93469 [Pipeline] } [2020-11-10T23:16:23.153Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 [2020-11-10T23:16:25.823Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:16:26.824Z] ---> package-listing.sh [2020-11-10T23:16:26.824Z] ++ facter osfamily [2020-11-10T23:16:26.824Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-10T23:16:27.111Z] + OS_FAMILY=redhat [2020-11-10T23:16:27.111Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-56 [2020-11-10T23:16:27.111Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-10T23:16:27.111Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-10T23:16:27.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-10T23:16:27.111Z] + PACKAGES=/tmp/packages_start.txt [2020-11-10T23:16:27.111Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-56 ']' [2020-11-10T23:16:27.111Z] + PACKAGES=/tmp/packages_end.txt [2020-11-10T23:16:27.111Z] + case "${OS_FAMILY}" in [2020-11-10T23:16:27.111Z] + rpm -qa [2020-11-10T23:16:27.111Z] + sort [2020-11-10T23:16:33.903Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-10T23:16:33.903Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-10T23:16:33.903Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-10T23:16:33.903Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-56 ']' [2020-11-10T23:16:33.903Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-56/archives/ [2020-11-10T23:16:33.903Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-56/archives/ [Pipeline] echo [2020-11-10T23:16:33.921Z] 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-rest-go_PR-56/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-10T23:16:34.262Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:16:35.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T23:16:35.556Z] [2020-11-10T23:16:35.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-10T23:16:35.973Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T23:16:36.254Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-10T23:16:36.254Z] df20fa9351a1: Pulling fs layer [2020-11-10T23:16:36.254Z] 36b3adc4ff6f: Pulling fs layer [2020-11-10T23:16:36.254Z] 8ad3a11d3b57: Pulling fs layer [2020-11-10T23:16:36.254Z] 46f8f816bc3b: Pulling fs layer [2020-11-10T23:16:36.254Z] 93b61091891f: Pulling fs layer [2020-11-10T23:16:36.254Z] 93b9cdb0e59b: Pulling fs layer [2020-11-10T23:16:36.254Z] 5e14af77c1be: Pulling fs layer [2020-11-10T23:16:36.254Z] 01666e4c0597: Pulling fs layer [2020-11-10T23:16:36.254Z] aa168da1d23b: Pulling fs layer [2020-11-10T23:16:36.254Z] 46f8f816bc3b: Waiting [2020-11-10T23:16:36.254Z] 93b61091891f: Waiting [2020-11-10T23:16:36.254Z] 93b9cdb0e59b: Waiting [2020-11-10T23:16:36.254Z] 01666e4c0597: Waiting [2020-11-10T23:16:36.254Z] 5e14af77c1be: Waiting [2020-11-10T23:16:36.254Z] aa168da1d23b: Waiting [2020-11-10T23:16:36.254Z] 36b3adc4ff6f: Verifying Checksum [2020-11-10T23:16:36.254Z] 36b3adc4ff6f: Download complete [2020-11-10T23:16:36.254Z] 46f8f816bc3b: Verifying Checksum [2020-11-10T23:16:36.254Z] 46f8f816bc3b: Download complete [2020-11-10T23:16:36.254Z] df20fa9351a1: Verifying Checksum [2020-11-10T23:16:36.254Z] df20fa9351a1: Download complete [2020-11-10T23:16:36.535Z] 93b9cdb0e59b: Verifying Checksum [2020-11-10T23:16:36.535Z] 93b9cdb0e59b: Download complete [2020-11-10T23:16:36.535Z] 5e14af77c1be: Verifying Checksum [2020-11-10T23:16:36.535Z] 5e14af77c1be: Download complete [2020-11-10T23:16:36.535Z] 01666e4c0597: Verifying Checksum [2020-11-10T23:16:36.535Z] 01666e4c0597: Download complete [2020-11-10T23:16:36.535Z] 93b61091891f: Verifying Checksum [2020-11-10T23:16:36.535Z] 93b61091891f: Download complete [2020-11-10T23:16:37.146Z] df20fa9351a1: Pull complete [2020-11-10T23:16:37.440Z] 36b3adc4ff6f: Pull complete [2020-11-10T23:16:37.440Z] 8ad3a11d3b57: Verifying Checksum [2020-11-10T23:16:37.440Z] 8ad3a11d3b57: Download complete [2020-11-10T23:16:38.982Z] 8ad3a11d3b57: Pull complete [2020-11-10T23:16:38.982Z] 46f8f816bc3b: Pull complete [2020-11-10T23:16:39.628Z] 93b61091891f: Pull complete [2020-11-10T23:16:39.918Z] 93b9cdb0e59b: Pull complete [2020-11-10T23:16:40.555Z] 5e14af77c1be: Pull complete [2020-11-10T23:16:40.555Z] 01666e4c0597: Pull complete [2020-11-10T23:16:42.206Z] aa168da1d23b: Download complete [2020-11-10T23:16:54.875Z] aa168da1d23b: Pull complete [2020-11-10T23:16:54.875Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-10T23:16:54.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-10T23:16:54.875Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-10T23:16:55.236Z] prd-centos7-docker-4c-2g-11772 does not seem to be running inside a container [2020-11-10T23:16:55.409Z] $ 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-rest-go_PR-56/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-rest-go_PR-56 -v /w/workspace/dgexfoundry_device-rest-go_PR-56:/w/workspace/dgexfoundry_device-rest-go_PR-56:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-56@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-56@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-10T23:17:01.679Z] $ docker top 6fe3ebe465a2e50e37aca1782f5557b75782a8a3bf9189eaf29254a61f5d773c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-10T23:17:02.461Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-10T23:17:02.927Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-10T23:17:03.326Z] + ls /var/log/sa-host [2020-11-10T23:17:03.326Z] + sadf -c /var/log/sa-host/sa05 [2020-11-10T23:17:03.326Z] file_magic: OK [2020-11-10T23:17:03.326Z] HZ: Using current value: 100 [2020-11-10T23:17:03.326Z] file_header: OK [2020-11-10T23:17:03.326Z] 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 [2020-11-10T23:17:03.326Z] Statistics: [2020-11-10T23:17:03.326Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T23:17:03.326Z] File successfully converted to sysstat format version 12.2.1 [2020-11-10T23:17:03.326Z] + sadf -c /var/log/sa-host/sa10 [2020-11-10T23:17:03.326Z] file_magic: OK [2020-11-10T23:17:03.326Z] HZ: Using current value: 100 [2020-11-10T23:17:03.326Z] file_header: OK [2020-11-10T23:17:03.326Z] 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 [2020-11-10T23:17:03.326Z] Statistics: [2020-11-10T23:17:03.326Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-10T23:17:03.326Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-10T23:17:03.553Z] provisioning config files... [2020-11-10T23:17:03.579Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-56@tmp/config7658317718530210245tmp [Pipeline] { [Pipeline] echo [2020-11-10T23:17:03.730Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:17:04.113Z] ---> create-netrc.sh [Pipeline] } [2020-11-10T23:17:04.144Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-10T23:17:04.235Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:17:04.610Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-10T23:17:04.634Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:17:04.995Z] ---> sudo-logs.sh [2020-11-10T23:17:04.995Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-10T23:17:05.295Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:17:05.680Z] ---> job-cost.sh [2020-11-10T23:17:05.957Z] lf-activate-venv: SKIPPING [2020-11-10T23:17:05.957Z] INFO: No Stack... [2020-11-10T23:17:06.940Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-10T23:17:07.207Z] INFO: Archiving Costs [Pipeline] echo [2020-11-10T23:17:07.245Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-10T23:17:07.940Z] ---> logs-deploy.sh [2020-11-10T23:17:07.940Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-56/2 [2020-11-10T23:17:07.940Z] INFO: archiving workspace using pattern(s): [2020-11-10T23:17:12.344Z] Archives upload complete. [2020-11-10T23:17:12.344Z] INFO: archiving logs to Nexus