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 1a2760fa6122ae150650b2f9957aae7e9389bd59+cdd6c33d41f01dc10b68606080ac8b6263924bf1 (e273b911408ca4cf73ee0d415a72050b3befddf3) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19812 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 1a2760fa6122ae150650b2f9957aae7e9389bd59 Merge succeeded, producing 1a2760fa6122ae150650b2f9957aae7e9389bd59 Checking out Revision 1a2760fa6122ae150650b2f9957aae7e9389bd59 (PR-197) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # 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 1a2760fa6122ae150650b2f9957aae7e9389bd59 # 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-12T21:18:35.887Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T21:18:36.152Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T21:18:36.269Z] ========================================================= [2021-01-12T21:18:36.269Z] EdgeX Global Pipelines Version Info [2021-01-12T21:18:36.269Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ed994a61a1cf4092a753e57c49bd3f2cb8daf410 # timeout=10 [2021-01-12T21:18:37.804Z] ------------------- [2021-01-12T21:18:37.804Z] stable info: [2021-01-12T21:18:37.804Z] ------------------- [2021-01-12T21:18:37.804Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T21:18:37.804Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T21:18:37.804Z] Message: update stable to v1.0.173 [2021-01-12T21:18:38.753Z] ------------------- [2021-01-12T21:18:38.753Z] experimental info: [2021-01-12T21:18:38.753Z] ------------------- [2021-01-12T21:18:38.754Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T21:18:38.754Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T21:18:38.754Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T21:18:39.028Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2021-01-12T21:18:39.122Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2021-01-12T21:18:39.213Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T21:18:39.303Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T21:18:39.413Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T21:18:39.581Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T21:18:39.676Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T21:18:39.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T21:18:39.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-12T21:18:39.971Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T21:18:40.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T21:18:40.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2021-01-12T21:18:40.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T21:18:40.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T21:18:40.679Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T21:18:40.776Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T21:18:40.865Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T21:18:40.957Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-12T21:18:41.045Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T21:18:41.133Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T21:18:41.249Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-12T21:18:41.335Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-12T21:18:41.423Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-12T21:18:41.515Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-12T21:18:41.604Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-12T21:18:41.705Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T21:18:41.802Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T21:18:41.894Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-197 [Pipeline] echo [2021-01-12T21:18:41.984Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-197 [Pipeline] echo [2021-01-12T21:18:42.155Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-197 [Pipeline] echo [2021-01-12T21:18:42.257Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] echo [2021-01-12T21:18:42.347Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a2760f [Pipeline] echo [2021-01-12T21:18:42.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T21:18:42.614Z] provisioning config files... [2021-01-12T21:18:42.648Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config5179963921913063354tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:18:43.024Z] ---> docker-login.sh [2021-01-12T21:18:43.024Z] nexus3.edgexfoundry.org:10001 [2021-01-12T21:18:43.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:18:43.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:18:43.567Z] Configure a credential helper to remove this warning. See [2021-01-12T21:18:43.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:18:43.567Z] [2021-01-12T21:18:43.567Z] Login Succeeded [2021-01-12T21:18:43.567Z] nexus3.edgexfoundry.org:10002 [2021-01-12T21:18:43.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:18:43.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:18:43.830Z] Configure a credential helper to remove this warning. See [2021-01-12T21:18:43.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:18:43.830Z] [2021-01-12T21:18:43.830Z] Login Succeeded [2021-01-12T21:18:43.830Z] nexus3.edgexfoundry.org:10003 [2021-01-12T21:18:43.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:18:44.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:18:44.093Z] Configure a credential helper to remove this warning. See [2021-01-12T21:18:44.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:18:44.093Z] [2021-01-12T21:18:44.093Z] Login Succeeded [2021-01-12T21:18:44.093Z] nexus3.edgexfoundry.org:10004 [2021-01-12T21:18:44.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:18:44.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:18:44.093Z] Configure a credential helper to remove this warning. See [2021-01-12T21:18:44.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:18:44.093Z] [2021-01-12T21:18:44.093Z] Login Succeeded [2021-01-12T21:18:44.093Z] docker.io [2021-01-12T21:18:44.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:18:44.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:18:44.618Z] Configure a credential helper to remove this warning. See [2021-01-12T21:18:44.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:18:44.618Z] [2021-01-12T21:18:44.618Z] Login Succeeded [2021-01-12T21:18:44.618Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T21:18:44.628Z] 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-12T21:18:45.483Z] + git log --format=format:%s -1 1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] echo [2021-01-12T21:18:45.559Z] GIT_COMMIT: 1a2760fa6122ae150650b2f9957aae7e9389bd59, Commit Message: feat: Enable use of secret via SecretProvider for MQTT broker credentials [Pipeline] echo [2021-01-12T21:18:45.604Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:18:46.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T21:18:46.716Z] [2021-01-12T21:18:46.716Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:18:47.065Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T21:18:47.065Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T21:18:47.065Z] 31603596830f: Pulling fs layer [2021-01-12T21:18:47.065Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T21:18:47.065Z] 6ca5941a6612: Pulling fs layer [2021-01-12T21:18:47.065Z] ecc8261a40a4: Pulling fs layer [2021-01-12T21:18:47.065Z] ecc8261a40a4: Waiting [2021-01-12T21:18:47.065Z] 2a8b12db71e7: Download complete [2021-01-12T21:18:47.327Z] 31603596830f: Verifying Checksum [2021-01-12T21:18:47.327Z] 31603596830f: Download complete [2021-01-12T21:18:47.328Z] 6ca5941a6612: Verifying Checksum [2021-01-12T21:18:47.328Z] 6ca5941a6612: Download complete [2021-01-12T21:18:47.328Z] ecc8261a40a4: Verifying Checksum [2021-01-12T21:18:47.328Z] ecc8261a40a4: Download complete [2021-01-12T21:18:47.915Z] 31603596830f: Pull complete [2021-01-12T21:18:47.915Z] 2a8b12db71e7: Pull complete [2021-01-12T21:18:48.870Z] 6ca5941a6612: Pull complete [2021-01-12T21:18:48.870Z] ecc8261a40a4: Pull complete [2021-01-12T21:18:49.131Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T21:18:49.131Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T21:18:49.131Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T21:18:49.239Z] prd-centos7-docker-4c-2g-19812 does not seem to be running inside a container [2021-01-12T21:18:49.286Z] $ 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-12T21:18:51.003Z] $ docker top 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T21:18:51.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T21:18:51.343Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T21:18:51.573Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T21:18:51.576Z] $ docker exec 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent [2021-01-12T21:18:51.739Z] SSH_AUTH_SOCK=/tmp/ssh-XH3ULmjwE5rU/agent.12 [2021-01-12T21:18:51.739Z] SSH_AGENT_PID=17 [2021-01-12T21:18:51.748Z] Running ssh-add (command line suppressed) [2021-01-12T21:18:51.868Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_3065710565114772539.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_3065710565114772539.key) [2021-01-12T21:18:51.919Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T21:18:52.253Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T21:18:52.272Z] $ docker exec --env ******** --env ******** 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent -k [2021-01-12T21:18:52.387Z] unset SSH_AUTH_SOCK; [2021-01-12T21:18:52.387Z] unset SSH_AGENT_PID; [2021-01-12T21:18:52.387Z] echo Agent pid 17 killed; [2021-01-12T21:18:52.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T21:18:52.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T21:18:52.571Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T21:18:52.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T21:18:52.735Z] $ docker exec 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent [2021-01-12T21:18:52.892Z] SSH_AUTH_SOCK=/tmp/ssh-1Rux6bMonqub/agent.47 [2021-01-12T21:18:52.892Z] SSH_AGENT_PID=53 [2021-01-12T21:18:52.898Z] Running ssh-add (command line suppressed) [2021-01-12T21:18:53.016Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7501870620984182951.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7501870620984182951.key) [2021-01-12T21:18:53.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T21:18:53.397Z] + git semver init [2021-01-12T21:18:53.397Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T21:18:53.397Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.git [2021-01-12T21:18:53.397Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-197 [2021-01-12T21:18:53.397Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T21:18:53.397Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T21:18:53.397Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T21:18:53.397Z] # $SEMVER_BRANCH = PR-197 [2021-01-12T21:18:53.397Z] # $SEMVER_TEMP = /tmp/semver-244801273 [2021-01-12T21:18:53.397Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2021-01-12T21:18:53.969Z] # '/tmp/semver-244801273' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver' [2021-01-12T21:18:53.969Z] # -> Force: false [2021-01-12T21:18:53.969Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver [Pipeline] } [2021-01-12T21:18:53.981Z] $ docker exec --env ******** --env ******** 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 ssh-agent -k [2021-01-12T21:18:54.096Z] unset SSH_AUTH_SOCK; [2021-01-12T21:18:54.097Z] unset SSH_AGENT_PID; [2021-01-12T21:18:54.097Z] echo Agent pid 53 killed; [2021-01-12T21:18:54.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T21:18:54.600Z] + git semver [Pipeline] } [2021-01-12T21:18:54.617Z] $ docker stop --time=1 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 [2021-01-12T21:18:56.138Z] $ docker rm -f 987b095f35ca334db4b3580235724f666824b6adfbf6ee6ced86a23979bb0ef0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T21:18:56.610Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T21:18:57.031Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T21:18:57.034Z] [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-12T21:19:12.627Z] Still waiting to schedule task [2021-01-12T21:19:12.627Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-12T21:19:12.629Z] Still waiting to schedule task [2021-01-12T21:19:12.629Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-12T21:20:48.582Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19813 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws [2021-01-12T21:20:48.649Z] Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout [2021-01-12T21:20:53.828Z] using credential edgex-jenkins-ssh [2021-01-12T21:20:53.893Z] Cloning the remote Git repository [2021-01-12T21:20:53.957Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:20:54.072Z] > git init /w/workspace/device-mqtt-go/6 # timeout=10 [2021-01-12T21:20:54.169Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:20:54.169Z] > git --version # timeout=10 [2021-01-12T21:20:54.187Z] > git --version # 'git version 2.17.1' [2021-01-12T21:20:54.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:20:54.251Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:20:55.814Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 1a2760fa6122ae150650b2f9957aae7e9389bd59 [2021-01-12T21:20:56.029Z] Merge succeeded, producing 1a2760fa6122ae150650b2f9957aae7e9389bd59 [2021-01-12T21:20:56.029Z] Checking out Revision 1a2760fa6122ae150650b2f9957aae7e9389bd59 (PR-197) [2021-01-12T21:20:55.101Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T21:20:55.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:20:55.162Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T21:20:55.208Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:20:55.208Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:20:55.219Z] > 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-12T21:20:55.835Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T21:20:55.856Z] > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 [2021-01-12T21:20:55.941Z] > git remote # timeout=10 [2021-01-12T21:20:55.959Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T21:20:55.979Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:20:55.990Z] > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 [2021-01-12T21:20:56.016Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T21:20:56.038Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T21:20:56.050Z] > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 [2021-01-12T21:21:00.526Z] 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-12T21:21:02.518Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:21:02.917Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:21:03.273Z] + sudo service docker restart [2021-01-12T21:21:03.273Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T21:21:05.380Z] provisioning config files... [2021-01-12T21:21:05.424Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/6@tmp/config9216692660305757093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:21:05.828Z] ---> docker-login.sh [2021-01-12T21:21:05.829Z] nexus3.edgexfoundry.org:10001 [2021-01-12T21:21:06.811Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:07.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:07.083Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:07.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:07.083Z] [2021-01-12T21:21:07.083Z] Login Succeeded [2021-01-12T21:21:07.083Z] nexus3.edgexfoundry.org:10002 [2021-01-12T21:21:07.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:07.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:07.355Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:07.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:07.355Z] [2021-01-12T21:21:07.355Z] Login Succeeded [2021-01-12T21:21:07.630Z] nexus3.edgexfoundry.org:10003 [2021-01-12T21:21:07.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:07.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:07.904Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:07.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:07.904Z] [2021-01-12T21:21:07.904Z] Login Succeeded [2021-01-12T21:21:07.904Z] nexus3.edgexfoundry.org:10004 [2021-01-12T21:21:08.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:08.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:08.498Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:08.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:08.498Z] [2021-01-12T21:21:08.498Z] Login Succeeded [2021-01-12T21:21:08.498Z] docker.io [2021-01-12T21:21:08.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:09.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:09.039Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:09.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:09.039Z] [2021-01-12T21:21:09.039Z] Login Succeeded [2021-01-12T21:21:09.039Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T21:21:09.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T21:21:09.483Z] ========================================================= [2021-01-12T21:21:09.484Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T21:21:09.484Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:21:09.851Z] + 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-12T21:21:10.129Z] Sending build context to Docker daemon 542.7kB [2021-01-12T21:21:10.129Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T21:21:10.129Z] Step 2/8 : FROM ${BASE} [2021-01-12T21:21:10.405Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T21:21:10.405Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T21:21:10.405Z] a4357932f1b6: Pulling fs layer [2021-01-12T21:21:10.405Z] 18c013af1878: Pulling fs layer [2021-01-12T21:21:10.405Z] 00ac8860ef70: Pulling fs layer [2021-01-12T21:21:10.405Z] 63d7cb157983: Pulling fs layer [2021-01-12T21:21:10.405Z] b116817d02f9: Pulling fs layer [2021-01-12T21:21:10.405Z] 745a02a5169b: Pulling fs layer [2021-01-12T21:21:10.405Z] 63d7cb157983: Waiting [2021-01-12T21:21:10.405Z] 00ac8860ef70: Waiting [2021-01-12T21:21:10.405Z] b116817d02f9: Waiting [2021-01-12T21:21:10.405Z] 745a02a5169b: Waiting [2021-01-12T21:21:10.405Z] 18c013af1878: Download complete [2021-01-12T21:21:10.405Z] a4357932f1b6: Verifying Checksum [2021-01-12T21:21:10.405Z] a4357932f1b6: Download complete [2021-01-12T21:21:10.405Z] 63d7cb157983: Verifying Checksum [2021-01-12T21:21:10.405Z] 63d7cb157983: Download complete [2021-01-12T21:21:10.405Z] b116817d02f9: Download complete [2021-01-12T21:21:10.405Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T21:21:10.405Z] 5f621e34cdf4: Download complete [2021-01-12T21:21:11.007Z] 5f621e34cdf4: Pull complete [2021-01-12T21:21:11.609Z] a4357932f1b6: Pull complete [2021-01-12T21:21:11.923Z] 18c013af1878: Pull complete [2021-01-12T21:21:13.381Z] 745a02a5169b: Verifying Checksum [2021-01-12T21:21:13.381Z] 745a02a5169b: Download complete [2021-01-12T21:21:14.825Z] 00ac8860ef70: Verifying Checksum [2021-01-12T21:21:14.825Z] 00ac8860ef70: Download complete [2021-01-12T21:21:24.984Z] 00ac8860ef70: Pull complete [2021-01-12T21:21:24.984Z] 63d7cb157983: Pull complete [2021-01-12T21:21:24.984Z] b116817d02f9: Pull complete [2021-01-12T21:21:29.313Z] 745a02a5169b: Pull complete [2021-01-12T21:21:29.313Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T21:21:29.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T21:21:29.313Z] ---> b7e6874047d6 [2021-01-12T21:21:29.313Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-12T21:21:31.927Z] ---> Running in 8c0910b61ffc [2021-01-12T21:21:31.927Z] Removing intermediate container 8c0910b61ffc [2021-01-12T21:21:31.927Z] ---> dbe0135b27a1 [2021-01-12T21:21:31.927Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:21:32.199Z] ---> Running in f29461165d29 [2021-01-12T21:21:32.564Z] Running on prd-centos7-docker-4c-2g-19814 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws [2021-01-12T21:21:32.682Z] Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout [2021-01-12T21:21:34.820Z] Removing intermediate container f29461165d29 [2021-01-12T21:21:34.821Z] ---> af860f7dd259 [2021-01-12T21:21:34.821Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-12T21:21:34.821Z] ---> Running in f95c80f72245 [2021-01-12T21:21:35.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T21:21:37.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T21:21:38.218Z] (1/14) Installing libmagic (5.38-r0) [2021-01-12T21:21:38.812Z] (2/14) Installing file (5.38-r0) [2021-01-12T21:21:38.812Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-12T21:21:38.812Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-12T21:21:38.829Z] using credential edgex-jenkins-ssh [2021-01-12T21:21:38.907Z] Cloning the remote Git repository [2021-01-12T21:21:38.944Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:21:39.019Z] > git init /w/workspace/device-mqtt-go/6 # timeout=10 [2021-01-12T21:21:39.098Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:21:39.098Z] > git --version # timeout=10 [2021-01-12T21:21:39.145Z] > git --version # 'git version 2.24.3' [2021-01-12T21:21:39.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:21:39.185Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:21:40.534Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 1a2760fa6122ae150650b2f9957aae7e9389bd59 [2021-01-12T21:21:40.727Z] Merge succeeded, producing 1a2760fa6122ae150650b2f9957aae7e9389bd59 [2021-01-12T21:21:40.728Z] Checking out Revision 1a2760fa6122ae150650b2f9957aae7e9389bd59 (PR-197) [2021-01-12T21:21:39.805Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T21:21:39.864Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:21:39.941Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T21:21:39.980Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:21:39.980Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:21:39.999Z] > 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-12T21:21:40.557Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T21:21:40.577Z] > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 [2021-01-12T21:21:40.647Z] > git remote # timeout=10 [2021-01-12T21:21:40.664Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T21:21:40.679Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:21:40.685Z] > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 [2021-01-12T21:21:40.713Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T21:21:40.730Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T21:21:40.749Z] > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 [2021-01-12T21:21:44.755Z] 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-12T21:21:46.114Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:21:46.501Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T21:21:46.891Z] + sudo service docker restart [2021-01-12T21:21:46.891Z] + true [2021-01-12T21:21:46.891Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T21:21:48.383Z] provisioning config files... [2021-01-12T21:21:48.439Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/6@tmp/config5204589497510797436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:21:48.881Z] ---> docker-login.sh [2021-01-12T21:21:48.881Z] nexus3.edgexfoundry.org:10001 [2021-01-12T21:21:49.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:49.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:49.468Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:49.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:49.468Z] [2021-01-12T21:21:49.468Z] Login Succeeded [2021-01-12T21:21:49.468Z] nexus3.edgexfoundry.org:10002 [2021-01-12T21:21:49.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:49.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:49.745Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:49.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:49.745Z] [2021-01-12T21:21:49.745Z] Login Succeeded [2021-01-12T21:21:50.039Z] nexus3.edgexfoundry.org:10003 [2021-01-12T21:21:50.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:50.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:50.306Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:50.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:50.306Z] [2021-01-12T21:21:50.306Z] Login Succeeded [2021-01-12T21:21:50.306Z] nexus3.edgexfoundry.org:10004 [2021-01-12T21:21:50.306Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:50.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:50.578Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:50.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:50.578Z] [2021-01-12T21:21:50.578Z] Login Succeeded [2021-01-12T21:21:50.578Z] docker.io [2021-01-12T21:21:50.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T21:21:51.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T21:21:51.150Z] Configure a credential helper to remove this warning. See [2021-01-12T21:21:51.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T21:21:51.150Z] [2021-01-12T21:21:51.150Z] Login Succeeded [2021-01-12T21:21:51.150Z] ---> docker-login.sh ends [2021-01-12T21:21:51.212Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-12T21:21:51.212Z] (6/14) Installing patch (2.7.6-r6) [2021-01-12T21:21:51.212Z] (7/14) Installing build-base (0.5-r2) [2021-01-12T21:21:51.212Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-12T21:21:51.212Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-12T21:21:51.212Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-12T21:21:51.212Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-12T21:21:51.212Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [Pipeline] } [2021-01-12T21:21:51.234Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-12T21:21:51.484Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-12T21:21:51.484Z] (14/14) Installing openssh (8.3_p1-r1) [Pipeline] echo [2021-01-12T21:21:51.704Z] ========================================================= [2021-01-12T21:21:51.704Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T21:21:51.704Z] ========================================================= [2021-01-12T21:21:51.755Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:21:51.755Z] OK: 221 MiB in 53 packages [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:21:52.101Z] + 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-12T21:21:52.372Z] Sending build context to Docker daemon 543.7kB [2021-01-12T21:21:52.372Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T21:21:52.372Z] Step 2/8 : FROM ${BASE} [2021-01-12T21:21:52.372Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T21:21:52.372Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T21:21:52.372Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T21:21:52.372Z] de9db76c5a1d: Pulling fs layer [2021-01-12T21:21:52.372Z] bca2f99d35d6: Pulling fs layer [2021-01-12T21:21:52.372Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T21:21:52.372Z] 7c6f9722023f: Pulling fs layer [2021-01-12T21:21:52.372Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T21:21:52.372Z] 93359f2a8cfa: Waiting [2021-01-12T21:21:52.372Z] bca2f99d35d6: Waiting [2021-01-12T21:21:52.372Z] 7c6f9722023f: Waiting [2021-01-12T21:21:52.372Z] a35cf1a2eb13: Waiting [2021-01-12T21:21:52.372Z] de9db76c5a1d: Verifying Checksum [2021-01-12T21:21:52.372Z] de9db76c5a1d: Download complete [2021-01-12T21:21:52.372Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T21:21:52.372Z] 0ef7d3d256c8: Download complete [2021-01-12T21:21:52.642Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T21:21:52.642Z] 93359f2a8cfa: Download complete [2021-01-12T21:21:52.642Z] 7c6f9722023f: Verifying Checksum [2021-01-12T21:21:52.642Z] 7c6f9722023f: Download complete [2021-01-12T21:21:52.916Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T21:21:52.916Z] 188c0c94c7c5: Download complete [2021-01-12T21:21:53.514Z] 188c0c94c7c5: Pull complete [2021-01-12T21:21:53.514Z] 0ef7d3d256c8: Pull complete [2021-01-12T21:21:53.793Z] de9db76c5a1d: Pull complete [2021-01-12T21:21:55.816Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T21:21:55.817Z] a35cf1a2eb13: Download complete [2021-01-12T21:21:56.060Z] Removing intermediate container f95c80f72245 [2021-01-12T21:21:56.060Z] ---> 0a12c03ce3cd [2021-01-12T21:21:56.060Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-12T21:21:56.060Z] ---> Running in 36dcf415dcf6 [2021-01-12T21:21:56.335Z] Removing intermediate container 36dcf415dcf6 [2021-01-12T21:21:56.335Z] ---> ffa871da97d1 [2021-01-12T21:21:56.335Z] Step 7/8 : COPY . . [2021-01-12T21:21:57.319Z] ---> 06b6514d19de [2021-01-12T21:21:57.319Z] Step 8/8 : RUN go mod download [2021-01-12T21:21:57.319Z] ---> Running in 898588889faa [2021-01-12T21:21:57.834Z] bca2f99d35d6: Verifying Checksum [2021-01-12T21:21:57.834Z] bca2f99d35d6: Download complete [2021-01-12T21:22:08.115Z] bca2f99d35d6: Pull complete [2021-01-12T21:22:08.115Z] 93359f2a8cfa: Pull complete [2021-01-12T21:22:08.392Z] 7c6f9722023f: Pull complete [2021-01-12T21:22:13.838Z] a35cf1a2eb13: Pull complete [2021-01-12T21:22:13.838Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T21:22:13.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T21:22:13.838Z] ---> a62c8e92a672 [2021-01-12T21:22:13.838Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-01-12T21:22:13.838Z] ---> Running in 6dd54361e789 [2021-01-12T21:22:13.838Z] Removing intermediate container 6dd54361e789 [2021-01-12T21:22:13.838Z] ---> 852a16f45f6c [2021-01-12T21:22:13.838Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:22:13.838Z] ---> Running in b7a95692ea02 [2021-01-12T21:22:15.271Z] Removing intermediate container b7a95692ea02 [2021-01-12T21:22:15.271Z] ---> 031037b4d490 [2021-01-12T21:22:15.271Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-01-12T21:22:15.271Z] ---> Running in 8002e1177dc8 [2021-01-12T21:22:15.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:22:16.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:22:16.781Z] (1/14) Installing libmagic (5.38-r0) [2021-01-12T21:22:17.048Z] (2/14) Installing file (5.38-r0) [2021-01-12T21:22:17.048Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-01-12T21:22:17.324Z] (4/14) Installing g++ (9.3.0-r2) [2021-01-12T21:22:19.517Z] Removing intermediate container 898588889faa [2021-01-12T21:22:19.517Z] ---> c90ac6a4b0f2 [2021-01-12T21:22:19.787Z] Successfully built c90ac6a4b0f2 [2021-01-12T21:22:19.787Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:22:20.148Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T21:22:20.149Z] . [Pipeline] withDockerContainer [2021-01-12T21:22:20.389Z] prd-ubuntu18.04-docker-arm64-4c-16g-19813 does not seem to be running inside a container [2021-01-12T21:22:20.477Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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-arm64 cat [2021-01-12T21:22:21.815Z] $ docker top b5da962bd50fddcc06b1b59ec6434ddb40ceb83bd9cddbe866a3b971158172d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:22:22.818Z] + go version [2021-01-12T21:22:22.818Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T21:22:22.841Z] $ docker stop --time=1 b5da962bd50fddcc06b1b59ec6434ddb40ceb83bd9cddbe866a3b971158172d3 [2021-01-12T21:22:24.122Z] (5/14) Installing fortify-headers (1.1-r0) [2021-01-12T21:22:24.123Z] (6/14) Installing patch (2.7.6-r6) [2021-01-12T21:22:24.123Z] (7/14) Installing build-base (0.5-r2) [2021-01-12T21:22:24.123Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-01-12T21:22:24.123Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-01-12T21:22:24.123Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-01-12T21:22:24.123Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-01-12T21:22:24.123Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-01-12T21:22:24.123Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-01-12T21:22:24.123Z] (14/14) Installing openssh (8.3_p1-r1) [2021-01-12T21:22:24.414Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T21:22:24.414Z] OK: 237 MiB in 53 packages [2021-01-12T21:22:24.689Z] $ docker rm -f b5da962bd50fddcc06b1b59ec6434ddb40ceb83bd9cddbe866a3b971158172d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:22:25.708Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T21:22:25.708Z] . [Pipeline] withDockerContainer [2021-01-12T21:22:25.961Z] prd-ubuntu18.04-docker-arm64-4c-16g-19813 does not seem to be running inside a container [2021-01-12T21:22:26.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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-arm64 cat [2021-01-12T21:22:27.445Z] $ docker top 3e66a302b48a070c8fa47bdf7643440460fb2bbe56130dfae97b8fbb4aa32239 -eo pid,comm [Pipeline] { [2021-01-12T21:22:27.779Z] Removing intermediate container 8002e1177dc8 [2021-01-12T21:22:27.779Z] ---> ee66d850ce19 [2021-01-12T21:22:27.779Z] Step 6/8 : WORKDIR /device-mqtt-go [2021-01-12T21:22:27.779Z] ---> Running in 873a9687ac7c [Pipeline] sh [2021-01-12T21:22:28.090Z] Removing intermediate container 873a9687ac7c [2021-01-12T21:22:28.090Z] ---> a36d1a141759 [2021-01-12T21:22:28.090Z] Step 7/8 : COPY . . [2021-01-12T21:22:28.440Z] + make test [2021-01-12T21:22:28.440Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T21:22:29.100Z] ---> 4293a406d8e8 [2021-01-12T21:22:29.100Z] Step 8/8 : RUN go mod download [2021-01-12T21:22:29.100Z] ---> Running in 6203d446a82e [2021-01-12T21:22:29.429Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-12T21:22:56.093Z] Removing intermediate container 6203d446a82e [2021-01-12T21:22:56.094Z] ---> 03543d24c831 [2021-01-12T21:22:56.094Z] Successfully built 03543d24c831 [2021-01-12T21:22:56.094Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:22:56.464Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T21:22:56.736Z] . [Pipeline] withDockerContainer [2021-01-12T21:22:56.928Z] prd-centos7-docker-4c-2g-19814 does not seem to be running inside a container [2021-01-12T21:22:57.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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-12T21:22:58.438Z] $ docker top f25a12058a7d31d8e61a5666a30849ad0ae87fe6a2deea4da6fea7bbcd76b18a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:22:59.105Z] + go version [2021-01-12T21:22:59.106Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T21:22:59.143Z] $ docker stop --time=1 f25a12058a7d31d8e61a5666a30849ad0ae87fe6a2deea4da6fea7bbcd76b18a [2021-01-12T21:23:00.694Z] $ docker rm -f f25a12058a7d31d8e61a5666a30849ad0ae87fe6a2deea4da6fea7bbcd76b18a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:23:01.721Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T21:23:01.721Z] . [Pipeline] withDockerContainer [2021-01-12T21:23:01.895Z] prd-centos7-docker-4c-2g-19814 does not seem to be running inside a container [2021-01-12T21:23:01.994Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@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-12T21:23:03.268Z] $ docker top b228e33f093f4da1f17eee7ec1f3d6d6d347274d5031d845ae0a5830cdb3fb48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:23:03.994Z] + make test [2021-01-12T21:23:03.994Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-01-12T21:23:06.045Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2021-01-12T21:23:08.527Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-12T21:23:08.527Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.038s coverage: 26.5% of statements [2021-01-12T21:23:08.527Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-12T21:23:08.527Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T21:23:16.840Z] gofmt -l . [2021-01-12T21:23:16.840Z] ["`gofmt -l .`" = ""] [2021-01-12T21:23:16.840Z] ./bin/test-attribution-txt.sh [2021-01-12T21:23:17.440Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-12T21:23:18.063Z] $ docker stop --time=1 3e66a302b48a070c8fa47bdf7643440460fb2bbe56130dfae97b8fbb4aa32239 [2021-01-12T21:23:20.756Z] $ docker rm -f 3e66a302b48a070c8fa47bdf7643440460fb2bbe56130dfae97b8fbb4aa32239 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T21:23:21.722Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T21:23:22.571Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T21:23:25.595Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-12T21:23:25.954Z] + ls -al . [2021-01-12T21:23:25.954Z] total 132 [2021-01-12T21:23:25.954Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 12 21:23 . [2021-01-12T21:23:25.954Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 21:20 .. [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 140 Jan 12 21:20 .dockerignore [2021-01-12T21:23:25.954Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 12 21:21 .git [2021-01-12T21:23:25.954Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 21:20 .github [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 336 Jan 12 21:20 .gitignore [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 6044 Jan 12 21:20 Attribution.txt [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 1802 Jan 12 21:20 Dockerfile [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 957 Jan 12 21:20 Dockerfile.build [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 12 21:20 Jenkinsfile [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 12 21:20 LICENSE [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 902 Jan 12 21:20 Makefile [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 444 Jan 12 21:20 README.md [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 12 21:18 VERSION [2021-01-12T21:23:25.954Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 21:20 bin [2021-01-12T21:23:25.954Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 21:20 cmd [2021-01-12T21:23:25.954Z] -rw-r--r-- 1 jenkins jenkins 20211 Jan 12 21:23 coverage.out [2021-01-12T21:23:25.954Z] -rw-r--r-- 1 jenkins jenkins 560 Jan 12 21:23 go.mod [2021-01-12T21:23:25.954Z] -rw-r--r-- 1 jenkins jenkins 15493 Jan 12 21:23 go.sum [2021-01-12T21:23:25.954Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 21:20 internal [2021-01-12T21:23:25.954Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 21:20 mock [2021-01-12T21:23:25.954Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 21:20 snap [2021-01-12T21:23:25.954Z] -rw-rw-r-- 1 jenkins jenkins 227 Jan 12 21:20 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:23:26.379Z] + 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=1a2760fa6122ae150650b2f9957aae7e9389bd59 --label arch=arm64 --label version=0.0.0 . [2021-01-12T21:23:26.664Z] Sending build context to Docker daemon 563.7kB [2021-01-12T21:23:26.664Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T21:23:26.664Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-12T21:23:26.664Z] ---> c90ac6a4b0f2 [2021-01-12T21:23:26.664Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-12T21:23:26.949Z] ---> Running in fbea01e878f1 [2021-01-12T21:23:27.546Z] Removing intermediate container fbea01e878f1 [2021-01-12T21:23:27.546Z] ---> b144d90f23f7 [2021-01-12T21:23:27.546Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-12T21:23:27.546Z] ---> Running in 3b9d01380372 [2021-01-12T21:23:28.145Z] Removing intermediate container 3b9d01380372 [2021-01-12T21:23:28.145Z] ---> 08c6bbdb76f2 [2021-01-12T21:23:28.145Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:23:28.145Z] ---> Running in ceec5c25a882 [2021-01-12T21:23:28.768Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2021-01-12T21:23:30.131Z] Removing intermediate container ceec5c25a882 [2021-01-12T21:23:30.131Z] ---> 4faf8931cf0f [2021-01-12T21:23:30.131Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-12T21:23:30.407Z] ---> Running in 4c8be83a32c0 [2021-01-12T21:23:30.852Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.029s coverage: 26.5% of statements [2021-01-12T21:23:30.852Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2021-01-12T21:23:30.852Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-12T21:23:31.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T21:23:31.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T21:23:32.570Z] OK: 221 MiB in 53 packages [2021-01-12T21:23:33.996Z] Removing intermediate container 4c8be83a32c0 [2021-01-12T21:23:33.996Z] ---> d7fe240c420f [2021-01-12T21:23:33.996Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-01-12T21:23:33.996Z] ---> Running in cc41a57a413d [2021-01-12T21:23:34.269Z] Removing intermediate container cc41a57a413d [2021-01-12T21:23:34.269Z] ---> 9735d7b7d5ec [2021-01-12T21:23:34.269Z] Step 8/22 : COPY . . [2021-01-12T21:23:35.247Z] ---> 2544b9d6d35a [2021-01-12T21:23:35.247Z] Step 9/22 : ARG MAKE='make build' [2021-01-12T21:23:35.521Z] ---> Running in 0c1df5fccfc1 [2021-01-12T21:23:35.794Z] Removing intermediate container 0c1df5fccfc1 [2021-01-12T21:23:35.794Z] ---> 0ebda3787919 [2021-01-12T21:23:35.794Z] Step 10/22 : RUN $MAKE [2021-01-12T21:23:36.073Z] ---> Running in 48b1654c4446 [2021-01-12T21:23:36.334Z] gofmt -l . [2021-01-12T21:23:36.334Z] ["`gofmt -l .`" = ""] [2021-01-12T21:23:36.334Z] ./bin/test-attribution-txt.sh [2021-01-12T21:23:37.071Z] 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-12T21:23:37.343Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-01-12T21:23:38.024Z] $ docker stop --time=1 b228e33f093f4da1f17eee7ec1f3d6d6d347274d5031d845ae0a5830cdb3fb48 [2021-01-12T21:23:40.460Z] $ docker rm -f b228e33f093f4da1f17eee7ec1f3d6d6d347274d5031d845ae0a5830cdb3fb48 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T21:23:41.327Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-12T21:23:41.350Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T21:23:42.233Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-12T21:23:42.999Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-12T21:23:43.355Z] + ls -al . [2021-01-12T21:23:43.355Z] total 100 [2021-01-12T21:23:43.355Z] drwxrwxr-x. 9 jenkins jenkins 4096 Jan 12 21:23 . [2021-01-12T21:23:43.355Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 12 21:21 .. [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 6044 Jan 12 21:21 Attribution.txt [2021-01-12T21:23:43.355Z] drwxrwxr-x. 2 jenkins jenkins 87 Jan 12 21:21 bin [2021-01-12T21:23:43.355Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 12 21:21 cmd [2021-01-12T21:23:43.355Z] -rw-r--r--. 1 jenkins jenkins 20211 Jan 12 21:23 coverage.out [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 1802 Jan 12 21:21 Dockerfile [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 957 Jan 12 21:21 Dockerfile.build [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 140 Jan 12 21:21 .dockerignore [2021-01-12T21:23:43.355Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 12 21:21 .git [2021-01-12T21:23:43.355Z] drwxrwxr-x. 2 jenkins jenkins 60 Jan 12 21:21 .github [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 336 Jan 12 21:21 .gitignore [2021-01-12T21:23:43.355Z] -rw-r--r--. 1 jenkins jenkins 560 Jan 12 21:23 go.mod [2021-01-12T21:23:43.355Z] -rw-r--r--. 1 jenkins jenkins 15493 Jan 12 21:23 go.sum [2021-01-12T21:23:43.355Z] drwxrwxr-x. 3 jenkins jenkins 20 Jan 12 21:21 internal [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 677 Jan 12 21:21 Jenkinsfile [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 12 21:21 LICENSE [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 902 Jan 12 21:21 Makefile [2021-01-12T21:23:43.355Z] drwxrwxr-x. 2 jenkins jenkins 23 Jan 12 21:21 mock [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 444 Jan 12 21:21 README.md [2021-01-12T21:23:43.355Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 12 21:21 snap [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 12 21:18 VERSION [2021-01-12T21:23:43.355Z] -rw-rw-r--. 1 jenkins jenkins 227 Jan 12 21:21 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:23:43.746Z] + 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=1a2760fa6122ae150650b2f9957aae7e9389bd59 --label arch=amd64 --label version=0.0.0 . [2021-01-12T21:23:44.014Z] Sending build context to Docker daemon 564.7kB [2021-01-12T21:23:44.014Z] Step 1/22 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T21:23:44.014Z] Step 2/22 : FROM ${BASE} AS builder [2021-01-12T21:23:44.014Z] ---> 03543d24c831 [2021-01-12T21:23:44.014Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2021-01-12T21:23:44.286Z] ---> Running in ce0f555830ad [2021-01-12T21:23:44.564Z] Removing intermediate container ce0f555830ad [2021-01-12T21:23:44.564Z] ---> 61d04c065970 [2021-01-12T21:23:44.564Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2021-01-12T21:23:44.564Z] ---> Running in acf3dc817ab1 [2021-01-12T21:23:44.837Z] Removing intermediate container acf3dc817ab1 [2021-01-12T21:23:44.837Z] ---> f76e1110bf4d [2021-01-12T21:23:44.837Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T21:23:45.121Z] ---> Running in 546a2d1b89be [2021-01-12T21:23:47.140Z] Removing intermediate container 546a2d1b89be [2021-01-12T21:23:47.140Z] ---> fac6ff65a937 [2021-01-12T21:23:47.140Z] Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-12T21:23:47.140Z] ---> Running in 3aeab9b03592 [2021-01-12T21:23:47.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T21:23:48.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T21:23:48.991Z] OK: 237 MiB in 53 packages [2021-01-12T21:23:49.597Z] Removing intermediate container 3aeab9b03592 [2021-01-12T21:23:49.597Z] ---> 0d834177fe03 [2021-01-12T21:23:49.597Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2021-01-12T21:23:49.597Z] ---> Running in 979abebf659b [2021-01-12T21:23:49.868Z] Removing intermediate container 979abebf659b [2021-01-12T21:23:49.868Z] ---> 9c6ab589fadf [2021-01-12T21:23:49.868Z] Step 8/22 : COPY . . [2021-01-12T21:23:50.840Z] ---> 5f0ea07921fa [2021-01-12T21:23:50.840Z] Step 9/22 : ARG MAKE='make build' [2021-01-12T21:23:50.840Z] ---> Running in 626d8f166621 [2021-01-12T21:23:51.112Z] Removing intermediate container 626d8f166621 [2021-01-12T21:23:51.112Z] ---> e5ab66c6a709 [2021-01-12T21:23:51.112Z] Step 10/22 : RUN $MAKE [2021-01-12T21:23:51.112Z] ---> Running in eb4eaca22789 [2021-01-12T21:23:52.107Z] 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-12T21:24:03.890Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-12T21:24:10.608Z] Removing intermediate container 48b1654c4446 [2021-01-12T21:24:10.608Z] ---> c76e645ae8b7 [2021-01-12T21:24:10.608Z] Step 11/22 : FROM alpine:3.12 [2021-01-12T21:24:10.779Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-01-12T21:24:11.201Z] 3.12: Pulling from library/alpine [2021-01-12T21:24:11.201Z] 159e5727ea61: Pulling fs layer [2021-01-12T21:24:11.473Z] 159e5727ea61: Download complete [2021-01-12T21:24:12.068Z] 159e5727ea61: Pull complete [2021-01-12T21:24:12.068Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T21:24:12.068Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T21:24:12.068Z] ---> afeebe901d6b [2021-01-12T21:24:12.068Z] Step 12/22 : ENV APP_PORT=49982 [2021-01-12T21:24:12.340Z] ---> Running in 18a00281311c [2021-01-12T21:24:12.936Z] Removing intermediate container 18a00281311c [2021-01-12T21:24:12.936Z] ---> 42b3b85b1b43 [2021-01-12T21:24:12.936Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T21:24:12.936Z] ---> Running in 83bec57327dd [2021-01-12T21:24:13.209Z] Removing intermediate container 83bec57327dd [2021-01-12T21:24:13.209Z] ---> 8c2aa746f83c [2021-01-12T21:24:13.209Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-01-12T21:24:14.642Z] ---> 50564d77ad51 [2021-01-12T21:24:14.642Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2021-01-12T21:24:15.204Z] Removing intermediate container eb4eaca22789 [2021-01-12T21:24:15.204Z] ---> 38823aed220e [2021-01-12T21:24:15.204Z] Step 11/22 : FROM alpine:3.12 [2021-01-12T21:24:15.243Z] ---> af2938f99fe6 [2021-01-12T21:24:15.244Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-01-12T21:24:15.814Z] 3.12: Pulling from library/alpine [2021-01-12T21:24:15.840Z] ---> 8e05a85a3dc0 [2021-01-12T21:24:15.840Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-01-12T21:24:15.840Z] ---> Running in 746d05b6a95d [2021-01-12T21:24:16.117Z] 801bfaa63ef2: Pulling fs layer [2021-01-12T21:24:16.404Z] 801bfaa63ef2: Verifying Checksum [2021-01-12T21:24:16.404Z] 801bfaa63ef2: Download complete [2021-01-12T21:24:16.440Z] Removing intermediate container 746d05b6a95d [2021-01-12T21:24:16.440Z] ---> fc1d5a6ac3cf [2021-01-12T21:24:16.440Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-01-12T21:24:16.440Z] ---> Running in 144c9299e420 [2021-01-12T21:24:16.673Z] 801bfaa63ef2: Pull complete [2021-01-12T21:24:16.942Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T21:24:16.942Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T21:24:16.942Z] ---> 389fef711851 [2021-01-12T21:24:16.942Z] Step 12/22 : ENV APP_PORT=49982 [2021-01-12T21:24:16.942Z] ---> Running in 2f176f2b1e5f [2021-01-12T21:24:17.035Z] Removing intermediate container 144c9299e420 [2021-01-12T21:24:17.035Z] ---> ee1e99f14f85 [2021-01-12T21:24:17.035Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T21:24:17.035Z] ---> Running in 577a6dfa857a [2021-01-12T21:24:17.229Z] Removing intermediate container 2f176f2b1e5f [2021-01-12T21:24:17.229Z] ---> f8777ca35365 [2021-01-12T21:24:17.229Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-12T21:24:17.229Z] ---> Running in 9daa7dff4281 [2021-01-12T21:24:17.505Z] Removing intermediate container 9daa7dff4281 [2021-01-12T21:24:17.505Z] ---> a9a9a6a91690 [2021-01-12T21:24:17.505Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2021-01-12T21:24:17.627Z] Removing intermediate container 577a6dfa857a [2021-01-12T21:24:17.627Z] ---> 4821784bff73 [2021-01-12T21:24:17.627Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T21:24:17.627Z] ---> Running in 08a3ffafc031 [2021-01-12T21:24:18.227Z] Removing intermediate container 08a3ffafc031 [2021-01-12T21:24:18.227Z] ---> be0fb56d1bec [2021-01-12T21:24:18.227Z] Step 21/22 : LABEL git_sha=1a2760fa6122ae150650b2f9957aae7e9389bd59 [2021-01-12T21:24:18.227Z] ---> Running in 1556150b1ad9 [2021-01-12T21:24:18.484Z] ---> 6022e6c04c91 [2021-01-12T21:24:18.484Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2021-01-12T21:24:18.484Z] ---> c2f46de475b4 [2021-01-12T21:24:18.484Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2021-01-12T21:24:18.823Z] Removing intermediate container 1556150b1ad9 [2021-01-12T21:24:18.823Z] ---> a761f6762f48 [2021-01-12T21:24:18.823Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T21:24:18.823Z] ---> Running in dae5cbbf9777 [2021-01-12T21:24:19.148Z] ---> a44b26d2371f [2021-01-12T21:24:19.148Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2021-01-12T21:24:19.148Z] ---> Running in 8a749a01e874 [2021-01-12T21:24:19.417Z] Removing intermediate container dae5cbbf9777 [2021-01-12T21:24:19.417Z] ---> a1954a733832 [2021-01-12T21:24:19.417Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-12T21:24:19.417Z] Successfully built a1954a733832 [2021-01-12T21:24:19.417Z] Successfully tagged docker-device-mqtt-go-arm64:latest [2021-01-12T21:24:19.419Z] Removing intermediate container 8a749a01e874 [2021-01-12T21:24:19.419Z] ---> 80d5c26af65f [2021-01-12T21:24:19.420Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2021-01-12T21:24:19.420Z] ---> Running in 2fdc37485795 [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-12T21:24:19.688Z] Removing intermediate container 2fdc37485795 [2021-01-12T21:24:19.688Z] ---> 828d1f4cd477 [2021-01-12T21:24:19.688Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T21:24:19.688Z] ---> Running in 34a7d6c7bb0e [2021-01-12T21:24:19.989Z] Removing intermediate container 34a7d6c7bb0e [2021-01-12T21:24:19.989Z] ---> 1b9a3f2286bd [2021-01-12T21:24:19.989Z] Step 20/22 : LABEL arch=amd64 [2021-01-12T21:24:19.989Z] ---> Running in 25107257eb32 [2021-01-12T21:24:20.286Z] Removing intermediate container 25107257eb32 [2021-01-12T21:24:20.286Z] ---> 46f0843f824b [2021-01-12T21:24:20.286Z] Step 21/22 : LABEL git_sha=1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-12T21:24:20.574Z] ---> Running in b640e160b676 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-12T21:24:20.856Z] Removing intermediate container b640e160b676 [2021-01-12T21:24:20.856Z] ---> e492b5ac8d3a [2021-01-12T21:24:20.856Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T21:24:20.857Z] ---> Running in dba35c3926f4 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-01-12T21:24:21.144Z] Removing intermediate container dba35c3926f4 [2021-01-12T21:24:21.144Z] ---> ae0a938b7e93 [2021-01-12T21:24:21.144Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-12T21:24:21.144Z] Successfully built ae0a938b7e93 [2021-01-12T21:24:21.144Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [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-12T21:24:36.680Z] Still waiting to schedule task [2021-01-12T21:24:36.680Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-12T21:25:28.409Z] Running on prd-ubuntu18.04-docker-8c-8g-19815 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws [2021-01-12T21:25:28.463Z] Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout [2021-01-12T21:25:30.471Z] using credential edgex-jenkins-ssh [2021-01-12T21:25:30.539Z] Cloning the remote Git repository [2021-01-12T21:25:30.563Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:25:30.632Z] > git init /w/workspace/device-mqtt-go/6 # timeout=10 [2021-01-12T21:25:30.660Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:25:30.660Z] > git --version # timeout=10 [2021-01-12T21:25:30.666Z] > git --version # 'git version 2.17.1' [2021-01-12T21:25:30.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:25:30.691Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:25:31.752Z] Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 1a2760fa6122ae150650b2f9957aae7e9389bd59 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-12T21:25:31.237Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T21:25:31.244Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T21:25:31.252Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2021-01-12T21:25:31.262Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2021-01-12T21:25:31.262Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T21:25:31.265Z] > 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-12T21:25:31.764Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T21:25:31.769Z] > git checkout -f 1a2760fa6122ae150650b2f9957aae7e9389bd59 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T21:25:32.685Z] Failed in branch amd64 [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-12T21:25:35.301Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:25:35.869Z] ---> package-listing.sh [2021-01-12T21:25:35.869Z] ++ facter osfamily [2021-01-12T21:25:35.869Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T21:25:35.869Z] + OS_FAMILY=redhat [2021-01-12T21:25:35.869Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-197 [2021-01-12T21:25:35.869Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T21:25:35.869Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T21:25:35.869Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T21:25:35.869Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T21:25:35.869Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' [2021-01-12T21:25:35.869Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T21:25:35.869Z] + case "${OS_FAMILY}" in [2021-01-12T21:25:35.869Z] + rpm -qa [2021-01-12T21:25:35.869Z] + sort [2021-01-12T21:25:41.216Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T21:25:41.216Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T21:25:41.216Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T21:25:41.216Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' [2021-01-12T21:25:41.216Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-197/archives/ [2021-01-12T21:25:41.216Z] + 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-12T21:25:41.238Z] 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-12T21:25:41.532Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:25:41.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T21:25:41.839Z] [2021-01-12T21:25:41.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T21:25:42.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T21:25:42.201Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T21:25:42.201Z] df20fa9351a1: Pulling fs layer [2021-01-12T21:25:42.201Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T21:25:42.201Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T21:25:42.201Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T21:25:42.201Z] 93b61091891f: Pulling fs layer [2021-01-12T21:25:42.201Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T21:25:42.201Z] 5e14af77c1be: Pulling fs layer [2021-01-12T21:25:42.201Z] 01666e4c0597: Pulling fs layer [2021-01-12T21:25:42.201Z] aa168da1d23b: Pulling fs layer [2021-01-12T21:25:42.201Z] 93b9cdb0e59b: Waiting [2021-01-12T21:25:42.201Z] 5e14af77c1be: Waiting [2021-01-12T21:25:42.201Z] 01666e4c0597: Waiting [2021-01-12T21:25:42.201Z] aa168da1d23b: Waiting [2021-01-12T21:25:42.201Z] 46f8f816bc3b: Waiting [2021-01-12T21:25:42.201Z] 93b61091891f: Waiting [2021-01-12T21:25:42.201Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T21:25:42.201Z] 36b3adc4ff6f: Download complete [2021-01-12T21:25:42.201Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T21:25:42.201Z] 46f8f816bc3b: Download complete [2021-01-12T21:25:42.201Z] df20fa9351a1: Verifying Checksum [2021-01-12T21:25:42.201Z] df20fa9351a1: Download complete [2021-01-12T21:25:42.473Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T21:25:42.473Z] 93b9cdb0e59b: Download complete [2021-01-12T21:25:42.473Z] 5e14af77c1be: Verifying Checksum [2021-01-12T21:25:42.473Z] 5e14af77c1be: Download complete [2021-01-12T21:25:42.473Z] 01666e4c0597: Verifying Checksum [2021-01-12T21:25:42.473Z] 01666e4c0597: Download complete [2021-01-12T21:25:42.473Z] 93b61091891f: Verifying Checksum [2021-01-12T21:25:42.473Z] 93b61091891f: Download complete [2021-01-12T21:25:42.473Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T21:25:42.473Z] 8ad3a11d3b57: Download complete [2021-01-12T21:25:42.738Z] df20fa9351a1: Pull complete [2021-01-12T21:25:43.002Z] 36b3adc4ff6f: Pull complete [2021-01-12T21:25:43.601Z] 8ad3a11d3b57: Pull complete [2021-01-12T21:25:43.864Z] 46f8f816bc3b: Pull complete [2021-01-12T21:25:44.449Z] 93b61091891f: Pull complete [2021-01-12T21:25:44.449Z] 93b9cdb0e59b: Pull complete [2021-01-12T21:25:44.712Z] aa168da1d23b: Verifying Checksum [2021-01-12T21:25:44.712Z] aa168da1d23b: Download complete [2021-01-12T21:25:44.975Z] 5e14af77c1be: Pull complete [2021-01-12T21:25:45.236Z] 01666e4c0597: Pull complete [2021-01-12T21:25:51.871Z] aa168da1d23b: Pull complete [2021-01-12T21:25:51.871Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T21:25:51.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T21:25:51.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T21:25:52.074Z] prd-centos7-docker-4c-2g-19812 does not seem to be running inside a container [2021-01-12T21:25:52.122Z] $ 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-12T21:25:55.734Z] $ docker top 7fb491c68098ff623072b8190f9c4dfffbfb218055c22edc503aca704d1b1ce7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T21:25:56.286Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T21:25:56.589Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T21:25:56.888Z] + ls /var/log/sa-host [2021-01-12T21:25:56.889Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T21:25:56.889Z] file_magic: OK [2021-01-12T21:25:56.889Z] HZ: Using current value: 100 [2021-01-12T21:25:56.889Z] file_header: OK [2021-01-12T21:25:56.889Z] 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-12T21:25:56.889Z] Statistics: [2021-01-12T21:25:56.889Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-12T21:25:56.889Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T21:25:56.889Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T21:25:56.889Z] file_magic: OK [2021-01-12T21:25:56.889Z] HZ: Using current value: 100 [2021-01-12T21:25:56.889Z] file_header: OK [2021-01-12T21:25:56.889Z] 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-12T21:25:56.889Z] Statistics: [2021-01-12T21:25:56.889Z] Hnuu...uuuununununu... [2021-01-12T21:25:56.889Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T21:25:57.492Z] provisioning config files... [2021-01-12T21:25:57.509Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config3807790021668718743tmp [Pipeline] { [Pipeline] echo [2021-01-12T21:25:57.577Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:25:57.872Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T21:25:57.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T21:25:57.968Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:25:58.265Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T21:25:58.276Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:25:58.577Z] ---> sudo-logs.sh [2021-01-12T21:25:58.578Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T21:25:58.589Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:25:58.887Z] ---> job-cost.sh [2021-01-12T21:25:58.887Z] lf-activate-venv: SKIPPING [2021-01-12T21:25:58.887Z] INFO: No Stack... [2021-01-12T21:25:59.834Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T21:26:00.096Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T21:26:00.109Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T21:26:00.407Z] ---> logs-deploy.sh [2021-01-12T21:26:00.408Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-197/6 [2021-01-12T21:26:00.408Z] INFO: archiving workspace using pattern(s): [2021-01-12T21:26:02.329Z] Archives upload complete. [2021-01-12T21:26:02.329Z] INFO: archiving logs to Nexus