Pull request #173 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 hahattan for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c+a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (4513a179f946546cdae475e47d7bb8d662d832bb) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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-173/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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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, 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-136 in /w/workspace/gexfoundry_device-mqtt-go_PR-173 [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-173 # 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/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/173/head:refs/remotes/origin/PR-173 # 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/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c Checking out Revision b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c (PR-173) > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 Commit message: "build: Upgrade to Go1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T08:36:55.630Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T08:36:55.976Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T08:36:56.205Z] ========================================================= [2020-09-17T08:36:56.205Z] EdgeX Global Pipelines Version Info [2020-09-17T08:36:56.205Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:36:57.810Z] ------------------- [2020-09-17T08:36:57.810Z] stable info: [2020-09-17T08:36:57.810Z] ------------------- [2020-09-17T08:36:57.810Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T08:36:57.810Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T08:36:57.810Z] Message: update stable to v1.0.122 [2020-09-17T08:36:58.757Z] ------------------- [2020-09-17T08:36:58.757Z] experimental info: [2020-09-17T08:36:58.757Z] ------------------- [2020-09-17T08:36:58.758Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T08:36:58.758Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T08:36:58.758Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T08:36:59.274Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-17T08:36:59.396Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-17T08:36:59.532Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T08:36:59.662Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T08:36:59.799Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T08:36:59.929Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T08:37:00.067Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T08:37:00.209Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T08:37:00.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T08:37:00.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T08:37:00.725Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T08:37:00.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-17T08:37:01.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T08:37:01.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T08:37:01.331Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:37:01.461Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:37:01.591Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:37:01.731Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:37:02.190Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T08:37:02.346Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-17T08:37:02.594Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T08:37:02.732Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T08:37:02.871Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-173 [Pipeline] echo [2020-09-17T08:37:03.027Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-173 [Pipeline] echo [2020-09-17T08:37:03.184Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-173 [Pipeline] echo [2020-09-17T08:37:03.342Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [Pipeline] echo [2020-09-17T08:37:03.470Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7208c3 [Pipeline] echo [2020-09-17T08:37:03.596Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:37:04.377Z] + git log --format=format:%s -1 b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [Pipeline] echo [2020-09-17T08:37:04.469Z] GIT_COMMIT: b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c, Commit Message: build: Upgrade to Go1.15 [Pipeline] echo [2020-09-17T08:37:04.541Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:37:05.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:37:05.665Z] [2020-09-17T08:37:05.665Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:37:06.046Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:37:06.047Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T08:37:06.047Z] 31603596830f: Pulling fs layer [2020-09-17T08:37:06.047Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T08:37:06.047Z] 6ca5941a6612: Pulling fs layer [2020-09-17T08:37:06.047Z] ecc8261a40a4: Pulling fs layer [2020-09-17T08:37:06.047Z] ecc8261a40a4: Waiting [2020-09-17T08:37:06.047Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T08:37:06.047Z] 2a8b12db71e7: Download complete [2020-09-17T08:37:06.317Z] 31603596830f: Verifying Checksum [2020-09-17T08:37:06.317Z] 31603596830f: Download complete [2020-09-17T08:37:06.317Z] ecc8261a40a4: Verifying Checksum [2020-09-17T08:37:06.317Z] ecc8261a40a4: Download complete [2020-09-17T08:37:06.582Z] 6ca5941a6612: Verifying Checksum [2020-09-17T08:37:06.582Z] 6ca5941a6612: Download complete [2020-09-17T08:37:06.582Z] 31603596830f: Pull complete [2020-09-17T08:37:06.582Z] 2a8b12db71e7: Pull complete [2020-09-17T08:37:07.535Z] 6ca5941a6612: Pull complete [2020-09-17T08:37:07.535Z] ecc8261a40a4: Pull complete [2020-09-17T08:37:07.535Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T08:37:07.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:37:07.535Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T08:37:07.663Z] prd-centos7-docker-4c-2g-136 does not seem to be running inside a container [2020-09-17T08:37:07.714Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-173 -v /w/workspace/gexfoundry_device-mqtt-go_PR-173:/w/workspace/gexfoundry_device-mqtt-go_PR-173:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-173@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T08:37:09.546Z] $ docker top 914b42f1ba2c48dcaf090b42b4911f2c59e0a6624b839a552cdb972fd0c43705 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T08:37:09.969Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:37:09.969Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:37:10.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:37:10.155Z] $ docker exec 914b42f1ba2c48dcaf090b42b4911f2c59e0a6624b839a552cdb972fd0c43705 ssh-agent [2020-09-17T08:37:10.302Z] SSH_AUTH_SOCK=/tmp/ssh-tgJHh52e3uCc/agent.11 [2020-09-17T08:37:10.302Z] SSH_AGENT_PID=16 [2020-09-17T08:37:10.315Z] Running ssh-add (command line suppressed) [2020-09-17T08:37:10.432Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp/private_key_945314219717666122.key (/w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp/private_key_945314219717666122.key) [2020-09-17T08:37:10.477Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:37:10.859Z] + git describe --exact-match --tags HEAD [2020-09-17T08:37:10.859Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T08:37:10.900Z] $ docker exec --env ******** --env ******** 914b42f1ba2c48dcaf090b42b4911f2c59e0a6624b839a552cdb972fd0c43705 ssh-agent -k [2020-09-17T08:37:11.008Z] unset SSH_AUTH_SOCK; [2020-09-17T08:37:11.008Z] unset SSH_AGENT_PID; [2020-09-17T08:37:11.008Z] echo Agent pid 16 killed; [2020-09-17T08:37:11.107Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T08:37:11.325Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T08:37:11.325Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T08:37:11.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:37:11.540Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:37:11.691Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:37:11.696Z] $ docker exec 914b42f1ba2c48dcaf090b42b4911f2c59e0a6624b839a552cdb972fd0c43705 ssh-agent [2020-09-17T08:37:11.837Z] SSH_AUTH_SOCK=/tmp/ssh-a9n7m56VOcYp/agent.45 [2020-09-17T08:37:11.837Z] SSH_AGENT_PID=51 [2020-09-17T08:37:11.844Z] Running ssh-add (command line suppressed) [2020-09-17T08:37:11.953Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp/private_key_560111656734062204.key (/w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp/private_key_560111656734062204.key) [2020-09-17T08:37:11.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:37:12.378Z] + git semver init [2020-09-17T08:37:12.378Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T08:37:12.378Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-173/.git [2020-09-17T08:37:12.378Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-173 [2020-09-17T08:37:12.378Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T08:37:12.378Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T08:37:12.378Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T08:37:12.378Z] # $SEMVER_BRANCH = PR-173 [2020-09-17T08:37:12.378Z] # $SEMVER_TEMP = /tmp/semver-509367984 [2020-09-17T08:37:12.378Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-17T08:37:12.956Z] # '/tmp/semver-509367984' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-173/.semver' [2020-09-17T08:37:12.956Z] # -> Force: false [2020-09-17T08:37:12.956Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-173/.semver [Pipeline] } [2020-09-17T08:37:12.978Z] $ docker exec --env ******** --env ******** 914b42f1ba2c48dcaf090b42b4911f2c59e0a6624b839a552cdb972fd0c43705 ssh-agent -k [2020-09-17T08:37:13.083Z] unset SSH_AUTH_SOCK; [2020-09-17T08:37:13.083Z] unset SSH_AGENT_PID; [2020-09-17T08:37:13.083Z] echo Agent pid 51 killed; [2020-09-17T08:37:13.121Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T08:37:13.720Z] + git semver [Pipeline] } [2020-09-17T08:37:13.753Z] $ docker stop --time=1 914b42f1ba2c48dcaf090b42b4911f2c59e0a6624b839a552cdb972fd0c43705 [2020-09-17T08:37:15.116Z] $ docker rm -f 914b42f1ba2c48dcaf090b42b4911f2c59e0a6624b839a552cdb972fd0c43705 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T08:37:15.870Z] Stashed 26 file(s) [Pipeline] echo [2020-09-17T08:37:15.892Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T08:37:16.044Z] 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 [2020-09-17T08:37:31.928Z] Still waiting to schedule task [2020-09-17T08:37:31.929Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T08:37:31.954Z] Still waiting to schedule task [2020-09-17T08:37:31.955Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-17T08:40:31.779Z] Running on prd-centos7-docker-4c-2g-138 in /w/workspace/gexfoundry_device-mqtt-go_PR-173 [Pipeline] { [Pipeline] ws [2020-09-17T08:40:31.874Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T08:40:34.487Z] using credential edgex-jenkins-ssh [2020-09-17T08:40:34.546Z] Cloning the remote Git repository [2020-09-17T08:40:34.546Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:40:34.572Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:40:34.646Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-17T08:40:34.694Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:40:34.694Z] > git --version # timeout=10 [2020-09-17T08:40:34.703Z] > git --version # 'git version 2.16.5' [2020-09-17T08:40:34.704Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:40:34.904Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:40:35.766Z] Fetching without tags [2020-09-17T08:40:36.199Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:40:36.280Z] Merge succeeded, producing b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:40:36.280Z] Checking out Revision b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c (PR-173) [2020-09-17T08:40:35.734Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:40:35.740Z] > git config --add remote.origin.fetch +refs/pull/173/head:refs/remotes/origin/PR-173 # timeout=10 [2020-09-17T08:40:35.747Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:40:35.760Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:40:35.771Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:40:35.772Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:40:35.776Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:40:36.210Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:40:36.214Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:40:36.249Z] > git remote # timeout=10 [2020-09-17T08:40:36.256Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:40:36.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:40:36.265Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-17T08:40:36.275Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:40:36.287Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:40:36.293Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:40:39.951Z] Commit message: "build: Upgrade to Go1.15" [2020-09-17T08:40:39.983Z] > git --version # timeout=10 [2020-09-17T08:40:39.988Z] > git --version # 'git version 2.16.5' [2020-09-17T08:40:39.992Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T08:40:41.262Z] ========================================================= [2020-09-17T08:40:41.262Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T08:40:41.262Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:40:42.026Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-17T08:40:42.293Z] Sending build context to Docker daemon 625.7kB [2020-09-17T08:40:42.293Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T08:40:42.293Z] Step 2/8 : FROM ${BASE} [2020-09-17T08:40:42.558Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T08:40:42.558Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:40:42.558Z] ed8968b2872e: Pulling fs layer [2020-09-17T08:40:42.558Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T08:40:42.558Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T08:40:42.558Z] e73272ec9a57: Pulling fs layer [2020-09-17T08:40:42.558Z] 1e910a182e73: Pulling fs layer [2020-09-17T08:40:42.558Z] 4e634b169226: Pulling fs layer [2020-09-17T08:40:42.558Z] e73272ec9a57: Waiting [2020-09-17T08:40:42.558Z] 1e910a182e73: Waiting [2020-09-17T08:40:42.558Z] 4e634b169226: Waiting [2020-09-17T08:40:42.558Z] e871e8e8d7a9: Waiting [2020-09-17T08:40:42.558Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T08:40:42.558Z] a92cc7c5fd73: Download complete [2020-09-17T08:40:42.558Z] ed8968b2872e: Download complete [2020-09-17T08:40:43.134Z] e73272ec9a57: Verifying Checksum [2020-09-17T08:40:43.134Z] e73272ec9a57: Download complete [2020-09-17T08:40:43.134Z] 1e910a182e73: Verifying Checksum [2020-09-17T08:40:43.134Z] 1e910a182e73: Download complete [2020-09-17T08:40:43.712Z] df20fa9351a1: Download complete [2020-09-17T08:40:43.978Z] df20fa9351a1: Pull complete [2020-09-17T08:40:44.253Z] ed8968b2872e: Pull complete [2020-09-17T08:40:44.517Z] a92cc7c5fd73: Pull complete [2020-09-17T08:40:46.461Z] 4e634b169226: Verifying Checksum [2020-09-17T08:40:46.461Z] 4e634b169226: Download complete [2020-09-17T08:40:47.044Z] e871e8e8d7a9: Download complete [2020-09-17T08:40:51.505Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-137 in /w/workspace/gexfoundry_device-mqtt-go_PR-173 [Pipeline] { [Pipeline] ws [2020-09-17T08:40:51.621Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T08:40:52.383Z] e871e8e8d7a9: Pull complete [2020-09-17T08:40:52.383Z] e73272ec9a57: Pull complete [2020-09-17T08:40:52.383Z] 1e910a182e73: Pull complete [2020-09-17T08:40:56.835Z] using credential edgex-jenkins-ssh [2020-09-17T08:40:56.898Z] Cloning the remote Git repository [2020-09-17T08:40:56.898Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:40:57.926Z] Fetching without tags [2020-09-17T08:40:56.958Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:40:57.065Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-17T08:40:57.128Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:40:57.129Z] > git --version # timeout=10 [2020-09-17T08:40:57.145Z] > git --version # 'git version 2.17.1' [2020-09-17T08:40:57.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:40:57.202Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:40:57.850Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:40:57.876Z] > git config --add remote.origin.fetch +refs/pull/173/head:refs/remotes/origin/PR-173 # timeout=10 [2020-09-17T08:40:57.890Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:40:57.911Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:40:57.941Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:40:57.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:40:57.954Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:40:58.389Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:40:58.575Z] Merge succeeded, producing b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:40:58.575Z] Checking out Revision b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c (PR-173) [2020-09-17T08:40:59.036Z] 4e634b169226: Pull complete [2020-09-17T08:40:58.412Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:40:58.427Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:40:58.503Z] > git remote # timeout=10 [2020-09-17T08:40:58.517Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:40:58.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:40:58.541Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-17T08:40:58.563Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:40:58.584Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:40:58.643Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:40:59.304Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T08:40:59.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T08:40:59.304Z] ---> f7629b54cfaa [2020-09-17T08:40:59.304Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T08:40:59.568Z] ---> Running in 7d458c99eff1 [2020-09-17T08:40:59.568Z] Removing intermediate container 7d458c99eff1 [2020-09-17T08:40:59.568Z] ---> 8ba1cc6b46fa [2020-09-17T08:40:59.568Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:40:59.835Z] ---> Running in 617a20e88b91 [2020-09-17T08:41:00.788Z] Removing intermediate container 617a20e88b91 [2020-09-17T08:41:00.788Z] ---> b520787dbdef [2020-09-17T08:41:00.788Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T08:41:01.053Z] ---> Running in 53c80ba5bc59 [2020-09-17T08:41:02.011Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:41:02.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:41:02.841Z] Commit message: "build: Upgrade to Go1.15" [2020-09-17T08:41:02.908Z] > git --version # timeout=10 [2020-09-17T08:41:02.921Z] > git --version # 'git version 2.17.1' [2020-09-17T08:41:02.936Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T08:41:03.168Z] (1/14) Installing libmagic (5.38-r0) [Pipeline] withEnv [Pipeline] { [2020-09-17T08:41:03.432Z] (2/14) Installing file (5.38-r0) [2020-09-17T08:41:03.432Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T08:41:03.432Z] (4/14) Installing g++ (9.3.0-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T08:41:04.184Z] ========================================================= [2020-09-17T08:41:04.185Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T08:41:04.185Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:41:05.261Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-17T08:41:06.251Z] Sending build context to Docker daemon 625.7kB [2020-09-17T08:41:06.251Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T08:41:06.251Z] Step 2/8 : FROM ${BASE} [2020-09-17T08:41:06.529Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T08:41:06.529Z] b538f80385f9: Pulling fs layer [2020-09-17T08:41:06.529Z] 74f711af9a0d: Pulling fs layer [2020-09-17T08:41:06.529Z] 99f96fe45779: Pulling fs layer [2020-09-17T08:41:06.529Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T08:41:06.529Z] 45590311c82a: Pulling fs layer [2020-09-17T08:41:06.529Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T08:41:06.529Z] 209524e5b208: Pulling fs layer [2020-09-17T08:41:06.529Z] 45590311c82a: Waiting [2020-09-17T08:41:06.529Z] 8529a6b9a6be: Waiting [2020-09-17T08:41:06.529Z] 69ca0ff8b7b3: Waiting [2020-09-17T08:41:06.529Z] 209524e5b208: Waiting [2020-09-17T08:41:06.529Z] 99f96fe45779: Verifying Checksum [2020-09-17T08:41:06.529Z] 99f96fe45779: Download complete [2020-09-17T08:41:06.529Z] 74f711af9a0d: Verifying Checksum [2020-09-17T08:41:06.529Z] 74f711af9a0d: Download complete [2020-09-17T08:41:06.529Z] 45590311c82a: Verifying Checksum [2020-09-17T08:41:06.529Z] 45590311c82a: Download complete [2020-09-17T08:41:06.529Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T08:41:06.529Z] 69ca0ff8b7b3: Download complete [2020-09-17T08:41:07.130Z] b538f80385f9: Verifying Checksum [2020-09-17T08:41:07.130Z] b538f80385f9: Download complete [2020-09-17T08:41:08.116Z] b538f80385f9: Pull complete [2020-09-17T08:41:08.397Z] 74f711af9a0d: Pull complete [2020-09-17T08:41:08.999Z] 99f96fe45779: Pull complete [2020-09-17T08:41:10.445Z] 209524e5b208: Verifying Checksum [2020-09-17T08:41:10.445Z] 209524e5b208: Download complete [2020-09-17T08:41:12.417Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T08:41:12.417Z] 8529a6b9a6be: Download complete [2020-09-17T08:41:22.602Z] 8529a6b9a6be: Pull complete [2020-09-17T08:41:22.602Z] 45590311c82a: Pull complete [2020-09-17T08:41:22.882Z] 69ca0ff8b7b3: Pull complete [2020-09-17T08:41:27.221Z] 209524e5b208: Pull complete [2020-09-17T08:41:27.221Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T08:41:27.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T08:41:27.221Z] ---> 5bddaf1c2fca [2020-09-17T08:41:27.221Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T08:41:29.849Z] ---> Running in 85adf268f435 [2020-09-17T08:41:29.849Z] Removing intermediate container 85adf268f435 [2020-09-17T08:41:29.849Z] ---> 52b0e233cf09 [2020-09-17T08:41:29.849Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:41:29.849Z] ---> Running in f493cdef5e28 [2020-09-17T08:41:32.474Z] Removing intermediate container f493cdef5e28 [2020-09-17T08:41:32.474Z] ---> aa0395ba060a [2020-09-17T08:41:32.474Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T08:41:32.751Z] ---> Running in f175f391ca78 [2020-09-17T08:41:34.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:41:34.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T08:41:35.595Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T08:41:35.595Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T08:41:35.595Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T08:41:35.595Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T08:41:35.595Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T08:41:35.595Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T08:41:35.595Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T08:41:35.764Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T08:41:35.764Z] (2/14) Installing file (5.38-r0) [2020-09-17T08:41:35.859Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T08:41:35.859Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T08:41:36.042Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T08:41:36.042Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T08:41:36.434Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T08:41:37.011Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T08:41:37.011Z] OK: 237 MiB in 53 packages [2020-09-17T08:41:39.587Z] Removing intermediate container 53c80ba5bc59 [2020-09-17T08:41:39.587Z] ---> a7e024a0d365 [2020-09-17T08:41:39.587Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-17T08:41:39.587Z] ---> Running in db4908bf7c4f [2020-09-17T08:41:39.850Z] Removing intermediate container db4908bf7c4f [2020-09-17T08:41:39.850Z] ---> 7fb415567350 [2020-09-17T08:41:39.850Z] Step 7/8 : COPY . . [2020-09-17T08:41:40.811Z] ---> a6785c486f12 [2020-09-17T08:41:40.811Z] Step 8/8 : RUN go mod download [2020-09-17T08:41:40.811Z] ---> Running in 12e167332f08 [2020-09-17T08:41:55.898Z] Removing intermediate container 12e167332f08 [2020-09-17T08:41:55.898Z] ---> 88658e3bcf73 [2020-09-17T08:41:55.898Z] Successfully built 88658e3bcf73 [2020-09-17T08:41:55.898Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:41:56.391Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:41:56.391Z] . [Pipeline] withDockerContainer [2020-09-17T08:41:56.520Z] prd-centos7-docker-4c-2g-138 does not seem to be running inside a container [2020-09-17T08:41:56.566Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T08:41:57.933Z] $ docker top dcadd6cf1cec35c63983e9732c9ce91bef63f7cf9460761da680dfcc54b39bdd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:41:58.548Z] + go version [2020-09-17T08:41:58.548Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T08:41:58.586Z] $ docker stop --time=1 dcadd6cf1cec35c63983e9732c9ce91bef63f7cf9460761da680dfcc54b39bdd [2020-09-17T08:41:59.952Z] $ docker rm -f dcadd6cf1cec35c63983e9732c9ce91bef63f7cf9460761da680dfcc54b39bdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:42:01.224Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:42:01.224Z] . [Pipeline] withDockerContainer [2020-09-17T08:42:01.356Z] prd-centos7-docker-4c-2g-138 does not seem to be running inside a container [2020-09-17T08:42:01.415Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T08:42:02.072Z] $ docker top c342bfea3e7255b5f6787b13e28fcc87f432bc576cd87edd201ad3e496be2622 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:42:02.611Z] + make test [2020-09-17T08:42:02.611Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T08:42:02.848Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T08:42:02.848Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T08:42:02.848Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T08:42:02.848Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T08:42:02.848Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T08:42:02.848Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T08:42:02.848Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T08:42:02.848Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T08:42:02.848Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T08:42:02.848Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T08:42:02.848Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T08:42:02.848Z] OK: 221 MiB in 53 packages [2020-09-17T08:42:03.197Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-17T08:42:05.477Z] Removing intermediate container f175f391ca78 [2020-09-17T08:42:05.478Z] ---> e3bef08009d2 [2020-09-17T08:42:05.478Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-17T08:42:05.478Z] ---> Running in b322643c7a68 [2020-09-17T08:42:06.077Z] Removing intermediate container b322643c7a68 [2020-09-17T08:42:06.077Z] ---> d40008916632 [2020-09-17T08:42:06.077Z] Step 7/8 : COPY . . [2020-09-17T08:42:07.057Z] ---> 3cfec12819af [2020-09-17T08:42:07.057Z] Step 8/8 : RUN go mod download [2020-09-17T08:42:07.057Z] ---> Running in 3fb2775908df [2020-09-17T08:42:13.363Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-17T08:42:13.363Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.006s coverage: 28.3% of statements [2020-09-17T08:42:13.363Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-17T08:42:13.363Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:42:15.315Z] gofmt -l . [2020-09-17T08:42:15.315Z] ["`gofmt -l .`" = ""] [2020-09-17T08:42:15.315Z] ./bin/test-attribution-txt.sh [2020-09-17T08:42:15.579Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T08:42:16.166Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:42:16.186Z] $ docker stop --time=1 c342bfea3e7255b5f6787b13e28fcc87f432bc576cd87edd201ad3e496be2622 [2020-09-17T08:42:19.588Z] $ docker rm -f c342bfea3e7255b5f6787b13e28fcc87f432bc576cd87edd201ad3e496be2622 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:42:21.466Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:42:21.788Z] + ls -al . [2020-09-17T08:42:21.788Z] total 100 [2020-09-17T08:42:21.788Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 17 08:42 . [2020-09-17T08:42:21.788Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 08:40 .. [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 4896 Sep 17 08:40 Attribution.txt [2020-09-17T08:42:21.788Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 17 08:40 bin [2020-09-17T08:42:21.788Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 08:40 cmd [2020-09-17T08:42:21.788Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 17 08:42 coverage.out [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 17 08:40 Dockerfile [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 17 08:40 Dockerfile.build [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 17 08:40 .dockerignore [2020-09-17T08:42:21.788Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 08:40 .git [2020-09-17T08:42:21.788Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 17 08:40 .github [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 336 Sep 17 08:40 .gitignore [2020-09-17T08:42:21.788Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 17 08:42 go.mod [2020-09-17T08:42:21.788Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 17 08:42 go.sum [2020-09-17T08:42:21.788Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 08:40 internal [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 677 Sep 17 08:40 Jenkinsfile [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 08:40 LICENSE [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 17 08:40 Makefile [2020-09-17T08:42:21.788Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 17 08:40 mock [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 17 08:40 README.md [2020-09-17T08:42:21.788Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 08:40 .semver [2020-09-17T08:42:21.788Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 17 08:40 snap [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 08:37 VERSION [2020-09-17T08:42:21.788Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 17 08:40 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:42:22.143Z] + 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=b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c --label arch=amd64 --label version=0.0.0 . [2020-09-17T08:42:22.143Z] Sending build context to Docker daemon 645.1kB [2020-09-17T08:42:22.146Z] Removing intermediate container 3fb2775908df [2020-09-17T08:42:22.146Z] ---> d7f1e16ab972 [2020-09-17T08:42:22.146Z] Successfully built d7f1e16ab972 [2020-09-17T08:42:22.146Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:42:22.407Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T08:42:22.407Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T08:42:22.407Z] ---> 88658e3bcf73 [2020-09-17T08:42:22.407Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T08:42:22.407Z] ---> Running in 86d73e3cebba [2020-09-17T08:42:22.594Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:42:22.594Z] . [Pipeline] withDockerContainer [2020-09-17T08:42:22.671Z] Removing intermediate container 86d73e3cebba [2020-09-17T08:42:22.671Z] ---> ced576f71712 [2020-09-17T08:42:22.671Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:42:22.671Z] ---> Running in ef51fa8ed655 [2020-09-17T08:42:22.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-137 does not seem to be running inside a container [2020-09-17T08:42:22.933Z] Removing intermediate container ef51fa8ed655 [2020-09-17T08:42:22.934Z] ---> 913b47f04f39 [2020-09-17T08:42:22.934Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:42:22.934Z] ---> Running in 54dc9653c508 [2020-09-17T08:42:22.974Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-09-17T08:42:23.886Z] Removing intermediate container 54dc9653c508 [2020-09-17T08:42:23.886Z] ---> 905e16afe521 [2020-09-17T08:42:23.886Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:42:23.886Z] ---> Running in 738181554efb [2020-09-17T08:42:24.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:42:24.798Z] $ docker top b54cb514f9ca86af3c00832dc93dedc6c9e4b20fdd2f1d920815626909f49342 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:42:25.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:42:26.268Z] + go version [2020-09-17T08:42:26.269Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T08:42:26.307Z] $ docker stop --time=1 b54cb514f9ca86af3c00832dc93dedc6c9e4b20fdd2f1d920815626909f49342 [2020-09-17T08:42:26.935Z] OK: 237 MiB in 53 packages [2020-09-17T08:42:27.200Z] Removing intermediate container 738181554efb [2020-09-17T08:42:27.200Z] ---> 91e03e230795 [2020-09-17T08:42:27.200Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-17T08:42:27.200Z] ---> Running in 3ac643173844 [2020-09-17T08:42:27.466Z] Removing intermediate container 3ac643173844 [2020-09-17T08:42:27.466Z] ---> d8fb8699d6d2 [2020-09-17T08:42:27.466Z] Step 8/22 : COPY . . [2020-09-17T08:42:28.042Z] ---> 091695edd989 [2020-09-17T08:42:28.042Z] Step 9/22 : ARG MAKE='make build' [2020-09-17T08:42:28.167Z] $ docker rm -f b54cb514f9ca86af3c00832dc93dedc6c9e4b20fdd2f1d920815626909f49342 [2020-09-17T08:42:28.318Z] ---> Running in 7811445eeac7 [2020-09-17T08:42:28.318Z] Removing intermediate container 7811445eeac7 [2020-09-17T08:42:28.318Z] ---> d64a7bc5f522 [2020-09-17T08:42:28.318Z] Step 10/22 : RUN $MAKE [2020-09-17T08:42:28.318Z] ---> Running in 593dd7fa87bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-17T08:42:28.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:42:29.564Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:42:29.564Z] . [Pipeline] withDockerContainer [2020-09-17T08:42:29.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-137 does not seem to be running inside a container [2020-09-17T08:42:29.937Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2020-09-17T08:42:31.726Z] $ docker top e31bf628e4056e980ccf5533dd300673e01db2505537f6e0e8a30a4205e9b638 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:42:33.176Z] + make test [2020-09-17T08:42:33.176Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T08:42:34.168Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-17T08:42:39.036Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:42:42.367Z] Removing intermediate container 593dd7fa87bc [2020-09-17T08:42:42.367Z] ---> 5e0ced7fe70d [2020-09-17T08:42:42.367Z] Step 11/22 : FROM alpine [2020-09-17T08:42:42.367Z] latest: Pulling from library/alpine [2020-09-17T08:42:42.367Z] df20fa9351a1: Already exists [2020-09-17T08:42:42.637Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:42:42.637Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:42:42.637Z] ---> a24bb4013296 [2020-09-17T08:42:42.637Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-17T08:42:42.637Z] ---> Running in 7029b0c5473e [2020-09-17T08:42:42.637Z] Removing intermediate container 7029b0c5473e [2020-09-17T08:42:42.637Z] ---> 0309cd17e55c [2020-09-17T08:42:42.637Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-17T08:42:42.902Z] ---> Running in c5a45a94eb36 [2020-09-17T08:42:42.902Z] Removing intermediate container c5a45a94eb36 [2020-09-17T08:42:42.902Z] ---> ad005195ca55 [2020-09-17T08:42:42.902Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-17T08:42:43.480Z] ---> e9be175b2c11 [2020-09-17T08:42:43.480Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-17T08:42:43.743Z] ---> 9f95fd5a4dff [2020-09-17T08:42:43.743Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-17T08:42:44.006Z] ---> d1bd949ae5a0 [2020-09-17T08:42:44.006Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-17T08:42:44.006Z] ---> Running in 46ca9c018003 [2020-09-17T08:42:44.268Z] Removing intermediate container 46ca9c018003 [2020-09-17T08:42:44.269Z] ---> 0d20356ec65d [2020-09-17T08:42:44.269Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-17T08:42:44.269Z] ---> Running in 0bf6c9e562a5 [2020-09-17T08:42:44.533Z] Removing intermediate container 0bf6c9e562a5 [2020-09-17T08:42:44.533Z] ---> ff06d9675244 [2020-09-17T08:42:44.533Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T08:42:44.533Z] ---> Running in 390badb224b4 [2020-09-17T08:42:44.795Z] Removing intermediate container 390badb224b4 [2020-09-17T08:42:44.795Z] ---> 378cbd5c1689 [2020-09-17T08:42:44.795Z] Step 20/22 : LABEL arch=amd64 [2020-09-17T08:42:44.795Z] ---> Running in d3bcc95a16f0 [2020-09-17T08:42:45.060Z] Removing intermediate container d3bcc95a16f0 [2020-09-17T08:42:45.060Z] ---> 12d864077e73 [2020-09-17T08:42:45.060Z] Step 21/22 : LABEL git_sha=b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:42:45.060Z] ---> Running in 934140177e96 [2020-09-17T08:42:45.060Z] Removing intermediate container 934140177e96 [2020-09-17T08:42:45.060Z] ---> 429523fca40e [2020-09-17T08:42:45.060Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T08:42:45.322Z] ---> Running in cdf0f397f95a [2020-09-17T08:42:45.322Z] Removing intermediate container cdf0f397f95a [2020-09-17T08:42:45.322Z] ---> d03f6faaa82e [2020-09-17T08:42:45.322Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:42:45.322Z] Successfully built d03f6faaa82e [2020-09-17T08:42:45.322Z] 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 [2020-09-17T08:43:02.741Z] Still waiting to schedule task [2020-09-17T08:43:02.741Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-17T08:43:06.547Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-17T08:43:06.547Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.021s coverage: 28.3% of statements [2020-09-17T08:43:06.547Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-17T08:43:06.547Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:43:13.278Z] gofmt -l . [2020-09-17T08:43:13.278Z] ["`gofmt -l .`" = ""] [2020-09-17T08:43:13.278Z] ./bin/test-attribution-txt.sh [2020-09-17T08:43:13.552Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T08:43:13.866Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T08:43:14.663Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:43:14.686Z] $ docker stop --time=1 e31bf628e4056e980ccf5533dd300673e01db2505537f6e0e8a30a4205e9b638 [2020-09-17T08:43:16.940Z] $ docker rm -f e31bf628e4056e980ccf5533dd300673e01db2505537f6e0e8a30a4205e9b638 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:43:18.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:43:18.868Z] + ls -al . [2020-09-17T08:43:18.868Z] total 136 [2020-09-17T08:43:18.868Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 17 08:43 . [2020-09-17T08:43:18.868Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 08:40 .. [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 17 08:40 .dockerignore [2020-09-17T08:43:18.868Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:41 .git [2020-09-17T08:43:18.868Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:40 .github [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 336 Sep 17 08:40 .gitignore [2020-09-17T08:43:18.868Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:41 .semver [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 4896 Sep 17 08:40 Attribution.txt [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 17 08:40 Dockerfile [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 17 08:40 Dockerfile.build [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 17 08:40 Jenkinsfile [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 08:40 LICENSE [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 17 08:40 Makefile [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 17 08:40 README.md [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 08:37 VERSION [2020-09-17T08:43:18.868Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:40 bin [2020-09-17T08:43:18.868Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:40 cmd [2020-09-17T08:43:18.868Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 17 08:43 coverage.out [2020-09-17T08:43:18.868Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 17 08:43 go.mod [2020-09-17T08:43:18.868Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 17 08:43 go.sum [2020-09-17T08:43:18.868Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:40 internal [2020-09-17T08:43:18.868Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:40 mock [2020-09-17T08:43:18.868Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 08:40 snap [2020-09-17T08:43:18.868Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 17 08:40 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:43:19.262Z] + 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=b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c --label arch=arm64 --label version=0.0.0 . [2020-09-17T08:43:19.565Z] Sending build context to Docker daemon 645.1kB [2020-09-17T08:43:19.838Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T08:43:19.838Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T08:43:19.838Z] ---> d7f1e16ab972 [2020-09-17T08:43:19.838Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T08:43:19.838Z] ---> Running in 91b85d0ae5c4 [2020-09-17T08:43:20.436Z] Removing intermediate container 91b85d0ae5c4 [2020-09-17T08:43:20.437Z] ---> c45dfc8b3c21 [2020-09-17T08:43:20.437Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:43:20.437Z] ---> Running in c64a28a1b255 [2020-09-17T08:43:21.040Z] Removing intermediate container c64a28a1b255 [2020-09-17T08:43:21.040Z] ---> ea2ae8d24598 [2020-09-17T08:43:21.040Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:43:21.040Z] ---> Running in 12f1ab11cf8e [2020-09-17T08:43:23.663Z] Removing intermediate container 12f1ab11cf8e [2020-09-17T08:43:23.663Z] ---> 607612ed289e [2020-09-17T08:43:23.663Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:43:23.663Z] ---> Running in 548c39f70fe1 [2020-09-17T08:43:25.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:43:26.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T08:43:27.048Z] OK: 221 MiB in 53 packages [2020-09-17T08:43:28.025Z] Removing intermediate container 548c39f70fe1 [2020-09-17T08:43:28.025Z] ---> 70143b77ce70 [2020-09-17T08:43:28.025Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-17T08:43:28.300Z] ---> Running in b744c5ad69e2 [2020-09-17T08:43:28.573Z] Removing intermediate container b744c5ad69e2 [2020-09-17T08:43:28.573Z] ---> 735c3f5f7391 [2020-09-17T08:43:28.573Z] Step 8/22 : COPY . . [2020-09-17T08:43:29.554Z] ---> fddb0998e879 [2020-09-17T08:43:29.554Z] Step 9/22 : ARG MAKE='make build' [2020-09-17T08:43:29.828Z] ---> Running in a0f841b75a26 [2020-09-17T08:43:30.102Z] Removing intermediate container a0f841b75a26 [2020-09-17T08:43:30.102Z] ---> c425eb6fa74a [2020-09-17T08:43:30.102Z] Step 10/22 : RUN $MAKE [2020-09-17T08:43:30.381Z] ---> Running in 9f8983545b35 [2020-09-17T08:43:31.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-17T08:43:58.637Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:44:03.112Z] Removing intermediate container 9f8983545b35 [2020-09-17T08:44:03.112Z] ---> 550c048460a5 [2020-09-17T08:44:03.112Z] Step 11/22 : FROM alpine [2020-09-17T08:44:03.112Z] latest: Pulling from library/alpine [2020-09-17T08:44:03.112Z] b538f80385f9: Already exists [2020-09-17T08:44:03.387Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:44:03.387Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:44:03.387Z] ---> 62ee0e9f8440 [2020-09-17T08:44:03.387Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-17T08:44:03.391Z] Running on prd-centos7-docker-8c-8g-141 in /w/workspace/gexfoundry_device-mqtt-go_PR-173 [Pipeline] { [Pipeline] ws [2020-09-17T08:44:03.490Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T08:44:03.670Z] ---> Running in e3d4dbd86bb1 [2020-09-17T08:44:03.941Z] Removing intermediate container e3d4dbd86bb1 [2020-09-17T08:44:03.941Z] ---> aba15bd73601 [2020-09-17T08:44:03.941Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-17T08:44:04.224Z] ---> Running in 4c0959e09d56 [2020-09-17T08:44:04.500Z] Removing intermediate container 4c0959e09d56 [2020-09-17T08:44:04.500Z] ---> 7bf1e6ea57d2 [2020-09-17T08:44:04.500Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-17T08:44:05.726Z] using credential edgex-jenkins-ssh [2020-09-17T08:44:05.799Z] Cloning the remote Git repository [2020-09-17T08:44:05.799Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:44:05.946Z] ---> e335c4f6b47d [2020-09-17T08:44:05.946Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-17T08:44:05.824Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:44:05.894Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-17T08:44:05.919Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:44:05.919Z] > git --version # timeout=10 [2020-09-17T08:44:05.927Z] > git --version # 'git version 2.16.5' [2020-09-17T08:44:05.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:44:05.952Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:44:06.493Z] Fetching without tags [2020-09-17T08:44:06.545Z] ---> c487dc7d4666 [2020-09-17T08:44:06.545Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-17T08:44:06.889Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:44:06.969Z] Merge succeeded, producing b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:44:06.970Z] Checking out Revision b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c (PR-173) [2020-09-17T08:44:06.461Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:44:06.467Z] > git config --add remote.origin.fetch +refs/pull/173/head:refs/remotes/origin/PR-173 # timeout=10 [2020-09-17T08:44:06.476Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:44:06.487Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:44:06.498Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:44:06.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:44:06.503Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:44:06.902Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:44:06.909Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:44:06.942Z] > git remote # timeout=10 [2020-09-17T08:44:06.951Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:44:06.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:44:06.958Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-17T08:44:06.966Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:44:06.974Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:44:06.981Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:44:07.527Z] ---> 51e5ac7d7a72 [2020-09-17T08:44:07.528Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-17T08:44:07.528Z] ---> Running in faab4510bf8c [2020-09-17T08:44:08.130Z] Removing intermediate container faab4510bf8c [2020-09-17T08:44:08.130Z] ---> fccd741a0802 [2020-09-17T08:44:08.130Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-17T08:44:08.130Z] ---> Running in f710350bbfce [2020-09-17T08:44:08.731Z] Removing intermediate container f710350bbfce [2020-09-17T08:44:08.731Z] ---> 33b1abd5a6e9 [2020-09-17T08:44:08.731Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T08:44:08.731Z] ---> Running in 94936c9b9546 [2020-09-17T08:44:09.330Z] Removing intermediate container 94936c9b9546 [2020-09-17T08:44:09.330Z] ---> c6f856a403dd [2020-09-17T08:44:09.330Z] Step 20/22 : LABEL arch=arm64 [2020-09-17T08:44:09.330Z] ---> Running in 10b81d8959ef [2020-09-17T08:44:09.924Z] Removing intermediate container 10b81d8959ef [2020-09-17T08:44:09.924Z] ---> 4de28e50f13d [2020-09-17T08:44:09.924Z] Step 21/22 : LABEL git_sha=b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:44:09.924Z] ---> Running in bbea8ed534b3 [2020-09-17T08:44:10.521Z] Removing intermediate container bbea8ed534b3 [2020-09-17T08:44:10.521Z] ---> 3a5f87f92c76 [2020-09-17T08:44:10.521Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T08:44:10.521Z] ---> Running in 4e8c968e6f7a [2020-09-17T08:44:10.604Z] Commit message: "build: Upgrade to Go1.15" [2020-09-17T08:44:10.631Z] > git --version # timeout=10 [2020-09-17T08:44:10.636Z] > git --version # 'git version 2.16.5' [2020-09-17T08:44:10.642Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T08:44:11.113Z] Removing intermediate container 4e8c968e6f7a [2020-09-17T08:44:11.113Z] ---> 00410305eec8 [2020-09-17T08:44:11.113Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:44:11.113Z] Successfully built 00410305eec8 [2020-09-17T08:44:11.113Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2020-09-17T08:44:12.451Z] ++ find /w/workspace/device-mqtt-go/1 [2020-09-17T08:44:12.451Z] ++ grep snapcraft.yaml [2020-09-17T08:44:12.451Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] stage [Pipeline] { (Snap) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T08:44:12.744Z] provisioning config files... [2020-09-17T08:44:12.756Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config3099208711004969745tmp [Pipeline] { [Pipeline] sh [Pipeline] findFiles [Pipeline] node [2020-09-17T08:44:13.119Z] + cp /w/workspace/device-mqtt-go/1@tmp/config3099208711004969745tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-17T08:44:13.452Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-17T08:44:13.722Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-17T08:44:13.722Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-17T08:44:13.722Z] f08d8e2a3ba1: Pulling fs layer [2020-09-17T08:44:13.722Z] 3baa9cb2483b: Pulling fs layer [2020-09-17T08:44:13.722Z] 94e5ff4c0b15: Pulling fs layer [2020-09-17T08:44:13.722Z] 1860925334f9: Pulling fs layer [2020-09-17T08:44:13.722Z] 2daf38717194: Pulling fs layer [2020-09-17T08:44:13.722Z] 309017e8d7a4: Pulling fs layer [2020-09-17T08:44:13.722Z] f7790dc9fd0f: Pulling fs layer [2020-09-17T08:44:13.722Z] cac0ae9282c2: Pulling fs layer [2020-09-17T08:44:13.722Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-17T08:44:13.722Z] 1860925334f9: Waiting [2020-09-17T08:44:13.722Z] 2daf38717194: Waiting [2020-09-17T08:44:13.722Z] 309017e8d7a4: Waiting [2020-09-17T08:44:13.722Z] f7790dc9fd0f: Waiting [2020-09-17T08:44:13.722Z] cac0ae9282c2: Waiting [2020-09-17T08:44:13.722Z] 1f4cadf9a1ed: Waiting [2020-09-17T08:44:13.722Z] 94e5ff4c0b15: Verifying Checksum [2020-09-17T08:44:13.722Z] 94e5ff4c0b15: Download complete [2020-09-17T08:44:13.722Z] 3baa9cb2483b: Verifying Checksum [2020-09-17T08:44:13.722Z] 3baa9cb2483b: Download complete [2020-09-17T08:44:13.722Z] 1860925334f9: Download complete [2020-09-17T08:44:13.722Z] 309017e8d7a4: Verifying Checksum [2020-09-17T08:44:13.722Z] 309017e8d7a4: Download complete [2020-09-17T08:44:13.722Z] f7790dc9fd0f: Download complete [2020-09-17T08:44:16.279Z] cac0ae9282c2: Verifying Checksum [2020-09-17T08:44:16.279Z] cac0ae9282c2: Download complete [2020-09-17T08:44:16.544Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-17T08:44:16.544Z] 1f4cadf9a1ed: Download complete [2020-09-17T08:44:17.502Z] f08d8e2a3ba1: Download complete [2020-09-17T08:44:18.903Z] f08d8e2a3ba1: Pull complete [2020-09-17T08:44:19.167Z] 3baa9cb2483b: Pull complete [2020-09-17T08:44:19.167Z] 94e5ff4c0b15: Pull complete [2020-09-17T08:44:19.439Z] 1860925334f9: Pull complete [2020-09-17T08:44:23.669Z] 2daf38717194: Verifying Checksum [2020-09-17T08:44:23.669Z] 2daf38717194: Download complete [2020-09-17T08:44:28.061Z] Still waiting to schedule task [2020-09-17T08:44:28.061Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-17T08:44:41.821Z] 2daf38717194: Pull complete [2020-09-17T08:44:41.821Z] 309017e8d7a4: Pull complete [2020-09-17T08:44:41.821Z] f7790dc9fd0f: Pull complete [2020-09-17T08:44:41.821Z] cac0ae9282c2: Pull complete [2020-09-17T08:44:41.821Z] 1f4cadf9a1ed: Pull complete [2020-09-17T08:44:41.821Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-17T08:44:41.821Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-17T08:44:45.168Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-17T08:44:45.168Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-17T08:44:45.432Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-17T08:44:45.432Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [901 kB] [2020-09-17T08:44:45.432Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-17T08:44:45.432Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-17T08:44:45.432Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-17T08:44:45.694Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-17T08:44:45.694Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1385 kB] [2020-09-17T08:44:46.273Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1429 kB] [2020-09-17T08:44:46.273Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-17T08:44:46.273Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-17T08:44:46.536Z] Fetched 5342 kB in 1s (3951 kB/s) [2020-09-17T08:44:47.928Z] Reading package lists... [2020-09-17T08:44:51.241Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-17T08:44:51.241Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-17T08:44:51.241Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-17T08:44:51.241Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-09-17T08:44:52.867Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 55% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T08:44:54.789Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T08:44:56.152Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 58% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T08:44:56.414Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-17T08:44:56.414Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-17T08:44:56.676Z] The following packages were automatically installed and are no longer required: [2020-09-17T08:44:56.676Z] libjq1 libonig4 [2020-09-17T08:44:56.676Z] Use 'sudo apt autoremove' to remove them. [2020-09-17T08:44:56.676Z] Suggested packages: [2020-09-17T08:44:56.676Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-17T08:44:56.676Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-17T08:44:56.676Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-17T08:44:56.676Z] | libterm-readline-perl-perl [2020-09-17T08:44:56.676Z] The following NEW packages will be installed: [2020-09-17T08:44:56.676Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-17T08:44:56.676Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T08:44:56.676Z] 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. [2020-09-17T08:44:56.676Z] Need to get 12.0 MB of archives. [2020-09-17T08:44:56.676Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-17T08:44:56.941Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-17T08:44:57.776Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 578 kB/2763 kB 21%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-09-17T08:44:57.776Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-09-17T08:44:57.776Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-09-17T08:44:57.776Z] 23% [4 libperl5.26 16.4 kB/3527 kB 0%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-17T08:44:57.776Z] 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-09-17T08:44:57.776Z] 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-09-17T08:44:57.776Z] 53% [7 netbase 8192 B/12.7 kB 64%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-09-17T08:44:58.038Z] 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-09-17T08:44:58.038Z] 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-17T08:44:58.038Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-17T08:44:58.039Z] 61% [11 git-man 4096 B/804 kB 1%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-09-17T08:44:58.039Z] 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-09-17T08:44:58.039Z] 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-09-17T08:44:58.039Z] 98% [14 patch 8192 B/102 kB 8%] 100% [Working] Fetched 12.0 MB in 1s (9053 kB/s) [2020-09-17T08:44:58.317Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-17T08:44:58.317Z] Selecting previously unselected package perl-modules-5.26. [2020-09-17T08:44:58.317Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-09-17T08:44:58.317Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-17T08:44:58.317Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:44:59.263Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-17T08:44:59.263Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-17T08:44:59.263Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-17T08:44:59.263Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-17T08:44:59.263Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-17T08:44:59.263Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-17T08:44:59.263Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-17T08:44:59.263Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-17T08:44:59.525Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:45:00.120Z] Selecting previously unselected package perl. [2020-09-17T08:45:00.120Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-17T08:45:00.120Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-17T08:45:00.120Z] Selecting previously unselected package less. [2020-09-17T08:45:00.120Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-17T08:45:00.120Z] Unpacking less (487-0.1) ... [2020-09-17T08:45:00.120Z] Selecting previously unselected package netbase. [2020-09-17T08:45:00.120Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-17T08:45:00.120Z] Unpacking netbase (5.4) ... [2020-09-17T08:45:00.393Z] Selecting previously unselected package curl. [2020-09-17T08:45:00.393Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-17T08:45:00.393Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-17T08:45:00.393Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-17T08:45:00.393Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-17T08:45:00.393Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-17T08:45:00.393Z] Selecting previously unselected package liberror-perl. [2020-09-17T08:45:00.394Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-17T08:45:00.394Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-17T08:45:00.394Z] Selecting previously unselected package git-man. [2020-09-17T08:45:00.394Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-17T08:45:00.394Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:45:00.664Z] Selecting previously unselected package git. [2020-09-17T08:45:00.664Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-17T08:45:00.664Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:45:01.241Z] Selecting previously unselected package make. [2020-09-17T08:45:01.241Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-17T08:45:01.241Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-17T08:45:01.241Z] Selecting previously unselected package patch. [2020-09-17T08:45:01.241Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-17T08:45:01.241Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-17T08:45:01.505Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:45:01.505Z] Setting up less (487-0.1) ... [2020-09-17T08:45:01.505Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-17T08:45:01.505Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-17T08:45:01.505Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-17T08:45:01.768Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:45:01.768Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-17T08:45:01.768Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-17T08:45:01.768Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-17T08:45:01.768Z] Setting up netbase (5.4) ... [2020-09-17T08:45:01.768Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:45:01.768Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-17T08:45:01.768Z] Setting up liberror-perl (0.17025-1) ... [2020-09-17T08:45:01.768Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:45:02.050Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-17T08:45:02.050Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-17T08:45:03.993Z] curl set to automatically installed. [2020-09-17T08:45:03.993Z] git set to automatically installed. [2020-09-17T08:45:03.993Z] git-man set to automatically installed. [2020-09-17T08:45:03.993Z] less set to automatically installed. [2020-09-17T08:45:03.993Z] libcurl3-gnutls set to automatically installed. [2020-09-17T08:45:03.993Z] liberror-perl set to automatically installed. [2020-09-17T08:45:03.993Z] libgdbm-compat4 set to automatically installed. [2020-09-17T08:45:03.993Z] libgdbm5 set to automatically installed. [2020-09-17T08:45:03.993Z] libperl5.26 set to automatically installed. [2020-09-17T08:45:03.993Z] make set to automatically installed. [2020-09-17T08:45:03.993Z] netbase set to automatically installed. [2020-09-17T08:45:03.993Z] patch set to automatically installed. [2020-09-17T08:45:03.993Z] perl set to automatically installed. [2020-09-17T08:45:03.993Z] perl-modules-5.26 set to automatically installed. [2020-09-17T08:45:03.993Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-17T08:45:03.993Z] Please ensure the environment is properly setup before continuing. [2020-09-17T08:45:03.993Z] Ignore this message if the appropriate measures have already been taken [2020-09-17T08:45:04.255Z] Pulling go  [2020-09-17T08:45:05.208Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-17T08:45:05.208Z] Skipping pull go (already ran) [2020-09-17T08:45:05.208Z] Building go  [2020-09-17T08:45:05.208Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-17T08:45:05.208Z] Dload Upload Total Spent Left Speed [2020-09-17T08:45:07.457Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.5M 0 0 38.9M 0 0:00:02 --:--:-- 0:00:02 38.8M 73 115M 73 84.9M 0 0 54.7M 0 0:00:02 0:00:01 0:00:01 54.7M 100 115M 100 115M 0 0 56.8M 0 0:00:02 0:00:02 --:--:-- 56.8M [2020-09-17T08:45:08.401Z] go1.15.2.linux-amd64.tar.gz: OK [2020-09-17T08:45:14.995Z] Staging go  [2020-09-17T08:45:15.569Z] Pulling device-mqtt  [2020-09-17T08:45:16.517Z] Skipping build go (already ran) [2020-09-17T08:45:16.517Z] Building device-mqtt  [2020-09-17T08:45:16.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-17T08:45:17.466Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T08:45:17.467Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-17T08:45:17.467Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-17T08:45:17.467Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T08:45:17.467Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-17T08:45:17.467Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-17T08:45:17.467Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-17T08:45:17.467Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T08:45:17.467Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-17T08:45:17.467Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-17T08:45:17.467Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-17T08:45:17.467Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T08:45:17.467Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-17T08:45:17.467Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T08:45:17.467Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T08:45:17.467Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T08:45:17.467Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T08:45:17.467Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-17T08:45:17.467Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-17T08:45:17.467Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-17T08:45:17.467Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-17T08:45:17.467Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T08:45:17.728Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T08:45:17.729Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T08:45:17.729Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-17T08:45:17.729Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T08:45:17.729Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T08:45:17.729Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-17T08:45:17.729Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T08:45:17.729Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T08:45:17.729Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T08:45:17.729Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T08:45:17.729Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T08:45:24.384Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:45:27.697Z] Skipping stage go (already ran) [2020-09-17T08:45:27.698Z] Staging device-mqtt  [2020-09-17T08:45:28.276Z] Priming go  [2020-09-17T08:45:29.223Z] Priming device-mqtt  [2020-09-17T08:45:29.797Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-17T08:45:29.797Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-17T08:45:29.797Z] Determining the version from the project repo (version-script). [2020-09-17T08:45:29.797Z] The version has been set to 'local-dev-20200917+b7208c3' [2020-09-17T08:45:30.632Z] Snapping | Snapping / Snapping - Snapping \ Snapping | [2020-09-17T08:45:30.632Z] Snapped edgex-device-mqtt_local-dev-20200917+b7208c3_amd64.snap [Pipeline] } [2020-09-17T08:45:33.226Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-17T08:46:20.540Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-143 in /w/workspace/gexfoundry_device-mqtt-go_PR-173 [Pipeline] { [Pipeline] ws [2020-09-17T08:46:20.712Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T08:46:24.785Z] using credential edgex-jenkins-ssh [2020-09-17T08:46:24.848Z] Cloning the remote Git repository [2020-09-17T08:46:24.848Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:46:24.910Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:46:25.023Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-09-17T08:46:25.093Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:46:25.094Z] > git --version # timeout=10 [2020-09-17T08:46:25.109Z] > git --version # 'git version 2.17.1' [2020-09-17T08:46:25.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:46:25.209Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:46:25.827Z] Fetching without tags [2020-09-17T08:46:26.295Z] Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:46:26.482Z] Merge succeeded, producing b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c [2020-09-17T08:46:26.483Z] Checking out Revision b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c (PR-173) [2020-09-17T08:46:25.760Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:46:25.775Z] > git config --add remote.origin.fetch +refs/pull/173/head:refs/remotes/origin/PR-173 # timeout=10 [2020-09-17T08:46:25.788Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:46:25.809Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T08:46:25.835Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T08:46:25.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:46:25.849Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/173/head:refs/remotes/origin/PR-173 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:46:26.314Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:46:26.329Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:46:26.409Z] > git remote # timeout=10 [2020-09-17T08:46:26.423Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:46:26.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:46:26.443Z] > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-17T08:46:26.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:46:26.488Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:46:26.498Z] > git checkout -f b7208c3a10df9dfac5b8b3b0ed7de7f517129f7c # timeout=10 [2020-09-17T08:46:30.746Z] Commit message: "build: Upgrade to Go1.15" [2020-09-17T08:46:30.821Z] > git --version # timeout=10 [2020-09-17T08:46:30.831Z] > git --version # 'git version 2.17.1' [2020-09-17T08:46:30.840Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-17T08:46:32.143Z] + find /w/workspace/device-mqtt-go/1 [2020-09-17T08:46:32.143Z] + grep snapcraft.yaml [2020-09-17T08:46:32.143Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T08:46:32.454Z] provisioning config files... [2020-09-17T08:46:32.528Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config148751683690516773tmp [Pipeline] { [Pipeline] sh [2020-09-17T08:46:33.095Z] + cp /w/workspace/device-mqtt-go/1@tmp/config148751683690516773tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [2020-09-17T08:46:33.541Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-17T08:46:34.153Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-17T08:46:34.443Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-17T08:46:34.443Z] 237528ba509b: Pulling fs layer [2020-09-17T08:46:34.443Z] 393b96f31d8b: Pulling fs layer [2020-09-17T08:46:34.443Z] 4d82b0e39008: Pulling fs layer [2020-09-17T08:46:34.443Z] e7ca375b8d34: Pulling fs layer [2020-09-17T08:46:34.443Z] 418f656485bb: Pulling fs layer [2020-09-17T08:46:34.443Z] aebe8db9254c: Pulling fs layer [2020-09-17T08:46:34.443Z] 4f5f7b207d3f: Pulling fs layer [2020-09-17T08:46:34.443Z] d19ca6af091a: Pulling fs layer [2020-09-17T08:46:34.443Z] 16b5a0711add: Pulling fs layer [2020-09-17T08:46:34.443Z] aebe8db9254c: Waiting [2020-09-17T08:46:34.443Z] 16b5a0711add: Waiting [2020-09-17T08:46:34.443Z] d19ca6af091a: Waiting [2020-09-17T08:46:34.443Z] e7ca375b8d34: Waiting [2020-09-17T08:46:34.443Z] 4d82b0e39008: Verifying Checksum [2020-09-17T08:46:34.443Z] 4d82b0e39008: Download complete [2020-09-17T08:46:34.443Z] 393b96f31d8b: Download complete [2020-09-17T08:46:34.443Z] e7ca375b8d34: Download complete [2020-09-17T08:46:36.562Z] aebe8db9254c: Verifying Checksum [2020-09-17T08:46:36.562Z] aebe8db9254c: Download complete [2020-09-17T08:46:36.562Z] 4f5f7b207d3f: Download complete [2020-09-17T08:46:36.562Z] d19ca6af091a: Verifying Checksum [2020-09-17T08:46:36.562Z] d19ca6af091a: Download complete [2020-09-17T08:46:36.562Z] 16b5a0711add: Verifying Checksum [2020-09-17T08:46:36.562Z] 16b5a0711add: Download complete [2020-09-17T08:46:40.123Z] 237528ba509b: Verifying Checksum [2020-09-17T08:46:40.123Z] 237528ba509b: Download complete [2020-09-17T08:46:42.797Z] 237528ba509b: Pull complete [2020-09-17T08:46:43.403Z] 393b96f31d8b: Pull complete [2020-09-17T08:46:43.684Z] 4d82b0e39008: Pull complete [2020-09-17T08:46:44.287Z] e7ca375b8d34: Pull complete [2020-09-17T08:46:52.608Z] 418f656485bb: Verifying Checksum [2020-09-17T08:46:52.608Z] 418f656485bb: Download complete [2020-09-17T08:47:39.604Z] 418f656485bb: Pull complete [2020-09-17T08:47:39.604Z] aebe8db9254c: Pull complete [2020-09-17T08:47:39.604Z] 4f5f7b207d3f: Pull complete [2020-09-17T08:47:39.604Z] d19ca6af091a: Pull complete [2020-09-17T08:47:39.604Z] 16b5a0711add: Pull complete [2020-09-17T08:47:39.604Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-17T08:47:39.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-17T08:47:39.887Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-17T08:47:39.888Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-17T08:47:40.172Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-17T08:47:40.172Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-17T08:47:40.793Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] [2020-09-17T08:47:41.069Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1264 kB] [2020-09-17T08:47:41.343Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [672 kB] [2020-09-17T08:47:41.343Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [787 kB] [2020-09-17T08:47:41.622Z] Fetched 3917 kB in 2s (1805 kB/s) [2020-09-17T08:47:47.051Z] Reading package lists... [2020-09-17T08:48:02.144Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-17T08:48:02.144Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-17T08:48:02.144Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-17T08:48:02.144Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-17T08:48:06.344Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 8% Reading package lists... 25% Reading package lists... 44% Reading package lists... 61% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 77% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T08:48:13.063Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T08:48:17.665Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 10% Reading package lists... 31% Reading package lists... 51% Reading package lists... 69% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 84% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-09-17T08:48:18.259Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 52% Building dependency tree [2020-09-17T08:48:18.259Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-17T08:48:18.851Z] The following packages were automatically installed and are no longer required: [2020-09-17T08:48:18.851Z] libjq1 libonig4 [2020-09-17T08:48:18.851Z] Use 'sudo apt autoremove' to remove them. [2020-09-17T08:48:18.851Z] Suggested packages: [2020-09-17T08:48:18.851Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-17T08:48:18.851Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-17T08:48:18.851Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-17T08:48:18.851Z] | libterm-readline-perl-perl [2020-09-17T08:48:19.445Z] The following NEW packages will be installed: [2020-09-17T08:48:19.445Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-17T08:48:19.445Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T08:48:19.445Z] 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. [2020-09-17T08:48:19.445Z] Need to get 10.8 MB of archives. [2020-09-17T08:48:19.445Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-17T08:48:19.445Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-09-17T08:48:20.309Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 718 kB/2763 kB 26%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-09-17T08:48:20.309Z] 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-09-17T08:48:20.309Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-09-17T08:48:20.582Z] 25% [4 libperl5.26 4096 B/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-09-17T08:48:20.582Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-09-17T08:48:20.582Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-09-17T08:48:20.582Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] [2020-09-17T08:48:20.582Z] 58% [8 curl 55.4 kB/152 kB 36%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] [2020-09-17T08:48:20.582Z] 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-09-17T08:48:20.582Z] 63% [10 liberror-perl 8192 B/22.8 kB 36%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-09-17T08:48:20.582Z] 65% [11 git-man 0 B/804 kB 0%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-09-17T08:48:20.582Z] 72% [12 git 11.2 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-09-17T08:48:20.582Z] 96% [13 make 41.0 kB/139 kB 30%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-09-17T08:48:20.582Z] 98% [14 patch 61.4 kB/91.8 kB 67%] 100% [Working] Fetched 10.8 MB in 1s (7908 kB/s) [2020-09-17T08:48:21.555Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-17T08:48:21.555Z] Selecting previously unselected package perl-modules-5.26. [2020-09-17T08:48:21.555Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-09-17T08:48:21.555Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-17T08:48:21.555Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:48:22.981Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-17T08:48:22.981Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-17T08:48:22.981Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-17T08:48:23.252Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-17T08:48:23.252Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-17T08:48:23.252Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-17T08:48:23.252Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-17T08:48:23.252Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-17T08:48:23.252Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:48:24.682Z] Selecting previously unselected package perl. [2020-09-17T08:48:24.682Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-17T08:48:24.682Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-17T08:48:24.682Z] Selecting previously unselected package less. [2020-09-17T08:48:24.682Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-17T08:48:24.682Z] Unpacking less (487-0.1) ... [2020-09-17T08:48:24.957Z] Selecting previously unselected package netbase. [2020-09-17T08:48:24.957Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-17T08:48:24.957Z] Unpacking netbase (5.4) ... [2020-09-17T08:48:24.957Z] Selecting previously unselected package curl. [2020-09-17T08:48:24.957Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-17T08:48:24.957Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-17T08:48:25.232Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-17T08:48:25.232Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-17T08:48:25.232Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-17T08:48:25.510Z] Selecting previously unselected package liberror-perl. [2020-09-17T08:48:25.510Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-17T08:48:25.510Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-17T08:48:25.510Z] Selecting previously unselected package git-man. [2020-09-17T08:48:25.510Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-17T08:48:25.510Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:48:25.782Z] Selecting previously unselected package git. [2020-09-17T08:48:25.782Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-17T08:48:25.782Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:48:27.218Z] Selecting previously unselected package make. [2020-09-17T08:48:27.218Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-17T08:48:27.218Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-17T08:48:27.218Z] Selecting previously unselected package patch. [2020-09-17T08:48:27.218Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-17T08:48:27.218Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-17T08:48:27.218Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:48:27.489Z] Setting up less (487-0.1) ... [2020-09-17T08:48:27.760Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-17T08:48:27.760Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-17T08:48:27.760Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-17T08:48:27.760Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:48:28.031Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-17T08:48:28.031Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-17T08:48:28.031Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-17T08:48:28.031Z] Setting up netbase (5.4) ... [2020-09-17T08:48:28.031Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-17T08:48:28.303Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-17T08:48:28.303Z] Setting up liberror-perl (0.17025-1) ... [2020-09-17T08:48:28.303Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T08:48:28.573Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-17T08:48:28.573Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-17T08:48:33.965Z] curl set to automatically installed. [2020-09-17T08:48:33.965Z] git set to automatically installed. [2020-09-17T08:48:33.965Z] git-man set to automatically installed. [2020-09-17T08:48:33.965Z] less set to automatically installed. [2020-09-17T08:48:33.965Z] libcurl3-gnutls set to automatically installed. [2020-09-17T08:48:33.965Z] liberror-perl set to automatically installed. [2020-09-17T08:48:33.965Z] libgdbm-compat4 set to automatically installed. [2020-09-17T08:48:33.965Z] libgdbm5 set to automatically installed. [2020-09-17T08:48:33.965Z] libperl5.26 set to automatically installed. [2020-09-17T08:48:33.965Z] make set to automatically installed. [2020-09-17T08:48:33.965Z] netbase set to automatically installed. [2020-09-17T08:48:33.965Z] patch set to automatically installed. [2020-09-17T08:48:33.965Z] perl set to automatically installed. [2020-09-17T08:48:33.965Z] perl-modules-5.26 set to automatically installed. [2020-09-17T08:48:34.238Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-17T08:48:34.238Z] Please ensure the environment is properly setup before continuing. [2020-09-17T08:48:34.238Z] Ignore this message if the appropriate measures have already been taken [2020-09-17T08:48:34.832Z] Pulling go  [2020-09-17T08:48:39.124Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-17T08:48:39.124Z] Skipping pull go (already ran) [2020-09-17T08:48:39.124Z] Building go  [2020-09-17T08:48:39.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-17T08:48:39.125Z] Dload Upload Total Spent Left Speed [2020-09-17T08:48:41.092Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 93.2M 14 13.7M 0 0 23.7M 0 0:00:03 --:--:-- 0:00:03 23.7M 56 93.2M 56 52.9M 0 0 33.5M 0 0:00:02 0:00:01 0:00:01 33.5M 99 93.2M 99 92.7M 0 0 36.0M 0 0:00:02 0:00:02 --:--:-- 36.0M 100 93.2M 100 93.2M 0 0 36.1M 0 0:00:02 0:00:02 --:--:-- 36.1M [2020-09-17T08:48:42.528Z] go1.15.2.linux-arm64.tar.gz: OK [2020-09-17T08:49:04.711Z] Staging go  [2020-09-17T08:49:04.983Z] Pulling device-mqtt  [2020-09-17T08:49:08.357Z] Skipping build go (already ran) [2020-09-17T08:49:08.357Z] Building device-mqtt  [2020-09-17T08:49:08.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-17T08:49:10.064Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T08:49:10.064Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T08:49:10.064Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-17T08:49:10.064Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-17T08:49:10.064Z] go: downloading github.com/spf13/cast v1.3.0 [2020-09-17T08:49:10.064Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-17T08:49:10.064Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-17T08:49:10.064Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T08:49:10.064Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-17T08:49:10.064Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-17T08:49:10.064Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T08:49:10.064Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-17T08:49:10.064Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T08:49:10.064Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T08:49:10.064Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-17T08:49:10.064Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T08:49:10.064Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-17T08:49:10.064Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-17T08:49:10.341Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T08:49:10.341Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T08:49:10.341Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-17T08:49:10.341Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-17T08:49:10.341Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T08:49:10.341Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-17T08:49:10.341Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T08:49:10.341Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T08:49:10.341Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T08:49:10.341Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-17T08:49:10.341Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T08:49:10.618Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T08:49:10.618Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T08:49:10.893Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T08:49:10.893Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T08:49:29.201Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T08:49:51.369Z] Skipping stage go (already ran) [2020-09-17T08:49:51.369Z] Staging device-mqtt  [2020-09-17T08:49:52.348Z] Priming go  [2020-09-17T08:49:57.763Z] Priming device-mqtt  [2020-09-17T08:50:01.165Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-17T08:50:01.165Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-17T08:50:01.165Z] Determining the version from the project repo (version-script). [2020-09-17T08:50:01.165Z] The version has been set to 'local-dev-20200917+b7208c3' [2020-09-17T08:50:02.570Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-09-17T08:50:02.570Z] Snapped edgex-device-mqtt_local-dev-20200917+b7208c3_arm64.snap [Pipeline] } [2020-09-17T08:50:05.215Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-17T08:50:07.811Z] provisioning config files... [2020-09-17T08:50:07.823Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp/config691446350084692030tmp [Pipeline] { [Pipeline] sh [2020-09-17T08:50:08.249Z] + curl -s https://codecov.io/bash [2020-09-17T08:50:08.249Z] + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp/config691446350084692030tmp [Pipeline] } [2020-09-17T08:50:08.271Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:50:11.635Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:50:12.256Z] ---> package-listing.sh [2020-09-17T08:50:12.256Z] ++ facter osfamily [2020-09-17T08:50:12.256Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T08:50:12.256Z] + OS_FAMILY=redhat [2020-09-17T08:50:12.256Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-173 [2020-09-17T08:50:12.256Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T08:50:12.256Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T08:50:12.256Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T08:50:12.256Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T08:50:12.256Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-173 ']' [2020-09-17T08:50:12.256Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T08:50:12.256Z] + case "${OS_FAMILY}" in [2020-09-17T08:50:12.256Z] + rpm -qa [2020-09-17T08:50:12.256Z] + sort [2020-09-17T08:50:16.481Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T08:50:16.481Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T08:50:16.481Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T08:50:16.481Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-173 ']' [2020-09-17T08:50:16.481Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-173/archives/ [2020-09-17T08:50:16.481Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-173/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:50:17.023Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:50:17.023Z] [2020-09-17T08:50:17.023Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:50:17.449Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:50:17.449Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T08:50:17.449Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:50:17.449Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T08:50:17.449Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T08:50:17.449Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T08:50:17.449Z] 0dadc02b9964: Pulling fs layer [2020-09-17T08:50:17.449Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T08:50:17.449Z] 7a184a31f384: Pulling fs layer [2020-09-17T08:50:17.449Z] 0879bd2ef858: Pulling fs layer [2020-09-17T08:50:17.449Z] 46f8f816bc3b: Waiting [2020-09-17T08:50:17.449Z] 0dadc02b9964: Waiting [2020-09-17T08:50:17.449Z] 7a184a31f384: Waiting [2020-09-17T08:50:17.449Z] 0879bd2ef858: Waiting [2020-09-17T08:50:17.449Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T08:50:17.449Z] 36b3adc4ff6f: Download complete [2020-09-17T08:50:17.449Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T08:50:17.449Z] 46f8f816bc3b: Download complete [2020-09-17T08:50:17.449Z] df20fa9351a1: Download complete [2020-09-17T08:50:17.449Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T08:50:17.449Z] ce6a7cf60c04: Download complete [2020-09-17T08:50:17.726Z] 7a184a31f384: Verifying Checksum [2020-09-17T08:50:17.726Z] 7a184a31f384: Download complete [2020-09-17T08:50:17.726Z] 0dadc02b9964: Verifying Checksum [2020-09-17T08:50:17.726Z] 0dadc02b9964: Download complete [2020-09-17T08:50:17.997Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T08:50:17.997Z] 8ad3a11d3b57: Download complete [2020-09-17T08:50:17.997Z] df20fa9351a1: Pull complete [2020-09-17T08:50:18.263Z] 36b3adc4ff6f: Pull complete [2020-09-17T08:50:18.263Z] 0879bd2ef858: Verifying Checksum [2020-09-17T08:50:18.263Z] 0879bd2ef858: Download complete [2020-09-17T08:50:18.840Z] 8ad3a11d3b57: Pull complete [2020-09-17T08:50:18.840Z] 46f8f816bc3b: Pull complete [2020-09-17T08:50:19.106Z] 0dadc02b9964: Pull complete [2020-09-17T08:50:19.370Z] ce6a7cf60c04: Pull complete [2020-09-17T08:50:19.370Z] 7a184a31f384: Pull complete [2020-09-17T08:50:21.940Z] 0879bd2ef858: Pull complete [2020-09-17T08:50:21.940Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T08:50:21.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:50:21.940Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T08:50:22.101Z] prd-centos7-docker-4c-2g-136 does not seem to be running inside a container [2020-09-17T08:50:22.142Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-173 -v /w/workspace/gexfoundry_device-mqtt-go_PR-173:/w/workspace/gexfoundry_device-mqtt-go_PR-173:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T08:50:27.731Z] $ docker top 325dde634236ac46597f1f4b9038902bf261ffba8c302c4b5b3bb960451ba46f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:50:28.343Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T08:50:28.676Z] + ls /var/log/sa-host [2020-09-17T08:50:28.676Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T08:50:28.676Z] file_magic: OK [2020-09-17T08:50:28.676Z] HZ: Using current value: 100 [2020-09-17T08:50:28.676Z] file_header: OK [2020-09-17T08:50:28.676Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-17T08:50:28.676Z] Statistics: [2020-09-17T08:50:28.676Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:50:28.676Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T08:50:28.676Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T08:50:28.676Z] file_magic: OK [2020-09-17T08:50:28.676Z] HZ: Using current value: 100 [2020-09-17T08:50:28.676Z] file_header: OK [2020-09-17T08:50:28.676Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-17T08:50:28.676Z] Statistics: [2020-09-17T08:50:28.676Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:50:28.676Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T08:50:28.807Z] provisioning config files... [2020-09-17T08:50:28.824Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-173@tmp/config6833840297032345962tmp [Pipeline] { [Pipeline] echo [2020-09-17T08:50:28.943Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:50:29.293Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T08:50:29.331Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:50:29.674Z] ---> logs-deploy.sh [2020-09-17T08:50:29.674Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-173/1 [2020-09-17T08:50:29.674Z] INFO: archiving workspace using pattern(s): [2020-09-17T08:50:31.064Z] Archives upload complete. [2020-09-17T08:50:31.064Z] INFO: archiving logs to Nexus