Pull request #165 opened 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 venkata-subbareddyK for edgexfoundry/device-mqtt-go Loading trusted files from base branch master at e79178b88edbb9292baeff06bb49682f9eadd771 rather than d7447a91da9905bf33fee48a0edb56a4b77c94bd Obtained Jenkinsfile from e79178b88edbb9292baeff06bb49682f9eadd771 Running in Durability level: MAX_SURVIVABILITY 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-165/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-815 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-165 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # 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 e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:48:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:48:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:48:09 ========================================================= 18:48:09 EdgeX Global Pipelines Version Info 18:48:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:48:11 ------------------- 18:48:11 stable info: 18:48:11 ------------------- 18:48:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:48:11 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 18:48:11 Message: update stable to v1.0.114 18:48:12 ------------------- 18:48:12 experimental info: 18:48:12 ------------------- 18:48:12 Commited By: **** collab-it+edgex@linuxfoundation.org 18:48:12 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 18:48:12 Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:48:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 18:48:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 18:48:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:48:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:48:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-165 [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-165 [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-165 [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7447a91da9905bf33fee48a0edb56a4b77c94bd [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7447a9 [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:48:16 + git log --format=format:%s -1 d7447a91da9905bf33fee48a0edb56a4b77c94bd [Pipeline] echo 18:48:16 GIT_COMMIT: d7447a91da9905bf33fee48a0edb56a4b77c94bd, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164 [Pipeline] echo 18:48:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:48:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:17 18:48:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:48:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:17 latest: Pulling from edgex-devops/git-semver 18:48:17 31603596830f: Pulling fs layer 18:48:17 2a8b12db71e7: Pulling fs layer 18:48:17 6ca5941a6612: Pulling fs layer 18:48:17 ecc8261a40a4: Pulling fs layer 18:48:17 ecc8261a40a4: Waiting 18:48:17 2a8b12db71e7: Verifying Checksum 18:48:17 2a8b12db71e7: Download complete 18:48:17 31603596830f: Verifying Checksum 18:48:17 31603596830f: Download complete 18:48:18 6ca5941a6612: Verifying Checksum 18:48:18 6ca5941a6612: Download complete 18:48:18 ecc8261a40a4: Verifying Checksum 18:48:18 ecc8261a40a4: Download complete 18:48:18 31603596830f: Pull complete 18:48:18 2a8b12db71e7: Pull complete 18:48:19 6ca5941a6612: Pull complete 18:48:19 ecc8261a40a4: Pull complete 18:48:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:48:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:48:19 prd-centos7-docker-4c-2g-815 does not seem to be running inside a container 18:48:19 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-165 -v /w/workspace/gexfoundry_device-mqtt-go_PR-165:/w/workspace/gexfoundry_device-mqtt-go_PR-165:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:48:21 $ docker top a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:48:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:21 [ssh-agent] Looking for ssh-agent implementation... 18:48:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:21 $ docker exec a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent 18:48:22 SSH_AUTH_SOCK=/tmp/ssh-wmJdGFYp5x6x/agent.11 18:48:22 SSH_AGENT_PID=16 18:48:22 Running ssh-add (command line suppressed) 18:48:22 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_6838009643314576403.key (/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_6838009643314576403.key) 18:48:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:22 + git describe --exact-match --tags HEAD 18:48:22 fatal: No names found, cannot describe anything. [Pipeline] } 18:48:22 $ docker exec --env ******** --env ******** a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent -k 18:48:22 unset SSH_AUTH_SOCK; 18:48:22 unset SSH_AGENT_PID; 18:48:22 echo Agent pid 16 killed; 18:48:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:48:23 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:48:23 This usually means this commit has not been tagged. [Pipeline] sshagent 18:48:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:23 [ssh-agent] Looking for ssh-agent implementation... 18:48:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:23 $ docker exec a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent 18:48:23 SSH_AUTH_SOCK=/tmp/ssh-Gn5athZoMSnM/agent.45 18:48:23 SSH_AGENT_PID=50 18:48:23 Running ssh-add (command line suppressed) 18:48:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_1008637971389635130.key (/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_1008637971389635130.key) 18:48:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:23 + git semver init 18:48:23 # -> Open(): unable to determine branch for HEAD 18:48:23 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-165/.git 18:48:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-165 18:48:23 # $SEMVER_REMOTE_NAME = origin 18:48:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:48:23 # $SEMVER_USER_NAME = edgex-jenkins 18:48:23 # $SEMVER_BRANCH = PR-165 18:48:23 # $SEMVER_TEMP = /tmp/semver-104115051 18:48:23 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 18:48:24 # '/tmp/semver-104115051' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-165/.semver' 18:48:24 # -> Force: false 18:48:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-165/.semver [Pipeline] } 18:48:24 $ docker exec --env ******** --env ******** a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent -k 18:48:24 unset SSH_AUTH_SOCK; 18:48:24 unset SSH_AGENT_PID; 18:48:24 echo Agent pid 50 killed; 18:48:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:48:24 + git semver [Pipeline] } 18:48:25 $ docker stop --time=1 a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 18:48:26 $ docker rm -f a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:48:27 Stashed 23 file(s) [Pipeline] echo 18:48:27 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:48:27 Archived original 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 18:48:42 Still waiting to schedule task 18:48:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:48:42 Still waiting to schedule task 18:48:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-811’ is offline 18:50:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-816 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] ws 18:50:26 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 18:50:32 using credential edgex-jenkins-ssh 18:50:32 Cloning the remote Git repository 18:50:32 Cloning with configured refspecs honoured and without tags 18:50:32 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 18:50:32 > git init /w/workspace/device-mqtt-go/1 # timeout=10 18:50:32 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:50:32 > git --version # timeout=10 18:50:32 > git --version # 'git version 2.17.1' 18:50:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:33 Fetching without tags 18:50:33 Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:50:34 Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:50:34 Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) 18:50:33 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:50:33 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 18:50:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:33 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:50:33 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:50:33 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:33 > git config core.sparsecheckout # timeout=10 18:50:33 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:50:34 > git remote # timeout=10 18:50:34 > git config --get remote.origin.url # timeout=10 18:50:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:34 > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 18:50:34 > git rev-parse HEAD^{commit} # timeout=10 18:50:34 > git config core.sparsecheckout # timeout=10 18:50:34 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:50:38 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" 18:50:38 > git --version # timeout=10 18:50:38 > git --version # 'git version 2.17.1' 18:50:38 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:50:39 ========================================================= 18:50:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 18:50:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:50:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 18:50:42 Sending build context to Docker daemon 600.1kB 18:50:42 Step 1/8 : ARG BASE=golang:1.13-alpine 18:50:42 Step 2/8 : FROM ${BASE} 18:50:42 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:50:42 b538f80385f9: Pulling fs layer 18:50:42 74f711af9a0d: Pulling fs layer 18:50:42 99f96fe45779: Pulling fs layer 18:50:42 fd7a069fd194: Pulling fs layer 18:50:42 66aa3694b03b: Pulling fs layer 18:50:42 170f70906a0f: Pulling fs layer 18:50:42 ad7c5574e4b9: Pulling fs layer 18:50:42 e772456be8f7: Pulling fs layer 18:50:42 c890913d741a: Pulling fs layer 18:50:42 2480fcc9aa5a: Pulling fs layer 18:50:42 09adf4765672: Pulling fs layer 18:50:42 e772456be8f7: Waiting 18:50:42 170f70906a0f: Waiting 18:50:42 c890913d741a: Waiting 18:50:42 ad7c5574e4b9: Waiting 18:50:42 fd7a069fd194: Waiting 18:50:42 2480fcc9aa5a: Waiting 18:50:42 66aa3694b03b: Waiting 18:50:42 99f96fe45779: Download complete 18:50:42 74f711af9a0d: Verifying Checksum 18:50:42 74f711af9a0d: Download complete 18:50:42 66aa3694b03b: Verifying Checksum 18:50:42 66aa3694b03b: Download complete 18:50:42 170f70906a0f: Verifying Checksum 18:50:42 170f70906a0f: Download complete 18:50:42 b538f80385f9: Verifying Checksum 18:50:42 b538f80385f9: Download complete 18:50:43 b538f80385f9: Pull complete 18:50:44 74f711af9a0d: Pull complete 18:50:44 99f96fe45779: Pull complete 18:50:44 ad7c5574e4b9: Download complete 18:50:44 c890913d741a: Verifying Checksum 18:50:44 c890913d741a: Download complete 18:50:46 2480fcc9aa5a: Verifying Checksum 18:50:46 2480fcc9aa5a: Download complete 18:50:46 09adf4765672: Download complete 18:50:46 e772456be8f7: Verifying Checksum 18:50:46 e772456be8f7: Download complete 18:50:47 fd7a069fd194: Verifying Checksum 18:50:47 fd7a069fd194: Download complete 18:50:51 Running on prd-centos7-docker-4c-2g-817 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] ws 18:50:51 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 18:50:53 using credential edgex-jenkins-ssh 18:50:53 Cloning the remote Git repository 18:50:53 Cloning with configured refspecs honoured and without tags 18:50:54 Fetching without tags 18:50:53 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 18:50:54 > git init /w/workspace/device-mqtt-go/1 # timeout=10 18:50:54 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:50:54 > git --version # timeout=10 18:50:54 > git --version # 'git version 2.16.5' 18:50:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:54 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:50:54 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 18:50:54 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:54 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:50:54 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:50:54 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:54 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:55 Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:50:55 Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:50:55 Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) 18:50:55 > git config core.sparsecheckout # timeout=10 18:50:55 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:50:55 > git remote # timeout=10 18:50:55 > git config --get remote.origin.url # timeout=10 18:50:55 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:55 > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 18:50:55 > git rev-parse HEAD^{commit} # timeout=10 18:50:55 > git config core.sparsecheckout # timeout=10 18:50:55 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:50:58 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" 18:50:58 > git --version # timeout=10 18:50:58 > git --version # 'git version 2.16.5' 18:50:58 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:50:59 ========================================================= 18:50:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 18:50:59 ========================================================= 18:50:59 fd7a069fd194: Pull complete 18:50:59 66aa3694b03b: Pull complete 18:50:59 170f70906a0f: Pull complete [Pipeline] isUnix [Pipeline] sh 18:51:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 18:51:00 Sending build context to Docker daemon 600.1kB 18:51:00 Step 1/8 : ARG BASE=golang:1.13-alpine 18:51:00 Step 2/8 : FROM ${BASE} 18:51:00 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 18:51:00 df20fa9351a1: Pulling fs layer 18:51:00 ed8968b2872e: Pulling fs layer 18:51:00 a92cc7c5fd73: Pulling fs layer 18:51:00 2dd03ba5bac4: Pulling fs layer 18:51:00 1e091d79d1de: Pulling fs layer 18:51:00 481702a1767f: Pulling fs layer 18:51:00 f64a6f60c768: Pulling fs layer 18:51:00 e78d2573fc39: Pulling fs layer 18:51:00 e876d2f968b6: Pulling fs layer 18:51:00 ce8a83651883: Pulling fs layer 18:51:00 07967f4d0e4b: Pulling fs layer 18:51:00 2dd03ba5bac4: Waiting 18:51:00 f64a6f60c768: Waiting 18:51:00 1e091d79d1de: Waiting 18:51:00 e78d2573fc39: Waiting 18:51:00 481702a1767f: Waiting 18:51:00 e876d2f968b6: Waiting 18:51:00 07967f4d0e4b: Waiting 18:51:00 ce8a83651883: Waiting 18:51:00 a92cc7c5fd73: Verifying Checksum 18:51:00 a92cc7c5fd73: Download complete 18:51:00 ed8968b2872e: Download complete 18:51:00 1e091d79d1de: Verifying Checksum 18:51:00 1e091d79d1de: Download complete 18:51:00 481702a1767f: Verifying Checksum 18:51:00 481702a1767f: Download complete 18:51:00 df20fa9351a1: Download complete 18:51:01 df20fa9351a1: Pull complete 18:51:01 f64a6f60c768: Verifying Checksum 18:51:01 f64a6f60c768: Download complete 18:51:01 e876d2f968b6: Verifying Checksum 18:51:01 e876d2f968b6: Download complete 18:51:02 ad7c5574e4b9: Pull complete 18:51:02 2dd03ba5bac4: Verifying Checksum 18:51:02 2dd03ba5bac4: Download complete 18:51:02 ce8a83651883: Verifying Checksum 18:51:02 ce8a83651883: Download complete 18:51:02 07967f4d0e4b: Verifying Checksum 18:51:02 07967f4d0e4b: Download complete 18:51:02 e78d2573fc39: Verifying Checksum 18:51:02 e78d2573fc39: Download complete 18:51:02 ed8968b2872e: Pull complete 18:51:03 a92cc7c5fd73: Pull complete 18:51:07 e772456be8f7: Pull complete 18:51:07 c890913d741a: Pull complete 18:51:08 2dd03ba5bac4: Pull complete 18:51:08 1e091d79d1de: Pull complete 18:51:08 481702a1767f: Pull complete 18:51:09 2480fcc9aa5a: Pull complete 18:51:09 09adf4765672: Pull complete 18:51:09 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 18:51:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 18:51:10 ---> 2248a725d1cf 18:51:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 18:51:14 f64a6f60c768: Pull complete 18:51:14 ---> Running in 830adea3b7ea 18:51:14 Removing intermediate container 830adea3b7ea 18:51:14 ---> 13fb55f31787 18:51:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:15 ---> Running in 55b7cb869ff6 18:51:16 e78d2573fc39: Pull complete 18:51:16 e876d2f968b6: Pull complete 18:51:17 Removing intermediate container 55b7cb869ff6 18:51:17 ---> b634f1571a0a 18:51:17 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 18:51:17 ---> Running in 0d3b2311a1e2 18:51:17 ce8a83651883: Pull complete 18:51:17 07967f4d0e4b: Pull complete 18:51:17 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 18:51:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 18:51:17 ---> 5d7c900382c6 18:51:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 18:51:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:19 ---> Running in d61c79990c2c 18:51:19 Removing intermediate container d61c79990c2c 18:51:19 ---> e4be84b4f646 18:51:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:19 ---> Running in 6d286247876a 18:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:20 (1/14) Installing libmagic (5.38-r0) 18:51:20 (2/14) Installing file (5.38-r0) 18:51:21 Removing intermediate container 6d286247876a 18:51:21 ---> d234a7001f9a 18:51:21 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 18:51:21 ---> Running in a408c6c78928 18:51:21 (3/14) Installing libc-dev (0.7.2-r3) 18:51:21 (4/14) Installing g++ (9.3.0-r2) 18:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:22 (1/14) Installing libmagic (5.38-r0) 18:51:23 (2/14) Installing file (5.38-r0) 18:51:23 (3/14) Installing libc-dev (0.7.2-r3) 18:51:23 (4/14) Installing g++ (9.3.0-r2) 18:51:26 (5/14) Installing fortify-headers (1.1-r0) 18:51:26 (6/14) Installing patch (2.7.6-r6) 18:51:26 (7/14) Installing build-base (0.5-r2) 18:51:26 (8/14) Installing openssh-keygen (8.3_p1-r0) 18:51:26 (9/14) Installing libedit (20191231.3.1-r0) 18:51:26 (10/14) Installing openssh-client (8.3_p1-r0) 18:51:27 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 18:51:27 (12/14) Installing openssh-server-common (8.3_p1-r0) 18:51:27 (13/14) Installing openssh-server (8.3_p1-r0) 18:51:27 (14/14) Installing openssh (8.3_p1-r0) 18:51:27 Executing busybox-1.31.1-r16.trigger 18:51:27 OK: 237 MiB in 53 packages 18:51:29 (5/14) Installing fortify-headers (1.1-r0) 18:51:29 (6/14) Installing patch (2.7.6-r6) 18:51:29 (7/14) Installing build-base (0.5-r2) 18:51:29 (8/14) Installing openssh-keygen (8.3_p1-r0) 18:51:29 (9/14) Installing libedit (20191231.3.1-r0) 18:51:29 (10/14) Installing openssh-client (8.3_p1-r0) 18:51:30 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 18:51:30 (12/14) Installing openssh-server-common (8.3_p1-r0) 18:51:30 (13/14) Installing openssh-server (8.3_p1-r0) 18:51:30 (14/14) Installing openssh (8.3_p1-r0) 18:51:30 Executing busybox-1.31.1-r16.trigger 18:51:30 OK: 221 MiB in 53 packages 18:51:31 Removing intermediate container a408c6c78928 18:51:31 ---> 7fedf2fe3a63 18:51:31 Step 6/8 : WORKDIR /device-mqtt-go 18:51:31 ---> Running in 5414fe03f09b 18:51:31 Removing intermediate container 5414fe03f09b 18:51:31 ---> c039183612ed 18:51:31 Step 7/8 : COPY . . 18:51:31 ---> 5a1c5a18e6ae 18:51:31 Step 8/8 : RUN go mod download 18:51:32 ---> Running in bdf33a2ede57 18:51:34 go: finding github.com/BurntSushi/toml v0.3.1 18:51:34 go: finding github.com/OneOfOne/xxhash v1.2.6 18:51:34 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:51:34 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:51:34 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:51:34 go: finding github.com/bgentry/speakeasy v0.1.0 18:51:34 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:51:34 go: finding github.com/davecgh/go-spew v1.1.1 18:51:34 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 18:51:34 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 18:51:34 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 18:51:34 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:51:34 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 18:51:34 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:51:34 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:51:34 go: finding github.com/fatih/color v1.7.0 18:51:34 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:51:34 go: finding github.com/go-kit/kit v0.8.0 18:51:34 go: finding github.com/go-logfmt/logfmt v0.4.0 18:51:34 go: finding github.com/go-stack/stack v1.8.0 18:51:34 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:51:34 go: finding github.com/google/uuid v1.1.1 18:51:35 go: finding github.com/gorilla/mux v1.7.1 18:51:35 go: finding github.com/hashicorp/consul/api v1.1.0 18:51:35 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:51:35 go: finding github.com/hashicorp/errwrap v1.0.0 18:51:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:51:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:51:35 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:51:35 Removing intermediate container 0d3b2311a1e2 18:51:35 ---> 66c081a34d6e 18:51:35 Step 6/8 : WORKDIR /device-mqtt-go 18:51:35 ---> Running in 7999109e292c 18:51:35 go: finding github.com/hashicorp/go-multierror v1.0.0 18:51:35 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:51:35 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:51:35 go: finding github.com/hashicorp/go-syslog v1.0.0 18:51:35 go: finding github.com/hashicorp/go-uuid v1.0.1 18:51:35 go: finding github.com/hashicorp/go.net v0.0.1 18:51:35 go: finding github.com/hashicorp/golang-lru v0.5.0 18:51:35 go: finding github.com/hashicorp/logutils v1.0.0 18:51:35 go: finding github.com/hashicorp/mdns v1.0.0 18:51:35 go: finding github.com/hashicorp/memberlist v0.1.3 18:51:35 go: finding github.com/hashicorp/serf v0.8.2 18:51:35 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:51:35 go: finding github.com/kr/pretty v0.1.0 18:51:35 go: finding github.com/kr/pty v1.1.1 18:51:35 Removing intermediate container 7999109e292c 18:51:35 ---> cd3fd9cedbef 18:51:35 Step 7/8 : COPY . . 18:51:35 go: finding github.com/kr/text v0.1.0 18:51:35 go: finding github.com/mattn/go-colorable v0.0.9 18:51:35 go: finding github.com/mattn/go-isatty v0.0.3 18:51:35 go: finding github.com/miekg/dns v1.0.14 18:51:35 go: finding github.com/mitchellh/cli v1.0.0 18:51:35 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:51:35 go: finding github.com/mitchellh/copystructure v1.0.0 18:51:36 go: finding github.com/mitchellh/go-homedir v1.0.0 18:51:36 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:51:36 go: finding github.com/mitchellh/gox v0.4.0 18:51:36 go: finding github.com/mitchellh/iochan v1.0.0 18:51:36 go: finding github.com/mitchellh/mapstructure v1.1.2 18:51:36 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:51:36 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:51:36 go: finding github.com/pelletier/go-toml v1.2.0 18:51:36 go: finding github.com/pkg/errors v0.8.1 18:51:36 go: finding github.com/pmezard/go-difflib v1.0.0 18:51:36 go: finding github.com/posener/complete v1.1.1 18:51:36 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:51:36 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:51:36 go: finding github.com/spf13/cast v1.3.0 18:51:36 go: finding github.com/stretchr/objx v0.1.0 18:51:36 go: finding github.com/stretchr/testify v1.5.1 18:51:36 go: finding github.com/ugorji/go v1.1.4 18:51:36 go: finding github.com/x448/float16 v0.8.4 18:51:36 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 18:51:36 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 18:51:36 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:51:36 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 18:51:36 ---> 7a38191df40d 18:51:36 Step 8/8 : RUN go mod download 18:51:36 ---> Running in 9298ac242392 18:51:36 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 18:51:36 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 18:51:36 go: finding gopkg.in/yaml.v2 v2.2.8 18:51:40 go: finding github.com/BurntSushi/toml v0.3.1 18:51:40 go: finding github.com/OneOfOne/xxhash v1.2.6 18:51:40 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 18:51:40 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:51:40 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 18:51:40 go: finding github.com/bgentry/speakeasy v0.1.0 18:51:40 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 18:51:40 go: finding github.com/davecgh/go-spew v1.1.1 18:51:40 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 18:51:40 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 18:51:40 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 18:51:40 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 18:51:40 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 18:51:40 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 18:51:40 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 18:51:40 go: finding github.com/fatih/color v1.7.0 18:51:40 go: finding github.com/fxamacker/cbor/v2 v2.2.0 18:51:40 go: finding github.com/go-kit/kit v0.8.0 18:51:40 go: finding github.com/go-logfmt/logfmt v0.4.0 18:51:40 go: finding github.com/go-stack/stack v1.8.0 18:51:40 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 18:51:40 go: finding github.com/google/uuid v1.1.1 18:51:40 go: finding github.com/gorilla/mux v1.7.1 18:51:41 go: finding github.com/hashicorp/consul/api v1.1.0 18:51:41 go: finding github.com/hashicorp/consul/sdk v0.1.1 18:51:41 go: finding github.com/hashicorp/errwrap v1.0.0 18:51:41 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 18:51:41 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 18:51:41 go: finding github.com/hashicorp/go-msgpack v0.5.3 18:51:41 go: finding github.com/hashicorp/go-multierror v1.0.0 18:51:41 go: finding github.com/hashicorp/go-rootcerts v1.0.0 18:51:41 go: finding github.com/hashicorp/go-sockaddr v1.0.0 18:51:41 go: finding github.com/hashicorp/go-syslog v1.0.0 18:51:41 go: finding github.com/hashicorp/go-uuid v1.0.1 18:51:41 go: finding github.com/hashicorp/go.net v0.0.1 18:51:42 go: finding github.com/hashicorp/golang-lru v0.5.0 18:51:42 go: finding github.com/hashicorp/logutils v1.0.0 18:51:42 go: finding github.com/hashicorp/mdns v1.0.0 18:51:42 go: finding github.com/hashicorp/memberlist v0.1.3 18:51:42 go: finding github.com/hashicorp/serf v0.8.2 18:51:42 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 18:51:42 go: finding github.com/kr/pretty v0.1.0 18:51:42 go: finding github.com/kr/pty v1.1.1 18:51:42 go: finding github.com/kr/text v0.1.0 18:51:42 go: finding github.com/mattn/go-colorable v0.0.9 18:51:42 go: finding github.com/mattn/go-isatty v0.0.3 18:51:42 go: finding github.com/miekg/dns v1.0.14 18:51:42 go: finding github.com/mitchellh/cli v1.0.0 18:51:42 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:51:42 go: finding github.com/mitchellh/copystructure v1.0.0 18:51:42 go: finding github.com/mitchellh/go-homedir v1.0.0 18:51:42 go: finding github.com/mitchellh/go-testing-interface v1.0.0 18:51:42 go: finding github.com/mitchellh/gox v0.4.0 18:51:42 go: finding github.com/mitchellh/iochan v1.0.0 18:51:42 go: finding github.com/mitchellh/mapstructure v1.1.2 18:51:42 go: finding github.com/mitchellh/reflectwalk v1.0.0 18:51:42 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 18:51:42 go: finding github.com/pelletier/go-toml v1.2.0 18:51:42 go: finding github.com/pkg/errors v0.8.1 18:51:42 go: finding github.com/pmezard/go-difflib v1.0.0 18:51:42 go: finding github.com/posener/complete v1.1.1 18:51:42 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 18:51:43 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 18:51:43 go: finding github.com/spf13/cast v1.3.0 18:51:43 go: finding github.com/stretchr/objx v0.1.0 18:51:43 go: finding github.com/stretchr/testify v1.5.1 18:51:43 go: finding github.com/ugorji/go v1.1.4 18:51:43 go: finding github.com/x448/float16 v0.8.4 18:51:43 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 18:51:43 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 18:51:43 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 18:51:43 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 18:51:43 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 18:51:43 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 18:51:43 go: finding gopkg.in/yaml.v2 v2.2.8 18:51:45 Removing intermediate container bdf33a2ede57 18:51:45 ---> 79ce84548994 18:51:45 Successfully built 79ce84548994 18:51:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:46 + docker inspect -f . ci-base-image-x86_64 18:51:46 . [Pipeline] withDockerContainer 18:51:46 prd-centos7-docker-4c-2g-817 does not seem to be running inside a container 18:51:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:51:47 $ docker top 6aea3981e4671aa9edbaa1cbdd0e5502a27621fc1cf2deed9ef033e24a770697 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:48 + go version 18:51:48 go version go1.13.13 linux/amd64 [Pipeline] sh 18:51:48 + make test 18:51:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:51:49 ? github.com/edgexfoundry/device-mqtt-go [no test files] 18:51:53 Removing intermediate container 9298ac242392 18:51:53 ---> ed0c9d1fc904 18:51:53 Successfully built ed0c9d1fc904 18:51:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:54 + docker inspect -f . ci-base-image-arm64 18:51:54 . [Pipeline] withDockerContainer 18:51:54 prd-ubuntu18.04-docker-arm64-4c-16g-816 does not seem to be running inside a container 18:51:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:51:56 $ docker top 4cf6bd08deab93226a02bf26693c2b931744e25b9a3180475069a45ef659ff61 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:58 + go version 18:51:58 go version go1.13.13 linux/arm64 [Pipeline] sh 18:51:59 + make test 18:51:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 18:51:59 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 18:51:59 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 28.3% of statements 18:51:59 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 18:51:59 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:52:00 ? github.com/edgexfoundry/device-mqtt-go [no test files] 18:52:01 gofmt -l . 18:52:01 ["`gofmt -l .`" = ""] 18:52:01 ./bin/test-attribution-txt.sh 18:52:02 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:52:02 Stashed 1 file(s) [Pipeline] } 18:52:02 $ docker stop --time=1 6aea3981e4671aa9edbaa1cbdd0e5502a27621fc1cf2deed9ef033e24a770697 18:52:05 $ docker rm -f 6aea3981e4671aa9edbaa1cbdd0e5502a27621fc1cf2deed9ef033e24a770697 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:52:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:52:07 + ls -al . 18:52:07 total 100 18:52:07 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 31 18:52 . 18:52:07 drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 18:50 .. 18:52:07 -rw-rw-r--. 1 jenkins jenkins 4678 Aug 31 18:50 Attribution.txt 18:52:07 drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 18:50 bin 18:52:07 drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 18:50 cmd 18:52:07 -rw-r--r--. 1 jenkins jenkins 18939 Aug 31 18:51 coverage.out 18:52:07 -rw-rw-r--. 1 jenkins jenkins 1784 Aug 31 18:50 Dockerfile 18:52:07 -rw-rw-r--. 1 jenkins jenkins 953 Aug 31 18:50 Dockerfile.build 18:52:07 -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 18:50 .dockerignore 18:52:07 drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 18:50 .git 18:52:07 drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 18:50 .github 18:52:07 -rw-rw-r--. 1 jenkins jenkins 328 Aug 31 18:50 .gitignore 18:52:07 -rw-r--r--. 1 jenkins jenkins 510 Aug 31 18:52 go.mod 18:52:07 -rw-r--r--. 1 jenkins jenkins 13621 Aug 31 18:52 go.sum 18:52:07 drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 18:50 internal 18:52:07 -rw-rw-r--. 1 jenkins jenkins 700 Aug 31 18:50 Jenkinsfile 18:52:07 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 18:50 LICENSE 18:52:07 -rw-rw-r--. 1 jenkins jenkins 902 Aug 31 18:50 Makefile 18:52:07 drwxrwxr-x. 2 jenkins jenkins 23 Aug 31 18:50 mock 18:52:07 -rw-rw-r--. 1 jenkins jenkins 444 Aug 31 18:50 README.md 18:52:07 drwxrwxr-x. 3 jenkins jenkins 58 Aug 31 18:50 .semver 18:52:07 drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 18:50 snap 18:52:07 -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 18:48 VERSION 18:52:07 -rw-rw-r--. 1 jenkins jenkins 227 Aug 31 18:50 version.go [Pipeline] isUnix [Pipeline] sh 18:52:07 + 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=d7447a91da9905bf33fee48a0edb56a4b77c94bd --label arch=amd64 --label version=0.0.0 . 18:52:07 Sending build context to Docker daemon 619.5kB 18:52:07 Step 1/22 : ARG BASE=golang:1.13-alpine 18:52:07 Step 2/22 : FROM ${BASE} AS builder 18:52:07 ---> 79ce84548994 18:52:07 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 18:52:07 ---> Running in 23c582d826be 18:52:07 Removing intermediate container 23c582d826be 18:52:07 ---> c372934904be 18:52:07 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 18:52:07 ---> Running in ee2e0d3c5307 18:52:08 Removing intermediate container ee2e0d3c5307 18:52:08 ---> 4fe286f7512c 18:52:08 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:52:08 ---> Running in 3c4a6f0976b4 18:52:09 Removing intermediate container 3c4a6f0976b4 18:52:09 ---> 2bdd06413824 18:52:09 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:52:09 ---> Running in fd4e015236db 18:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:10 OK: 237 MiB in 53 packages 18:52:11 Removing intermediate container fd4e015236db 18:52:11 ---> 4de12ee79a14 18:52:11 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 18:52:11 ---> Running in d64fbc381d8e 18:52:11 Removing intermediate container d64fbc381d8e 18:52:11 ---> ace200a032b5 18:52:11 Step 8/22 : COPY . . 18:52:12 ---> 961d61217f1b 18:52:12 Step 9/22 : ARG MAKE='make build' 18:52:12 ---> Running in 888a0572ea3f 18:52:12 Removing intermediate container 888a0572ea3f 18:52:12 ---> dd5ea3470b8d 18:52:12 Step 10/22 : RUN $MAKE 18:52:12 ---> Running in b3e71c9d719b 18:52:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 18:52:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:52:26 Removing intermediate container b3e71c9d719b 18:52:26 ---> 5d3505f766bd 18:52:26 Step 11/22 : FROM alpine 18:52:26 latest: Pulling from library/alpine 18:52:26 df20fa9351a1: Already exists 18:52:26 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:52:26 Status: Downloaded newer image for alpine:latest 18:52:26 ---> a24bb4013296 18:52:26 Step 12/22 : ENV APP_PORT=49982 18:52:27 ---> Running in af7524b7bd56 18:52:27 Removing intermediate container af7524b7bd56 18:52:27 ---> 5cc50f32cf51 18:52:27 Step 13/22 : EXPOSE $APP_PORT 18:52:27 ---> Running in 7b47aab3332a 18:52:27 Removing intermediate container 7b47aab3332a 18:52:27 ---> 24637e560b53 18:52:27 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 18:52:27 ---> 28d4bd298bdb 18:52:27 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 18:52:28 ---> 5164cd344444 18:52:28 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 18:52:28 ---> 17b2953c8acc 18:52:28 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 18:52:28 ---> Running in bc7f13b6c072 18:52:28 Removing intermediate container bc7f13b6c072 18:52:28 ---> b9508b094b47 18:52:28 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 18:52:28 ---> Running in 53023d21ee19 18:52:28 Removing intermediate container 53023d21ee19 18:52:28 ---> 07ecd4128b8e 18:52:28 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:28 ---> Running in 8532d99b684d 18:52:28 Removing intermediate container 8532d99b684d 18:52:28 ---> 8baa47f2a53e 18:52:28 Step 20/22 : LABEL arch=amd64 18:52:28 ---> Running in 77618051ad0f 18:52:29 Removing intermediate container 77618051ad0f 18:52:29 ---> 3b2de989a2a9 18:52:29 Step 21/22 : LABEL git_sha=d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:52:29 ---> Running in 5715d014c39f 18:52:29 Removing intermediate container 5715d014c39f 18:52:29 ---> d7c3742a2cf3 18:52:29 Step 22/22 : LABEL version=0.0.0 18:52:29 ---> Running in 505d7ef610d6 18:52:29 Removing intermediate container 505d7ef610d6 18:52:29 ---> 7595f2ab1c62 18:52:29 [Warning] One or more build-args [ARCH] were not consumed 18:52:29 Successfully built 7595f2ab1c62 18:52:29 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [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 18:52:32 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 18:52:32 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements 18:52:32 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 18:52:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:52:37 gofmt -l . 18:52:37 ["`gofmt -l .`" = ""] 18:52:37 ./bin/test-attribution-txt.sh 18:52:38 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:52:38 Warning: overwriting stash ‘coverage-report’ 18:52:39 Stashed 1 file(s) [Pipeline] } 18:52:39 $ docker stop --time=1 4cf6bd08deab93226a02bf26693c2b931744e25b9a3180475069a45ef659ff61 18:52:41 $ docker rm -f 4cf6bd08deab93226a02bf26693c2b931744e25b9a3180475069a45ef659ff61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:52:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:52:43 + ls -al . 18:52:43 total 136 18:52:43 drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 18:52 . 18:52:43 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:50 .. 18:52:43 -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 18:50 .dockerignore 18:52:43 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:50 .git 18:52:43 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:50 .github 18:52:43 -rw-rw-r-- 1 jenkins jenkins 328 Aug 31 18:50 .gitignore 18:52:43 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:50 .semver 18:52:43 -rw-rw-r-- 1 jenkins jenkins 4678 Aug 31 18:50 Attribution.txt 18:52:43 -rw-rw-r-- 1 jenkins jenkins 1784 Aug 31 18:50 Dockerfile 18:52:43 -rw-rw-r-- 1 jenkins jenkins 953 Aug 31 18:50 Dockerfile.build 18:52:43 -rw-rw-r-- 1 jenkins jenkins 700 Aug 31 18:50 Jenkinsfile 18:52:43 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 18:50 LICENSE 18:52:43 -rw-rw-r-- 1 jenkins jenkins 902 Aug 31 18:50 Makefile 18:52:43 -rw-rw-r-- 1 jenkins jenkins 444 Aug 31 18:50 README.md 18:52:43 -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 18:48 VERSION 18:52:43 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:50 bin 18:52:43 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:50 cmd 18:52:43 -rw-r--r-- 1 jenkins jenkins 18939 Aug 31 18:52 coverage.out 18:52:43 -rw-r--r-- 1 jenkins jenkins 510 Aug 31 18:52 go.mod 18:52:43 -rw-r--r-- 1 jenkins jenkins 13621 Aug 31 18:52 go.sum 18:52:43 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:50 internal 18:52:43 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:50 mock 18:52:43 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:50 snap 18:52:43 -rw-rw-r-- 1 jenkins jenkins 227 Aug 31 18:50 version.go [Pipeline] isUnix [Pipeline] sh 18:52:44 + 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=d7447a91da9905bf33fee48a0edb56a4b77c94bd --label arch=arm64 --label version=0.0.0 . 18:52:44 Sending build context to Docker daemon 619.5kB 18:52:44 Step 1/22 : ARG BASE=golang:1.13-alpine 18:52:44 Step 2/22 : FROM ${BASE} AS builder 18:52:44 ---> ed0c9d1fc904 18:52:44 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 18:52:44 ---> Running in 75091cc858df 18:52:45 Removing intermediate container 75091cc858df 18:52:45 ---> 48efe76d88d3 18:52:45 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 18:52:45 ---> Running in cb150e2bd1d0 18:52:45 Still waiting to schedule task 18:52:45 All nodes of label ‘centos7-docker-8c-8g’ are offline 18:52:45 Removing intermediate container cb150e2bd1d0 18:52:45 ---> 39f83e57b4f4 18:52:45 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:52:45 ---> Running in 3b50f46d434a 18:52:48 Removing intermediate container 3b50f46d434a 18:52:48 ---> c52924dad25d 18:52:48 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:52:48 ---> Running in 8d1c4bbc0de1 18:52:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:51 OK: 221 MiB in 53 packages 18:52:52 Removing intermediate container 8d1c4bbc0de1 18:52:52 ---> 58d90e07140c 18:52:52 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 18:52:52 ---> Running in 31be990b1983 18:52:53 Removing intermediate container 31be990b1983 18:52:53 ---> 7ad46d38cbb3 18:52:53 Step 8/22 : COPY . . 18:52:54 ---> 101a7c59fe68 18:52:54 Step 9/22 : ARG MAKE='make build' 18:52:54 ---> Running in 75a07d5f27ba 18:52:54 Removing intermediate container 75a07d5f27ba 18:52:54 ---> b76946027fc4 18:52:54 Step 10/22 : RUN $MAKE 18:52:54 ---> Running in c251cdcf5f84 18:52:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 18:53:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:53:31 Removing intermediate container c251cdcf5f84 18:53:31 ---> 9f3e672eb97d 18:53:31 Step 11/22 : FROM alpine 18:53:31 latest: Pulling from library/alpine 18:53:31 b538f80385f9: Already exists 18:53:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:53:31 Status: Downloaded newer image for alpine:latest 18:53:31 ---> 62ee0e9f8440 18:53:31 Step 12/22 : ENV APP_PORT=49982 18:53:32 ---> Running in 30a5aba14d6a 18:53:32 Removing intermediate container 30a5aba14d6a 18:53:32 ---> 57c0ab68c28b 18:53:32 Step 13/22 : EXPOSE $APP_PORT 18:53:32 ---> Running in 8814466f2878 18:53:33 Removing intermediate container 8814466f2878 18:53:33 ---> 303e23a4da86 18:53:33 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 18:53:34 ---> c275af9366bc 18:53:34 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 18:53:35 ---> ae875bcafc56 18:53:35 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 18:53:35 ---> 4f254e691e88 18:53:35 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 18:53:36 ---> Running in 13d71b153b5d 18:53:36 Removing intermediate container 13d71b153b5d 18:53:36 ---> c80d0f38f6cd 18:53:36 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 18:53:36 ---> Running in c97b402e59cd 18:53:37 Removing intermediate container c97b402e59cd 18:53:37 ---> d47567fc0f3b 18:53:37 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:53:37 ---> Running in aa33801ad9bb 18:53:37 Removing intermediate container aa33801ad9bb 18:53:37 ---> fda71a35ad30 18:53:37 Step 20/22 : LABEL arch=arm64 18:53:37 ---> Running in 908d05d6fbac 18:53:38 Removing intermediate container 908d05d6fbac 18:53:38 ---> b3910ed49f89 18:53:38 Step 21/22 : LABEL git_sha=d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:53:38 ---> Running in 199d9b799beb 18:53:38 Removing intermediate container 199d9b799beb 18:53:38 ---> ac0b40039ba1 18:53:38 Step 22/22 : LABEL version=0.0.0 18:53:39 ---> Running in 8e51dfbeb544 18:53:39 Removing intermediate container 8e51dfbeb544 18:53:39 ---> a849598d3f94 18:53:39 [Warning] One or more build-args [ARCH] were not consumed 18:53:39 Successfully built a849598d3f94 18:53:39 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:53:49 Running on prd-centos7-docker-8c-8g-818 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] checkout 18:53:51 using credential edgex-jenkins-ssh 18:53:51 Cloning the remote Git repository 18:53:51 Cloning with configured refspecs honoured and without tags 18:53:51 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 18:53:51 > git init /w/workspace/gexfoundry_device-mqtt-go_PR-165 # timeout=10 18:53:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:53:51 > git --version # timeout=10 18:53:51 > git --version # 'git version 2.16.5' 18:53:51 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:52 Fetching without tags 18:53:52 Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:53:52 Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:53:52 Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) 18:53:52 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:53:52 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 18:53:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:52 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:53:52 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:53:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:53:52 > git config core.sparsecheckout # timeout=10 18:53:52 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:53:52 > git remote # timeout=10 18:53:52 > git config --get remote.origin.url # timeout=10 18:53:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:53:52 > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 18:53:52 > git rev-parse HEAD^{commit} # timeout=10 18:53:52 > git config core.sparsecheckout # timeout=10 18:53:52 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:53:55 Still waiting to schedule task 18:53:55 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 18:53:56 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" 18:53:56 > git --version # timeout=10 18:53:56 > git --version # 'git version 2.16.5' 18:53:56 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:57 ++ find /w/workspace/device-mqtt-go/1 18:53:57 ++ grep snapcraft.yaml 18:53:57 find: ‘/w/workspace/device-mqtt-go/1’: No such file or directory 18:53:57 + grep -Po '^name: \K(.*)' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:53:58 Failed in branch amd64 18:55:31 Running on prd-ubuntu18.04-docker-arm64-16c-16g-819 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] checkout 18:55:36 using credential edgex-jenkins-ssh 18:55:36 Cloning the remote Git repository 18:55:36 Cloning with configured refspecs honoured and without tags 18:55:36 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 18:55:36 > git init /w/workspace/gexfoundry_device-mqtt-go_PR-165 # timeout=10 18:55:36 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:55:36 > git --version # timeout=10 18:55:36 > git --version # 'git version 2.17.1' 18:55:36 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:55:37 Fetching without tags 18:55:37 Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:55:37 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:55:37 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 18:55:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:55:37 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 18:55:37 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 18:55:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:55:37 > git config core.sparsecheckout # timeout=10 18:55:37 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:55:37 > git remote # timeout=10 18:55:37 > git config --get remote.origin.url # timeout=10 18:55:38 Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd 18:55:38 Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) 18:55:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:38 > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 18:55:38 > git rev-parse HEAD^{commit} # timeout=10 18:55:38 > git config core.sparsecheckout # timeout=10 18:55:38 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 18:55:42 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" 18:55:42 > git --version # timeout=10 18:55:42 > git --version # 'git version 2.17.1' 18:55:42 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:43 + find /w/workspace/device-mqtt-go/1 18:55:43 + grep snapcraft.yaml 18:55:43 find: ‘/w/workspace/device-mqtt-go/1’: No such file or directory 18:55:43 + grep -Po ^name: \K(.*) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:55:45 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 18:55:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:55:48 ---> package-listing.sh 18:55:48 ++ facter osfamily 18:55:48 ++ tr '[:upper:]' '[:lower:]' 18:55:48 + OS_FAMILY=redhat 18:55:48 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-165 18:55:48 + START_PACKAGES=/tmp/packages_start.txt 18:55:48 + END_PACKAGES=/tmp/packages_end.txt 18:55:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:55:48 + PACKAGES=/tmp/packages_start.txt 18:55:48 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-165 ']' 18:55:48 + PACKAGES=/tmp/packages_end.txt 18:55:48 + case "${OS_FAMILY}" in 18:55:48 + rpm -qa 18:55:48 + sort 18:55:53 + '[' -f /tmp/packages_start.txt ']' 18:55:53 + '[' -f /tmp/packages_end.txt ']' 18:55:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:55:53 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-165 ']' 18:55:53 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-165/archives/ 18:55:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-165/archives/ [Pipeline] isUnix [Pipeline] sh 18:55:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:55:53 18:55:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:55:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:55:53 alpine: Pulling from edgex-lftools-log-publisher 18:55:53 c9b1b535fdd9: Pulling fs layer 18:55:53 2cc5ad85d9ab: Pulling fs layer 18:55:53 756a868c4378: Pulling fs layer 18:55:53 444b2fc9a129: Pulling fs layer 18:55:53 ea15f1150254: Pulling fs layer 18:55:53 41b27a9f41bf: Pulling fs layer 18:55:53 28c525ee5125: Pulling fs layer 18:55:53 094b1ea09ed8: Pulling fs layer 18:55:53 138eaada9080: Pulling fs layer 18:55:53 0622d0fa9048: Pulling fs layer 18:55:53 41b27a9f41bf: Waiting 18:55:53 28c525ee5125: Waiting 18:55:53 094b1ea09ed8: Waiting 18:55:53 138eaada9080: Waiting 18:55:53 0622d0fa9048: Waiting 18:55:53 444b2fc9a129: Waiting 18:55:53 ea15f1150254: Waiting 18:55:53 2cc5ad85d9ab: Verifying Checksum 18:55:53 2cc5ad85d9ab: Download complete 18:55:53 444b2fc9a129: Verifying Checksum 18:55:53 444b2fc9a129: Download complete 18:55:53 c9b1b535fdd9: Verifying Checksum 18:55:53 c9b1b535fdd9: Download complete 18:55:53 ea15f1150254: Verifying Checksum 18:55:53 ea15f1150254: Download complete 18:55:54 28c525ee5125: Verifying Checksum 18:55:54 28c525ee5125: Download complete 18:55:54 756a868c4378: Verifying Checksum 18:55:54 756a868c4378: Download complete 18:55:54 c9b1b535fdd9: Pull complete 18:55:54 138eaada9080: Verifying Checksum 18:55:54 138eaada9080: Download complete 18:55:54 094b1ea09ed8: Verifying Checksum 18:55:54 094b1ea09ed8: Download complete 18:55:54 0622d0fa9048: Verifying Checksum 18:55:54 0622d0fa9048: Download complete 18:55:55 2cc5ad85d9ab: Pull complete 18:55:55 41b27a9f41bf: Verifying Checksum 18:55:55 41b27a9f41bf: Download complete 18:55:56 756a868c4378: Pull complete 18:55:56 444b2fc9a129: Pull complete 18:55:56 ea15f1150254: Pull complete 18:56:00 41b27a9f41bf: Pull complete 18:56:00 28c525ee5125: Pull complete 18:56:03 094b1ea09ed8: Pull complete 18:56:03 138eaada9080: Pull complete 18:56:03 0622d0fa9048: Pull complete 18:56:03 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 18:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:56:03 prd-centos7-docker-4c-2g-815 does not seem to be running inside a container 18:56:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-mqtt-go_PR-165 -v /w/workspace/gexfoundry_device-mqtt-go_PR-165:/w/workspace/gexfoundry_device-mqtt-go_PR-165:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:56:07 $ docker top bfd9d42e7e3b8439a81034e23595b2b08c501b43adfc78aea64302d0774beda0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:07 provisioning config files... 18:56:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/config6259276016453692278tmp [Pipeline] { [Pipeline] echo 18:56:07 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:56:08 ---> create-netrc.sh [Pipeline] echo 18:56:08 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:56:08 ---> logs-deploy.sh 18:56:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-165/1 18:56:08 INFO: archiving workspace using pattern(s): 18:56:09 Archives upload complete. 18:56:09 INFO: archiving logs to Nexus