Pull request #167 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 730afc1cd21337c71e544ea5b289aeb82cf19f56+347e199ee4a649efaded5eeb3cc00e4bd21f3e25 (c69b749955be258855ed557158707c0eee26639f) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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-167/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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1771 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [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-167 # 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/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # 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/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) > git config core.sparsecheckout # timeout=10 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 Commit message: "build: add dependabot.yml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:14:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:14:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:14:51 ========================================================= 04:14:51 EdgeX Global Pipelines Version Info 04:14:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:14:54 ------------------- 04:14:54 stable info: 04:14:54 ------------------- 04:14:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:14:54 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:14:54 Message: update stable to v1.0.119 04:14:55 ------------------- 04:14:55 experimental info: 04:14:55 ------------------- 04:14:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:14:55 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:14:55 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:14:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:14:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:14:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:14:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:14:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:14:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 04:14:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:14:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 04:14:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:14:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:14:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:14:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:14:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:14:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:14:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:14:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:14:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:14:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-167 [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-167 [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-167 [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 730afc1cd21337c71e544ea5b289aeb82cf19f56 [Pipeline] echo 04:14:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 730afc1 [Pipeline] echo 04:14:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:59 + git log --format=format:%s -1 730afc1cd21337c71e544ea5b289aeb82cf19f56 [Pipeline] echo 04:14:59 GIT_COMMIT: 730afc1cd21337c71e544ea5b289aeb82cf19f56, Commit Message: build: add dependabot.yml [Pipeline] echo 04:14:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:15:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:01 04:15:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:15:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:02 latest: Pulling from edgex-devops/git-semver 04:15:02 31603596830f: Pulling fs layer 04:15:02 2a8b12db71e7: Pulling fs layer 04:15:02 6ca5941a6612: Pulling fs layer 04:15:02 ecc8261a40a4: Pulling fs layer 04:15:02 ecc8261a40a4: Waiting 04:15:02 2a8b12db71e7: Verifying Checksum 04:15:02 2a8b12db71e7: Download complete 04:15:03 31603596830f: Verifying Checksum 04:15:03 31603596830f: Download complete 04:15:03 ecc8261a40a4: Verifying Checksum 04:15:03 ecc8261a40a4: Download complete 04:15:03 6ca5941a6612: Verifying Checksum 04:15:03 6ca5941a6612: Download complete 04:15:03 31603596830f: Pull complete 04:15:03 2a8b12db71e7: Pull complete 04:15:05 6ca5941a6612: Pull complete 04:15:05 ecc8261a40a4: Pull complete 04:15:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:15:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:15:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:15:05 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 04:15:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-167 -v /w/workspace/gexfoundry_device-mqtt-go_PR-167:/w/workspace/gexfoundry_device-mqtt-go_PR-167:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-167@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 04:15:08 $ docker top 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:15:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:09 [ssh-agent] Looking for ssh-agent implementation... 04:15:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:09 $ docker exec 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent 04:15:10 SSH_AUTH_SOCK=/tmp/ssh-Xcw851jb6ENR/agent.11 04:15:10 SSH_AGENT_PID=17 04:15:10 Running ssh-add (command line suppressed) 04:15:10 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6804772433392733779.key (/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6804772433392733779.key) 04:15:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:10 + git describe --exact-match --tags HEAD 04:15:10 fatal: No names found, cannot describe anything. [Pipeline] } 04:15:10 $ docker exec --env ******** --env ******** 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent -k 04:15:11 unset SSH_AUTH_SOCK; 04:15:11 unset SSH_AGENT_PID; 04:15:11 echo Agent pid 17 killed; 04:15:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:15:11 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:15:11 This usually means this commit has not been tagged. [Pipeline] sshagent 04:15:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:15:11 [ssh-agent] Looking for ssh-agent implementation... 04:15:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:15:11 $ docker exec 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent 04:15:12 SSH_AUTH_SOCK=/tmp/ssh-ENAowclPbt5A/agent.47 04:15:12 SSH_AGENT_PID=52 04:15:12 Running ssh-add (command line suppressed) 04:15:12 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6504544103723377145.key (/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/private_key_6504544103723377145.key) 04:15:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:15:12 + git semver init 04:15:12 # -> Open(): unable to determine branch for HEAD 04:15:12 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-167/.git 04:15:12 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-167 04:15:12 # $SEMVER_REMOTE_NAME = origin 04:15:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:15:12 # $SEMVER_USER_NAME = edgex-jenkins 04:15:12 # $SEMVER_BRANCH = PR-167 04:15:12 # $SEMVER_TEMP = /tmp/semver-257395833 04:15:12 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:15:13 # '/tmp/semver-257395833' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-167/.semver' 04:15:13 # -> Force: false 04:15:13 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-167/.semver [Pipeline] } 04:15:13 $ docker exec --env ******** --env ******** 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d ssh-agent -k 04:15:13 unset SSH_AUTH_SOCK; 04:15:13 unset SSH_AGENT_PID; 04:15:13 echo Agent pid 52 killed; 04:15:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:15:14 + git semver [Pipeline] } 04:15:14 $ docker stop --time=1 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d 04:15:15 $ docker rm -f 8ae845f936bea0c4f327db7a8a23fe6fc2ab5a58ea080978a692258caaf6a83d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:15:16 Stashed 24 file(s) [Pipeline] echo 04:15:16 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 04:15:17 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 04:15:32 Still waiting to schedule task 04:15:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:15:32 Still waiting to schedule task 04:15:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:17:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1772 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws 04:17:20 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:17:26 using credential edgex-jenkins-ssh 04:17:26 Cloning the remote Git repository 04:17:26 Cloning with configured refspecs honoured and without tags 04:17:26 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:17:27 Fetching without tags 04:17:26 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:17:26 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:17:26 > git --version # timeout=10 04:17:26 > git --version # 'git version 2.17.1' 04:17:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:17:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:17:27 > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 04:17:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:17:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:17:27 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:17:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:17:27 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:17:27 Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:17:27 Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) 04:17:27 > git config core.sparsecheckout # timeout=10 04:17:27 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:17:27 > git remote # timeout=10 04:17:27 > git config --get remote.origin.url # timeout=10 04:17:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:27 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 04:17:27 > git rev-parse HEAD^{commit} # timeout=10 04:17:27 > git config core.sparsecheckout # timeout=10 04:17:27 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:17:32 Commit message: "build: add dependabot.yml" 04:17:32 > git --version # timeout=10 04:17:32 > git --version # 'git version 2.17.1' 04:17:32 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:17:33 ========================================================= 04:17:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:17:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:17:34 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:17:35 Sending build context to Docker daemon 607.7kB 04:17:35 Step 1/8 : ARG BASE=golang:1.13-alpine 04:17:35 Step 2/8 : FROM ${BASE} 04:17:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:17:35 b538f80385f9: Pulling fs layer 04:17:35 74f711af9a0d: Pulling fs layer 04:17:35 99f96fe45779: Pulling fs layer 04:17:35 fd7a069fd194: Pulling fs layer 04:17:35 66aa3694b03b: Pulling fs layer 04:17:35 170f70906a0f: Pulling fs layer 04:17:35 ad7c5574e4b9: Pulling fs layer 04:17:35 e772456be8f7: Pulling fs layer 04:17:35 c890913d741a: Pulling fs layer 04:17:35 2480fcc9aa5a: Pulling fs layer 04:17:35 09adf4765672: Pulling fs layer 04:17:35 fd7a069fd194: Waiting 04:17:35 66aa3694b03b: Waiting 04:17:35 170f70906a0f: Waiting 04:17:35 ad7c5574e4b9: Waiting 04:17:35 e772456be8f7: Waiting 04:17:35 c890913d741a: Waiting 04:17:35 2480fcc9aa5a: Waiting 04:17:35 09adf4765672: Waiting 04:17:35 99f96fe45779: Verifying Checksum 04:17:35 99f96fe45779: Download complete 04:17:35 74f711af9a0d: Download complete 04:17:35 66aa3694b03b: Verifying Checksum 04:17:35 66aa3694b03b: Download complete 04:17:35 170f70906a0f: Download complete 04:17:35 b538f80385f9: Verifying Checksum 04:17:35 b538f80385f9: Download complete 04:17:36 b538f80385f9: Pull complete 04:17:37 74f711af9a0d: Pull complete 04:17:37 99f96fe45779: Pull complete 04:17:38 ad7c5574e4b9: Verifying Checksum 04:17:38 ad7c5574e4b9: Download complete 04:17:38 c890913d741a: Verifying Checksum 04:17:38 c890913d741a: Download complete 04:17:40 2480fcc9aa5a: Verifying Checksum 04:17:40 2480fcc9aa5a: Download complete 04:17:40 09adf4765672: Download complete 04:17:40 e772456be8f7: Verifying Checksum 04:17:40 e772456be8f7: Download complete 04:17:41 fd7a069fd194: Verifying Checksum 04:17:41 fd7a069fd194: Download complete 04:17:53 fd7a069fd194: Pull complete 04:17:53 66aa3694b03b: Pull complete 04:17:53 170f70906a0f: Pull complete 04:17:56 ad7c5574e4b9: Pull complete 04:18:01 e772456be8f7: Pull complete 04:18:01 c890913d741a: Pull complete 04:18:03 2480fcc9aa5a: Pull complete 04:18:03 09adf4765672: Pull complete 04:18:03 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:18:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:18:03 ---> 2248a725d1cf 04:18:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:18:08 ---> Running in 9adc6b9458dd 04:18:08 Removing intermediate container 9adc6b9458dd 04:18:08 ---> 83cad8b2a50b 04:18:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:08 ---> Running in 9cb0b17b452e 04:18:10 Running on prd-centos7-docker-4c-2g-1773 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws 04:18:10 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:18:11 Removing intermediate container 9cb0b17b452e 04:18:11 ---> 2ff61010dffb 04:18:11 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:18:11 ---> Running in ba51567a1e26 04:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:18:13 using credential edgex-jenkins-ssh 04:18:13 Cloning the remote Git repository 04:18:13 Cloning with configured refspecs honoured and without tags 04:18:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:18:13 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:18:13 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:18:13 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:18:13 > git --version # timeout=10 04:18:13 > git --version # 'git version 2.16.5' 04:18:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:18:14 (1/14) Installing libmagic (5.38-r0) 04:18:14 Fetching without tags 04:18:14 (2/14) Installing file (5.38-r0) 04:18:15 (3/14) Installing libc-dev (0.7.2-r3) 04:18:15 (4/14) Installing g++ (9.3.0-r2) 04:18:15 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:18:15 Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:18:15 Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) 04:18:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:18:14 > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 04:18:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:18:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:18:14 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:18:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:18:15 > git config core.sparsecheckout # timeout=10 04:18:15 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:18:15 > git remote # timeout=10 04:18:15 > git config --get remote.origin.url # timeout=10 04:18:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:18:15 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 04:18:15 > git rev-parse HEAD^{commit} # timeout=10 04:18:15 > git config core.sparsecheckout # timeout=10 04:18:15 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:18:18 Commit message: "build: add dependabot.yml" 04:18:19 > git --version # timeout=10 04:18:19 > git --version # 'git version 2.16.5' 04:18:19 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 04:18:19 (5/14) Installing fortify-headers (1.1-r0) 04:18:19 (6/14) Installing patch (2.7.6-r6) 04:18:19 (7/14) Installing build-base (0.5-r2) 04:18:19 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:18:19 (9/14) Installing libedit (20191231.3.1-r0) 04:18:19 (10/14) Installing openssh-client (8.3_p1-r0) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:18:19 ========================================================= 04:18:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:18:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:18:20 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:18:20 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:18:20 (13/14) Installing openssh-server (8.3_p1-r0) 04:18:20 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:18:20 (14/14) Installing openssh (8.3_p1-r0) 04:18:20 Executing busybox-1.31.1-r16.trigger 04:18:20 OK: 221 MiB in 53 packages 04:18:21 Sending build context to Docker daemon 607.7kB 04:18:21 Step 1/8 : ARG BASE=golang:1.13-alpine 04:18:21 Step 2/8 : FROM ${BASE} 04:18:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:18:21 df20fa9351a1: Pulling fs layer 04:18:21 ed8968b2872e: Pulling fs layer 04:18:21 a92cc7c5fd73: Pulling fs layer 04:18:21 2dd03ba5bac4: Pulling fs layer 04:18:21 1e091d79d1de: Pulling fs layer 04:18:21 481702a1767f: Pulling fs layer 04:18:21 f64a6f60c768: Pulling fs layer 04:18:21 e78d2573fc39: Pulling fs layer 04:18:21 e876d2f968b6: Pulling fs layer 04:18:21 ce8a83651883: Pulling fs layer 04:18:21 07967f4d0e4b: Pulling fs layer 04:18:21 f64a6f60c768: Waiting 04:18:21 e78d2573fc39: Waiting 04:18:21 e876d2f968b6: Waiting 04:18:21 ce8a83651883: Waiting 04:18:21 07967f4d0e4b: Waiting 04:18:21 2dd03ba5bac4: Waiting 04:18:21 1e091d79d1de: Waiting 04:18:21 481702a1767f: Waiting 04:18:21 a92cc7c5fd73: Verifying Checksum 04:18:21 a92cc7c5fd73: Download complete 04:18:21 ed8968b2872e: Verifying Checksum 04:18:21 ed8968b2872e: Download complete 04:18:21 1e091d79d1de: Download complete 04:18:21 481702a1767f: Verifying Checksum 04:18:21 481702a1767f: Download complete 04:18:21 df20fa9351a1: Verifying Checksum 04:18:21 df20fa9351a1: Download complete 04:18:21 df20fa9351a1: Pull complete 04:18:21 ed8968b2872e: Pull complete 04:18:21 a92cc7c5fd73: Pull complete 04:18:22 f64a6f60c768: Verifying Checksum 04:18:22 f64a6f60c768: Download complete 04:18:22 e876d2f968b6: Verifying Checksum 04:18:22 e876d2f968b6: Download complete 04:18:23 ce8a83651883: Verifying Checksum 04:18:23 ce8a83651883: Download complete 04:18:23 07967f4d0e4b: Verifying Checksum 04:18:23 07967f4d0e4b: Download complete 04:18:24 e78d2573fc39: Verifying Checksum 04:18:24 e78d2573fc39: Download complete 04:18:24 2dd03ba5bac4: Verifying Checksum 04:18:24 2dd03ba5bac4: Download complete 04:18:25 Removing intermediate container ba51567a1e26 04:18:25 ---> ccfab42b99f6 04:18:25 Step 6/8 : WORKDIR /device-mqtt-go 04:18:25 ---> Running in c5d7061bf93e 04:18:25 Removing intermediate container c5d7061bf93e 04:18:25 ---> 430d0cd790e7 04:18:25 Step 7/8 : COPY . . 04:18:26 ---> e65ee154719f 04:18:26 Step 8/8 : RUN go mod download 04:18:26 ---> Running in 8a87e9e4de76 04:18:30 go: finding github.com/BurntSushi/toml v0.3.1 04:18:30 go: finding github.com/OneOfOne/xxhash v1.2.6 04:18:30 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:18:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:18:30 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:18:30 go: finding github.com/bgentry/speakeasy v0.1.0 04:18:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:18:30 go: finding github.com/davecgh/go-spew v1.1.1 04:18:30 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:18:30 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:18:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:18:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:18:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:18:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:18:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:18:30 go: finding github.com/fatih/color v1.7.0 04:18:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:18:30 go: finding github.com/go-kit/kit v0.8.0 04:18:30 go: finding github.com/go-logfmt/logfmt v0.4.0 04:18:30 go: finding github.com/go-stack/stack v1.8.0 04:18:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:18:30 go: finding github.com/google/uuid v1.1.1 04:18:30 go: finding github.com/gorilla/mux v1.7.1 04:18:30 go: finding github.com/hashicorp/consul/api v1.1.0 04:18:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:18:30 go: finding github.com/hashicorp/errwrap v1.0.0 04:18:30 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:18:30 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:18:30 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:18:30 go: finding github.com/hashicorp/go-multierror v1.0.0 04:18:30 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:18:30 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:18:30 go: finding github.com/hashicorp/go-syslog v1.0.0 04:18:30 go: finding github.com/hashicorp/go-uuid v1.0.1 04:18:30 go: finding github.com/hashicorp/go.net v0.0.1 04:18:30 go: finding github.com/hashicorp/golang-lru v0.5.0 04:18:30 go: finding github.com/hashicorp/logutils v1.0.0 04:18:30 go: finding github.com/hashicorp/mdns v1.0.0 04:18:30 go: finding github.com/hashicorp/memberlist v0.1.3 04:18:30 go: finding github.com/hashicorp/serf v0.8.2 04:18:30 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:18:30 go: finding github.com/kr/pretty v0.1.0 04:18:30 go: finding github.com/kr/pty v1.1.1 04:18:30 go: finding github.com/kr/text v0.1.0 04:18:30 go: finding github.com/mattn/go-colorable v0.0.9 04:18:30 go: finding github.com/mattn/go-isatty v0.0.3 04:18:30 go: finding github.com/miekg/dns v1.0.14 04:18:30 go: finding github.com/mitchellh/cli v1.0.0 04:18:30 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:18:30 go: finding github.com/mitchellh/copystructure v1.0.0 04:18:30 go: finding github.com/mitchellh/go-homedir v1.0.0 04:18:30 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:18:30 go: finding github.com/mitchellh/gox v0.4.0 04:18:30 go: finding github.com/mitchellh/iochan v1.0.0 04:18:30 go: finding github.com/mitchellh/mapstructure v1.1.2 04:18:30 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:18:30 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:18:30 go: finding github.com/pelletier/go-toml v1.2.0 04:18:30 go: finding github.com/pkg/errors v0.8.1 04:18:30 go: finding github.com/pmezard/go-difflib v1.0.0 04:18:31 go: finding github.com/posener/complete v1.1.1 04:18:31 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:18:31 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:18:31 go: finding github.com/spf13/cast v1.3.0 04:18:31 go: finding github.com/stretchr/objx v0.1.0 04:18:31 go: finding github.com/stretchr/testify v1.5.1 04:18:31 go: finding github.com/ugorji/go v1.1.4 04:18:31 go: finding github.com/x448/float16 v0.8.4 04:18:31 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:18:31 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:18:31 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:18:31 2dd03ba5bac4: Pull complete 04:18:31 1e091d79d1de: Pull complete 04:18:31 481702a1767f: Pull complete 04:18:31 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:18:31 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:18:31 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:18:31 go: finding gopkg.in/yaml.v2 v2.2.8 04:18:34 f64a6f60c768: Pull complete 04:18:38 e78d2573fc39: Pull complete 04:18:38 e876d2f968b6: Pull complete 04:18:39 ce8a83651883: Pull complete 04:18:39 07967f4d0e4b: Pull complete 04:18:39 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:18:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:18:39 ---> 5d7c900382c6 04:18:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:18:41 ---> Running in fcf7765978cc 04:18:41 Removing intermediate container fcf7765978cc 04:18:41 ---> 641016721ee1 04:18:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:18:41 ---> Running in 6a29e40ee7d7 04:18:41 Removing intermediate container 8a87e9e4de76 04:18:41 ---> ec51339a12ff 04:18:41 Successfully built ec51339a12ff 04:18:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:18:42 + docker inspect -f . ci-base-image-arm64 04:18:42 . [Pipeline] withDockerContainer 04:18:42 Removing intermediate container 6a29e40ee7d7 04:18:42 ---> a5c527148473 04:18:42 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:18:42 ---> Running in bd398dcee0d5 04:18:42 prd-ubuntu18.04-docker-arm64-4c-16g-1772 does not seem to be running inside a container 04:18:42 $ 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 04:18:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:18:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:18:44 (1/14) Installing libmagic (5.38-r0) 04:18:44 (2/14) Installing file (5.38-r0) 04:18:44 (3/14) Installing libc-dev (0.7.2-r3) 04:18:44 (4/14) Installing g++ (9.3.0-r2) 04:18:44 $ docker top 00a22f001ffbac0435e5c55b4fe8916da72b0028eafbebbb9008b4280c05b122 -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:46 + go version 04:18:46 go version go1.13.13 linux/arm64 [Pipeline] sh 04:18:47 + make test 04:18:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:18:48 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:18:51 (5/14) Installing fortify-headers (1.1-r0) 04:18:51 (6/14) Installing patch (2.7.6-r6) 04:18:51 (7/14) Installing build-base (0.5-r2) 04:18:51 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:18:51 (9/14) Installing libedit (20191231.3.1-r0) 04:18:51 (10/14) Installing openssh-client (8.3_p1-r0) 04:18:51 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:18:51 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:18:51 (13/14) Installing openssh-server (8.3_p1-r0) 04:18:51 (14/14) Installing openssh (8.3_p1-r0) 04:18:51 Executing busybox-1.31.1-r16.trigger 04:18:51 OK: 237 MiB in 53 packages 04:18:54 Removing intermediate container bd398dcee0d5 04:18:54 ---> 446f8d37b8f6 04:18:54 Step 6/8 : WORKDIR /device-mqtt-go 04:18:54 ---> Running in 0a37c628e9f7 04:18:54 Removing intermediate container 0a37c628e9f7 04:18:54 ---> c7219fdaa883 04:18:54 Step 7/8 : COPY . . 04:18:55 ---> a38745e348d7 04:18:55 Step 8/8 : RUN go mod download 04:18:55 ---> Running in ea46f2cbec4b 04:18:57 go: finding github.com/BurntSushi/toml v0.3.1 04:18:57 go: finding github.com/OneOfOne/xxhash v1.2.6 04:18:57 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:18:57 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:18:57 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:18:57 go: finding github.com/bgentry/speakeasy v0.1.0 04:18:57 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:18:57 go: finding github.com/davecgh/go-spew v1.1.1 04:18:57 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:18:57 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:18:57 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:18:57 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:18:57 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:18:57 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:18:57 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:18:57 go: finding github.com/fatih/color v1.7.0 04:18:57 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:18:57 go: finding github.com/go-kit/kit v0.8.0 04:18:57 go: finding github.com/go-logfmt/logfmt v0.4.0 04:18:57 go: finding github.com/go-stack/stack v1.8.0 04:18:57 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:18:57 go: finding github.com/google/uuid v1.1.1 04:18:57 go: finding github.com/gorilla/mux v1.7.1 04:18:57 go: finding github.com/hashicorp/consul/api v1.1.0 04:18:57 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:18:57 go: finding github.com/hashicorp/errwrap v1.0.0 04:18:57 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:18:57 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:18:58 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:18:58 go: finding github.com/hashicorp/go-multierror v1.0.0 04:18:58 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:18:58 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:18:58 go: finding github.com/hashicorp/go-syslog v1.0.0 04:18:58 go: finding github.com/hashicorp/go-uuid v1.0.1 04:18:58 go: finding github.com/hashicorp/go.net v0.0.1 04:18:58 go: finding github.com/hashicorp/golang-lru v0.5.0 04:18:58 go: finding github.com/hashicorp/logutils v1.0.0 04:18:58 go: finding github.com/hashicorp/mdns v1.0.0 04:18:58 go: finding github.com/hashicorp/memberlist v0.1.3 04:18:58 go: finding github.com/hashicorp/serf v0.8.2 04:18:58 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:18:58 go: finding github.com/kr/pretty v0.1.0 04:18:58 go: finding github.com/kr/pty v1.1.1 04:18:58 go: finding github.com/kr/text v0.1.0 04:18:58 go: finding github.com/mattn/go-colorable v0.0.9 04:18:58 go: finding github.com/mattn/go-isatty v0.0.3 04:18:58 go: finding github.com/miekg/dns v1.0.14 04:18:58 go: finding github.com/mitchellh/cli v1.0.0 04:18:58 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:18:58 go: finding github.com/mitchellh/copystructure v1.0.0 04:18:58 go: finding github.com/mitchellh/go-homedir v1.0.0 04:18:58 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:18:58 go: finding github.com/mitchellh/gox v0.4.0 04:18:58 go: finding github.com/mitchellh/iochan v1.0.0 04:18:58 go: finding github.com/mitchellh/mapstructure v1.1.2 04:18:58 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:18:58 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:18:58 go: finding github.com/pelletier/go-toml v1.2.0 04:18:58 go: finding github.com/pkg/errors v0.8.1 04:18:58 go: finding github.com/pmezard/go-difflib v1.0.0 04:18:58 go: finding github.com/posener/complete v1.1.1 04:18:58 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:18:58 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:18:58 go: finding github.com/spf13/cast v1.3.0 04:18:59 go: finding github.com/stretchr/objx v0.1.0 04:18:59 go: finding github.com/stretchr/testify v1.5.1 04:18:59 go: finding github.com/ugorji/go v1.1.4 04:18:59 go: finding github.com/x448/float16 v0.8.4 04:18:59 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:18:59 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:18:59 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:18:59 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:18:59 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:18:59 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:18:59 go: finding gopkg.in/yaml.v2 v2.2.8 04:19:09 Removing intermediate container ea46f2cbec4b 04:19:09 ---> c088402ff30a 04:19:09 Successfully built c088402ff30a 04:19:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:19:10 + docker inspect -f . ci-base-image-x86_64 04:19:10 . [Pipeline] withDockerContainer 04:19:10 prd-centos7-docker-4c-2g-1773 does not seem to be running inside a container 04:19:10 $ 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 04:19:11 $ docker top 4d37b837f3269c996f8116e7ae578e5d51f0d6059e9cdafe0d1a907feef9482c -eo pid,comm [Pipeline] { [Pipeline] sh 04:19:12 + go version 04:19:12 go version go1.13.13 linux/amd64 [Pipeline] sh 04:19:12 + make test 04:19:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:19:13 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:19:20 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:19:20 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements 04:19:20 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:19:20 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:19:23 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:19:23 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements 04:19:23 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:19:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:19:25 gofmt -l . 04:19:25 ["`gofmt -l .`" = ""] 04:19:25 ./bin/test-attribution-txt.sh 04:19:26 gofmt -l . 04:19:26 ["`gofmt -l .`" = ""] 04:19:26 ./bin/test-attribution-txt.sh 04:19:26 ./bin/test-go-mod-tidy.sh [Pipeline] stash 04:19:26 Stashed 1 file(s) [Pipeline] } 04:19:26 $ docker stop --time=1 4d37b837f3269c996f8116e7ae578e5d51f0d6059e9cdafe0d1a907feef9482c 04:19:27 ./bin/test-go-mod-tidy.sh 04:19:29 $ docker rm -f 4d37b837f3269c996f8116e7ae578e5d51f0d6059e9cdafe0d1a907feef9482c [Pipeline] // withDockerContainer [Pipeline] stash 04:19:29 Warning: overwriting stash ‘coverage-report’ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 04:19:30 Stashed 1 file(s) [Pipeline] } 04:19:31 $ docker stop --time=1 00a22f001ffbac0435e5c55b4fe8916da72b0028eafbebbb9008b4280c05b122 04:19:33 $ docker rm -f 00a22f001ffbac0435e5c55b4fe8916da72b0028eafbebbb9008b4280c05b122 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 04:19:34 + sudo chown -R jenkins:jenkins . [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 04:19:34 + ls -al . 04:19:34 total 100 04:19:34 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:19 . 04:19:34 drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 04:18 .. 04:19:34 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:18 Attribution.txt 04:19:34 drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:18 bin 04:19:34 drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:18 cmd 04:19:34 -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 04:19 coverage.out 04:19:34 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:18 Dockerfile 04:19:34 -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:18 Dockerfile.build 04:19:34 -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:18 .dockerignore 04:19:34 drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 04:18 .git 04:19:34 drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:18 .github 04:19:34 -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:18 .gitignore 04:19:34 -rw-r--r--. 1 jenkins jenkins 510 Sep 8 04:19 go.mod 04:19:34 -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 04:19 go.sum 04:19:34 drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:18 internal 04:19:34 -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:18 Jenkinsfile 04:19:34 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:18 LICENSE 04:19:34 -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:18 Makefile 04:19:34 drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:18 mock 04:19:34 -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:18 README.md 04:19:34 drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 04:18 .semver 04:19:34 drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:18 snap 04:19:34 -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 04:15 VERSION 04:19:34 -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:18 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 04:19:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:19:35 + 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=730afc1cd21337c71e544ea5b289aeb82cf19f56 --label arch=amd64 --label version=0.0.0 . 04:19:35 Sending build context to Docker daemon 627.2kB 04:19:35 Step 1/22 : ARG BASE=golang:1.13-alpine 04:19:35 Step 2/22 : FROM ${BASE} AS builder 04:19:35 ---> c088402ff30a 04:19:35 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:19:35 + ls -al . 04:19:35 total 136 04:19:35 drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:19 . 04:19:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:17 .. 04:19:35 -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:17 .dockerignore 04:19:35 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:17 .git 04:19:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:17 .github 04:19:35 -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:17 .gitignore 04:19:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:17 .semver 04:19:35 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:17 Attribution.txt 04:19:35 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:17 Dockerfile 04:19:35 -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:17 Dockerfile.build 04:19:35 -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:17 Jenkinsfile 04:19:35 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:17 LICENSE 04:19:35 -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:17 Makefile 04:19:35 -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:17 README.md 04:19:35 -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 04:15 VERSION 04:19:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:17 bin 04:19:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:17 cmd 04:19:35 -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 04:19 coverage.out 04:19:35 -rw-r--r-- 1 jenkins jenkins 510 Sep 8 04:19 go.mod 04:19:35 -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 04:19 go.sum 04:19:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:17 internal 04:19:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:17 mock 04:19:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:17 snap 04:19:35 -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:17 version.go [Pipeline] isUnix 04:19:35 ---> Running in 26f71dfb8539 [Pipeline] sh 04:19:35 Removing intermediate container 26f71dfb8539 04:19:35 ---> c1baa2ad9920 04:19:35 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:19:35 ---> Running in a77cbd239b82 04:19:35 Removing intermediate container a77cbd239b82 04:19:35 ---> ebac5351fdbb 04:19:35 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:35 + 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=730afc1cd21337c71e544ea5b289aeb82cf19f56 --label arch=arm64 --label version=0.0.0 . 04:19:36 ---> Running in 16a5173b2c3c 04:19:36 Sending build context to Docker daemon 627.2kB 04:19:36 Step 1/22 : ARG BASE=golang:1.13-alpine 04:19:36 Step 2/22 : FROM ${BASE} AS builder 04:19:36 ---> ec51339a12ff 04:19:36 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:19:36 ---> Running in 992eeec92abe 04:19:37 Removing intermediate container 992eeec92abe 04:19:37 ---> 05f14bd31cff 04:19:37 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:19:37 ---> Running in 05b0305bdece 04:19:37 Removing intermediate container 16a5173b2c3c 04:19:37 ---> ac45cf4649b0 04:19:37 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:19:37 ---> Running in 4d823b68fcb2 04:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:19:37 Removing intermediate container 05b0305bdece 04:19:37 ---> e38cd8da44c9 04:19:37 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:19:37 ---> Running in 622dca11c939 04:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:19:38 OK: 237 MiB in 53 packages 04:19:39 Removing intermediate container 4d823b68fcb2 04:19:39 ---> 501fa864b160 04:19:39 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:19:39 ---> Running in b386584da06c 04:19:39 Removing intermediate container b386584da06c 04:19:39 ---> 238a3d2ce12a 04:19:39 Step 8/22 : COPY . . 04:19:40 ---> b90047d32832 04:19:40 Step 9/22 : ARG MAKE='make build' 04:19:40 ---> Running in 2cbc7d5d87f0 04:19:40 Removing intermediate container 2cbc7d5d87f0 04:19:40 ---> 2f180bb4060b 04:19:40 Step 10/22 : RUN $MAKE 04:19:40 ---> Running in b071ed07b45c 04:19:40 Removing intermediate container 622dca11c939 04:19:40 ---> 1d9e6ee859fe 04:19:40 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:19:40 ---> Running in c0c5adf0bd1e 04:19:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 04:19:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:19:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:19:42 OK: 221 MiB in 53 packages 04:19:44 Removing intermediate container c0c5adf0bd1e 04:19:44 ---> 380fbf601266 04:19:44 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:19:44 ---> Running in ed357f067829 04:19:44 Removing intermediate container ed357f067829 04:19:44 ---> 20cd52461936 04:19:44 Step 8/22 : COPY . . 04:19:45 ---> ad275e4cc29d 04:19:45 Step 9/22 : ARG MAKE='make build' 04:19:45 ---> Running in b5a8823d65a2 04:19:46 Removing intermediate container b5a8823d65a2 04:19:46 ---> f68ddd0670cc 04:19:46 Step 10/22 : RUN $MAKE 04:19:46 ---> Running in adff51bffd87 04:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 04:19:51 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:19:54 Removing intermediate container b071ed07b45c 04:19:54 ---> 071d3e908e94 04:19:54 Step 11/22 : FROM alpine 04:19:54 latest: Pulling from library/alpine 04:19:54 df20fa9351a1: Already exists 04:19:54 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:19:54 Status: Downloaded newer image for alpine:latest 04:19:54 ---> a24bb4013296 04:19:54 Step 12/22 : ENV APP_PORT=49982 04:19:54 ---> Running in c0eddb75ad5e 04:19:55 Removing intermediate container c0eddb75ad5e 04:19:55 ---> 243007176547 04:19:55 Step 13/22 : EXPOSE $APP_PORT 04:19:55 ---> Running in 0ef4b9fbd376 04:19:55 Removing intermediate container 0ef4b9fbd376 04:19:55 ---> 99ca3020b422 04:19:55 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:19:55 ---> 99c0414a701d 04:19:55 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:19:56 ---> 7fbb34731cdd 04:19:56 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:19:56 ---> 8babd919a45f 04:19:56 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:19:56 ---> Running in 181c88adaef9 04:19:56 Removing intermediate container 181c88adaef9 04:19:56 ---> 0cdbbeb77e36 04:19:56 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:19:56 ---> Running in e74cecfb20ba 04:19:56 Removing intermediate container e74cecfb20ba 04:19:56 ---> c29e7d2eb687 04:19:56 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:19:56 ---> Running in 6ce3692b0e14 04:19:57 Removing intermediate container 6ce3692b0e14 04:19:57 ---> ce20a37664eb 04:19:57 Step 20/22 : LABEL arch=amd64 04:19:57 ---> Running in 4dc61253404d 04:19:57 Removing intermediate container 4dc61253404d 04:19:57 ---> 6027461cd562 04:19:57 Step 21/22 : LABEL git_sha=730afc1cd21337c71e544ea5b289aeb82cf19f56 04:19:57 ---> Running in 0980c2043048 04:19:57 Removing intermediate container 0980c2043048 04:19:57 ---> 630fc2535f9f 04:19:57 Step 22/22 : LABEL version=0.0.0 04:19:57 ---> Running in 9163abf54f7c 04:19:57 Removing intermediate container 9163abf54f7c 04:19:57 ---> 479a6aa8e016 04:19:57 [Warning] One or more build-args [ARCH] were not consumed 04:19:57 Successfully built 479a6aa8e016 04:19:57 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 04:20:13 Still waiting to schedule task 04:20:13 All nodes of label ‘centos7-docker-8c-8g’ are offline 04:20:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:20:23 Removing intermediate container adff51bffd87 04:20:23 ---> b23e8577d870 04:20:23 Step 11/22 : FROM alpine 04:20:23 latest: Pulling from library/alpine 04:20:23 b538f80385f9: Already exists 04:20:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:20:23 Status: Downloaded newer image for alpine:latest 04:20:23 ---> 62ee0e9f8440 04:20:23 Step 12/22 : ENV APP_PORT=49982 04:20:23 ---> Running in f63fe29c5bbd 04:20:24 Removing intermediate container f63fe29c5bbd 04:20:24 ---> d67d329738e4 04:20:24 Step 13/22 : EXPOSE $APP_PORT 04:20:24 ---> Running in 922e459cc780 04:20:24 Removing intermediate container 922e459cc780 04:20:24 ---> 796a7560c97f 04:20:24 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:20:26 ---> 428908a83b80 04:20:26 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:20:27 ---> ad8514ffc0dc 04:20:27 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:20:27 ---> 86f48ab9def4 04:20:27 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:20:28 ---> Running in f04bbe587d19 04:20:28 Removing intermediate container f04bbe587d19 04:20:28 ---> 9aa71a44530e 04:20:28 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:20:28 ---> Running in 914d7c0743ff 04:20:28 Removing intermediate container 914d7c0743ff 04:20:28 ---> 38645eb2ad5a 04:20:28 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:20:29 ---> Running in 189abb9554d1 04:20:29 Removing intermediate container 189abb9554d1 04:20:29 ---> 12dea63de7be 04:20:29 Step 20/22 : LABEL arch=arm64 04:20:29 ---> Running in 6c338b61cc92 04:20:30 Removing intermediate container 6c338b61cc92 04:20:30 ---> 61ea118b85bb 04:20:30 Step 21/22 : LABEL git_sha=730afc1cd21337c71e544ea5b289aeb82cf19f56 04:20:30 ---> Running in 3904ee1c1fcd 04:20:30 Removing intermediate container 3904ee1c1fcd 04:20:30 ---> ae74495b229b 04:20:30 Step 22/22 : LABEL version=0.0.0 04:20:30 ---> Running in 5e87f181fbd4 04:20:31 Removing intermediate container 5e87f181fbd4 04:20:31 ---> ebe7e838c783 04:20:31 [Warning] One or more build-args [ARCH] were not consumed 04:20:31 Successfully built ebe7e838c783 04:20:31 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:20:47 Still waiting to schedule task 04:20:47 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 04:21:15 Running on prd-centos7-docker-8c-8g-1774 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws 04:21:15 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:21:17 using credential edgex-jenkins-ssh 04:21:17 Cloning the remote Git repository 04:21:17 Cloning with configured refspecs honoured and without tags 04:21:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:21:17 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:21:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:21:17 > git --version # timeout=10 04:21:17 > git --version # 'git version 2.16.5' 04:21:17 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:17 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:21:18 Fetching without tags 04:21:18 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:21:18 Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:21:18 Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) 04:21:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:21:18 > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 04:21:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:21:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:21:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:21:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:18 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:21:18 > git config core.sparsecheckout # timeout=10 04:21:18 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:21:18 > git remote # timeout=10 04:21:18 > git config --get remote.origin.url # timeout=10 04:21:18 using GIT_SSH to set credentials SSH Credentials for GitHub 04:21:18 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 04:21:18 > git rev-parse HEAD^{commit} # timeout=10 04:21:18 > git config core.sparsecheckout # timeout=10 04:21:18 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:21:22 Commit message: "build: add dependabot.yml" 04:21:22 > git --version # timeout=10 04:21:22 > git --version # 'git version 2.16.5' 04:21:22 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:21:23 ++ find /w/workspace/device-mqtt-go/1 04:21:23 ++ grep snapcraft.yaml 04:21:23 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:21:24 provisioning config files... 04:21:24 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config6027174493952237824tmp [Pipeline] { [Pipeline] sh 04:21:24 + cp /w/workspace/device-mqtt-go/1@tmp/config6027174493952237824tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 04:21:24 + 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 04:21:25 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 04:21:25 latest: Pulling from edgex-devops/edgex-snap-builder 04:21:25 f08d8e2a3ba1: Pulling fs layer 04:21:25 3baa9cb2483b: Pulling fs layer 04:21:25 94e5ff4c0b15: Pulling fs layer 04:21:25 1860925334f9: Pulling fs layer 04:21:25 2daf38717194: Pulling fs layer 04:21:25 309017e8d7a4: Pulling fs layer 04:21:25 f7790dc9fd0f: Pulling fs layer 04:21:25 1860925334f9: Waiting 04:21:25 2daf38717194: Waiting 04:21:25 309017e8d7a4: Waiting 04:21:25 f7790dc9fd0f: Waiting 04:21:25 cac0ae9282c2: Pulling fs layer 04:21:25 1f4cadf9a1ed: Pulling fs layer 04:21:25 1f4cadf9a1ed: Waiting 04:21:25 cac0ae9282c2: Waiting 04:21:25 94e5ff4c0b15: Verifying Checksum 04:21:25 94e5ff4c0b15: Download complete 04:21:25 3baa9cb2483b: Verifying Checksum 04:21:25 3baa9cb2483b: Download complete 04:21:25 1860925334f9: Verifying Checksum 04:21:25 1860925334f9: Download complete 04:21:25 309017e8d7a4: Download complete 04:21:25 f7790dc9fd0f: Verifying Checksum 04:21:25 f7790dc9fd0f: Download complete 04:21:25 cac0ae9282c2: Verifying Checksum 04:21:25 cac0ae9282c2: Download complete 04:21:25 1f4cadf9a1ed: Verifying Checksum 04:21:25 1f4cadf9a1ed: Download complete 04:21:26 f08d8e2a3ba1: Download complete 04:21:27 f08d8e2a3ba1: Pull complete 04:21:27 3baa9cb2483b: Pull complete 04:21:27 94e5ff4c0b15: Pull complete 04:21:28 1860925334f9: Pull complete 04:21:32 2daf38717194: Verifying Checksum 04:21:32 2daf38717194: Download complete 04:21:50 2daf38717194: Pull complete 04:21:50 309017e8d7a4: Pull complete 04:21:50 f7790dc9fd0f: Pull complete 04:21:50 cac0ae9282c2: Pull complete 04:21:50 1f4cadf9a1ed: Pull complete 04:21:50 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 04:21:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 04:21:53 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 04:21:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:21:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:21:53 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 04:21:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 04:21:54 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 04:21:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 04:21:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [896 kB] 04:21:54 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 04:21:54 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 04:21:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 04:21:54 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 04:21:54 Fetched 5332 kB in 2s (3308 kB/s) 04:21:56 Reading package lists... 04:22:01 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:22:01 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:22:01 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:22:01 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 04:22:02 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... 54% 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 04:22:04 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 04:22:05 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 04:22:05 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 04:22:05 Reading state information... 0% Reading state information... 0% Reading state information... Done 04:22:05 The following packages were automatically installed and are no longer required: 04:22:05 libjq1 libonig4 04:22:05 Use 'sudo apt autoremove' to remove them. 04:22:05 Suggested packages: 04:22:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:22:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 04:22:05 diffutils-doc perl-doc libterm-readline-gnu-perl 04:22:05 | libterm-readline-perl-perl 04:22:05 The following NEW packages will be installed: 04:22:05 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 04:22:05 libperl5.26 make netbase patch perl perl-modules-5.26 04:22:05 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 04:22:05 Need to get 12.0 MB of archives. 04:22:05 After this operation, 77.5 MB of additional disk space will be used. 04:22:06 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] 04:22:06 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 688 kB/2763 kB 25%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 04:22:06 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] 04:22:06 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] 04:22:07 23% [4 libperl5.26 0 B/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] 04:22:07 48% [5 perl 16.0 kB/201 kB 8%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 04:22:07 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] 04:22:07 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 04:22:07 54% [8 curl 4096 B/159 kB 3%] 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] 04:22:07 57% [9 libcurl3-gnutls 24.6 kB/213 kB 12%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:22:07 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] 04:22:07 61% [11 git-man 28.7 kB/804 kB 4%] 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] 04:22:07 68% [12 git 65.5 kB/3915 kB 2%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 04:22:07 96% [13 make 29.4 kB/154 kB 19%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:22:07 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9090 kB/s) 04:22:07 debconf: delaying package configuration, since apt-utils is not installed 04:22:07 Selecting previously unselected package perl-modules-5.26. 04:22:07 (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.) 04:22:07 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 04:22:07 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:22:08 Selecting previously unselected package libgdbm5:amd64. 04:22:08 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 04:22:08 Unpacking libgdbm5:amd64 (1.14.1-6) ... 04:22:08 Selecting previously unselected package libgdbm-compat4:amd64. 04:22:08 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 04:22:08 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 04:22:08 Selecting previously unselected package libperl5.26:amd64. 04:22:08 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 04:22:08 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 04:22:09 Selecting previously unselected package perl. 04:22:09 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 04:22:09 Unpacking perl (5.26.1-6ubuntu0.3) ... 04:22:09 Selecting previously unselected package less. 04:22:09 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 04:22:09 Unpacking less (487-0.1) ... 04:22:09 Selecting previously unselected package netbase. 04:22:09 Preparing to unpack .../06-netbase_5.4_all.deb ... 04:22:09 Unpacking netbase (5.4) ... 04:22:09 Selecting previously unselected package curl. 04:22:09 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 04:22:09 Unpacking curl (7.58.0-2ubuntu3.10) ... 04:22:09 Selecting previously unselected package libcurl3-gnutls:amd64. 04:22:09 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 04:22:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:22:09 Selecting previously unselected package liberror-perl. 04:22:09 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 04:22:09 Unpacking liberror-perl (0.17025-1) ... 04:22:09 Selecting previously unselected package git-man. 04:22:09 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:22:09 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:22:10 Selecting previously unselected package git. 04:22:10 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:22:10 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:22:10 Selecting previously unselected package make. 04:22:10 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 04:22:10 Unpacking make (4.1-9.1ubuntu1) ... 04:22:10 Selecting previously unselected package patch. 04:22:10 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:22:10 Unpacking patch (2.7.6-2ubuntu1.1) ... 04:22:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:22:10 Setting up less (487-0.1) ... 04:22:11 Setting up make (4.1-9.1ubuntu1) ... 04:22:11 Setting up curl (7.58.0-2ubuntu3.10) ... 04:22:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:22:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:22:11 Setting up libgdbm5:amd64 (1.14.1-6) ... 04:22:11 Setting up patch (2.7.6-2ubuntu1.1) ... 04:22:11 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 04:22:11 Setting up netbase (5.4) ... 04:22:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 04:22:11 Setting up perl (5.26.1-6ubuntu0.3) ... 04:22:11 Setting up liberror-perl (0.17025-1) ... 04:22:11 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:22:11 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 04:22:11 Processing triggers for mime-support (3.60ubuntu1) ... 04:22:13 curl set to automatically installed. 04:22:13 git set to automatically installed. 04:22:13 git-man set to automatically installed. 04:22:13 less set to automatically installed. 04:22:13 libcurl3-gnutls set to automatically installed. 04:22:13 liberror-perl set to automatically installed. 04:22:13 libgdbm-compat4 set to automatically installed. 04:22:13 libgdbm5 set to automatically installed. 04:22:13 libperl5.26 set to automatically installed. 04:22:13 make set to automatically installed. 04:22:13 netbase set to automatically installed. 04:22:13 patch set to automatically installed. 04:22:13 perl set to automatically installed. 04:22:13 perl-modules-5.26 set to automatically installed. 04:22:13 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 04:22:13 Please ensure the environment is properly setup before continuing. 04:22:13 Ignore this message if the appropriate measures have already been taken 04:22:13 Pulling go  04:22:14 'device-mqtt' has dependencies that need to be staged: go 04:22:14 Skipping pull go (already ran) 04:22:14 Building go  04:22:14 % Total % Received % Xferd Average Speed Time Time Time Current 04:22:14 Dload Upload Total Spent Left Speed 04:22:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 114M 26 30.1M 0 0 49.2M 0 0:00:02 --:--:-- 0:00:02 49.1M 80 114M 80 92.1M 0 0 57.8M 0 0:00:01 0:00:01 --:--:-- 57.8M 100 114M 100 114M 0 0 59.3M 0 0:00:01 0:00:01 --:--:-- 59.3M 04:22:17 go1.13.5.linux-amd64.tar.gz: OK 04:22:24 Staging go  04:22:24 Pulling device-mqtt  04:22:25 Skipping build go (already ran) 04:22:25 Building device-mqtt  04:22:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd 04:22:26 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 04:22:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 04:22:26 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:22:26 go: downloading github.com/spf13/cast v1.3.0 04:22:26 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:22:26 go: extracting github.com/spf13/cast v1.3.0 04:22:26 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:22:26 go: downloading github.com/go-kit/kit v0.8.0 04:22:26 go: downloading github.com/google/uuid v1.1.1 04:22:26 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:22:26 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 04:22:26 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 04:22:26 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:22:26 go: extracting github.com/google/uuid v1.1.1 04:22:26 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:22:26 go: downloading github.com/gorilla/mux v1.7.1 04:22:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:22:26 go: downloading gopkg.in/yaml.v2 v2.2.8 04:22:26 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 04:22:26 go: extracting github.com/go-kit/kit v0.8.0 04:22:26 go: extracting github.com/gorilla/mux v1.7.1 04:22:26 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:22:26 go: extracting gopkg.in/yaml.v2 v2.2.8 04:22:26 go: downloading github.com/x448/float16 v0.8.4 04:22:26 go: downloading github.com/OneOfOne/xxhash v1.2.6 04:22:26 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 04:22:26 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 04:22:26 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 04:22:26 go: downloading github.com/BurntSushi/toml v0.3.1 04:22:26 go: extracting github.com/x448/float16 v0.8.4 04:22:26 go: downloading github.com/pelletier/go-toml v1.2.0 04:22:26 go: extracting github.com/OneOfOne/xxhash v1.2.6 04:22:26 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 04:22:26 go: extracting github.com/BurntSushi/toml v0.3.1 04:22:26 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 04:22:26 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 04:22:26 go: downloading github.com/pkg/errors v0.8.1 04:22:26 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:22:26 go: downloading github.com/hashicorp/consul/api v1.1.0 04:22:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:22:26 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:22:26 go: extracting github.com/pkg/errors v0.8.1 04:22:26 go: extracting github.com/go-logfmt/logfmt v0.4.0 04:22:26 go: extracting github.com/pelletier/go-toml v1.2.0 04:22:26 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:22:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:22:26 go: downloading github.com/mitchellh/copystructure v1.0.0 04:22:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:22:26 go: extracting github.com/hashicorp/consul/api v1.1.0 04:22:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:22:26 go: downloading github.com/hashicorp/serf v0.8.2 04:22:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:22:26 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 04:22:26 go: extracting github.com/mitchellh/mapstructure v1.1.2 04:22:26 go: extracting github.com/mitchellh/copystructure v1.0.0 04:22:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:22:26 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 04:22:26 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 04:22:26 go: extracting github.com/mitchellh/reflectwalk v1.0.0 04:22:26 go: extracting github.com/hashicorp/serf v0.8.2 04:22:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:22:27 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:22:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:22:27 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 04:22:27 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:22:27 go: extracting github.com/hashicorp/golang-lru v0.5.0 04:22:27 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:22:27 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:22:27 go: finding github.com/spf13/cast v1.3.0 04:22:27 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:22:27 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:22:27 go: finding github.com/gorilla/mux v1.7.1 04:22:27 go: finding github.com/OneOfOne/xxhash v1.2.6 04:22:27 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:22:27 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:22:27 go: finding github.com/go-kit/kit v0.8.0 04:22:27 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:22:27 go: finding github.com/google/uuid v1.1.1 04:22:27 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:22:27 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:22:27 go: finding github.com/x448/float16 v0.8.4 04:22:27 go: finding github.com/go-logfmt/logfmt v0.4.0 04:22:27 go: finding gopkg.in/yaml.v2 v2.2.8 04:22:27 go: finding github.com/BurntSushi/toml v0.3.1 04:22:27 go: finding github.com/pkg/errors v0.8.1 04:22:27 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:22:27 go: finding github.com/pelletier/go-toml v1.2.0 04:22:27 go: finding github.com/hashicorp/consul/api v1.1.0 04:22:27 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:22:27 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:22:27 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:22:27 go: finding github.com/hashicorp/serf v0.8.2 04:22:27 go: finding github.com/mitchellh/mapstructure v1.1.2 04:22:27 go: finding github.com/mitchellh/copystructure v1.0.0 04:22:27 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:22:27 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:22:27 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:22:27 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:22:27 go: finding github.com/hashicorp/golang-lru v0.5.0 04:22:32 Running on prd-ubuntu18.04-docker-arm64-16c-16g-1775 in /w/workspace/gexfoundry_device-mqtt-go_PR-167 [Pipeline] { [Pipeline] ws 04:22:32 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:22:34 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:22:36 using credential edgex-jenkins-ssh 04:22:36 Cloning the remote Git repository 04:22:36 Cloning with configured refspecs honoured and without tags 04:22:37 Fetching without tags 04:22:36 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:22:36 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:22:36 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:22:36 > git --version # timeout=10 04:22:36 > git --version # 'git version 2.17.1' 04:22:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:22:36 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:22:36 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:22:37 > git config --add remote.origin.fetch +refs/pull/167/head:refs/remotes/origin/PR-167 # timeout=10 04:22:37 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:22:37 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:22:37 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:22:37 using GIT_SSH to set credentials SSH Credentials for GitHub 04:22:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/167/head:refs/remotes/origin/PR-167 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:22:37 Merging remotes/origin/master commit 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 into PR head commit 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:22:37 Merge succeeded, producing 730afc1cd21337c71e544ea5b289aeb82cf19f56 04:22:37 Checking out Revision 730afc1cd21337c71e544ea5b289aeb82cf19f56 (PR-167) 04:22:37 > git config core.sparsecheckout # timeout=10 04:22:37 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:22:37 > git remote # timeout=10 04:22:37 > git config --get remote.origin.url # timeout=10 04:22:37 using GIT_SSH to set credentials SSH Credentials for GitHub 04:22:37 > git merge 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 04:22:37 > git rev-parse HEAD^{commit} # timeout=10 04:22:37 > git config core.sparsecheckout # timeout=10 04:22:37 > git checkout -f 730afc1cd21337c71e544ea5b289aeb82cf19f56 # timeout=10 04:22:38 Skipping stage go (already ran) 04:22:38 Staging device-mqtt  04:22:38 Priming go  04:22:39 Priming device-mqtt  04:22:40 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 04:22:40 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 04:22:40 Determining the version from the project repo (version-script). 04:22:40 The version has been set to '1.2.1-20200908+730afc1' 04:22:41 Snapping | Snapping / Snapping - Snapping \ Snapping | 04:22:41 Snapped edgex-device-mqtt_1.2.1-20200908+730afc1_amd64.snap 04:22:41 Commit message: "build: add dependabot.yml" 04:22:41 > git --version # timeout=10 04:22:41 > git --version # 'git version 2.17.1' 04:22:41 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:22:43 + find /w/workspace/device-mqtt-go/1 04:22:43 + grep snapcraft.yaml 04:22:43 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:22:43 provisioning config files... 04:22:43 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config2000920071918494480tmp [Pipeline] { [Pipeline] sh 04:22:43 + cp /w/workspace/device-mqtt-go/1@tmp/config2000920071918494480tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh [Pipeline] } 04:22:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:22:44 + 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 04:22:44 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 04:22:45 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 04:22:45 237528ba509b: Pulling fs layer 04:22:45 393b96f31d8b: Pulling fs layer 04:22:45 4d82b0e39008: Pulling fs layer 04:22:45 e7ca375b8d34: Pulling fs layer 04:22:45 418f656485bb: Pulling fs layer 04:22:45 aebe8db9254c: Pulling fs layer 04:22:45 4f5f7b207d3f: Pulling fs layer 04:22:45 d19ca6af091a: Pulling fs layer 04:22:45 16b5a0711add: Pulling fs layer 04:22:45 418f656485bb: Waiting 04:22:45 aebe8db9254c: Waiting 04:22:45 4f5f7b207d3f: Waiting 04:22:45 d19ca6af091a: Waiting 04:22:45 16b5a0711add: Waiting 04:22:45 e7ca375b8d34: Waiting 04:22:45 4d82b0e39008: Verifying Checksum 04:22:45 4d82b0e39008: Download complete 04:22:45 393b96f31d8b: Verifying Checksum 04:22:45 393b96f31d8b: Download complete 04:22:45 aebe8db9254c: Verifying Checksum 04:22:45 aebe8db9254c: Download complete 04:22:45 4f5f7b207d3f: Download complete 04:22:45 d19ca6af091a: Verifying Checksum 04:22:45 d19ca6af091a: Download complete 04:22:45 16b5a0711add: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:22:46 237528ba509b: Verifying Checksum 04:22:46 237528ba509b: Download complete 04:22:48 237528ba509b: Pull complete 04:22:49 393b96f31d8b: Pull complete 04:22:49 4d82b0e39008: Pull complete 04:22:50 e7ca375b8d34: Pull complete 04:22:54 418f656485bb: Verifying Checksum 04:22:54 418f656485bb: Download complete 04:23:41 418f656485bb: Pull complete 04:23:41 aebe8db9254c: Pull complete 04:23:41 4f5f7b207d3f: Pull complete 04:23:41 d19ca6af091a: Pull complete 04:23:41 16b5a0711add: Pull complete 04:23:41 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 04:23:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 04:23:42 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 04:23:42 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 04:23:42 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 04:23:43 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 04:23:43 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1259 kB] 04:23:43 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] 04:23:44 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] 04:23:44 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [782 kB] 04:23:44 Fetched 3906 kB in 2s (1750 kB/s) 04:23:49 Reading package lists... 04:24:01 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 04:24:01 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 04:24:01 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 04:24:01 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 04:24:07 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... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% 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... 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... 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 04:24:13 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 04:24:17 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... 9% Reading package lists... 30% Reading package lists... 49% Reading package lists... 67% 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 04:24:18 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 16% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 04:24:18 Reading state information... 0% Reading state information... 0% Reading state information... Done 04:24:19 The following packages were automatically installed and are no longer required: 04:24:19 libjq1 libonig4 04:24:19 Use 'sudo apt autoremove' to remove them. 04:24:19 Suggested packages: 04:24:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:24:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 04:24:19 diffutils-doc perl-doc libterm-readline-gnu-perl 04:24:19 | libterm-readline-perl-perl 04:24:20 The following NEW packages will be installed: 04:24:20 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 04:24:20 libperl5.26 make netbase patch perl perl-modules-5.26 04:24:20 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 04:24:20 Need to get 10.8 MB of archives. 04:24:20 After this operation, 73.6 MB of additional disk space will be used. 04:24:20 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] 04:24:21 0% [1 perl-modules-5.26 8181 B/2763 kB 0%] 7% [1 perl-modules-5.26 886 kB/2763 kB 32%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 04:24:21 22% [2 libgdbm5 8192 B/23.1 kB 35%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 04:24:21 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] 04:24:21 25% [4 libperl5.26 12.3 kB/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] 04:24:21 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] 04:24:21 54% [6 less 24.6 kB/99.7 kB 25%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 04:24:21 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 04:24:21 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] 04:24:21 60% [9 libcurl3-gnutls 12.3 kB/179 kB 7%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 04:24:21 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 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] 04:24:21 65% [11 git-man 4096 B/804 kB 1%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 04:24:21 72% [12 git 0 B/2952 kB 0%] 95% [Waiting for headers] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 04:24:21 96% [13 make 65.5 kB/139 kB 47%] 98% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 04:24:21 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (8703 kB/s) 04:24:22 debconf: delaying package configuration, since apt-utils is not installed 04:24:22 Selecting previously unselected package perl-modules-5.26. 04:24:22 (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.) 04:24:22 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 04:24:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:24:24 Selecting previously unselected package libgdbm5:arm64. 04:24:24 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 04:24:24 Unpacking libgdbm5:arm64 (1.14.1-6) ... 04:24:24 Selecting previously unselected package libgdbm-compat4:arm64. 04:24:24 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 04:24:24 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 04:24:24 Selecting previously unselected package libperl5.26:arm64. 04:24:24 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 04:24:24 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 04:24:25 Selecting previously unselected package perl. 04:24:25 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 04:24:25 Unpacking perl (5.26.1-6ubuntu0.3) ... 04:24:25 Selecting previously unselected package less. 04:24:25 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 04:24:25 Unpacking less (487-0.1) ... 04:24:25 Selecting previously unselected package netbase. 04:24:25 Preparing to unpack .../06-netbase_5.4_all.deb ... 04:24:25 Unpacking netbase (5.4) ... 04:24:25 Selecting previously unselected package curl. 04:24:25 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 04:24:25 Unpacking curl (7.58.0-2ubuntu3.10) ... 04:24:26 Selecting previously unselected package libcurl3-gnutls:arm64. 04:24:26 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 04:24:26 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 04:24:26 Selecting previously unselected package liberror-perl. 04:24:26 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 04:24:26 Unpacking liberror-perl (0.17025-1) ... 04:24:26 Selecting previously unselected package git-man. 04:24:26 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:24:26 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:24:26 Selecting previously unselected package git. 04:24:26 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 04:24:26 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:24:28 Selecting previously unselected package make. 04:24:28 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 04:24:28 Unpacking make (4.1-9.1ubuntu1) ... 04:24:28 Selecting previously unselected package patch. 04:24:28 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 04:24:28 Unpacking patch (2.7.6-2ubuntu1.1) ... 04:24:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:24:28 Setting up less (487-0.1) ... 04:24:28 Setting up make (4.1-9.1ubuntu1) ... 04:24:28 Setting up curl (7.58.0-2ubuntu3.10) ... 04:24:28 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 04:24:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:24:28 Setting up libgdbm5:arm64 (1.14.1-6) ... 04:24:28 Setting up patch (2.7.6-2ubuntu1.1) ... 04:24:28 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 04:24:28 Setting up netbase (5.4) ... 04:24:29 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 04:24:29 Setting up perl (5.26.1-6ubuntu0.3) ... 04:24:29 Setting up liberror-perl (0.17025-1) ... 04:24:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:24:29 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 04:24:29 Processing triggers for mime-support (3.60ubuntu1) ... 04:24:34 curl set to automatically installed. 04:24:34 git set to automatically installed. 04:24:34 git-man set to automatically installed. 04:24:34 less set to automatically installed. 04:24:34 libcurl3-gnutls set to automatically installed. 04:24:34 liberror-perl set to automatically installed. 04:24:34 libgdbm-compat4 set to automatically installed. 04:24:34 libgdbm5 set to automatically installed. 04:24:34 libperl5.26 set to automatically installed. 04:24:34 make set to automatically installed. 04:24:34 netbase set to automatically installed. 04:24:34 patch set to automatically installed. 04:24:34 perl set to automatically installed. 04:24:34 perl-modules-5.26 set to automatically installed. 04:24:34 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 04:24:34 Please ensure the environment is properly setup before continuing. 04:24:34 Ignore this message if the appropriate measures have already been taken 04:24:35 Pulling go  04:24:39 'device-mqtt' has dependencies that need to be staged: go 04:24:39 Skipping pull go (already ran) 04:24:39 Building go  04:24:39 % Total % Received % Xferd Average Speed Time Time Time Current 04:24:39 Dload Upload Total Spent Left Speed 04:24:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 93.0M 8 7887k 0 0 14.5M 0 0:00:06 --:--:-- 0:00:06 14.5M 36 93.0M 36 33.6M 0 0 22.0M 0 0:00:04 0:00:01 0:00:03 22.0M 64 93.0M 64 59.6M 0 0 23.6M 0 0:00:03 0:00:02 0:00:01 23.6M 77 93.0M 77 71.9M 0 0 17.9M 0 0:00:05 0:00:04 0:00:01 17.9M 77 93.0M 77 71.9M 0 0 14.3M 0 0:00:06 0:00:05 0:00:01 14.3M 92 93.0M 92 86.1M 0 0 15.5M 0 0:00:05 0:00:05 --:--:-- 15.6M 100 93.0M 100 93.0M 0 0 16.2M 0 0:00:05 0:00:05 --:--:-- 14.1M 04:24:45 go1.13.5.linux-arm64.tar.gz: OK 04:25:04 Staging go  04:25:06 Pulling device-mqtt  04:25:09 Skipping build go (already ran) 04:25:09 Building device-mqtt  04:25:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd 04:25:10 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 04:25:10 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:25:10 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:25:10 go: downloading github.com/spf13/cast v1.3.0 04:25:10 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 04:25:10 go: extracting github.com/spf13/cast v1.3.0 04:25:10 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:25:10 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:25:10 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 04:25:10 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 04:25:11 go: downloading github.com/gorilla/mux v1.7.1 04:25:11 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:25:11 go: downloading github.com/OneOfOne/xxhash v1.2.6 04:25:11 go: downloading github.com/go-kit/kit v0.8.0 04:25:11 go: extracting github.com/gorilla/mux v1.7.1 04:25:11 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:25:11 go: extracting github.com/OneOfOne/xxhash v1.2.6 04:25:11 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 04:25:11 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:25:11 go: downloading github.com/google/uuid v1.1.1 04:25:11 go: downloading github.com/BurntSushi/toml v0.3.1 04:25:11 go: downloading github.com/pkg/errors v0.8.1 04:25:11 go: downloading github.com/pelletier/go-toml v1.2.0 04:25:11 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 04:25:11 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 04:25:11 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:25:11 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 04:25:11 go: extracting github.com/google/uuid v1.1.1 04:25:11 go: extracting github.com/pkg/errors v0.8.1 04:25:11 go: extracting github.com/BurntSushi/toml v0.3.1 04:25:11 go: downloading gopkg.in/yaml.v2 v2.2.8 04:25:11 go: extracting github.com/pelletier/go-toml v1.2.0 04:25:11 go: downloading github.com/hashicorp/consul/api v1.1.0 04:25:11 go: extracting github.com/go-kit/kit v0.8.0 04:25:11 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 04:25:11 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 04:25:11 go: extracting gopkg.in/yaml.v2 v2.2.8 04:25:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:25:11 go: downloading github.com/x448/float16 v0.8.4 04:25:11 go: extracting github.com/hashicorp/consul/api v1.1.0 04:25:11 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 04:25:11 go: extracting github.com/x448/float16 v0.8.4 04:25:11 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:25:11 go: downloading github.com/mitchellh/copystructure v1.0.0 04:25:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:25:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:25:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:25:11 go: downloading github.com/hashicorp/serf v0.8.2 04:25:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:25:11 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 04:25:11 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 04:25:11 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 04:25:11 go: extracting github.com/mitchellh/mapstructure v1.1.2 04:25:11 go: extracting github.com/mitchellh/copystructure v1.0.0 04:25:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:25:11 go: extracting github.com/mitchellh/reflectwalk v1.0.0 04:25:11 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:25:11 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:25:11 go: extracting github.com/hashicorp/serf v0.8.2 04:25:11 go: extracting github.com/go-logfmt/logfmt v0.4.0 04:25:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:25:11 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:25:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:25:11 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 04:25:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:25:11 go: extracting github.com/hashicorp/golang-lru v0.5.0 04:25:11 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:25:11 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:25:11 go: finding github.com/spf13/cast v1.3.0 04:25:11 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:25:11 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:25:11 go: finding github.com/gorilla/mux v1.7.1 04:25:11 go: finding github.com/OneOfOne/xxhash v1.2.6 04:25:11 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:25:11 go: finding github.com/go-kit/kit v0.8.0 04:25:11 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:25:11 go: finding github.com/google/uuid v1.1.1 04:25:11 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:25:11 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:25:12 go: finding gopkg.in/yaml.v2 v2.2.8 04:25:12 go: finding github.com/pkg/errors v0.8.1 04:25:12 go: finding github.com/x448/float16 v0.8.4 04:25:12 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:25:12 go: finding github.com/go-logfmt/logfmt v0.4.0 04:25:12 go: finding github.com/BurntSushi/toml v0.3.1 04:25:12 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:25:12 go: finding github.com/pelletier/go-toml v1.2.0 04:25:12 go: finding github.com/hashicorp/consul/api v1.1.0 04:25:12 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:25:12 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:25:12 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:25:12 go: finding github.com/hashicorp/serf v0.8.2 04:25:12 go: finding github.com/mitchellh/mapstructure v1.1.2 04:25:12 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:25:12 go: finding github.com/mitchellh/copystructure v1.0.0 04:25:12 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:25:12 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:25:12 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:25:12 go: finding github.com/hashicorp/golang-lru v0.5.0 04:25:30 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:25:48 Skipping stage go (already ran) 04:25:48 Staging device-mqtt  04:25:51 Priming go  04:25:54 Priming device-mqtt  04:25:58 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 04:25:58 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 04:25:58 Determining the version from the project repo (version-script). 04:25:58 The version has been set to '1.2.1-20200908+730afc1' 04:25:58 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 04:25:58 Snapped edgex-device-mqtt_1.2.1-20200908+730afc1_arm64.snap [Pipeline] } 04:26:01 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 04:26:03 provisioning config files... 04:26:03 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/config7419683165955072759tmp [Pipeline] { [Pipeline] sh 04:26:04 + curl -s https://codecov.io/bash 04:26:04 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/config7419683165955072759tmp [Pipeline] } 04:26:04 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 04:26:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:26:08 ---> package-listing.sh 04:26:08 ++ facter osfamily 04:26:08 ++ tr '[:upper:]' '[:lower:]' 04:26:08 + OS_FAMILY=redhat 04:26:08 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-167 04:26:08 + START_PACKAGES=/tmp/packages_start.txt 04:26:08 + END_PACKAGES=/tmp/packages_end.txt 04:26:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:26:08 + PACKAGES=/tmp/packages_start.txt 04:26:08 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-167 ']' 04:26:08 + PACKAGES=/tmp/packages_end.txt 04:26:08 + case "${OS_FAMILY}" in 04:26:08 + rpm -qa 04:26:08 + sort 04:26:12 + '[' -f /tmp/packages_start.txt ']' 04:26:12 + '[' -f /tmp/packages_end.txt ']' 04:26:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:26:12 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-167 ']' 04:26:12 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-167/archives/ 04:26:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-167/archives/ [Pipeline] isUnix [Pipeline] sh 04:26:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:26:13 04:26:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:26:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:26:14 alpine: Pulling from edgex-lftools-log-publisher 04:26:14 df20fa9351a1: Pulling fs layer 04:26:14 36b3adc4ff6f: Pulling fs layer 04:26:14 8ad3a11d3b57: Pulling fs layer 04:26:14 46f8f816bc3b: Pulling fs layer 04:26:14 0dadc02b9964: Pulling fs layer 04:26:14 ce6a7cf60c04: Pulling fs layer 04:26:14 7a184a31f384: Pulling fs layer 04:26:14 0879bd2ef858: Pulling fs layer 04:26:14 46f8f816bc3b: Waiting 04:26:14 0dadc02b9964: Waiting 04:26:14 0879bd2ef858: Waiting 04:26:14 ce6a7cf60c04: Waiting 04:26:14 7a184a31f384: Waiting 04:26:14 36b3adc4ff6f: Download complete 04:26:14 46f8f816bc3b: Verifying Checksum 04:26:14 46f8f816bc3b: Download complete 04:26:14 df20fa9351a1: Verifying Checksum 04:26:14 ce6a7cf60c04: Verifying Checksum 04:26:14 ce6a7cf60c04: Download complete 04:26:14 7a184a31f384: Verifying Checksum 04:26:14 7a184a31f384: Download complete 04:26:14 0dadc02b9964: Verifying Checksum 04:26:14 0dadc02b9964: Download complete 04:26:15 df20fa9351a1: Pull complete 04:26:15 8ad3a11d3b57: Verifying Checksum 04:26:15 8ad3a11d3b57: Download complete 04:26:15 36b3adc4ff6f: Pull complete 04:26:15 0879bd2ef858: Verifying Checksum 04:26:15 0879bd2ef858: Download complete 04:26:16 8ad3a11d3b57: Pull complete 04:26:16 46f8f816bc3b: Pull complete 04:26:17 0dadc02b9964: Pull complete 04:26:17 ce6a7cf60c04: Pull complete 04:26:18 7a184a31f384: Pull complete 04:26:22 0879bd2ef858: Pull complete 04:26:22 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 04:26:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:26:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:26:22 prd-centos7-docker-4c-2g-1771 does not seem to be running inside a container 04:26:22 $ 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-167 -v /w/workspace/gexfoundry_device-mqtt-go_PR-167:/w/workspace/gexfoundry_device-mqtt-go_PR-167:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-167@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 04:26:28 $ docker top 8e1d4746f4b14977a6e7a56e171f178d9ecd763def8135d712b489ceb755564d -eo pid,comm [Pipeline] { [Pipeline] sh 04:26:29 + mkdir -p /var/log/sa [Pipeline] sh 04:26:30 + ls /var/log/sa-host 04:26:30 + sadf -c /var/log/sa-host/sa05 04:26:30 file_magic: OK 04:26:30 HZ: Using current value: 100 04:26:30 file_header: OK 04:26:30 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 04:26:30 Statistics: 04:26:30 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:26:30 File successfully converted to sysstat format version 12.2.1 04:26:30 + sadf -c /var/log/sa-host/sa08 04:26:30 file_magic: OK 04:26:30 HZ: Using current value: 100 04:26:30 file_header: OK 04:26:30 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 04:26:30 Statistics: 04:26:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:26:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:26:30 provisioning config files... 04:26:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp/config8881584199924384282tmp [Pipeline] { [Pipeline] echo 04:26:30 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:26:30 ---> create-netrc.sh [Pipeline] echo 04:26:30 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:26:31 ---> logs-deploy.sh 04:26:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-167/1 04:26:31 INFO: archiving workspace using pattern(s): 04:26:33 Archives upload complete. 04:26:33 INFO: archiving logs to Nexus 04:26:34 ---> uname -a: 04:26:34 Linux 8e1d4746f4b1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:26:34 04:26:34 04:26:34 ---> lscpu: 04:26:34 Architecture: x86_64 04:26:34 CPU op-mode(s): 32-bit, 64-bit 04:26:34 Byte Order: Little Endian 04:26:34 Address sizes: 40 bits physical, 48 bits virtual 04:26:34 CPU(s): 4 04:26:34 On-line CPU(s) list: 0-3 04:26:34 Thread(s) per core: 1 04:26:34 Core(s) per socket: 1 04:26:34 Socket(s): 4 04:26:34 NUMA node(s): 1 04:26:34 Vendor ID: GenuineIntel 04:26:34 CPU family: 6 04:26:34 Model: 44 04:26:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:26:34 Stepping: 1 04:26:34 CPU MHz: 2933.438 04:26:34 BogoMIPS: 5866.87 04:26:34 Virtualization: VT-x 04:26:34 Hypervisor vendor: KVM 04:26:34 Virtualization type: full 04:26:34 L1d cache: 128 KiB 04:26:34 L1i cache: 128 KiB 04:26:34 L2 cache: 16 MiB 04:26:34 L3 cache: 64 MiB 04:26:34 NUMA node0 CPU(s): 0-3 04:26:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:26:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:26:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:26:34 Vulnerability Meltdown: Mitigation; PTI 04:26:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:26:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:26:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:26:34 Vulnerability Tsx async abort: Not affected 04:26:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 04:26:34 04:26:34 04:26:34 ---> nproc: 04:26:34 4 04:26:34 04:26:34 04:26:34 ---> df -h: 04:26:34 Filesystem Size Used Available Use% Mounted on 04:26:34 overlay 50.0G 6.9G 43.0G 14% / 04:26:34 tmpfs 64.0M 0 64.0M 0% /dev 04:26:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:26:34 shm 64.0M 0 64.0M 0% /dev/shm 04:26:34 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 04:26:34 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 04:26:34 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 04:26:34 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 04:26:34 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-167 04:26:34 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-167@tmp 04:26:34 04:26:34 04:26:34 ---> free -m: 04:26:34 total used free shared buff/cache available 04:26:34 Mem: 1837 633 122 0 1081 1097 04:26:34 Swap: 1023 1 1022 04:26:34 04:26:34 04:26:34 ---> ip addr: 04:26:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:26:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:26:34 inet 127.0.0.1/8 scope host lo 04:26:34 valid_lft forever preferred_lft forever 04:26:34 6: eth0@if7: mtu 1458 qdisc noqueue state UP 04:26:34 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:26:34 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:26:34 valid_lft forever preferred_lft forever 04:26:34 04:26:34 04:26:34 ---> sar -b -r -n DEV: 04:26:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 04:26:34 04:26:34 04:13:46 LINUX RESTART (4 CPU) 04:26:34 04:26:34 04:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:26:34 04:16:01 20.65 4.67 15.98 0.00 1448.22 1985.95 0.00 04:26:34 04:17:01 1.58 0.00 1.58 0.00 0.00 28.03 0.00 04:26:34 04:18:02 0.27 0.00 0.27 0.00 0.00 3.63 0.00 04:26:34 04:19:01 0.24 0.00 0.24 0.00 0.00 3.01 0.00 04:26:34 04:20:01 0.27 0.00 0.27 0.00 0.00 3.63 0.00 04:26:34 04:21:01 0.37 0.02 0.35 0.00 0.13 3.71 0.00 04:26:34 04:22:01 0.30 0.00 0.30 0.00 0.00 3.83 0.00 04:26:34 04:23:01 0.28 0.00 0.28 0.00 0.00 3.91 0.00 04:26:34 04:24:01 0.27 0.00 0.27 0.00 0.00 2.75 0.00 04:26:34 04:25:01 0.18 0.00 0.18 0.00 0.00 2.20 0.00 04:26:34 04:26:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 04:26:34 Average: 2.25 0.43 1.82 0.00 132.02 186.28 0.00 04:26:34 04:26:34 04:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:26:34 04:16:01 175748 0 540184 28.71 2620 1163004 1123728 38.35 415096 1129984 20 04:26:34 04:17:01 184104 0 531824 28.27 2620 1163008 1056260 36.05 410316 1128188 12 04:26:34 04:18:02 182948 0 532972 28.33 2620 1163016 1056452 36.05 411336 1128192 12 04:26:34 04:19:01 181212 0 534708 28.42 2620 1163016 1056524 36.06 417556 1123492 8 04:26:34 04:20:01 182136 0 533780 28.37 2620 1163020 1056356 36.05 416848 1123492 16 04:26:34 04:21:01 182808 0 533096 28.33 2620 1163032 1056260 36.05 416484 1123492 16 04:26:34 04:22:01 181036 0 534864 28.43 2620 1163036 1056524 36.06 416732 1124716 16 04:26:34 04:23:01 181028 0 534864 28.43 2620 1163044 1056536 36.06 416816 1124716 8 04:26:34 04:24:01 182932 0 532956 28.33 2620 1163048 1056260 36.05 415160 1124716 8 04:26:34 04:25:01 182332 0 533548 28.36 2620 1163056 1056332 36.05 406888 1133628 8 04:26:34 04:26:01 182600 0 533280 28.34 2620 1163056 1056260 36.05 406508 1133628 8 04:26:34 Average: 181717 0 534189 28.39 2620 1163031 1062499 36.26 413613 1127113 12 04:26:34 04:26:34 04:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:26:34 04:16:01 eth0 56.29 44.81 333.05 27.04 0.00 0.00 0.00 0.00 04:26:34 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:16:01 docker0 1.63 1.31 0.31 3.45 0.00 0.00 0.00 0.00 04:26:34 04:17:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 04:26:34 04:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:18:02 eth0 0.92 0.37 0.31 0.20 0.00 0.00 0.00 0.00 04:26:34 04:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:19:01 eth0 0.42 0.39 0.27 0.21 0.00 0.00 0.00 0.00 04:26:34 04:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:20:01 eth0 0.32 0.25 0.17 0.08 0.00 0.00 0.00 0.00 04:26:34 04:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:21:01 eth0 0.60 0.10 0.06 0.01 0.00 0.00 0.00 0.00 04:26:34 04:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:22:01 eth0 1.56 0.70 0.60 0.40 0.00 0.00 0.00 0.00 04:26:34 04:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:23:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 04:26:34 04:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:24:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:25:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 04:26:34 04:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:26:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:26:34 04:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 04:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 Average: eth0 5.63 4.31 30.52 2.57 0.00 0.00 0.00 0.00 04:26:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:26:34 Average: docker0 0.15 0.12 0.03 0.31 0.00 0.00 0.00 0.00 04:26:34 04:26:34 04:26:34 ---> sar -P ALL: 04:26:34 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 04:26:34 04:26:34 04:13:46 LINUX RESTART (4 CPU) 04:26:34 04:26:34 04:15:01 CPU %user %nice %system %iowait %steal %idle 04:26:34 04:16:01 all 1.71 0.00 1.39 0.42 3.60 92.89 04:26:34 04:16:01 0 2.05 0.00 1.37 0.17 3.70 92.72 04:26:34 04:16:01 1 1.43 0.00 1.44 0.60 3.66 92.87 04:26:34 04:16:01 2 1.86 0.00 1.52 0.73 3.68 92.21 04:26:34 04:16:01 3 1.51 0.00 1.21 0.17 3.35 93.76 04:26:34 04:17:01 all 0.14 0.00 0.05 0.00 0.40 99.41 04:26:34 04:17:01 0 0.22 0.00 0.05 0.00 0.60 99.14 04:26:34 04:17:01 1 0.05 0.00 0.05 0.00 0.13 99.77 04:26:34 04:17:01 2 0.23 0.00 0.05 0.00 0.58 99.14 04:26:34 04:17:01 3 0.05 0.00 0.05 0.00 0.28 99.62 04:26:34 04:18:02 all 0.15 0.00 0.04 0.00 0.20 99.62 04:26:34 04:18:02 0 0.03 0.00 0.03 0.00 0.08 99.85 04:26:34 04:18:02 1 0.07 0.00 0.07 0.00 0.32 99.55 04:26:34 04:18:02 2 0.43 0.00 0.02 0.00 0.25 99.30 04:26:34 04:18:02 3 0.07 0.00 0.03 0.00 0.13 99.77 04:26:34 04:19:01 all 0.12 0.00 0.05 0.00 0.18 99.65 04:26:34 04:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 04:26:34 04:19:01 1 0.03 0.00 0.10 0.00 0.20 99.66 04:26:34 04:19:01 2 0.37 0.00 0.05 0.00 0.37 99.20 04:26:34 04:19:01 3 0.05 0.00 0.05 0.00 0.14 99.76 04:26:34 04:20:01 all 0.15 0.00 0.06 0.00 0.13 99.66 04:26:34 04:20:01 0 0.05 0.00 0.03 0.00 0.07 99.85 04:26:34 04:20:01 1 0.03 0.00 0.10 0.00 0.07 99.80 04:26:34 04:20:01 2 0.43 0.00 0.02 0.00 0.23 99.32 04:26:34 04:20:01 3 0.08 0.00 0.08 0.00 0.17 99.67 04:26:34 04:21:01 all 0.11 0.00 0.04 0.00 0.24 99.61 04:26:34 04:21:01 0 0.03 0.00 0.07 0.00 0.10 99.80 04:26:34 04:21:01 1 0.07 0.00 0.05 0.00 0.43 99.45 04:26:34 04:21:01 2 0.33 0.00 0.02 0.00 0.30 99.35 04:26:34 04:21:01 3 0.02 0.00 0.02 0.00 0.13 99.83 04:26:34 04:22:01 all 0.11 0.00 0.03 0.00 0.43 99.44 04:26:34 04:22:01 0 0.02 0.00 0.03 0.00 0.25 99.70 04:26:34 04:22:01 1 0.30 0.00 0.03 0.00 1.04 98.63 04:26:34 04:22:01 2 0.02 0.00 0.02 0.00 0.17 99.80 04:26:34 04:22:01 3 0.10 0.00 0.03 0.00 0.25 99.62 04:26:34 04:23:01 all 0.16 0.00 0.04 0.00 0.16 99.64 04:26:34 04:23:01 0 0.10 0.00 0.03 0.00 0.02 99.85 04:26:34 04:23:01 1 0.40 0.00 0.03 0.00 0.18 99.38 04:26:34 04:23:01 2 0.10 0.00 0.07 0.00 0.38 99.45 04:26:34 04:23:01 3 0.03 0.00 0.02 0.00 0.07 99.88 04:26:34 04:24:01 all 0.10 0.00 0.04 0.00 0.10 99.76 04:26:34 04:24:01 0 0.02 0.00 0.05 0.00 0.07 99.87 04:26:34 04:24:01 1 0.32 0.00 0.07 0.00 0.07 99.55 04:26:34 04:24:01 2 0.02 0.00 0.02 0.00 0.17 99.80 04:26:34 04:24:01 3 0.03 0.00 0.02 0.00 0.12 99.83 04:26:34 04:25:01 all 0.07 0.00 0.01 0.00 0.33 99.58 04:26:34 04:25:01 0 0.02 0.00 0.02 0.00 0.38 99.58 04:26:34 04:25:01 1 0.27 0.00 0.00 0.00 0.33 99.40 04:26:34 04:25:01 2 0.02 0.00 0.02 0.00 0.48 99.49 04:26:34 04:25:01 3 0.00 0.00 0.02 0.00 0.13 99.85 04:26:34 04:26:01 all 0.10 0.00 0.03 0.00 0.33 99.53 04:26:34 04:26:01 0 0.02 0.00 0.03 0.00 0.15 99.80 04:26:34 04:26:01 1 0.36 0.00 0.05 0.00 0.73 98.86 04:26:34 04:26:01 2 0.02 0.00 0.03 0.00 0.32 99.63 04:26:34 04:26:01 3 0.02 0.00 0.00 0.00 0.13 99.85 04:26:34 04:26:34 Average: CPU %user %nice %system %iowait %steal %idle 04:26:34 Average: all 0.27 0.00 0.16 0.04 0.56 98.98 04:26:34 Average: 0 0.23 0.00 0.16 0.02 0.49 99.10 04:26:34 Average: 1 0.30 0.00 0.18 0.05 0.65 98.81 04:26:34 Average: 2 0.35 0.00 0.17 0.07 0.63 98.79 04:26:34 Average: 3 0.18 0.00 0.14 0.02 0.45 99.22 04:26:34 04:26:34 04:26:34