Pull request #197 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 43458860ef12169d14d0170a667fd6dd72f2aa87+cdd6c33d41f01dc10b68606080ac8b6263924bf1 (5547b1d7166f84580a00010885f286a8256a89b5) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-mqtt-go, buildSnap:true] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-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-mqtt-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: true 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19832 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-197 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 Merge succeeded, producing 43458860ef12169d14d0170a667fd6dd72f2aa87 Checking out Revision 43458860ef12169d14d0170a667fd6dd72f2aa87 (PR-197) > git config core.sparsecheckout # timeout=10 > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # 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 cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T22:16:56.164Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T22:16:56.445Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T22:16:56.539Z] ========================================================= [2021-01-12T22:16:56.539Z] EdgeX Global Pipelines Version Info [2021-01-12T22:16:56.539Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9777018aa1993321d1c532841d402903e62a8ee9 # timeout=10 [2021-01-12T22:16:57.970Z] ------------------- [2021-01-12T22:16:57.970Z] stable info: [2021-01-12T22:16:57.970Z] ------------------- [2021-01-12T22:16:57.970Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T22:16:57.970Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T22:16:57.970Z] Message: update stable to v1.0.173 [2021-01-12T22:16:58.916Z] ------------------- [2021-01-12T22:16:58.916Z] experimental info: [2021-01-12T22:16:58.916Z] ------------------- [2021-01-12T22:16:58.916Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T22:16:58.916Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T22:16:58.916Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T22:16:59.180Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-01-12T22:16:59.268Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-01-12T22:16:59.356Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T22:16:59.447Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T22:16:59.542Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T22:16:59.632Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T22:16:59.727Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T22:16:59.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T22:16:59.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-12T22:17:00.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T22:17:00.102Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T22:17:00.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-01-12T22:17:00.424Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T22:17:00.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T22:17:00.664Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T22:17:00.768Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T22:17:00.857Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T22:17:00.961Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T22:17:01.108Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T22:17:01.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T22:17:01.312Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-12T22:17:01.409Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-12T22:17:01.498Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-12T22:17:01.587Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-12T22:17:01.676Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-12T22:17:01.890Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T22:17:01.980Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T22:17:02.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-197 [Pipeline] echo [2021-01-12T22:17:02.197Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-197 [Pipeline] echo [2021-01-12T22:17:02.318Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-197 [Pipeline] echo [2021-01-12T22:17:02.425Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43458860ef12169d14d0170a667fd6dd72f2aa87 [Pipeline] echo [2021-01-12T22:17:02.515Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4345886 [Pipeline] echo [2021-01-12T22:17:02.628Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T22:17:02.819Z] provisioning config files... [2021-01-12T22:17:02.853Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config2024391156702145420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:17:03.239Z] ---> docker-login.sh [2021-01-12T22:17:03.239Z] nexus3.edgexfoundry.org:10001 [2021-01-12T22:17:03.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:17:03.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:17:03.765Z] Configure a credential helper to remove this warning. See [2021-01-12T22:17:03.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:17:03.765Z] [2021-01-12T22:17:03.765Z] Login Succeeded [2021-01-12T22:17:03.765Z] nexus3.edgexfoundry.org:10002 [2021-01-12T22:17:04.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:17:04.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:17:04.030Z] Configure a credential helper to remove this warning. See [2021-01-12T22:17:04.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:17:04.030Z] [2021-01-12T22:17:04.030Z] Login Succeeded [2021-01-12T22:17:04.030Z] nexus3.edgexfoundry.org:10003 [2021-01-12T22:17:04.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:17:04.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:17:04.292Z] Configure a credential helper to remove this warning. See [2021-01-12T22:17:04.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:17:04.292Z] [2021-01-12T22:17:04.292Z] Login Succeeded [2021-01-12T22:17:04.292Z] nexus3.edgexfoundry.org:10004 [2021-01-12T22:17:04.292Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:17:04.292Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:17:04.292Z] Configure a credential helper to remove this warning. See [2021-01-12T22:17:04.292Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:17:04.292Z] [2021-01-12T22:17:04.292Z] Login Succeeded [2021-01-12T22:17:04.292Z] docker.io [2021-01-12T22:17:04.558Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:17:04.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:17:04.821Z] Configure a credential helper to remove this warning. See [2021-01-12T22:17:04.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:17:04.822Z] [2021-01-12T22:17:04.822Z] Login Succeeded [2021-01-12T22:17:04.822Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T22:17:04.833Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T22:17:05.790Z] + git log --format=format:%s -1 43458860ef12169d14d0170a667fd6dd72f2aa87 [Pipeline] echo [2021-01-12T22:17:05.863Z] GIT_COMMIT: 43458860ef12169d14d0170a667fd6dd72f2aa87, Commit Message: feat: Enable use of secret via SecretProvider for MQTT broker credentials [Pipeline] echo [2021-01-12T22:17:05.908Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:17:06.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:17:06.872Z] [2021-01-12T22:17:06.872Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:17:07.253Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:17:07.254Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T22:17:07.254Z] 31603596830f: Pulling fs layer [2021-01-12T22:17:07.254Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T22:17:07.254Z] 6ca5941a6612: Pulling fs layer [2021-01-12T22:17:07.254Z] ecc8261a40a4: Pulling fs layer [2021-01-12T22:17:07.254Z] ecc8261a40a4: Waiting [2021-01-12T22:17:07.254Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T22:17:07.254Z] 2a8b12db71e7: Download complete [2021-01-12T22:17:07.520Z] 31603596830f: Verifying Checksum [2021-01-12T22:17:07.520Z] 31603596830f: Download complete [2021-01-12T22:17:07.520Z] ecc8261a40a4: Verifying Checksum [2021-01-12T22:17:07.520Z] ecc8261a40a4: Download complete [2021-01-12T22:17:07.520Z] 6ca5941a6612: Verifying Checksum [2021-01-12T22:17:07.520Z] 6ca5941a6612: Download complete [2021-01-12T22:17:08.095Z] 31603596830f: Pull complete [2021-01-12T22:17:08.095Z] 2a8b12db71e7: Pull complete [2021-01-12T22:17:09.050Z] 6ca5941a6612: Pull complete [2021-01-12T22:17:09.050Z] ecc8261a40a4: Pull complete [2021-01-12T22:17:09.316Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T22:17:09.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:17:09.316Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T22:17:09.430Z] prd-centos7-docker-4c-2g-19832 does not seem to be running inside a container [2021-01-12T22:17:09.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-197 -v /w/workspace/gexfoundry_device-mqtt-go_PR-197:/w/workspace/gexfoundry_device-mqtt-go_PR-197:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-197@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:10004/edgex-devops/git-semver:latest cat [2021-01-12T22:17:11.736Z] $ docker top 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T22:17:12.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T22:17:12.027Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T22:17:12.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T22:17:12.252Z] $ docker exec 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent [2021-01-12T22:17:12.415Z] SSH_AUTH_SOCK=/tmp/ssh-xFVo8EPlrOLf/agent.11 [2021-01-12T22:17:12.415Z] SSH_AGENT_PID=16 [2021-01-12T22:17:12.425Z] Running ssh-add (command line suppressed) [2021-01-12T22:17:12.545Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_1702018173869268911.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_1702018173869268911.key) [2021-01-12T22:17:12.597Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T22:17:12.934Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T22:17:12.956Z] $ docker exec --env ******** --env ******** 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent -k [2021-01-12T22:17:13.074Z] unset SSH_AUTH_SOCK; [2021-01-12T22:17:13.074Z] unset SSH_AGENT_PID; [2021-01-12T22:17:13.074Z] echo Agent pid 16 killed; [2021-01-12T22:17:13.130Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T22:17:13.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T22:17:13.281Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T22:17:13.450Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T22:17:13.455Z] $ docker exec 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent [2021-01-12T22:17:13.626Z] SSH_AUTH_SOCK=/tmp/ssh-iuZVmZHm4ghl/agent.45 [2021-01-12T22:17:13.626Z] SSH_AGENT_PID=50 [2021-01-12T22:17:13.634Z] Running ssh-add (command line suppressed) [2021-01-12T22:17:13.760Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7297289134141595760.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7297289134141595760.key) [2021-01-12T22:17:13.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T22:17:14.149Z] + git semver init [2021-01-12T22:17:14.149Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T22:17:14.149Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.git [2021-01-12T22:17:14.149Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-197 [2021-01-12T22:17:14.149Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T22:17:14.149Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T22:17:14.149Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T22:17:14.149Z] # $SEMVER_BRANCH = PR-197 [2021-01-12T22:17:14.149Z] # $SEMVER_TEMP = /tmp/semver-120462837 [2021-01-12T22:17:14.149Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-01-12T22:17:14.724Z] # '/tmp/semver-120462837' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver' [2021-01-12T22:17:14.724Z] # -> Force: false [2021-01-12T22:17:14.724Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver [Pipeline] } [2021-01-12T22:17:14.738Z] $ docker exec --env ******** --env ******** 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent -k [2021-01-12T22:17:14.858Z] unset SSH_AUTH_SOCK; [2021-01-12T22:17:14.859Z] unset SSH_AGENT_PID; [2021-01-12T22:17:14.859Z] echo Agent pid 50 killed; [2021-01-12T22:17:14.913Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T22:17:15.371Z] + git semver [Pipeline] } [2021-01-12T22:17:15.397Z] $ docker stop --time=1 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 [2021-01-12T22:17:16.853Z] $ docker rm -f 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:17:17.345Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T22:17:17.877Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T22:17:17.880Z] [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 [2021-01-12T22:17:33.395Z] Still waiting to schedule task [2021-01-12T22:17:33.396Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-12T22:17:33.398Z] Still waiting to schedule task [2021-01-12T22:17:33.398Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-12T22:21:09.836Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19834 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws [2021-01-12T22:21:09.893Z] Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout [2021-01-12T22:21:15.087Z] using credential edgex-jenkins-ssh [2021-01-12T22:21:15.148Z] Cloning the remote Git repository [2021-01-12T22:21:15.218Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:21:15.337Z] > git init /w/workspace/device-mqtt-go/9 # timeout=10 [2021-01-12T22:21:15.411Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:21:15.412Z] > git --version # timeout=10 [2021-01-12T22:21:15.430Z] > git --version # 'git version 2.17.1' [2021-01-12T22:21:15.432Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:21:15.530Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:21:16.337Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T22:21:16.355Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:21:16.381Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T22:21:17.052Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 [2021-01-12T22:21:17.265Z] Merge succeeded, producing 43458860ef12169d14d0170a667fd6dd72f2aa87 [2021-01-12T22:21:17.265Z] Checking out Revision 43458860ef12169d14d0170a667fd6dd72f2aa87 (PR-197) [2021-01-12T22:21:16.429Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:21:16.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:21:16.446Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T22:21:17.073Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:21:17.090Z] > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 [2021-01-12T22:21:17.172Z] > git remote # timeout=10 [2021-01-12T22:21:17.190Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T22:21:17.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:21:17.223Z] > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 [2021-01-12T22:21:17.244Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T22:21:17.314Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:21:17.329Z] > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 [2021-01-12T22:21:20.134Z] Running on prd-centos7-docker-4c-2g-19835 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws [2021-01-12T22:21:20.222Z] Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout [2021-01-12T22:21:21.767Z] Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T22:21:22.862Z] using credential edgex-jenkins-ssh [2021-01-12T22:21:22.920Z] Cloning the remote Git repository [2021-01-12T22:21:23.288Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:21:22.935Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:21:23.015Z] > git init /w/workspace/device-mqtt-go/9 # timeout=10 [2021-01-12T22:21:23.091Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:21:23.091Z] > git --version # timeout=10 [2021-01-12T22:21:23.102Z] > git --version # 'git version 2.24.3' [2021-01-12T22:21:23.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:21:23.138Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:21:23.778Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:21:24.126Z] + true [2021-01-12T22:21:24.126Z] + sudo service docker restart [2021-01-12T22:21:24.221Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 [2021-01-12T22:21:24.304Z] Merge succeeded, producing 43458860ef12169d14d0170a667fd6dd72f2aa87 [2021-01-12T22:21:24.304Z] Checking out Revision 43458860ef12169d14d0170a667fd6dd72f2aa87 (PR-197) [2021-01-12T22:21:23.710Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T22:21:23.720Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:21:23.734Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T22:21:23.756Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:21:23.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:21:23.762Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T22:21:24.230Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:21:24.236Z] > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 [2021-01-12T22:21:24.271Z] > git remote # timeout=10 [2021-01-12T22:21:24.277Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T22:21:24.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:21:24.287Z] > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 [2021-01-12T22:21:24.297Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T22:21:24.307Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:21:24.312Z] > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T22:21:26.221Z] provisioning config files... [2021-01-12T22:21:26.267Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config8542409226971853501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:21:26.677Z] ---> docker-login.sh [2021-01-12T22:21:26.677Z] nexus3.edgexfoundry.org:10001 [2021-01-12T22:21:27.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:27.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:27.932Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:27.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:27.932Z] [2021-01-12T22:21:27.932Z] Login Succeeded [2021-01-12T22:21:27.932Z] nexus3.edgexfoundry.org:10002 [2021-01-12T22:21:28.065Z] Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" [2021-01-12T22:21:28.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-01-12T22:21:28.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:28.482Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:28.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:28.482Z] [2021-01-12T22:21:28.482Z] Login Succeeded [2021-01-12T22:21:28.482Z] nexus3.edgexfoundry.org:10003 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T22:21:28.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:29.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:29.036Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:29.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:29.036Z] [2021-01-12T22:21:29.036Z] Login Succeeded [2021-01-12T22:21:29.036Z] nexus3.edgexfoundry.org:10004 [2021-01-12T22:21:29.289Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-01-12T22:21:29.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh [2021-01-12T22:21:29.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:29.584Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:29.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:29.584Z] [2021-01-12T22:21:29.584Z] Login Succeeded [2021-01-12T22:21:29.584Z] docker.io [2021-01-12T22:21:29.625Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:21:29.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:29.927Z] + sudo service docker restart [2021-01-12T22:21:29.927Z] + true [2021-01-12T22:21:29.927Z] Redirecting to /bin/systemctl restart docker.service [2021-01-12T22:21:30.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:30.133Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:30.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:30.133Z] [2021-01-12T22:21:30.133Z] Login Succeeded [2021-01-12T22:21:30.133Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T22:21:30.150Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T22:21:30.638Z] ========================================================= [2021-01-12T22:21:30.638Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T22:21:30.638Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:21:31.014Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-12T22:21:31.302Z] Sending build context to Docker daemon 538.6kB [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T22:21:31.384Z] provisioning config files... [2021-01-12T22:21:31.412Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config4233540858682686620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:21:31.580Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T22:21:31.580Z] Step 2/8 : FROM ${BASE} [2021-01-12T22:21:31.580Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T22:21:31.580Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T22:21:31.580Z] a4357932f1b6: Pulling fs layer [2021-01-12T22:21:31.580Z] 18c013af1878: Pulling fs layer [2021-01-12T22:21:31.580Z] 00ac8860ef70: Pulling fs layer [2021-01-12T22:21:31.580Z] 63d7cb157983: Pulling fs layer [2021-01-12T22:21:31.580Z] b116817d02f9: Pulling fs layer [2021-01-12T22:21:31.580Z] 745a02a5169b: Pulling fs layer [2021-01-12T22:21:31.580Z] 00ac8860ef70: Waiting [2021-01-12T22:21:31.580Z] 63d7cb157983: Waiting [2021-01-12T22:21:31.580Z] b116817d02f9: Waiting [2021-01-12T22:21:31.580Z] 745a02a5169b: Waiting [2021-01-12T22:21:31.580Z] 18c013af1878: Download complete [2021-01-12T22:21:31.580Z] a4357932f1b6: Verifying Checksum [2021-01-12T22:21:31.580Z] a4357932f1b6: Download complete [2021-01-12T22:21:31.580Z] 63d7cb157983: Download complete [2021-01-12T22:21:31.580Z] b116817d02f9: Verifying Checksum [2021-01-12T22:21:31.580Z] b116817d02f9: Download complete [2021-01-12T22:21:31.580Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T22:21:31.580Z] 5f621e34cdf4: Download complete [2021-01-12T22:21:31.773Z] ---> docker-login.sh [2021-01-12T22:21:31.773Z] nexus3.edgexfoundry.org:10001 [2021-01-12T22:21:32.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:32.187Z] 5f621e34cdf4: Pull complete [2021-01-12T22:21:32.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:32.611Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:32.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:32.611Z] [2021-01-12T22:21:32.611Z] Login Succeeded [2021-01-12T22:21:32.611Z] nexus3.edgexfoundry.org:10002 [2021-01-12T22:21:32.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:32.804Z] a4357932f1b6: Pull complete [2021-01-12T22:21:32.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:32.874Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:32.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:32.874Z] [2021-01-12T22:21:32.874Z] Login Succeeded [2021-01-12T22:21:32.874Z] nexus3.edgexfoundry.org:10003 [2021-01-12T22:21:32.874Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:32.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:32.874Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:32.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:32.874Z] [2021-01-12T22:21:32.874Z] Login Succeeded [2021-01-12T22:21:33.137Z] nexus3.edgexfoundry.org:10004 [2021-01-12T22:21:33.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:33.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:33.137Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:33.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:33.137Z] [2021-01-12T22:21:33.137Z] Login Succeeded [2021-01-12T22:21:33.137Z] docker.io [2021-01-12T22:21:33.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:21:33.430Z] 18c013af1878: Pull complete [2021-01-12T22:21:33.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:21:33.660Z] Configure a credential helper to remove this warning. See [2021-01-12T22:21:33.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:21:33.660Z] [2021-01-12T22:21:33.660Z] Login Succeeded [2021-01-12T22:21:33.660Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T22:21:33.670Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T22:21:33.976Z] ========================================================= [2021-01-12T22:21:33.976Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T22:21:33.976Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:21:34.323Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-12T22:21:34.323Z] Sending build context to Docker daemon 539.6kB [2021-01-12T22:21:34.323Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T22:21:34.323Z] Step 2/8 : FROM ${BASE} [2021-01-12T22:21:34.414Z] 745a02a5169b: Verifying Checksum [2021-01-12T22:21:34.414Z] 745a02a5169b: Download complete [2021-01-12T22:21:34.585Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T22:21:34.586Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T22:21:34.586Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T22:21:34.586Z] de9db76c5a1d: Pulling fs layer [2021-01-12T22:21:34.586Z] bca2f99d35d6: Pulling fs layer [2021-01-12T22:21:34.586Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T22:21:34.586Z] 7c6f9722023f: Pulling fs layer [2021-01-12T22:21:34.586Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T22:21:34.586Z] bca2f99d35d6: Waiting [2021-01-12T22:21:34.586Z] 93359f2a8cfa: Waiting [2021-01-12T22:21:34.586Z] 7c6f9722023f: Waiting [2021-01-12T22:21:34.586Z] a35cf1a2eb13: Waiting [2021-01-12T22:21:34.586Z] de9db76c5a1d: Verifying Checksum [2021-01-12T22:21:34.586Z] de9db76c5a1d: Download complete [2021-01-12T22:21:34.586Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T22:21:34.586Z] 0ef7d3d256c8: Download complete [2021-01-12T22:21:34.586Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T22:21:34.586Z] 93359f2a8cfa: Download complete [2021-01-12T22:21:34.586Z] 7c6f9722023f: Verifying Checksum [2021-01-12T22:21:34.586Z] 7c6f9722023f: Download complete [2021-01-12T22:21:34.586Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T22:21:34.586Z] 188c0c94c7c5: Download complete [2021-01-12T22:21:34.849Z] 188c0c94c7c5: Pull complete [2021-01-12T22:21:35.116Z] 0ef7d3d256c8: Pull complete [2021-01-12T22:21:35.394Z] de9db76c5a1d: Pull complete [2021-01-12T22:21:36.402Z] 00ac8860ef70: Verifying Checksum [2021-01-12T22:21:36.402Z] 00ac8860ef70: Download complete [2021-01-12T22:21:37.340Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T22:21:37.341Z] a35cf1a2eb13: Download complete [2021-01-12T22:21:37.923Z] bca2f99d35d6: Verifying Checksum [2021-01-12T22:21:37.923Z] bca2f99d35d6: Download complete [2021-01-12T22:21:44.606Z] bca2f99d35d6: Pull complete [2021-01-12T22:21:44.606Z] 93359f2a8cfa: Pull complete [2021-01-12T22:21:44.606Z] 7c6f9722023f: Pull complete [2021-01-12T22:21:46.575Z] 00ac8860ef70: Pull complete [2021-01-12T22:21:46.849Z] 63d7cb157983: Pull complete [2021-01-12T22:21:47.446Z] b116817d02f9: Pull complete [2021-01-12T22:21:49.999Z] a35cf1a2eb13: Pull complete [2021-01-12T22:21:49.999Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T22:21:49.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T22:21:49.999Z] ---> a62c8e92a672 [2021-01-12T22:21:49.999Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-12T22:21:49.999Z] ---> Running in d58ba66ec072 [2021-01-12T22:21:49.999Z] Removing intermediate container d58ba66ec072 [2021-01-12T22:21:49.999Z] ---> 0eb07050c0eb [2021-01-12T22:21:49.999Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:21:50.269Z] ---> Running in 58c789121b53 [2021-01-12T22:21:50.835Z] 745a02a5169b: Pull complete [2021-01-12T22:21:51.110Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T22:21:51.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T22:21:51.110Z] ---> b7e6874047d6 [2021-01-12T22:21:51.110Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-12T22:21:51.706Z] Removing intermediate container 58c789121b53 [2021-01-12T22:21:51.706Z] ---> 277977ec8151 [2021-01-12T22:21:51.706Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-12T22:21:51.706Z] ---> Running in 2879eda31fea [2021-01-12T22:21:52.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:21:53.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:21:53.736Z] ---> Running in 484b6905c54e [2021-01-12T22:21:54.009Z] Removing intermediate container 484b6905c54e [2021-01-12T22:21:54.009Z] ---> 00dbcde09f42 [2021-01-12T22:21:54.009Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:21:54.270Z] (1/14) Installing libmagic (5.38-r0) [2021-01-12T22:21:54.270Z] (2/14) Installing file (5.38-r0) [2021-01-12T22:21:54.280Z] ---> Running in af7b07c53eea [2021-01-12T22:21:54.533Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-12T22:21:54.533Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-12T22:21:56.908Z] Removing intermediate container af7b07c53eea [2021-01-12T22:21:56.908Z] ---> 62066e022da0 [2021-01-12T22:21:56.908Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-12T22:21:56.908Z] ---> Running in 42fb351d185c [2021-01-12T22:21:57.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:21:58.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:21:59.471Z] (1/14) Installing libmagic (5.38-r0) [2021-01-12T22:21:59.743Z] (2/14) Installing file (5.38-r0) [2021-01-12T22:21:59.743Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-12T22:21:59.743Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-12T22:21:59.851Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-12T22:21:59.851Z] (6/14) Installing patch (2.7.6-r6) [2021-01-12T22:21:59.851Z] (7/14) Installing build-base (0.5-r2) [2021-01-12T22:21:59.851Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-12T22:21:59.851Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-12T22:21:59.851Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-12T22:21:59.851Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-12T22:22:00.114Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-12T22:22:00.114Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-12T22:22:00.378Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-12T22:22:00.378Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:22:00.378Z] OK: 237 MiB in 53 packages [2021-01-12T22:22:03.115Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-12T22:22:03.115Z] (6/14) Installing patch (2.7.6-r6) [2021-01-12T22:22:03.115Z] (7/14) Installing build-base (0.5-r2) [2021-01-12T22:22:03.385Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-12T22:22:03.385Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-12T22:22:03.385Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-12T22:22:03.975Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-12T22:22:03.975Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-12T22:22:03.975Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-12T22:22:04.616Z] Removing intermediate container 2879eda31fea [2021-01-12T22:22:04.616Z] ---> 9002b5b68078 [2021-01-12T22:22:04.616Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-12T22:22:04.616Z] ---> Running in ad768f173757 [2021-01-12T22:22:04.616Z] Removing intermediate container ad768f173757 [2021-01-12T22:22:04.616Z] ---> 71d2bfb41ae7 [2021-01-12T22:22:04.616Z] Step 7/8 : COPY . . [2021-01-12T22:22:04.941Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-12T22:22:05.212Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:22:05.486Z] OK: 221 MiB in 53 packages [2021-01-12T22:22:05.585Z] ---> 5ebff841d0cc [2021-01-12T22:22:05.586Z] Step 8/8 : RUN go mod download [2021-01-12T22:22:05.856Z] ---> Running in 9ffc0a95eb45 [2021-01-12T22:22:09.795Z] Removing intermediate container 42fb351d185c [2021-01-12T22:22:09.795Z] ---> 4974896a505e [2021-01-12T22:22:09.795Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-12T22:22:09.795Z] ---> Running in 14dcbfa80f6e [2021-01-12T22:22:10.067Z] Removing intermediate container 14dcbfa80f6e [2021-01-12T22:22:10.067Z] ---> cb63cf1bc8cb [2021-01-12T22:22:10.067Z] Step 7/8 : COPY . . [2021-01-12T22:22:11.053Z] ---> 52129ce3a94b [2021-01-12T22:22:11.053Z] Step 8/8 : RUN go mod download [2021-01-12T22:22:11.053Z] ---> Running in 0511b5440a02 [2021-01-12T22:22:27.899Z] Removing intermediate container 9ffc0a95eb45 [2021-01-12T22:22:27.899Z] ---> ef30a01c7a84 [2021-01-12T22:22:27.899Z] Successfully built ef30a01c7a84 [2021-01-12T22:22:27.899Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:22:28.222Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T22:22:28.222Z] . [Pipeline] withDockerContainer [2021-01-12T22:22:28.576Z] prd-centos7-docker-4c-2g-19835 does not seem to be running inside a container [2021-01-12T22:22:28.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T22:22:29.637Z] $ docker top 3bca0da92587c2ad939fc18256d96c6c02d453327d70c75beef3ef399b705158 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:22:30.149Z] + go version [2021-01-12T22:22:30.149Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T22:22:30.165Z] $ docker stop --time=1 3bca0da92587c2ad939fc18256d96c6c02d453327d70c75beef3ef399b705158 [2021-01-12T22:22:31.529Z] $ docker rm -f 3bca0da92587c2ad939fc18256d96c6c02d453327d70c75beef3ef399b705158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:22:32.416Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T22:22:32.416Z] . [Pipeline] withDockerContainer [2021-01-12T22:22:32.532Z] prd-centos7-docker-4c-2g-19835 does not seem to be running inside a container [2021-01-12T22:22:32.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-12T22:22:33.605Z] $ docker top afdb535169ee714ed0021526eb6c1a7fef1a4748c3fe2184426a31c08fdc4f78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:22:34.149Z] + make test [2021-01-12T22:22:34.149Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T22:22:35.600Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-12T22:22:37.865Z] Removing intermediate container 0511b5440a02 [2021-01-12T22:22:37.865Z] ---> 43e9355a46b7 [2021-01-12T22:22:37.865Z] Successfully built 43e9355a46b7 [2021-01-12T22:22:37.865Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:22:38.246Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T22:22:38.246Z] . [Pipeline] withDockerContainer [2021-01-12T22:22:38.515Z] prd-ubuntu18.04-docker-arm64-4c-16g-19834 does not seem to be running inside a container [2021-01-12T22:22:38.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T22:22:40.050Z] $ docker top 12511da0af4bb02df674dad435889d6fc5ae85fea2c0f79db65befeaa7f818a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:22:41.154Z] + go version [2021-01-12T22:22:41.154Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T22:22:41.179Z] $ docker stop --time=1 12511da0af4bb02df674dad435889d6fc5ae85fea2c0f79db65befeaa7f818a5 [2021-01-12T22:22:43.100Z] $ docker rm -f 12511da0af4bb02df674dad435889d6fc5ae85fea2c0f79db65befeaa7f818a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:22:44.123Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T22:22:44.123Z] . [Pipeline] withDockerContainer [2021-01-12T22:22:44.397Z] prd-ubuntu18.04-docker-arm64-4c-16g-19834 does not seem to be running inside a container [2021-01-12T22:22:44.492Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-12T22:22:46.002Z] $ docker top e334ac3279e607d503ce12979aca60879d006eb053488f9326c0ab1c4c6d8a68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:22:47.046Z] + make test [2021-01-12T22:22:47.046Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T22:22:47.972Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-12T22:22:48.028Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-12T22:22:48.573Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.012s coverage: 26.5% of statements [2021-01-12T22:22:48.573Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-12T22:22:48.851Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T22:22:52.245Z] gofmt -l . [2021-01-12T22:22:52.245Z] ["`gofmt -l .`" = ""] [2021-01-12T22:22:52.245Z] ./bin/test-attribution-txt.sh [2021-01-12T22:22:52.516Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-12T22:22:52.824Z] $ docker stop --time=1 afdb535169ee714ed0021526eb6c1a7fef1a4748c3fe2184426a31c08fdc4f78 [2021-01-12T22:22:55.192Z] $ docker rm -f afdb535169ee714ed0021526eb6c1a7fef1a4748c3fe2184426a31c08fdc4f78 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:22:55.787Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T22:22:56.234Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-12T22:22:58.825Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-12T22:22:59.130Z] + ls -al . [2021-01-12T22:22:59.130Z] total 100 [2021-01-12T22:22:59.130Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jan 12 22:22 . [2021-01-12T22:22:59.130Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 12 22:21 .. [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 6044 Jan 12 22:21 Attribution.txt [2021-01-12T22:22:59.130Z] drwxrwxr-x. 2 jenkins jenkins 87 Jan 12 22:21 bin [2021-01-12T22:22:59.130Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 12 22:21 cmd [2021-01-12T22:22:59.130Z] -rw-r--r--. 1 jenkins jenkins 20209 Jan 12 22:22 coverage.out [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 1802 Jan 12 22:21 Dockerfile [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 957 Jan 12 22:21 Dockerfile.build [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 12 22:21 .dockerignore [2021-01-12T22:22:59.130Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 12 22:21 .git [2021-01-12T22:22:59.130Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 12 22:21 .github [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 336 Jan 12 22:21 .gitignore [2021-01-12T22:22:59.130Z] -rw-r--r--. 1 jenkins jenkins 560 Jan 12 22:22 go.mod [2021-01-12T22:22:59.130Z] -rw-r--r--. 1 jenkins jenkins 15493 Jan 12 22:22 go.sum [2021-01-12T22:22:59.130Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 12 22:21 internal [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 677 Jan 12 22:21 Jenkinsfile [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 12 22:21 LICENSE [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 12 22:21 Makefile [2021-01-12T22:22:59.130Z] drwxrwxr-x. 2 jenkins jenkins 23 Jan 12 22:21 mock [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 444 Jan 12 22:21 README.md [2021-01-12T22:22:59.130Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 12 22:21 snap [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 12 22:17 VERSION [2021-01-12T22:22:59.130Z] -rw-rw-r--. 1 jenkins jenkins 227 Jan 12 22:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:22:59.441Z] + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 --label arch=amd64 --label version=0.0.0 . [2021-01-12T22:22:59.441Z] Sending build context to Docker daemon 560.6kB [2021-01-12T22:22:59.706Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T22:22:59.706Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-12T22:22:59.706Z] ---> ef30a01c7a84 [2021-01-12T22:22:59.706Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-12T22:22:59.706Z] ---> Running in 5f3ce7e69800 [2021-01-12T22:22:59.969Z] Removing intermediate container 5f3ce7e69800 [2021-01-12T22:22:59.969Z] ---> b92c3b6e9a0d [2021-01-12T22:22:59.969Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-12T22:22:59.969Z] ---> Running in fe920ed0002a [2021-01-12T22:23:00.232Z] Removing intermediate container fe920ed0002a [2021-01-12T22:23:00.232Z] ---> f3eb4787da74 [2021-01-12T22:23:00.232Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:23:00.232Z] ---> Running in 213388685b53 [2021-01-12T22:23:01.194Z] Removing intermediate container 213388685b53 [2021-01-12T22:23:01.194Z] ---> 3e5ca55e7c93 [2021-01-12T22:23:01.194Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-12T22:23:01.194Z] ---> Running in 8f7240bcb06c [2021-01-12T22:23:01.467Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:23:02.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:23:03.001Z] OK: 237 MiB in 53 packages [2021-01-12T22:23:03.589Z] Removing intermediate container 8f7240bcb06c [2021-01-12T22:23:03.589Z] ---> d7e655427a24 [2021-01-12T22:23:03.589Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-01-12T22:23:03.589Z] ---> Running in b611ff946524 [2021-01-12T22:23:03.589Z] Removing intermediate container b611ff946524 [2021-01-12T22:23:03.589Z] ---> 4582a448c3f4 [2021-01-12T22:23:03.589Z] Step 8/22 : COPY . . [2021-01-12T22:23:04.538Z] ---> 282ea821b369 [2021-01-12T22:23:04.538Z] Step 9/22 : ARG MAKE='make build' [2021-01-12T22:23:04.538Z] ---> Running in df826eeb9162 [2021-01-12T22:23:04.802Z] Removing intermediate container df826eeb9162 [2021-01-12T22:23:04.802Z] ---> 085823b4e277 [2021-01-12T22:23:04.802Z] Step 10/22 : RUN $MAKE [2021-01-12T22:23:04.802Z] ---> Running in 504fd45d641d [2021-01-12T22:23:05.402Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2021-01-12T22:23:15.555Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-12T22:23:18.880Z] Removing intermediate container 504fd45d641d [2021-01-12T22:23:18.880Z] ---> 4617bdb5ceae [2021-01-12T22:23:18.880Z] Step 11/22 : FROM alpine:3.12 [2021-01-12T22:23:18.880Z] 3.12: Pulling from library/alpine [2021-01-12T22:23:18.880Z] 801bfaa63ef2: Pulling fs layer [2021-01-12T22:23:19.150Z] 801bfaa63ef2: Verifying Checksum [2021-01-12T22:23:19.150Z] 801bfaa63ef2: Download complete [2021-01-12T22:23:19.417Z] 801bfaa63ef2: Pull complete [2021-01-12T22:23:19.417Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T22:23:19.417Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T22:23:19.417Z] ---> 389fef711851 [2021-01-12T22:23:19.417Z] Step 12/22 : ENV APP_PORT=49982 [2021-01-12T22:23:19.682Z] ---> Running in 9de65bc9d415 [2021-01-12T22:23:19.682Z] Removing intermediate container 9de65bc9d415 [2021-01-12T22:23:19.682Z] ---> 417ca66efc13 [2021-01-12T22:23:19.682Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T22:23:19.682Z] ---> Running in 2c532aeecc59 [2021-01-12T22:23:19.946Z] Removing intermediate container 2c532aeecc59 [2021-01-12T22:23:19.946Z] ---> 767c018f9085 [2021-01-12T22:23:19.946Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-01-12T22:23:20.528Z] ---> 851f377bacf8 [2021-01-12T22:23:20.528Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2021-01-12T22:23:20.792Z] ---> f7a5bf21851b [2021-01-12T22:23:20.793Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-01-12T22:23:21.056Z] ---> a957d96ddce6 [2021-01-12T22:23:21.056Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-01-12T22:23:21.056Z] ---> Running in 1d2c6d251178 [2021-01-12T22:23:21.318Z] Removing intermediate container 1d2c6d251178 [2021-01-12T22:23:21.318Z] ---> d5106d04464c [2021-01-12T22:23:21.318Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-01-12T22:23:21.318Z] ---> Running in 1d3915680447 [2021-01-12T22:23:21.582Z] Removing intermediate container 1d3915680447 [2021-01-12T22:23:21.582Z] ---> 36e73f0077d1 [2021-01-12T22:23:21.582Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:23:21.582Z] ---> Running in 9e3fb3bf4afb [2021-01-12T22:23:21.582Z] Removing intermediate container 9e3fb3bf4afb [2021-01-12T22:23:21.582Z] ---> aa4f88bad5e1 [2021-01-12T22:23:21.582Z] Step 20/22 : LABEL arch=amd64 [2021-01-12T22:23:21.846Z] ---> Running in 9f58ea6878b6 [2021-01-12T22:23:22.108Z] Removing intermediate container 9f58ea6878b6 [2021-01-12T22:23:22.108Z] ---> f7343cfd8b59 [2021-01-12T22:23:22.108Z] Step 21/22 : LABEL git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 [2021-01-12T22:23:22.108Z] ---> Running in 17ea19ef1094 [2021-01-12T22:23:22.108Z] Removing intermediate container 17ea19ef1094 [2021-01-12T22:23:22.108Z] ---> 5d776ec8af13 [2021-01-12T22:23:22.108Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:23:22.371Z] ---> Running in 205bbbcabfa0 [2021-01-12T22:23:22.371Z] Removing intermediate container 205bbbcabfa0 [2021-01-12T22:23:22.371Z] ---> 1c795acb49b1 [2021-01-12T22:23:22.372Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-12T22:23:22.372Z] Successfully built 1c795acb49b1 [2021-01-12T22:23:22.372Z] Successfully tagged docker-device-mqtt-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) [Pipeline] findFiles [Pipeline] node [2021-01-12T22:23:27.141Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-12T22:23:27.414Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.034s coverage: 26.5% of statements [2021-01-12T22:23:27.414Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-12T22:23:27.691Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T22:23:35.990Z] gofmt -l . [2021-01-12T22:23:35.990Z] ["`gofmt -l .`" = ""] [2021-01-12T22:23:35.990Z] ./bin/test-attribution-txt.sh [2021-01-12T22:23:36.599Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-12T22:23:37.219Z] $ docker stop --time=1 e334ac3279e607d503ce12979aca60879d006eb053488f9326c0ab1c4c6d8a68 [2021-01-12T22:23:38.085Z] Still waiting to schedule task [2021-01-12T22:23:38.085Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-12T22:23:39.473Z] $ docker rm -f e334ac3279e607d503ce12979aca60879d006eb053488f9326c0ab1c4c6d8a68 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:23:40.352Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T22:23:40.371Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T22:23:41.206Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T22:23:41.874Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-12T22:23:42.261Z] + ls -al . [2021-01-12T22:23:42.261Z] total 132 [2021-01-12T22:23:42.261Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 12 22:23 . [2021-01-12T22:23:42.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 22:21 .. [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 12 22:21 .dockerignore [2021-01-12T22:23:42.261Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 12 22:21 .git [2021-01-12T22:23:42.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 22:21 .github [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 336 Jan 12 22:21 .gitignore [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 6044 Jan 12 22:21 Attribution.txt [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 1802 Jan 12 22:21 Dockerfile [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 957 Jan 12 22:21 Dockerfile.build [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 12 22:21 Jenkinsfile [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 12 22:21 LICENSE [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 12 22:21 Makefile [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 444 Jan 12 22:21 README.md [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 12 22:17 VERSION [2021-01-12T22:23:42.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 22:21 bin [2021-01-12T22:23:42.261Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 22:21 cmd [2021-01-12T22:23:42.261Z] -rw-r--r-- 1 jenkins jenkins 20209 Jan 12 22:23 coverage.out [2021-01-12T22:23:42.261Z] -rw-r--r-- 1 jenkins jenkins 560 Jan 12 22:23 go.mod [2021-01-12T22:23:42.261Z] -rw-r--r-- 1 jenkins jenkins 15493 Jan 12 22:23 go.sum [2021-01-12T22:23:42.261Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 22:21 internal [2021-01-12T22:23:42.261Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 22:21 mock [2021-01-12T22:23:42.261Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 22:21 snap [2021-01-12T22:23:42.261Z] -rw-rw-r-- 1 jenkins jenkins 227 Jan 12 22:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:23:42.637Z] + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 --label arch=arm64 --label version=0.0.0 . [2021-01-12T22:23:42.919Z] Sending build context to Docker daemon 559.6kB [2021-01-12T22:23:43.201Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T22:23:43.201Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-12T22:23:43.201Z] ---> 43e9355a46b7 [2021-01-12T22:23:43.201Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-12T22:23:43.476Z] ---> Running in 5553adf1fde8 [2021-01-12T22:23:43.751Z] Removing intermediate container 5553adf1fde8 [2021-01-12T22:23:43.751Z] ---> a5ae2cf7ddbc [2021-01-12T22:23:43.751Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-12T22:23:44.024Z] ---> Running in a85ddb5057bd [2021-01-12T22:23:44.303Z] Removing intermediate container a85ddb5057bd [2021-01-12T22:23:44.303Z] ---> d54f0fca51d6 [2021-01-12T22:23:44.303Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:23:44.578Z] ---> Running in 6acc23e3c58a [2021-01-12T22:23:47.536Z] Removing intermediate container 6acc23e3c58a [2021-01-12T22:23:47.536Z] ---> 6ff858b0436d [2021-01-12T22:23:47.536Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-12T22:23:47.536Z] ---> Running in 350fb671a86a [2021-01-12T22:23:47.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:23:48.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:23:49.376Z] OK: 221 MiB in 53 packages [2021-01-12T22:23:50.352Z] Removing intermediate container 350fb671a86a [2021-01-12T22:23:50.352Z] ---> 3ee065e7e723 [2021-01-12T22:23:50.352Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-01-12T22:23:50.625Z] ---> Running in 247e929c89df [2021-01-12T22:23:51.216Z] Removing intermediate container 247e929c89df [2021-01-12T22:23:51.216Z] ---> 80c51d74fa75 [2021-01-12T22:23:51.216Z] Step 8/22 : COPY . . [2021-01-12T22:23:52.196Z] ---> ef855fe516c1 [2021-01-12T22:23:52.197Z] Step 9/22 : ARG MAKE='make build' [2021-01-12T22:23:52.197Z] ---> Running in a7c5da0312af [2021-01-12T22:23:52.796Z] Removing intermediate container a7c5da0312af [2021-01-12T22:23:52.796Z] ---> 0600c09e4f0e [2021-01-12T22:23:52.796Z] Step 10/22 : RUN $MAKE [2021-01-12T22:23:52.796Z] ---> Running in 5d60a030fd9a [2021-01-12T22:23:53.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2021-01-12T22:24:20.622Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-12T22:24:22.092Z] Running on prd-ubuntu18.04-docker-8c-8g-19840 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws [2021-01-12T22:24:22.143Z] Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout [2021-01-12T22:24:24.368Z] using credential edgex-jenkins-ssh [2021-01-12T22:24:24.442Z] Cloning the remote Git repository [2021-01-12T22:24:24.417Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:24:24.476Z] > git init /w/workspace/device-mqtt-go/9 # timeout=10 [2021-01-12T22:24:24.507Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:24:24.507Z] > git --version # timeout=10 [2021-01-12T22:24:24.519Z] > git --version # 'git version 2.17.1' [2021-01-12T22:24:24.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:24:24.543Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:24:25.142Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T22:24:25.146Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:24:25.154Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T22:24:25.163Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T22:24:25.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:24:25.167Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T22:24:25.709Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T22:24:26.729Z] Failed in branch amd64 [2021-01-12T22:24:27.392Z] Removing intermediate container 5d60a030fd9a [2021-01-12T22:24:27.392Z] ---> 7c7f85756ca0 [2021-01-12T22:24:27.392Z] Step 11/22 : FROM alpine:3.12 [2021-01-12T22:24:29.366Z] 3.12: Pulling from library/alpine [2021-01-12T22:24:30.338Z] 159e5727ea61: Pulling fs layer [2021-01-12T22:24:30.338Z] 159e5727ea61: Download complete [2021-01-12T22:24:30.933Z] 159e5727ea61: Pull complete [2021-01-12T22:24:30.933Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T22:24:31.205Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T22:24:31.205Z] ---> afeebe901d6b [2021-01-12T22:24:31.205Z] Step 12/22 : ENV APP_PORT=49982 [2021-01-12T22:24:31.205Z] ---> Running in 8ca5902975ea [2021-01-12T22:24:31.798Z] Removing intermediate container 8ca5902975ea [2021-01-12T22:24:31.798Z] ---> b8aab04fa2f1 [2021-01-12T22:24:31.798Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T22:24:31.798Z] ---> Running in ba103b4ee095 [2021-01-12T22:24:32.405Z] Removing intermediate container ba103b4ee095 [2021-01-12T22:24:32.405Z] ---> 8ba4d9f5ef3b [2021-01-12T22:24:32.405Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-01-12T22:24:33.837Z] ---> 3dad5c7efee0 [2021-01-12T22:24:33.837Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2021-01-12T22:24:34.112Z] ---> 5f2a79a4cc7a [2021-01-12T22:24:34.112Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-01-12T22:24:35.091Z] ---> 22f95b0a4a10 [2021-01-12T22:24:35.091Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-01-12T22:24:35.091Z] ---> Running in 9d65cf7d6cd6 [2021-01-12T22:24:35.683Z] Removing intermediate container 9d65cf7d6cd6 [2021-01-12T22:24:35.683Z] ---> 772f5087713e [2021-01-12T22:24:35.683Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-01-12T22:24:35.683Z] ---> Running in 5b17e2b8a58c [2021-01-12T22:24:36.277Z] Removing intermediate container 5b17e2b8a58c [2021-01-12T22:24:36.277Z] ---> f7fd57f6c030 [2021-01-12T22:24:36.277Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:24:36.277Z] ---> Running in a7d9d2c9811b [2021-01-12T22:24:36.556Z] Removing intermediate container a7d9d2c9811b [2021-01-12T22:24:36.556Z] ---> 2d5603db4bd1 [2021-01-12T22:24:36.556Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T22:24:36.830Z] ---> Running in 2547012d4e3b [2021-01-12T22:24:37.423Z] Removing intermediate container 2547012d4e3b [2021-01-12T22:24:37.423Z] ---> 901c2e8f8643 [2021-01-12T22:24:37.423Z] Step 21/22 : LABEL git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 [2021-01-12T22:24:37.423Z] ---> Running in 2eafac6cbd04 [2021-01-12T22:24:37.697Z] Removing intermediate container 2eafac6cbd04 [2021-01-12T22:24:37.697Z] ---> 45ff66b323f9 [2021-01-12T22:24:37.697Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:24:37.969Z] ---> Running in b7b2a294feb7 [2021-01-12T22:24:38.564Z] Removing intermediate container b7b2a294feb7 [2021-01-12T22:24:38.564Z] ---> 3a45871bc803 [2021-01-12T22:24:38.564Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-12T22:24:38.564Z] Successfully built 3a45871bc803 [2021-01-12T22:24:38.564Z] Successfully tagged docker-device-mqtt-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:24:42.259Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:24:42.833Z] ---> package-listing.sh [2021-01-12T22:24:42.833Z] ++ facter osfamily [2021-01-12T22:24:42.833Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T22:24:42.833Z] + OS_FAMILY=redhat [2021-01-12T22:24:42.833Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-197 [2021-01-12T22:24:42.833Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T22:24:42.833Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T22:24:42.833Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T22:24:42.833Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T22:24:42.833Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' [2021-01-12T22:24:42.833Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T22:24:42.833Z] + case "${OS_FAMILY}" in [2021-01-12T22:24:42.833Z] + rpm -qa [2021-01-12T22:24:42.833Z] + sort [2021-01-12T22:24:48.148Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T22:24:48.148Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T22:24:48.148Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T22:24:48.148Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' [2021-01-12T22:24:48.148Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-197/archives/ [2021-01-12T22:24:48.148Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-197/archives/ [Pipeline] echo [2021-01-12T22:24:48.162Z] 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/gexfoundry_device-mqtt-go_PR-197/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T22:24:48.464Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:24:48.776Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:24:48.776Z] [2021-01-12T22:24:48.776Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:24:49.126Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:24:49.127Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T22:24:49.127Z] df20fa9351a1: Pulling fs layer [2021-01-12T22:24:49.127Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T22:24:49.127Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T22:24:49.127Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T22:24:49.127Z] 93b61091891f: Pulling fs layer [2021-01-12T22:24:49.127Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T22:24:49.127Z] 5e14af77c1be: Pulling fs layer [2021-01-12T22:24:49.127Z] 01666e4c0597: Pulling fs layer [2021-01-12T22:24:49.127Z] aa168da1d23b: Pulling fs layer [2021-01-12T22:24:49.127Z] 46f8f816bc3b: Waiting [2021-01-12T22:24:49.127Z] 93b61091891f: Waiting [2021-01-12T22:24:49.127Z] 93b9cdb0e59b: Waiting [2021-01-12T22:24:49.127Z] 5e14af77c1be: Waiting [2021-01-12T22:24:49.127Z] aa168da1d23b: Waiting [2021-01-12T22:24:49.127Z] 01666e4c0597: Waiting [2021-01-12T22:24:49.127Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T22:24:49.127Z] 36b3adc4ff6f: Download complete [2021-01-12T22:24:49.393Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T22:24:49.393Z] 46f8f816bc3b: Download complete [2021-01-12T22:24:49.393Z] df20fa9351a1: Verifying Checksum [2021-01-12T22:24:49.393Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T22:24:49.393Z] 93b9cdb0e59b: Download complete [2021-01-12T22:24:49.393Z] 5e14af77c1be: Download complete [2021-01-12T22:24:49.393Z] 93b61091891f: Verifying Checksum [2021-01-12T22:24:49.393Z] 93b61091891f: Download complete [2021-01-12T22:24:49.393Z] 01666e4c0597: Verifying Checksum [2021-01-12T22:24:49.393Z] 01666e4c0597: Download complete [2021-01-12T22:24:49.393Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T22:24:49.393Z] 8ad3a11d3b57: Download complete [2021-01-12T22:24:49.656Z] df20fa9351a1: Pull complete [2021-01-12T22:24:49.923Z] 36b3adc4ff6f: Pull complete [2021-01-12T22:24:51.345Z] 8ad3a11d3b57: Pull complete [2021-01-12T22:24:51.345Z] 46f8f816bc3b: Pull complete [2021-01-12T22:24:51.345Z] aa168da1d23b: Verifying Checksum [2021-01-12T22:24:51.345Z] aa168da1d23b: Download complete [2021-01-12T22:24:51.607Z] 93b61091891f: Pull complete [2021-01-12T22:24:51.869Z] 93b9cdb0e59b: Pull complete [2021-01-12T22:24:51.869Z] 5e14af77c1be: Pull complete [2021-01-12T22:24:52.133Z] 01666e4c0597: Pull complete [2021-01-12T22:24:58.786Z] aa168da1d23b: Pull complete [2021-01-12T22:24:58.786Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T22:24:58.786Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:24:58.786Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T22:24:58.979Z] prd-centos7-docker-4c-2g-19832 does not seem to be running inside a container [2021-01-12T22:24:59.032Z] $ 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/gexfoundry_device-mqtt-go_PR-197/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-197 -v /w/workspace/gexfoundry_device-mqtt-go_PR-197:/w/workspace/gexfoundry_device-mqtt-go_PR-197:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-197@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-12T22:25:02.990Z] $ docker top 4cfc3b7ad97e3c8001e0bd030f38497a487bcc090774459784f7b01481a389f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:25:03.542Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T22:25:03.842Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T22:25:04.144Z] + ls /var/log/sa-host [2021-01-12T22:25:04.144Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T22:25:04.144Z] file_magic: OK [2021-01-12T22:25:04.144Z] HZ: Using current value: 100 [2021-01-12T22:25:04.144Z] file_header: OK [2021-01-12T22:25:04.144Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T22:25:04.144Z] Statistics: [2021-01-12T22:25:04.144Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T22:25:04.144Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T22:25:04.144Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T22:25:04.144Z] file_magic: OK [2021-01-12T22:25:04.144Z] HZ: Using current value: 100 [2021-01-12T22:25:04.144Z] file_header: OK [2021-01-12T22:25:04.144Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-12T22:25:04.144Z] Statistics: [2021-01-12T22:25:04.144Z] Hnuu...uuuununununu... [2021-01-12T22:25:04.144Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T22:25:04.371Z] provisioning config files... [2021-01-12T22:25:04.393Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config341318911455027574tmp [Pipeline] { [Pipeline] echo [2021-01-12T22:25:04.470Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:25:04.766Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T22:25:04.777Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T22:25:04.896Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:25:05.195Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T22:25:05.208Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:25:05.511Z] ---> sudo-logs.sh [2021-01-12T22:25:05.511Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T22:25:05.523Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:25:05.823Z] ---> job-cost.sh [2021-01-12T22:25:05.823Z] lf-activate-venv: SKIPPING [2021-01-12T22:25:05.823Z] INFO: No Stack... [2021-01-12T22:25:06.772Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T22:25:07.344Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T22:25:07.359Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:25:07.661Z] ---> logs-deploy.sh [2021-01-12T22:25:07.661Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-197/9 [2021-01-12T22:25:07.661Z] INFO: archiving workspace using pattern(s): [2021-01-12T22:25:09.583Z] Archives upload complete. [2021-01-12T22:25:09.583Z] INFO: archiving logs to Nexus