Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e6856924589b46b10038e9fce567ea5232b81490+a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (1b97a9e26e84d3395f68a2851a624b6f81aee330) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2283 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [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-170 # 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/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 Merge succeeded, producing 107094d668242bf3f672f133004f3cdf96273152 Checking out Revision 107094d668242bf3f672f133004f3cdf96273152 (PR-170) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # 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/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # 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 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 107094d668242bf3f672f133004f3cdf96273152 # timeout=10 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:18:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:18:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:18:08 ========================================================= 19:18:08 EdgeX Global Pipelines Version Info 19:18:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:18:09 ------------------- 19:18:09 stable info: 19:18:09 ------------------- 19:18:09 Commited By: Emilio Reyes emilio.reyes@intel.com 19:18:09 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 19:18:09 Message: update stable to v1.0.119 19:18:10 ------------------- 19:18:10 experimental info: 19:18:10 ------------------- 19:18:10 Commited By: **** collab-it+edgex@linuxfoundation.org 19:18:10 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 19:18:10 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:18:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:18:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo 19:18:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo 19:18:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 107094d668242bf3f672f133004f3cdf96273152 [Pipeline] echo 19:18:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 107094d [Pipeline] echo 19:18:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:18:15 + git log --format=format:%s -1 107094d668242bf3f672f133004f3cdf96273152 [Pipeline] echo 19:18:15 GIT_COMMIT: 107094d668242bf3f672f133004f3cdf96273152, Commit Message: Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD [Pipeline] echo 19:18:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:18:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:18:16 19:18:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:18:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:18:17 latest: Pulling from edgex-devops/git-semver 19:18:17 31603596830f: Pulling fs layer 19:18:17 2a8b12db71e7: Pulling fs layer 19:18:17 6ca5941a6612: Pulling fs layer 19:18:17 ecc8261a40a4: Pulling fs layer 19:18:17 ecc8261a40a4: Waiting 19:18:17 2a8b12db71e7: Download complete 19:18:17 31603596830f: Verifying Checksum 19:18:17 31603596830f: Download complete 19:18:17 ecc8261a40a4: Verifying Checksum 19:18:17 ecc8261a40a4: Download complete 19:18:17 6ca5941a6612: Verifying Checksum 19:18:17 6ca5941a6612: Download complete 19:18:17 31603596830f: Pull complete 19:18:17 2a8b12db71e7: Pull complete 19:18:18 6ca5941a6612: Pull complete 19:18:18 ecc8261a40a4: Pull complete 19:18:18 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:18:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:18:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:18:19 prd-centos7-docker-4c-2g-2283 does not seem to be running inside a container 19:18:19 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:18:21 $ docker top e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:18:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:18:21 [ssh-agent] Looking for ssh-agent implementation... 19:18:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:18:21 $ docker exec e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent 19:18:22 SSH_AUTH_SOCK=/tmp/ssh-mucAZPQVEBiW/agent.11 19:18:22 SSH_AGENT_PID=17 19:18:22 Running ssh-add (command line suppressed) 19:18:22 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_991501608920560112.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_991501608920560112.key) 19:18:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:18:22 + git describe --exact-match --tags HEAD 19:18:22 fatal: No names found, cannot describe anything. [Pipeline] } 19:18:22 $ docker exec --env ******** --env ******** e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent -k 19:18:22 unset SSH_AUTH_SOCK; 19:18:22 unset SSH_AGENT_PID; 19:18:22 echo Agent pid 17 killed; 19:18:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:18:22 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:18:22 This usually means this commit has not been tagged. [Pipeline] sshagent 19:18:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:18:22 [ssh-agent] Looking for ssh-agent implementation... 19:18:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:18:23 $ docker exec e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent 19:18:23 SSH_AUTH_SOCK=/tmp/ssh-xFSeXmkHYcwt/agent.48 19:18:23 SSH_AGENT_PID=54 19:18:23 Running ssh-add (command line suppressed) 19:18:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1268488249726705626.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1268488249726705626.key) 19:18:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:18:23 + git semver init 19:18:23 # -> Open(): unable to determine branch for HEAD 19:18:23 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.git 19:18:23 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-170 19:18:23 # $SEMVER_REMOTE_NAME = origin 19:18:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:18:23 # $SEMVER_USER_NAME = edgex-jenkins 19:18:23 # $SEMVER_BRANCH = PR-170 19:18:23 # $SEMVER_TEMP = /tmp/semver-906892196 19:18:23 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 19:18:24 # '/tmp/semver-906892196' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver' 19:18:24 # -> Force: false 19:18:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver [Pipeline] } 19:18:24 $ docker exec --env ******** --env ******** e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 ssh-agent -k 19:18:24 unset SSH_AUTH_SOCK; 19:18:24 unset SSH_AGENT_PID; 19:18:24 echo Agent pid 54 killed; 19:18:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:18:24 + git semver [Pipeline] } 19:18:24 $ docker stop --time=1 e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 19:18:26 $ docker rm -f e7a5c3b31fef011b20d5611b4abdf398ccc7aad80396526a770cdd9bfc7feff9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:18:26 Stashed 26 file(s) [Pipeline] echo 19:18:26 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:18:26 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 19:18:42 Still waiting to schedule task 19:18:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:18:42 Still waiting to schedule task 19:18:42 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-2282’ 19:20:23 Running on prd-centos7-docker-4c-2g-2287 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 19:20:23 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:20:26 using credential edgex-jenkins-ssh 19:20:26 Cloning the remote Git repository 19:20:26 Cloning with configured refspecs honoured and without tags 19:20:26 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:20:26 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:20:26 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:20:26 > git --version # timeout=10 19:20:26 > git --version # 'git version 2.16.5' 19:20:26 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:27 Fetching without tags 19:20:27 Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 19:20:27 Merge succeeded, producing 91aa3351811f0128e00779f1446063f7e1fbc42c 19:20:27 Checking out Revision 91aa3351811f0128e00779f1446063f7e1fbc42c (PR-170) 19:20:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:20:27 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 19:20:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:20:27 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:20:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:27 > git config core.sparsecheckout # timeout=10 19:20:27 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 19:20:27 > git remote # timeout=10 19:20:27 > git config --get remote.origin.url # timeout=10 19:20:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:27 > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 19:20:27 > git rev-parse HEAD^{commit} # timeout=10 19:20:27 > git config core.sparsecheckout # timeout=10 19:20:27 > git checkout -f 91aa3351811f0128e00779f1446063f7e1fbc42c # timeout=10 19:20:31 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" 19:20:31 > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:20:32 ========================================================= 19:20:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:20:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:20:32 + 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 . 19:20:33 Sending build context to Docker daemon 626.2kB 19:20:33 Step 1/8 : ARG BASE=golang:1.13-alpine 19:20:33 Step 2/8 : FROM ${BASE} 19:20:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:20:33 df20fa9351a1: Pulling fs layer 19:20:33 ed8968b2872e: Pulling fs layer 19:20:33 a92cc7c5fd73: Pulling fs layer 19:20:33 2dd03ba5bac4: Pulling fs layer 19:20:33 1e091d79d1de: Pulling fs layer 19:20:33 481702a1767f: Pulling fs layer 19:20:33 f64a6f60c768: Pulling fs layer 19:20:33 e78d2573fc39: Pulling fs layer 19:20:33 e876d2f968b6: Pulling fs layer 19:20:33 ce8a83651883: Pulling fs layer 19:20:33 07967f4d0e4b: Pulling fs layer 19:20:33 f64a6f60c768: Waiting 19:20:33 e78d2573fc39: Waiting 19:20:33 e876d2f968b6: Waiting 19:20:33 ce8a83651883: Waiting 19:20:33 07967f4d0e4b: Waiting 19:20:33 2dd03ba5bac4: Waiting 19:20:33 1e091d79d1de: Waiting 19:20:33 481702a1767f: Waiting 19:20:33 a92cc7c5fd73: Verifying Checksum 19:20:33 a92cc7c5fd73: Download complete 19:20:33 ed8968b2872e: Download complete 19:20:33 1e091d79d1de: Verifying Checksum 19:20:33 1e091d79d1de: Download complete 19:20:33 481702a1767f: Verifying Checksum 19:20:33 481702a1767f: Download complete 19:20:33 df20fa9351a1: Verifying Checksum 19:20:33 df20fa9351a1: Download complete 19:20:34 df20fa9351a1: Pull complete 19:20:34 ed8968b2872e: Pull complete 19:20:34 a92cc7c5fd73: Pull complete 19:20:36 f64a6f60c768: Verifying Checksum 19:20:36 f64a6f60c768: Download complete 19:20:36 e876d2f968b6: Verifying Checksum 19:20:36 e876d2f968b6: Download complete 19:20:36 ce8a83651883: Verifying Checksum 19:20:36 ce8a83651883: Download complete 19:20:37 07967f4d0e4b: Verifying Checksum 19:20:37 07967f4d0e4b: Download complete 19:20:37 e78d2573fc39: Verifying Checksum 19:20:37 e78d2573fc39: Download complete 19:20:37 2dd03ba5bac4: Download complete 19:20:43 2dd03ba5bac4: Pull complete 19:20:43 1e091d79d1de: Pull complete 19:20:43 481702a1767f: Pull complete 19:20:51 f64a6f60c768: Pull complete 19:20:53 e78d2573fc39: Pull complete 19:20:54 e876d2f968b6: Pull complete 19:20:55 ce8a83651883: Pull complete 19:20:55 07967f4d0e4b: Pull complete 19:20:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 19:20:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:20:55 ---> 5d7c900382c6 19:20:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:20:57 ---> Running in aa12c61c1be1 19:20:57 Removing intermediate container aa12c61c1be1 19:20:57 ---> 389dc6fde23c 19:20:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:57 ---> Running in 06e44313271e 19:20:58 Removing intermediate container 06e44313271e 19:20:58 ---> 8317ce5f030e 19:20:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:20:58 ---> Running in 3782c9b77e2f 19:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:59 (1/14) Installing libmagic (5.38-r0) 19:20:59 (2/14) Installing file (5.38-r0) 19:20:59 (3/14) Installing libc-dev (0.7.2-r3) 19:21:00 (4/14) Installing g++ (9.3.0-r2) 19:21:06 (5/14) Installing fortify-headers (1.1-r0) 19:21:06 (6/14) Installing patch (2.7.6-r6) 19:21:06 (7/14) Installing build-base (0.5-r2) 19:21:06 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:21:06 (9/14) Installing libedit (20191231.3.1-r0) 19:21:06 (10/14) Installing openssh-client (8.3_p1-r0) 19:21:07 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:21:07 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:21:07 (13/14) Installing openssh-server (8.3_p1-r0) 19:21:07 (14/14) Installing openssh (8.3_p1-r0) 19:21:07 Executing busybox-1.31.1-r16.trigger 19:21:07 OK: 237 MiB in 53 packages 19:21:11 Removing intermediate container 3782c9b77e2f 19:21:11 ---> a5ed60acc905 19:21:11 Step 6/8 : WORKDIR /device-mqtt-go 19:21:11 ---> Running in b5e43bd1a5aa 19:21:11 Removing intermediate container b5e43bd1a5aa 19:21:11 ---> 29ba1ca6fa96 19:21:11 Step 7/8 : COPY . . 19:21:12 ---> 37cd0746689a 19:21:12 Step 8/8 : RUN go mod download 19:21:12 ---> Running in 5b0da74661cb 19:21:14 go: finding github.com/BurntSushi/toml v0.3.1 19:21:14 go: finding github.com/OneOfOne/xxhash v1.2.6 19:21:14 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:21:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:21:14 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:21:14 go: finding github.com/bgentry/speakeasy v0.1.0 19:21:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:21:14 go: finding github.com/davecgh/go-spew v1.1.1 19:21:14 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:21:14 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:21:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:21:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:21:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:21:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:21:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:21:14 go: finding github.com/fatih/color v1.7.0 19:21:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:21:14 go: finding github.com/go-kit/kit v0.8.0 19:21:14 go: finding github.com/go-logfmt/logfmt v0.4.0 19:21:14 go: finding github.com/go-stack/stack v1.8.0 19:21:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:21:14 go: finding github.com/google/uuid v1.1.1 19:21:14 go: finding github.com/gorilla/mux v1.7.1 19:21:14 go: finding github.com/hashicorp/consul/api v1.1.0 19:21:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:21:14 go: finding github.com/hashicorp/errwrap v1.0.0 19:21:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:21:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:21:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:21:14 go: finding github.com/hashicorp/go-multierror v1.0.0 19:21:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:21:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:21:14 go: finding github.com/hashicorp/go-syslog v1.0.0 19:21:14 go: finding github.com/hashicorp/go-uuid v1.0.1 19:21:14 go: finding github.com/hashicorp/go.net v0.0.1 19:21:14 go: finding github.com/hashicorp/golang-lru v0.5.0 19:21:14 go: finding github.com/hashicorp/logutils v1.0.0 19:21:14 go: finding github.com/hashicorp/mdns v1.0.0 19:21:15 go: finding github.com/hashicorp/memberlist v0.1.3 19:21:15 go: finding github.com/hashicorp/serf v0.8.2 19:21:15 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:21:15 go: finding github.com/kr/pretty v0.1.0 19:21:15 go: finding github.com/kr/pty v1.1.1 19:21:15 go: finding github.com/kr/text v0.1.0 19:21:15 go: finding github.com/mattn/go-colorable v0.0.9 19:21:15 go: finding github.com/mattn/go-isatty v0.0.3 19:21:15 go: finding github.com/miekg/dns v1.0.14 19:21:15 go: finding github.com/mitchellh/cli v1.0.0 19:21:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:21:15 go: finding github.com/mitchellh/copystructure v1.0.0 19:21:15 go: finding github.com/mitchellh/go-homedir v1.0.0 19:21:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:21:15 go: finding github.com/mitchellh/gox v0.4.0 19:21:15 go: finding github.com/mitchellh/iochan v1.0.0 19:21:15 go: finding github.com/mitchellh/mapstructure v1.1.2 19:21:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:21:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:21:15 go: finding github.com/pelletier/go-toml v1.2.0 19:21:15 go: finding github.com/pkg/errors v0.8.1 19:21:15 go: finding github.com/pmezard/go-difflib v1.0.0 19:21:15 go: finding github.com/posener/complete v1.1.1 19:21:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:21:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:21:15 go: finding github.com/spf13/cast v1.3.1 19:21:15 go: finding github.com/stretchr/objx v0.1.0 19:21:15 go: finding github.com/stretchr/testify v1.5.1 19:21:15 go: finding github.com/ugorji/go v1.1.4 19:21:15 go: finding github.com/x448/float16 v0.8.4 19:21:15 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:21:15 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:21:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:21:15 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:21:15 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 19:21:15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:21:15 go: finding gopkg.in/yaml.v2 v2.2.8 19:21:24 Removing intermediate container 5b0da74661cb 19:21:24 ---> 6e308ff210f8 19:21:24 Successfully built 6e308ff210f8 19:21:24 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 19:21:24 + docker inspect -f . ci-base-image-x86_64 19:21:24 . [Pipeline] withDockerContainer 19:21:25 prd-centos7-docker-4c-2g-2287 does not seem to be running inside a container 19:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-x86_64 cat 19:21:26 $ docker top 11a326da01c933f6f4ab4640c33012c492a8f67b62168ebef70e5e3e8ee0bcb6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:26 + go version 19:21:26 go version go1.13.13 linux/amd64 [Pipeline] sh 19:21:27 + make test 19:21:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:21:27 ? github.com/edgexfoundry/device-mqtt-go [no test files] 19:21:38 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 19:21:38 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements 19:21:38 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 19:21:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:21:40 gofmt -l . 19:21:40 ["`gofmt -l .`" = ""] 19:21:40 ./bin/test-attribution-txt.sh 19:21:41 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:21:41 Stashed 1 file(s) [Pipeline] } 19:21:41 $ docker stop --time=1 11a326da01c933f6f4ab4640c33012c492a8f67b62168ebef70e5e3e8ee0bcb6 19:21:44 $ docker rm -f 11a326da01c933f6f4ab4640c33012c492a8f67b62168ebef70e5e3e8ee0bcb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:21:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:21:46 + ls -al . 19:21:46 total 100 19:21:46 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 11 19:21 . 19:21:46 drwxrwxr-x. 4 jenkins jenkins 28 Sep 11 19:20 .. 19:21:46 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 11 19:20 Attribution.txt 19:21:46 drwxrwxr-x. 2 jenkins jenkins 87 Sep 11 19:20 bin 19:21:46 drwxrwxr-x. 3 jenkins jenkins 32 Sep 11 19:20 cmd 19:21:46 -rw-r--r--. 1 jenkins jenkins 18939 Sep 11 19:21 coverage.out 19:21:46 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 11 19:20 Dockerfile 19:21:46 -rw-rw-r--. 1 jenkins jenkins 953 Sep 11 19:20 Dockerfile.build 19:21:46 -rw-rw-r--. 1 jenkins jenkins 140 Sep 11 19:20 .dockerignore 19:21:46 drwxrwxr-x. 8 jenkins jenkins 179 Sep 11 19:20 .git 19:21:46 drwxrwxr-x. 2 jenkins jenkins 60 Sep 11 19:20 .github 19:21:46 -rw-rw-r--. 1 jenkins jenkins 336 Sep 11 19:20 .gitignore 19:21:46 -rw-r--r--. 1 jenkins jenkins 510 Sep 11 19:21 go.mod 19:21:46 -rw-r--r--. 1 jenkins jenkins 13621 Sep 11 19:21 go.sum 19:21:46 drwxrwxr-x. 3 jenkins jenkins 20 Sep 11 19:20 internal 19:21:46 -rw-rw-r--. 1 jenkins jenkins 700 Sep 11 19:20 Jenkinsfile 19:21:46 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 11 19:20 LICENSE 19:21:46 -rw-rw-r--. 1 jenkins jenkins 902 Sep 11 19:20 Makefile 19:21:46 drwxrwxr-x. 2 jenkins jenkins 23 Sep 11 19:20 mock 19:21:46 -rw-rw-r--. 1 jenkins jenkins 444 Sep 11 19:20 README.md 19:21:46 drwxrwxr-x. 3 jenkins jenkins 58 Sep 11 19:20 .semver 19:21:46 drwxrwxr-x. 4 jenkins jenkins 54 Sep 11 19:20 snap 19:21:46 -rw-rw-r--. 1 jenkins jenkins 5 Sep 11 19:18 VERSION 19:21:46 -rw-rw-r--. 1 jenkins jenkins 227 Sep 11 19:20 version.go [Pipeline] isUnix [Pipeline] sh 19:21:47 + 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=107094d668242bf3f672f133004f3cdf96273152 --label arch=amd64 --label version=0.0.0 . 19:21:47 Sending build context to Docker daemon 645.6kB 19:21:47 Step 1/22 : ARG BASE=golang:1.13-alpine 19:21:47 Step 2/22 : FROM ${BASE} AS builder 19:21:47 ---> 6e308ff210f8 19:21:47 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 19:21:47 ---> Running in e707dbb9c341 19:21:47 Removing intermediate container e707dbb9c341 19:21:47 ---> b480ee3aee24 19:21:47 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 19:21:47 ---> Running in e8b6aeb96ef4 19:21:47 Removing intermediate container e8b6aeb96ef4 19:21:47 ---> 87750d2befcb 19:21:47 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:47 ---> Running in d88ad8ab897d 19:21:48 Removing intermediate container d88ad8ab897d 19:21:48 ---> 2cadb47f2c5e 19:21:48 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:21:48 ---> Running in fddd9ed34382 19:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:50 OK: 237 MiB in 53 packages 19:21:50 Removing intermediate container fddd9ed34382 19:21:50 ---> ad1764f3b08a 19:21:50 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 19:21:51 ---> Running in a8b8bb0e0b79 19:21:51 Removing intermediate container a8b8bb0e0b79 19:21:51 ---> 535af0ceac17 19:21:51 Step 8/22 : COPY . . 19:21:51 ---> 11de2c6cef2d 19:21:51 Step 9/22 : ARG MAKE='make build' 19:21:51 ---> Running in 7316e394c3de 19:21:52 Removing intermediate container 7316e394c3de 19:21:52 ---> fac5634bd9d1 19:21:52 Step 10/22 : RUN $MAKE 19:21:52 ---> Running in f95c6f3be4fc 19:21:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:22:02 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:22:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2289 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 19:22:04 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:22:06 Removing intermediate container f95c6f3be4fc 19:22:06 ---> 248e8ecf8211 19:22:06 Step 11/22 : FROM alpine 19:22:06 latest: Pulling from library/alpine 19:22:06 df20fa9351a1: Already exists 19:22:06 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:22:06 Status: Downloaded newer image for alpine:latest 19:22:06 ---> a24bb4013296 19:22:06 Step 12/22 : ENV APP_PORT=49982 19:22:06 ---> Running in cbf25d9360f9 19:22:06 Removing intermediate container cbf25d9360f9 19:22:06 ---> 596df4c1d979 19:22:06 Step 13/22 : EXPOSE $APP_PORT 19:22:07 ---> Running in f1ca14ae572b 19:22:07 Removing intermediate container f1ca14ae572b 19:22:07 ---> b85a023d5f38 19:22:07 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 19:22:07 ---> 6425ca5284e2 19:22:07 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 19:22:07 ---> 5d4feb70f394 19:22:07 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 19:22:08 ---> 405a333b99e5 19:22:08 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 19:22:08 ---> Running in 3ea7e9ea660c 19:22:08 Removing intermediate container 3ea7e9ea660c 19:22:08 ---> 262ed2b3eb76 19:22:08 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 19:22:08 ---> Running in 92af04e5fe6c 19:22:08 Removing intermediate container 92af04e5fe6c 19:22:08 ---> b0b016b5dae5 19:22:08 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:08 ---> Running in a0c4501099d9 19:22:08 Removing intermediate container a0c4501099d9 19:22:08 ---> 1077c1f7df12 19:22:08 Step 20/22 : LABEL arch=amd64 19:22:08 ---> Running in 8ef4b3a2f93c 19:22:08 Removing intermediate container 8ef4b3a2f93c 19:22:08 ---> e60afc74cd9f 19:22:08 Step 21/22 : LABEL git_sha=107094d668242bf3f672f133004f3cdf96273152 19:22:09 using credential edgex-jenkins-ssh 19:22:09 ---> Running in 518106c9e8de 19:22:09 Removing intermediate container 518106c9e8de 19:22:09 ---> 067de5c8b56e 19:22:09 Step 22/22 : LABEL version=0.0.0 19:22:09 Cloning the remote Git repository 19:22:09 Cloning with configured refspecs honoured and without tags 19:22:09 ---> Running in ca1802fd704e 19:22:09 Removing intermediate container ca1802fd704e 19:22:09 ---> 8c9cca89ceaa 19:22:09 [Warning] One or more build-args [ARCH] were not consumed 19:22:09 Successfully built 8c9cca89ceaa 19:22:09 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 19:22:09 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:22:09 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:22:09 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:22:09 > git --version # timeout=10 19:22:09 > git --version # 'git version 2.17.1' 19:22:09 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:22:10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:22:10 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 19:22:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:22:10 Fetching without tags 19:22:10 Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 19:22:11 Merge succeeded, producing 7bff8fcc00ad639078f3341b0a8c68e8c2b1d10e 19:22:11 Checking out Revision 7bff8fcc00ad639078f3341b0a8c68e8c2b1d10e (PR-170) 19:22:10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:22:10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:22:10 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:22:10 > git config core.sparsecheckout # timeout=10 19:22:10 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 19:22:11 > git remote # timeout=10 19:22:11 > git config --get remote.origin.url # timeout=10 19:22:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:11 > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 19:22:11 > git rev-parse HEAD^{commit} # timeout=10 19:22:11 > git config core.sparsecheckout # timeout=10 19:22:11 > git checkout -f 7bff8fcc00ad639078f3341b0a8c68e8c2b1d10e # timeout=10 19:22:15 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" 19:22:15 > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:22:16 ========================================================= 19:22:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:22:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:22:17 + 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 . 19:22:18 Sending build context to Docker daemon 626.2kB 19:22:18 Step 1/8 : ARG BASE=golang:1.13-alpine 19:22:18 Step 2/8 : FROM ${BASE} 19:22:19 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:22:19 b538f80385f9: Pulling fs layer 19:22:19 74f711af9a0d: Pulling fs layer 19:22:19 99f96fe45779: Pulling fs layer 19:22:19 fd7a069fd194: Pulling fs layer 19:22:19 66aa3694b03b: Pulling fs layer 19:22:19 170f70906a0f: Pulling fs layer 19:22:19 ad7c5574e4b9: Pulling fs layer 19:22:19 e772456be8f7: Pulling fs layer 19:22:19 c890913d741a: Pulling fs layer 19:22:19 fd7a069fd194: Waiting 19:22:19 66aa3694b03b: Waiting 19:22:19 170f70906a0f: Waiting 19:22:19 ad7c5574e4b9: Waiting 19:22:19 e772456be8f7: Waiting 19:22:19 2480fcc9aa5a: Pulling fs layer 19:22:19 09adf4765672: Pulling fs layer 19:22:19 c890913d741a: Waiting 19:22:19 2480fcc9aa5a: Waiting 19:22:19 09adf4765672: Waiting 19:22:19 99f96fe45779: Verifying Checksum 19:22:19 99f96fe45779: Download complete 19:22:19 74f711af9a0d: Verifying Checksum 19:22:19 74f711af9a0d: Download complete 19:22:19 66aa3694b03b: Download complete 19:22:19 170f70906a0f: Verifying Checksum 19:22:19 170f70906a0f: Download complete 19:22:19 b538f80385f9: Verifying Checksum 19:22:19 b538f80385f9: Download complete 19:22:20 b538f80385f9: Pull complete 19:22:21 74f711af9a0d: Pull complete 19:22:21 99f96fe45779: Pull complete 19:22:23 ad7c5574e4b9: Verifying Checksum 19:22:23 ad7c5574e4b9: Download complete 19:22:23 c890913d741a: Verifying Checksum 19:22:23 c890913d741a: Download complete 19:22:25 Still waiting to schedule task 19:22:25 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-2284’ 19:22:25 2480fcc9aa5a: Verifying Checksum 19:22:25 2480fcc9aa5a: Download complete 19:22:25 09adf4765672: Verifying Checksum 19:22:25 09adf4765672: Download complete 19:22:25 e772456be8f7: Verifying Checksum 19:22:25 e772456be8f7: Download complete 19:22:26 fd7a069fd194: Verifying Checksum 19:22:26 fd7a069fd194: Download complete 19:22:39 fd7a069fd194: Pull complete 19:22:39 66aa3694b03b: Pull complete 19:22:39 170f70906a0f: Pull complete 19:22:42 ad7c5574e4b9: Pull complete 19:22:46 e772456be8f7: Pull complete 19:22:47 c890913d741a: Pull complete 19:22:49 2480fcc9aa5a: Pull complete 19:22:50 09adf4765672: Pull complete 19:22:50 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 19:22:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:22:50 ---> 2248a725d1cf 19:22:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:22:54 ---> Running in 55e9cbe7e1b0 19:22:54 Removing intermediate container 55e9cbe7e1b0 19:22:54 ---> f916d9dedd0e 19:22:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:54 ---> Running in f5fe63f568fc 19:22:57 Removing intermediate container f5fe63f568fc 19:22:57 ---> 5c64f32ebaf9 19:22:57 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:22:57 ---> Running in a4162d356cd4 19:22:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:23:02 (1/14) Installing libmagic (5.38-r0) 19:23:03 (2/14) Installing file (5.38-r0) 19:23:03 (3/14) Installing libc-dev (0.7.2-r3) 19:23:03 (4/14) Installing g++ (9.3.0-r2) 19:23:21 (5/14) Installing fortify-headers (1.1-r0) 19:23:21 (6/14) Installing patch (2.7.6-r6) 19:23:22 (7/14) Installing build-base (0.5-r2) 19:23:22 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:23:22 (9/14) Installing libedit (20191231.3.1-r0) 19:23:22 (10/14) Installing openssh-client (8.3_p1-r0) 19:23:24 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:23:24 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:23:24 (13/14) Installing openssh-server (8.3_p1-r0) 19:23:24 (14/14) Installing openssh (8.3_p1-r0) 19:23:24 Executing busybox-1.31.1-r16.trigger 19:23:24 OK: 221 MiB in 53 packages 19:23:28 Removing intermediate container a4162d356cd4 19:23:28 ---> cecfd744c076 19:23:28 Step 6/8 : WORKDIR /device-mqtt-go 19:23:29 ---> Running in 650d39586e29 19:23:29 Removing intermediate container 650d39586e29 19:23:29 ---> 6115b7d2641d 19:23:29 Step 7/8 : COPY . . 19:23:30 ---> 3e859496f9d7 19:23:30 Step 8/8 : RUN go mod download 19:23:30 ---> Running in b25181b3ac57 19:23:33 go: finding github.com/BurntSushi/toml v0.3.1 19:23:33 go: finding github.com/OneOfOne/xxhash v1.2.6 19:23:33 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:23:33 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:23:33 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:23:33 go: finding github.com/bgentry/speakeasy v0.1.0 19:23:33 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:23:33 go: finding github.com/davecgh/go-spew v1.1.1 19:23:33 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:23:33 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:23:33 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:23:33 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:23:33 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:23:33 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:23:33 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:23:33 go: finding github.com/fatih/color v1.7.0 19:23:33 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:23:33 go: finding github.com/go-kit/kit v0.8.0 19:23:33 go: finding github.com/go-logfmt/logfmt v0.4.0 19:23:33 go: finding github.com/go-stack/stack v1.8.0 19:23:33 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:23:33 go: finding github.com/google/uuid v1.1.1 19:23:33 go: finding github.com/gorilla/mux v1.7.1 19:23:33 go: finding github.com/hashicorp/consul/api v1.1.0 19:23:33 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:23:33 go: finding github.com/hashicorp/errwrap v1.0.0 19:23:33 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:23:33 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:23:33 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:23:34 go: finding github.com/hashicorp/go-multierror v1.0.0 19:23:34 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:23:34 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:23:34 go: finding github.com/hashicorp/go-syslog v1.0.0 19:23:34 go: finding github.com/hashicorp/go-uuid v1.0.1 19:23:34 go: finding github.com/hashicorp/go.net v0.0.1 19:23:34 go: finding github.com/hashicorp/golang-lru v0.5.0 19:23:34 go: finding github.com/hashicorp/logutils v1.0.0 19:23:34 go: finding github.com/hashicorp/mdns v1.0.0 19:23:34 go: finding github.com/hashicorp/memberlist v0.1.3 19:23:34 go: finding github.com/hashicorp/serf v0.8.2 19:23:34 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:23:34 go: finding github.com/kr/pretty v0.1.0 19:23:34 go: finding github.com/kr/pty v1.1.1 19:23:34 go: finding github.com/kr/text v0.1.0 19:23:34 go: finding github.com/mattn/go-colorable v0.0.9 19:23:34 go: finding github.com/mattn/go-isatty v0.0.3 19:23:34 go: finding github.com/miekg/dns v1.0.14 19:23:34 go: finding github.com/mitchellh/cli v1.0.0 19:23:34 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:23:34 go: finding github.com/mitchellh/copystructure v1.0.0 19:23:34 go: finding github.com/mitchellh/go-homedir v1.0.0 19:23:34 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:23:34 go: finding github.com/mitchellh/gox v0.4.0 19:23:34 go: finding github.com/mitchellh/iochan v1.0.0 19:23:34 go: finding github.com/mitchellh/mapstructure v1.1.2 19:23:34 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:23:34 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:23:34 go: finding github.com/pelletier/go-toml v1.2.0 19:23:34 go: finding github.com/pkg/errors v0.8.1 19:23:34 go: finding github.com/pmezard/go-difflib v1.0.0 19:23:34 go: finding github.com/posener/complete v1.1.1 19:23:34 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:23:34 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:23:34 go: finding github.com/spf13/cast v1.3.1 19:23:34 go: finding github.com/stretchr/objx v0.1.0 19:23:34 go: finding github.com/stretchr/testify v1.5.1 19:23:34 go: finding github.com/ugorji/go v1.1.4 19:23:34 go: finding github.com/x448/float16 v0.8.4 19:23:34 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:23:34 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:23:34 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:23:34 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:23:34 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 19:23:35 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:23:35 go: finding gopkg.in/yaml.v2 v2.2.8 19:23:45 Removing intermediate container b25181b3ac57 19:23:45 ---> 80e8207a87d9 19:23:45 Successfully built 80e8207a87d9 19:23:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:46 + docker inspect -f . ci-base-image-arm64 19:23:46 . [Pipeline] withDockerContainer 19:23:46 prd-ubuntu18.04-docker-arm64-4c-16g-2289 does not seem to be running inside a container 19:23:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-arm64 cat 19:23:48 $ docker top 571fa819740e2f114cdc84a97b683454193fae99e282352734ce060c108b873d -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:49 + go version 19:23:49 go version go1.13.13 linux/arm64 [Pipeline] sh 19:23:51 + make test 19:23:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:23:52 ? github.com/edgexfoundry/device-mqtt-go [no test files] 19:24:24 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 19:24:24 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.024s coverage: 28.3% of statements 19:24:24 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 19:24:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:24:29 gofmt -l . 19:24:29 ["`gofmt -l .`" = ""] 19:24:29 ./bin/test-attribution-txt.sh 19:24:30 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:24:30 Warning: overwriting stash ‘coverage-report’ 19:24:31 Stashed 1 file(s) [Pipeline] } 19:24:31 $ docker stop --time=1 571fa819740e2f114cdc84a97b683454193fae99e282352734ce060c108b873d 19:24:33 $ docker rm -f 571fa819740e2f114cdc84a97b683454193fae99e282352734ce060c108b873d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:24:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:24:35 + ls -al . 19:24:35 total 136 19:24:35 drwxrwxr-x 10 jenkins jenkins 4096 Sep 11 19:24 . 19:24:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 19:22 .. 19:24:35 -rw-rw-r-- 1 jenkins jenkins 140 Sep 11 19:22 .dockerignore 19:24:35 drwxrwxr-x 8 jenkins jenkins 4096 Sep 11 19:22 .git 19:24:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 .github 19:24:35 -rw-rw-r-- 1 jenkins jenkins 336 Sep 11 19:22 .gitignore 19:24:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 .semver 19:24:35 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 11 19:22 Attribution.txt 19:24:35 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 11 19:22 Dockerfile 19:24:35 -rw-rw-r-- 1 jenkins jenkins 953 Sep 11 19:22 Dockerfile.build 19:24:35 -rw-rw-r-- 1 jenkins jenkins 700 Sep 11 19:22 Jenkinsfile 19:24:35 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 11 19:22 LICENSE 19:24:35 -rw-rw-r-- 1 jenkins jenkins 902 Sep 11 19:22 Makefile 19:24:35 -rw-rw-r-- 1 jenkins jenkins 444 Sep 11 19:22 README.md 19:24:35 -rw-rw-r-- 1 jenkins jenkins 5 Sep 11 19:18 VERSION 19:24:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 bin 19:24:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 cmd 19:24:35 -rw-r--r-- 1 jenkins jenkins 18939 Sep 11 19:24 coverage.out 19:24:35 -rw-r--r-- 1 jenkins jenkins 510 Sep 11 19:24 go.mod 19:24:35 -rw-r--r-- 1 jenkins jenkins 13621 Sep 11 19:24 go.sum 19:24:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 11 19:22 internal 19:24:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 11 19:22 mock 19:24:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 11 19:22 snap 19:24:35 -rw-rw-r-- 1 jenkins jenkins 227 Sep 11 19:22 version.go [Pipeline] isUnix [Pipeline] sh 19:24: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=107094d668242bf3f672f133004f3cdf96273152 --label arch=arm64 --label version=0.0.0 . 19:24:36 Sending build context to Docker daemon 645.6kB 19:24:36 Step 1/22 : ARG BASE=golang:1.13-alpine 19:24:36 Step 2/22 : FROM ${BASE} AS builder 19:24:36 ---> 80e8207a87d9 19:24:36 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 19:24:36 ---> Running in 3ded5d8e02d0 19:24:36 Removing intermediate container 3ded5d8e02d0 19:24:36 ---> 39b864f374ee 19:24:36 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 19:24:36 ---> Running in a7ef051cb809 19:24:37 Removing intermediate container a7ef051cb809 19:24:37 ---> c84a1ce5c8c6 19:24:37 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:24:37 ---> Running in 6d52e03b3476 19:24:40 Removing intermediate container 6d52e03b3476 19:24:40 ---> 6f3a95935449 19:24:40 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:24:40 ---> Running in da5d1f6cd6a9 19:24:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:43 OK: 221 MiB in 53 packages 19:24:45 Removing intermediate container da5d1f6cd6a9 19:24:45 ---> dba6d109a110 19:24:45 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 19:24:45 ---> Running in c0f0a80124bc 19:24:45 Removing intermediate container c0f0a80124bc 19:24:45 ---> 46f5b921aef5 19:24:45 Step 8/22 : COPY . . 19:24:46 ---> 68018f31fb58 19:24:46 Step 9/22 : ARG MAKE='make build' 19:24:46 ---> Running in c3c36a032683 19:24:47 Removing intermediate container c3c36a032683 19:24:47 ---> 8f2829388c2f 19:24:47 Step 10/22 : RUN $MAKE 19:24:47 ---> Running in b921a8e66e40 19:24:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:24:49 Running on prd-centos7-docker-8c-8g-2293 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 19:24:49 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:24:51 using credential edgex-jenkins-ssh 19:24:51 Cloning the remote Git repository 19:24:51 Cloning with configured refspecs honoured and without tags 19:24:52 Fetching without tags 19:24:52 Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 19:24:52 Merge succeeded, producing a03d042a0c1b837143e729a40846c393813548ad 19:24:52 Checking out Revision a03d042a0c1b837143e729a40846c393813548ad (PR-170) 19:24:51 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:24:51 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:24:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:24:51 > git --version # timeout=10 19:24:51 > git --version # 'git version 2.16.5' 19:24:51 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:52 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:24:52 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 19:24:52 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:52 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:24:52 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:24:52 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:24:52 > git config core.sparsecheckout # timeout=10 19:24:52 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 19:24:52 > git remote # timeout=10 19:24:52 > git config --get remote.origin.url # timeout=10 19:24:52 using GIT_SSH to set credentials SSH Credentials for GitHub 19:24:52 > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 19:24:52 > git rev-parse HEAD^{commit} # timeout=10 19:24:52 > git config core.sparsecheckout # timeout=10 19:24:52 > git checkout -f a03d042a0c1b837143e729a40846c393813548ad # timeout=10 19:24:56 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" 19:24:56 > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:24:57 ++ find /w/workspace/device-mqtt-go/2 19:24:57 ++ grep snapcraft.yaml 19:24:57 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:24:57 provisioning config files... 19:24:57 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config4382221656888041298tmp [Pipeline] { [Pipeline] sh 19:24:58 + cp /w/workspace/device-mqtt-go/2@tmp/config4382221656888041298tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 19:24:58 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/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 19:24:58 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 19:24:58 latest: Pulling from edgex-devops/edgex-snap-builder 19:24:58 f08d8e2a3ba1: Pulling fs layer 19:24:58 3baa9cb2483b: Pulling fs layer 19:24:58 94e5ff4c0b15: Pulling fs layer 19:24:58 1860925334f9: Pulling fs layer 19:24:58 2daf38717194: Pulling fs layer 19:24:58 309017e8d7a4: Pulling fs layer 19:24:58 f7790dc9fd0f: Pulling fs layer 19:24:58 cac0ae9282c2: Pulling fs layer 19:24:58 1f4cadf9a1ed: Pulling fs layer 19:24:58 1860925334f9: Waiting 19:24:58 309017e8d7a4: Waiting 19:24:58 1f4cadf9a1ed: Waiting 19:24:58 cac0ae9282c2: Waiting 19:24:58 f7790dc9fd0f: Waiting 19:24:58 94e5ff4c0b15: Verifying Checksum 19:24:58 94e5ff4c0b15: Download complete 19:24:58 3baa9cb2483b: Download complete 19:24:58 1860925334f9: Verifying Checksum 19:24:58 1860925334f9: Download complete 19:24:59 309017e8d7a4: Verifying Checksum 19:24:59 309017e8d7a4: Download complete 19:24:59 f7790dc9fd0f: Download complete 19:24:59 cac0ae9282c2: Verifying Checksum 19:24:59 cac0ae9282c2: Download complete 19:24:59 1f4cadf9a1ed: Verifying Checksum 19:24:59 1f4cadf9a1ed: Download complete 19:25:00 f08d8e2a3ba1: Verifying Checksum 19:25:00 f08d8e2a3ba1: Download complete 19:25:02 f08d8e2a3ba1: Pull complete 19:25:02 3baa9cb2483b: Pull complete 19:25:02 94e5ff4c0b15: Pull complete 19:25:02 1860925334f9: Pull complete 19:25:06 2daf38717194: Verifying Checksum 19:25:06 2daf38717194: Download complete 19:25:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:25:23 Removing intermediate container b921a8e66e40 19:25:23 ---> 6214df30186f 19:25:23 Step 11/22 : FROM alpine 19:25:23 latest: Pulling from library/alpine 19:25:23 b538f80385f9: Already exists 19:25:23 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 19:25:23 Status: Downloaded newer image for alpine:latest 19:25:23 ---> 62ee0e9f8440 19:25:23 Step 12/22 : ENV APP_PORT=49982 19:25:23 ---> Running in bdd8387fc362 19:25:23 Removing intermediate container bdd8387fc362 19:25:23 ---> 7609c795ef7a 19:25:23 Step 13/22 : EXPOSE $APP_PORT 19:25:24 ---> Running in ed7a717783c6 19:25:24 Removing intermediate container ed7a717783c6 19:25:24 ---> 8429f9180ed0 19:25:24 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 19:25:25 ---> b97241c687e5 19:25:25 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 19:25:26 ---> 60a949aa5fb8 19:25:26 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 19:25:27 ---> 161aa0995ead 19:25:27 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 19:25:27 ---> Running in c2a18207dca5 19:25:27 Removing intermediate container c2a18207dca5 19:25:27 ---> 155086fc9188 19:25:27 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 19:25:28 ---> Running in d325e9901728 19:25:28 Removing intermediate container d325e9901728 19:25:28 ---> d7717bd85e53 19:25:28 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:28 ---> Running in e50c1875a87c 19:25:28 2daf38717194: Pull complete 19:25:28 309017e8d7a4: Pull complete 19:25:28 f7790dc9fd0f: Pull complete 19:25:28 cac0ae9282c2: Pull complete 19:25:28 1f4cadf9a1ed: Pull complete 19:25:28 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 19:25:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 19:25:29 Removing intermediate container e50c1875a87c 19:25:29 ---> 116b2e2bbfa8 19:25:29 Step 20/22 : LABEL arch=arm64 19:25:29 ---> Running in b8189107a710 19:25:29 Removing intermediate container b8189107a710 19:25:29 ---> 0812cca5d2c3 19:25:29 Step 21/22 : LABEL git_sha=107094d668242bf3f672f133004f3cdf96273152 19:25:29 ---> Running in d34d140a86a9 19:25:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:25:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:25:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:25:30 Removing intermediate container d34d140a86a9 19:25:30 ---> c36a37ab12c0 19:25:30 Step 22/22 : LABEL version=0.0.0 19:25:30 ---> Running in a5442e6aeff4 19:25:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 19:25:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 19:25:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [897 kB] 19:25:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 19:25:30 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 19:25:30 Removing intermediate container a5442e6aeff4 19:25:30 ---> 52ebc82d66b2 19:25:30 [Warning] One or more build-args [ARCH] were not consumed 19:25:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 19:25:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 19:25:31 Successfully built 52ebc82d66b2 19:25:31 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 19:25:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 19:25:31 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] Stage "Docker Push" skipped due to when conditional [Pipeline] } 19:25:31 Fetched 5334 kB in 2s (3478 kB/s) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:25:33 Reading package lists... 19:25:37 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:25:37 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) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:25:37 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:25:37 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 19:25:39 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... 50% 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 19:25:41 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 19:25:42 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... 49% 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 19:25:43 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 45% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 19:25:43 Reading state information... 0% Reading state information... 0% Reading state information... Done 19:25:43 The following packages were automatically installed and are no longer required: 19:25:43 libjq1 libonig4 19:25:43 Use 'sudo apt autoremove' to remove them. 19:25:43 Suggested packages: 19:25:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:25:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 19:25:43 diffutils-doc perl-doc libterm-readline-gnu-perl 19:25:43 | libterm-readline-perl-perl 19:25:43 The following NEW packages will be installed: 19:25:43 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 19:25:43 libperl5.26 make netbase patch perl perl-modules-5.26 19:25:43 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 19:25:43 Need to get 12.0 MB of archives. 19:25:43 After this operation, 77.5 MB of additional disk space will be used. 19:25:43 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] 19:25:44 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 651 kB/2763 kB 24%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 19:25:44 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 19:25:44 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 19:25:44 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 19:25:44 48% [5 perl 1196 B/201 kB 1%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 19:25:44 51% [6 less 26.2 kB/112 kB 23%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 19:25:44 53% [7 netbase 12.3 kB/12.7 kB 96%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 19:25:44 54% [8 curl 28.9 kB/159 kB 18%] 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] 19:25:44 57% [9 libcurl3-gnutls 5212 B/213 kB 2%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:25:44 60% [10 liberror-perl 12.6 kB/22.8 kB 55%] 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] 19:25:44 61% [11 git-man 26.9 kB/804 kB 3%] 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] 19:25:44 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 19:25:44 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:25:44 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9034 kB/s) 19:25:44 debconf: delaying package configuration, since apt-utils is not installed 19:25:44 Selecting previously unselected package perl-modules-5.26. 19:25:44 (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.) 19:25:44 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:25:44 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:25:46 Selecting previously unselected package libgdbm5:amd64. 19:25:46 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 19:25:46 Unpacking libgdbm5:amd64 (1.14.1-6) ... 19:25:46 Selecting previously unselected package libgdbm-compat4:amd64. 19:25:46 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 19:25:46 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 19:25:46 Selecting previously unselected package libperl5.26:amd64. 19:25:46 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 19:25:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:25:46 Selecting previously unselected package perl. 19:25:46 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 19:25:46 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:25:47 Selecting previously unselected package less. 19:25:47 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 19:25:47 Unpacking less (487-0.1) ... 19:25:47 Selecting previously unselected package netbase. 19:25:47 Preparing to unpack .../06-netbase_5.4_all.deb ... 19:25:47 Unpacking netbase (5.4) ... 19:25:47 Selecting previously unselected package curl. 19:25:47 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 19:25:47 Unpacking curl (7.58.0-2ubuntu3.10) ... 19:25:47 Selecting previously unselected package libcurl3-gnutls:amd64. 19:25:47 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 19:25:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 19:25:47 Selecting previously unselected package liberror-perl. 19:25:47 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 19:25:47 Unpacking liberror-perl (0.17025-1) ... 19:25:47 Selecting previously unselected package git-man. 19:25:47 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:25:47 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:25:47 Still waiting to schedule task 19:25:47 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 19:25:47 Selecting previously unselected package git. 19:25:47 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:25:47 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:25:48 Selecting previously unselected package make. 19:25:48 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 19:25:48 Unpacking make (4.1-9.1ubuntu1) ... 19:25:48 Selecting previously unselected package patch. 19:25:48 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:25:48 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:25:48 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:25:48 Setting up less (487-0.1) ... 19:25:48 Setting up make (4.1-9.1ubuntu1) ... 19:25:48 Setting up curl (7.58.0-2ubuntu3.10) ... 19:25:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 19:25:48 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:25:48 Setting up libgdbm5:amd64 (1.14.1-6) ... 19:25:48 Setting up patch (2.7.6-2ubuntu1.1) ... 19:25:48 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 19:25:48 Setting up netbase (5.4) ... 19:25:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 19:25:49 Setting up perl (5.26.1-6ubuntu0.3) ... 19:25:49 Setting up liberror-perl (0.17025-1) ... 19:25:49 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:25:49 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 19:25:49 Processing triggers for mime-support (3.60ubuntu1) ... 19:25:51 curl set to automatically installed. 19:25:51 git set to automatically installed. 19:25:51 git-man set to automatically installed. 19:25:51 less set to automatically installed. 19:25:51 libcurl3-gnutls set to automatically installed. 19:25:51 liberror-perl set to automatically installed. 19:25:51 libgdbm-compat4 set to automatically installed. 19:25:51 libgdbm5 set to automatically installed. 19:25:51 libperl5.26 set to automatically installed. 19:25:51 make set to automatically installed. 19:25:51 netbase set to automatically installed. 19:25:51 patch set to automatically installed. 19:25:51 perl set to automatically installed. 19:25:51 perl-modules-5.26 set to automatically installed. 19:25:51 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:25:51 Please ensure the environment is properly setup before continuing. 19:25:51 Ignore this message if the appropriate measures have already been taken 19:25:51 Pulling go  19:25:52 'device-mqtt' has dependencies that need to be staged: go 19:25:52 Skipping pull go (already ran) 19:25:52 Building go  19:25:52 % Total % Received % Xferd Average Speed Time Time Time Current 19:25:52 Dload Upload Total Spent Left Speed 19:25:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 114M 18 20.9M 0 0 45.0M 0 0:00:02 --:--:-- 0:00:02 45.0M 69 114M 69 79.3M 0 0 53.5M 0 0:00:02 0:00:01 0:00:01 53.5M 100 114M 100 114M 0 0 54.1M 0 0:00:02 0:00:02 --:--:-- 54.1M 19:25:55 go1.13.5.linux-amd64.tar.gz: OK 19:26:04 Staging go  19:26:04 Pulling device-mqtt  19:26:05 Skipping build go (already ran) 19:26:05 Building device-mqtt  19:26:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:26:06 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 19:26:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 19:26:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:26:06 go: downloading github.com/spf13/cast v1.3.1 19:26:06 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:26:06 go: extracting github.com/spf13/cast v1.3.1 19:26:06 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:26:06 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 19:26:06 go: downloading github.com/go-kit/kit v0.8.0 19:26:06 go: downloading github.com/google/uuid v1.1.1 19:26:06 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 19:26:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:26:06 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:26:06 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:26:06 go: downloading github.com/gorilla/mux v1.7.1 19:26:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:26:06 go: extracting github.com/google/uuid v1.1.1 19:26:06 go: downloading github.com/pkg/errors v0.8.1 19:26:06 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:26:06 go: downloading gopkg.in/yaml.v2 v2.2.8 19:26:06 go: extracting github.com/go-kit/kit v0.8.0 19:26:06 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:26:06 go: extracting github.com/gorilla/mux v1.7.1 19:26:06 go: extracting github.com/pkg/errors v0.8.1 19:26:06 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:26:06 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:26:06 go: downloading github.com/x448/float16 v0.8.4 19:26:06 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:26:06 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:26:06 go: extracting gopkg.in/yaml.v2 v2.2.8 19:26:06 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:26:06 go: downloading github.com/BurntSushi/toml v0.3.1 19:26:06 go: extracting github.com/x448/float16 v0.8.4 19:26:06 go: downloading github.com/pelletier/go-toml v1.2.0 19:26:06 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:26:06 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:26:06 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:26:06 go: downloading github.com/hashicorp/consul/api v1.1.0 19:26:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:26:06 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:26:06 go: extracting github.com/BurntSushi/toml v0.3.1 19:26:06 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:26:06 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:06 go: downloading github.com/mitchellh/copystructure v1.0.0 19:26:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:26:06 go: extracting github.com/pelletier/go-toml v1.2.0 19:26:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:26:06 go: extracting github.com/hashicorp/consul/api v1.1.0 19:26:06 go: downloading github.com/hashicorp/serf v0.8.2 19:26:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:26:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:26:06 go: extracting github.com/mitchellh/copystructure v1.0.0 19:26:06 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:26:06 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:26:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:26:06 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:26:06 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:26:06 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:26:06 go: extracting github.com/hashicorp/serf v0.8.2 19:26:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:07 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:26:07 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:26:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:26:07 go: extracting github.com/hashicorp/golang-lru v0.5.0 19:26:07 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:26:07 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:26:07 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:26:07 go: finding github.com/spf13/cast v1.3.1 19:26:07 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:26:07 go: finding github.com/gorilla/mux v1.7.1 19:26:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:26:07 go: finding github.com/OneOfOne/xxhash v1.2.6 19:26:07 go: finding github.com/go-kit/kit v0.8.0 19:26:07 go: finding github.com/google/uuid v1.1.1 19:26:07 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:26:07 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:26:07 go: finding github.com/x448/float16 v0.8.4 19:26:07 go: finding github.com/go-logfmt/logfmt v0.4.0 19:26:07 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:26:07 go: finding gopkg.in/yaml.v2 v2.2.8 19:26:07 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:26:07 go: finding github.com/pkg/errors v0.8.1 19:26:07 go: finding github.com/BurntSushi/toml v0.3.1 19:26:07 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:26:07 go: finding github.com/pelletier/go-toml v1.2.0 19:26:07 go: finding github.com/hashicorp/consul/api v1.1.0 19:26:07 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:26:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:26:07 go: finding github.com/hashicorp/serf v0.8.2 19:26:07 go: finding github.com/mitchellh/mapstructure v1.1.2 19:26:07 go: finding github.com/mitchellh/copystructure v1.0.0 19:26:07 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:26:07 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:07 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:26:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:26:07 go: finding github.com/hashicorp/golang-lru v0.5.0 19:26:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:26:19 Skipping stage go (already ran) 19:26:19 Staging device-mqtt  19:26:20 Priming go  19:26:21 Priming device-mqtt  19:26:21 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:26:21 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:26:21 Determining the version from the project repo (version-script). 19:26:21 The version has been set to 'local-dev-20200911+a03d042' 19:26:23 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 19:26:23 Snapped edgex-device-mqtt_local-dev-20200911+a03d042_amd64.snap [Pipeline] } 19:26:25 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] } 19:27:33 Running on prd-ubuntu18.04-docker-arm64-16c-16g-2296 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 19:27:33 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 19:27:37 using credential edgex-jenkins-ssh 19:27:37 Cloning the remote Git repository 19:27:37 Cloning with configured refspecs honoured and without tags 19:27:37 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 19:27:37 > git init /w/workspace/device-mqtt-go/2 # timeout=10 19:27:37 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:27:37 > git --version # timeout=10 19:27:37 > git --version # 'git version 2.17.1' 19:27:37 using GIT_SSH to set credentials SSH Credentials for GitHub 19:27:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:27:38 Fetching without tags 19:27:39 Merging remotes/origin/master commit a4d671bc363cd3b6b16a5de27983df7bd02b35a1 into PR head commit e6856924589b46b10038e9fce567ea5232b81490 19:27:39 Merge succeeded, producing 464ed2c6809724d32e021c48d0bac8e8b8a32ed5 19:27:39 Checking out Revision 464ed2c6809724d32e021c48d0bac8e8b8a32ed5 (PR-170) 19:27:38 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:27:38 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 19:27:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:27:38 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 19:27:38 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 19:27:38 using GIT_SSH to set credentials SSH Credentials for GitHub 19:27:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:27:39 > git config core.sparsecheckout # timeout=10 19:27:39 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 19:27:39 > git remote # timeout=10 19:27:39 > git config --get remote.origin.url # timeout=10 19:27:39 using GIT_SSH to set credentials SSH Credentials for GitHub 19:27:39 > git merge a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 19:27:39 > git rev-parse HEAD^{commit} # timeout=10 19:27:39 > git config core.sparsecheckout # timeout=10 19:27:39 > git checkout -f 464ed2c6809724d32e021c48d0bac8e8b8a32ed5 # timeout=10 19:27:43 Commit message: "Merge commit 'a4d671bc363cd3b6b16a5de27983df7bd02b35a1' into HEAD" 19:27:43 > git rev-list --no-walk e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:27:44 + find /w/workspace/device-mqtt-go/2 19:27:44 + grep snapcraft.yaml 19:27:44 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:27:45 provisioning config files... 19:27:45 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/2@tmp/config9148469284556858449tmp [Pipeline] { [Pipeline] sh 19:27:45 + cp /w/workspace/device-mqtt-go/2@tmp/config9148469284556858449tmp /w/workspace/device-mqtt-go/2/edgex-snap-store-login [Pipeline] sh 19:27:45 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/2:/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 19:27:46 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 19:27:46 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 19:27:46 237528ba509b: Pulling fs layer 19:27:46 393b96f31d8b: Pulling fs layer 19:27:46 4d82b0e39008: Pulling fs layer 19:27:46 e7ca375b8d34: Pulling fs layer 19:27:46 418f656485bb: Pulling fs layer 19:27:46 aebe8db9254c: Pulling fs layer 19:27:46 4f5f7b207d3f: Pulling fs layer 19:27:46 d19ca6af091a: Pulling fs layer 19:27:46 16b5a0711add: Pulling fs layer 19:27:46 418f656485bb: Waiting 19:27:46 16b5a0711add: Waiting 19:27:46 4f5f7b207d3f: Waiting 19:27:46 d19ca6af091a: Waiting 19:27:46 e7ca375b8d34: Waiting 19:27:46 aebe8db9254c: Waiting 19:27:46 4d82b0e39008: Verifying Checksum 19:27:46 4d82b0e39008: Download complete 19:27:46 393b96f31d8b: Verifying Checksum 19:27:46 393b96f31d8b: Download complete 19:27:47 e7ca375b8d34: Verifying Checksum 19:27:47 e7ca375b8d34: Download complete 19:27:47 aebe8db9254c: Download complete 19:27:47 4f5f7b207d3f: Verifying Checksum 19:27:47 4f5f7b207d3f: Download complete 19:27:47 d19ca6af091a: Verifying Checksum 19:27:47 d19ca6af091a: Download complete 19:27:47 16b5a0711add: Verifying Checksum 19:27:47 16b5a0711add: Download complete 19:27:47 237528ba509b: Download complete 19:27:51 237528ba509b: Pull complete 19:27:51 393b96f31d8b: Pull complete 19:27:51 4d82b0e39008: Pull complete 19:27:52 e7ca375b8d34: Pull complete 19:27:57 418f656485bb: Verifying Checksum 19:27:57 418f656485bb: Download complete 19:28:36 418f656485bb: Pull complete 19:28:36 aebe8db9254c: Pull complete 19:28:36 4f5f7b207d3f: Pull complete 19:28:37 d19ca6af091a: Pull complete 19:28:37 16b5a0711add: Pull complete 19:28:37 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 19:28:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 19:28:43 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 19:28:43 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 19:28:43 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 19:28:43 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 19:28:43 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1260 kB] 19:28:44 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] 19:28:44 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [783 kB] 19:28:44 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] 19:28:45 Fetched 3909 kB in 2s (1694 kB/s) 19:28:49 Reading package lists... 19:29:04 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 19:29:04 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 19:29:04 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 19:29:04 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 19:29:08 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... 10% Reading package lists... 31% Reading package lists... 52% Reading package lists... 70% 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... 88% 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 19:29:15 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 19:29:19 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 10% Reading package lists... 27% Reading package lists... 43% Reading package lists... 58% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% 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 19:29:20 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 70% Building dependency tree 19:29:20 Reading state information... 0% Reading state information... 0% Reading state information... Done 19:29:21 The following packages were automatically installed and are no longer required: 19:29:21 libjq1 libonig4 19:29:21 Use 'sudo apt autoremove' to remove them. 19:29:21 Suggested packages: 19:29:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:29:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 19:29:21 diffutils-doc perl-doc libterm-readline-gnu-perl 19:29:21 | libterm-readline-perl-perl 19:29:21 The following NEW packages will be installed: 19:29:21 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 19:29:21 libperl5.26 make netbase patch perl perl-modules-5.26 19:29:21 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 19:29:21 Need to get 10.8 MB of archives. 19:29:21 After this operation, 73.6 MB of additional disk space will be used. 19:29:21 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] 19:29:22 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 5% [1 perl-modules-5.26 686 kB/2763 kB 25%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 19:29:22 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 19:29:22 24% [3 libgdbm-compat4 0 B/5536 B 0%] 25% [Waiting for headers] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 19:29:22 25% [4 libperl5.26 25.8 kB/3326 kB 1%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 19:29:22 51% [5 perl 20.5 kB/201 kB 10%] 54% [Waiting for headers] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 19:29:22 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 19:29:22 56% [7 netbase 12.3 kB/12.7 kB 97%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 19:29:22 58% [8 curl 20.5 kB/152 kB 13%] 60% [Waiting for headers] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 19:29:23 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 19:29:23 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:29:23 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Waiting for headers] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 19:29:23 72% [12 git 11.2 kB/2952 kB 0%] 93% [12 git 2830 kB/2952 kB 96%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 19:29:23 95% [13 make 4096 B/139 kB 3%] 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] 19:29:23 98% [14 patch 3501 B/91.8 kB 4%] 100% [Working] Fetched 10.8 MB in 2s (5351 kB/s) 19:29:24 debconf: delaying package configuration, since apt-utils is not installed 19:29:24 Selecting previously unselected package perl-modules-5.26. 19:29:24 (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.) 19:29:24 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 19:29:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:29:26 Selecting previously unselected package libgdbm5:arm64. 19:29:26 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 19:29:26 Unpacking libgdbm5:arm64 (1.14.1-6) ... 19:29:26 Selecting previously unselected package libgdbm-compat4:arm64. 19:29:26 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 19:29:26 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 19:29:26 Selecting previously unselected package libperl5.26:arm64. 19:29:26 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 19:29:26 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:29:27 Selecting previously unselected package perl. 19:29:27 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 19:29:27 Unpacking perl (5.26.1-6ubuntu0.3) ... 19:29:27 Selecting previously unselected package less. 19:29:27 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 19:29:27 Unpacking less (487-0.1) ... 19:29:28 Selecting previously unselected package netbase. 19:29:28 Preparing to unpack .../06-netbase_5.4_all.deb ... 19:29:28 Unpacking netbase (5.4) ... 19:29:28 Selecting previously unselected package curl. 19:29:28 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 19:29:28 Unpacking curl (7.58.0-2ubuntu3.10) ... 19:29:28 Selecting previously unselected package libcurl3-gnutls:arm64. 19:29:28 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 19:29:28 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 19:29:28 Selecting previously unselected package liberror-perl. 19:29:28 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 19:29:28 Unpacking liberror-perl (0.17025-1) ... 19:29:28 Selecting previously unselected package git-man. 19:29:28 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:29:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:29:28 Selecting previously unselected package git. 19:29:28 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 19:29:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:29:30 Selecting previously unselected package make. 19:29:30 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 19:29:30 Unpacking make (4.1-9.1ubuntu1) ... 19:29:30 Selecting previously unselected package patch. 19:29:30 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 19:29:30 Unpacking patch (2.7.6-2ubuntu1.1) ... 19:29:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:29:30 Setting up less (487-0.1) ... 19:29:31 Setting up make (4.1-9.1ubuntu1) ... 19:29:31 Setting up curl (7.58.0-2ubuntu3.10) ... 19:29:31 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 19:29:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 19:29:31 Setting up libgdbm5:arm64 (1.14.1-6) ... 19:29:31 Setting up patch (2.7.6-2ubuntu1.1) ... 19:29:31 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 19:29:31 Setting up netbase (5.4) ... 19:29:31 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 19:29:31 Setting up perl (5.26.1-6ubuntu0.3) ... 19:29:31 Setting up liberror-perl (0.17025-1) ... 19:29:31 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:29:31 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 19:29:32 Processing triggers for mime-support (3.60ubuntu1) ... 19:29:40 curl set to automatically installed. 19:29:40 git set to automatically installed. 19:29:40 git-man set to automatically installed. 19:29:40 less set to automatically installed. 19:29:40 libcurl3-gnutls set to automatically installed. 19:29:40 liberror-perl set to automatically installed. 19:29:40 libgdbm-compat4 set to automatically installed. 19:29:40 libgdbm5 set to automatically installed. 19:29:40 libperl5.26 set to automatically installed. 19:29:40 make set to automatically installed. 19:29:40 netbase set to automatically installed. 19:29:40 patch set to automatically installed. 19:29:40 perl set to automatically installed. 19:29:40 perl-modules-5.26 set to automatically installed. 19:29:40 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 19:29:40 Please ensure the environment is properly setup before continuing. 19:29:40 Ignore this message if the appropriate measures have already been taken 19:29:40 Pulling go  19:29:46 'device-mqtt' has dependencies that need to be staged: go 19:29:46 Skipping pull go (already ran) 19:29:46 Building go  19:29:46 % Total % Received % Xferd Average Speed Time Time Time Current 19:29:46 Dload Upload Total Spent Left Speed 19:29:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 93.0M 30 27.9M 0 0 29.1M 0 0:00:03 --:--:-- 0:00:03 29.1M 62 93.0M 62 58.4M 0 0 30.1M 0 0:00:03 0:00:01 0:00:02 30.1M 90 93.0M 90 84.0M 0 0 28.2M 0 0:00:03 0:00:02 0:00:01 28.2M 100 93.0M 100 93.0M 0 0 27.6M 0 0:00:03 0:00:03 --:--:-- 27.6M 19:29:50 go1.13.5.linux-arm64.tar.gz: OK 19:30:12 Staging go  19:30:14 Pulling device-mqtt  19:30:18 Skipping build go (already ran) 19:30:18 Building device-mqtt  19:30:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 19:30:19 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 19:30:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:30:19 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:30:19 go: downloading github.com/spf13/cast v1.3.1 19:30:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 19:30:19 go: extracting github.com/spf13/cast v1.3.1 19:30:19 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 19:30:19 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:30:19 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 19:30:19 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:30:19 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:30:19 go: downloading github.com/go-kit/kit v0.8.0 19:30:19 go: downloading github.com/google/uuid v1.1.1 19:30:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:30:19 go: downloading github.com/gorilla/mux v1.7.1 19:30:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:30:19 go: extracting github.com/google/uuid v1.1.1 19:30:19 go: extracting github.com/gorilla/mux v1.7.1 19:30:19 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:30:19 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 19:30:19 go: downloading github.com/pkg/errors v0.8.1 19:30:19 go: downloading gopkg.in/yaml.v2 v2.2.8 19:30:19 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 19:30:19 go: downloading github.com/x448/float16 v0.8.4 19:30:19 go: downloading github.com/OneOfOne/xxhash v1.2.6 19:30:19 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 19:30:19 go: extracting github.com/pkg/errors v0.8.1 19:30:19 go: extracting github.com/go-kit/kit v0.8.0 19:30:19 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 19:30:19 go: extracting github.com/x448/float16 v0.8.4 19:30:19 go: extracting github.com/OneOfOne/xxhash v1.2.6 19:30:19 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 19:30:19 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 19:30:19 go: downloading github.com/pelletier/go-toml v1.2.0 19:30:19 go: extracting gopkg.in/yaml.v2 v2.2.8 19:30:19 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 19:30:19 go: downloading github.com/BurntSushi/toml v0.3.1 19:30:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:30:19 go: downloading github.com/hashicorp/consul/api v1.1.0 19:30:20 go: extracting github.com/pelletier/go-toml v1.2.0 19:30:20 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:30:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:30:20 go: downloading github.com/mitchellh/copystructure v1.0.0 19:30:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:30:20 go: extracting github.com/BurntSushi/toml v0.3.1 19:30:20 go: extracting github.com/hashicorp/consul/api v1.1.0 19:30:20 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:30:20 go: extracting github.com/mitchellh/copystructure v1.0.0 19:30:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:30:20 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 19:30:20 go: extracting github.com/mitchellh/mapstructure v1.1.2 19:30:20 go: downloading github.com/hashicorp/serf v0.8.2 19:30:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:30:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:30:20 go: extracting github.com/mitchellh/reflectwalk v1.0.0 19:30:20 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 19:30:20 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 19:30:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:30:20 go: extracting github.com/go-logfmt/logfmt v0.4.0 19:30:20 go: extracting github.com/hashicorp/serf v0.8.2 19:30:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:30:20 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:30:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:30:20 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 19:30:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:30:20 go: extracting github.com/hashicorp/golang-lru v0.5.0 19:30:20 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 19:30:20 go: finding github.com/spf13/cast v1.3.1 19:30:20 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:30:20 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 19:30:20 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 19:30:20 go: finding github.com/gorilla/mux v1.7.1 19:30:20 go: finding github.com/OneOfOne/xxhash v1.2.6 19:30:20 go: finding github.com/go-kit/kit v0.8.0 19:30:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:30:20 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 19:30:20 go: finding github.com/google/uuid v1.1.1 19:30:20 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 19:30:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:30:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:30:20 go: finding github.com/x448/float16 v0.8.4 19:30:20 go: finding github.com/go-logfmt/logfmt v0.4.0 19:30:20 go: finding gopkg.in/yaml.v2 v2.2.8 19:30:20 go: finding github.com/pkg/errors v0.8.1 19:30:20 go: finding github.com/BurntSushi/toml v0.3.1 19:30:20 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:30:20 go: finding github.com/pelletier/go-toml v1.2.0 19:30:20 go: finding github.com/hashicorp/consul/api v1.1.0 19:30:20 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:30:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:30:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:30:20 go: finding github.com/hashicorp/serf v0.8.2 19:30:20 go: finding github.com/mitchellh/mapstructure v1.1.2 19:30:20 go: finding github.com/mitchellh/copystructure v1.0.0 19:30:20 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:30:20 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:30:20 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:30:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:30:20 go: finding github.com/hashicorp/golang-lru v0.5.0 19:30:39 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:31:01 Skipping stage go (already ran) 19:31:01 Staging device-mqtt  19:31:02 Priming go  19:31:05 Priming device-mqtt  19:31:10 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 19:31:10 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 19:31:10 Determining the version from the project repo (version-script). 19:31:10 The version has been set to 'local-dev-20200911+464ed2c' 19:31:11 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 19:31:11 Snapped edgex-device-mqtt_local-dev-20200911+464ed2c_arm64.snap [Pipeline] } 19:31:13 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 19:31:16 provisioning config files... 19:31:16 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config816094981735885037tmp [Pipeline] { [Pipeline] sh 19:31:16 + curl -s https://codecov.io/bash 19:31:16 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config816094981735885037tmp [Pipeline] } 19:31:16 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 19:31:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:31:22 ---> package-listing.sh 19:31:22 ++ facter osfamily 19:31:22 ++ tr '[:upper:]' '[:lower:]' 19:31:22 + OS_FAMILY=redhat 19:31:22 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-170 19:31:22 + START_PACKAGES=/tmp/packages_start.txt 19:31:22 + END_PACKAGES=/tmp/packages_end.txt 19:31:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:31:22 + PACKAGES=/tmp/packages_start.txt 19:31:22 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' 19:31:22 + PACKAGES=/tmp/packages_end.txt 19:31:22 + case "${OS_FAMILY}" in 19:31:22 + rpm -qa 19:31:22 + sort 19:31:26 + '[' -f /tmp/packages_start.txt ']' 19:31:26 + '[' -f /tmp/packages_end.txt ']' 19:31:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:31:26 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' 19:31:26 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ 19:31:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [Pipeline] isUnix [Pipeline] sh 19:31:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:31:27 19:31:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:31:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:31:27 alpine: Pulling from edgex-lftools-log-publisher 19:31:27 df20fa9351a1: Pulling fs layer 19:31:27 36b3adc4ff6f: Pulling fs layer 19:31:27 8ad3a11d3b57: Pulling fs layer 19:31:27 46f8f816bc3b: Pulling fs layer 19:31:27 0dadc02b9964: Pulling fs layer 19:31:27 ce6a7cf60c04: Pulling fs layer 19:31:27 7a184a31f384: Pulling fs layer 19:31:27 0879bd2ef858: Pulling fs layer 19:31:27 46f8f816bc3b: Waiting 19:31:27 0dadc02b9964: Waiting 19:31:27 7a184a31f384: Waiting 19:31:27 0879bd2ef858: Waiting 19:31:27 ce6a7cf60c04: Waiting 19:31:27 36b3adc4ff6f: Download complete 19:31:27 46f8f816bc3b: Download complete 19:31:28 0dadc02b9964: Verifying Checksum 19:31:28 0dadc02b9964: Download complete 19:31:28 ce6a7cf60c04: Verifying Checksum 19:31:28 ce6a7cf60c04: Download complete 19:31:28 df20fa9351a1: Download complete 19:31:28 7a184a31f384: Verifying Checksum 19:31:28 7a184a31f384: Download complete 19:31:28 8ad3a11d3b57: Verifying Checksum 19:31:28 8ad3a11d3b57: Download complete 19:31:28 df20fa9351a1: Pull complete 19:31:28 36b3adc4ff6f: Pull complete 19:31:28 0879bd2ef858: Verifying Checksum 19:31:28 0879bd2ef858: Download complete 19:31:29 8ad3a11d3b57: Pull complete 19:31:29 46f8f816bc3b: Pull complete 19:31:29 0dadc02b9964: Pull complete 19:31:29 ce6a7cf60c04: Pull complete 19:31:29 7a184a31f384: Pull complete 19:31:32 0879bd2ef858: Pull complete 19:31:32 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 19:31:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:31:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:31:32 prd-centos7-docker-4c-2g-2283 does not seem to be running inside a container 19:31:32 $ 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-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@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:10003/edgex-lftools-log-publisher:alpine cat 19:31:38 $ docker top 95a152d6d298f78b50cec6b6aa1a666bb720038a117d4945d3582d298153ecdd -eo pid,comm [Pipeline] { [Pipeline] sh 19:31:39 + mkdir -p /var/log/sa [Pipeline] sh 19:31:39 + ls /var/log/sa-host 19:31:39 + sadf -c /var/log/sa-host/sa05 19:31:39 file_magic: OK 19:31:39 HZ: Using current value: 100 19:31:39 file_header: OK 19:31:39 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 19:31:39 Statistics: 19:31:39 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:31:39 File successfully converted to sysstat format version 12.2.1 19:31:39 + sadf -c /var/log/sa-host/sa11 19:31:39 file_magic: OK 19:31:39 HZ: Using current value: 100 19:31:39 file_header: OK 19:31:39 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 19:31:39 Statistics: 19:31:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:31:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:31:39 provisioning config files... 19:31:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config7453946513425283791tmp [Pipeline] { [Pipeline] echo 19:31:39 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:31:39 ---> create-netrc.sh [Pipeline] echo 19:31:39 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:31:40 ---> logs-deploy.sh 19:31:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-170/2 19:31:40 INFO: archiving workspace using pattern(s): 19:31:41 Archives upload complete. 19:31:41 INFO: archiving logs to Nexus 19:31:42 ---> uname -a: 19:31:42 Linux 95a152d6d298 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:31:42 19:31:42 19:31:42 ---> lscpu: 19:31:42 Architecture: x86_64 19:31:42 CPU op-mode(s): 32-bit, 64-bit 19:31:42 Byte Order: Little Endian 19:31:42 Address sizes: 40 bits physical, 48 bits virtual 19:31:42 CPU(s): 4 19:31:42 On-line CPU(s) list: 0-3 19:31:42 Thread(s) per core: 1 19:31:42 Core(s) per socket: 1 19:31:42 Socket(s): 4 19:31:42 NUMA node(s): 1 19:31:42 Vendor ID: GenuineIntel 19:31:42 CPU family: 6 19:31:42 Model: 44 19:31:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:31:42 Stepping: 1 19:31:42 CPU MHz: 2933.442 19:31:42 BogoMIPS: 5866.88 19:31:42 Virtualization: VT-x 19:31:42 Hypervisor vendor: KVM 19:31:42 Virtualization type: full 19:31:42 L1d cache: 128 KiB 19:31:42 L1i cache: 128 KiB 19:31:42 L2 cache: 16 MiB 19:31:42 L3 cache: 64 MiB 19:31:42 NUMA node0 CPU(s): 0-3 19:31:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:31:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:31:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:31:42 Vulnerability Meltdown: Mitigation; PTI 19:31:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:31:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:31:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:31:42 Vulnerability Tsx async abort: Not affected 19:31:42 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 19:31:42 19:31:42 19:31:42 ---> nproc: 19:31:42 4 19:31:42 19:31:42 19:31:42 ---> df -h: 19:31:42 Filesystem Size Used Available Use% Mounted on 19:31:42 overlay 50.0G 6.9G 43.0G 14% / 19:31:42 tmpfs 64.0M 0 64.0M 0% /dev 19:31:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:31:42 shm 64.0M 0 64.0M 0% /dev/shm 19:31:42 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 19:31:42 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 19:31:42 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 19:31:42 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-170 19:31:42 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp 19:31:42 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 19:31:42 19:31:42 19:31:42 ---> free -m: 19:31:42 total used free shared buff/cache available 19:31:42 Mem: 1837 648 133 0 1054 1082 19:31:42 Swap: 1023 0 1023 19:31:42 19:31:42 19:31:42 ---> ip addr: 19:31:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:31:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:31:42 inet 127.0.0.1/8 scope host lo 19:31:42 valid_lft forever preferred_lft forever 19:31:42 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:31:42 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:31:42 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:31:42 valid_lft forever preferred_lft forever 19:31:42 19:31:42 19:31:42 ---> sar -b -r -n DEV: 19:31:42 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 19:31:42 19:31:42 19:17:17 LINUX RESTART (4 CPU) 19:31:42 19:31:42 19:18:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:31:42 19:19:02 45.26 12.45 32.81 0.00 4614.25 2190.15 0.00 19:31:42 19:20:01 1.61 0.00 1.61 0.00 0.00 29.75 0.00 19:31:42 19:21:01 0.28 0.00 0.28 0.00 0.00 3.55 0.00 19:31:42 19:22:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 19:31:42 19:23:01 0.15 0.00 0.15 0.00 0.00 2.21 0.00 19:31:42 19:24:01 0.33 0.00 0.33 0.00 0.00 4.98 0.00 19:31:42 19:25:01 0.27 0.02 0.25 0.00 0.13 2.96 0.00 19:31:42 19:26:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 19:31:42 19:27:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 19:31:42 19:28:01 0.23 0.00 0.23 0.00 0.00 2.33 0.00 19:31:42 19:29:01 0.28 0.00 0.28 0.00 0.00 3.22 0.00 19:31:42 19:30:01 0.20 0.00 0.20 0.00 0.00 2.83 0.00 19:31:42 19:31:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 19:31:42 Average: 3.82 0.96 2.86 0.00 355.61 173.65 0.00 19:31:42 19:31:42 19:18:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:31:42 19:19:02 203376 0 564796 30.02 2620 1110764 1118924 38.19 413068 1106488 20 19:31:42 19:20:01 204244 0 563924 29.97 2620 1110768 1118580 38.18 414032 1104828 8 19:31:42 19:21:01 207636 0 560524 29.79 2620 1110776 1091624 37.26 414556 1101472 12 19:31:42 19:22:01 206960 0 561200 29.83 2620 1110776 1091588 37.25 416296 1100736 20 19:31:42 19:23:01 206616 0 561536 29.84 2620 1110784 1091712 37.26 423748 1093652 20 19:31:42 19:24:01 203048 0 565100 30.03 2620 1110788 1088636 37.15 433084 1087384 16 19:31:42 19:25:01 203124 0 565016 30.03 2620 1110796 1088720 37.16 441404 1079532 8 19:31:42 19:26:01 202968 0 565164 30.04 2620 1110804 1088744 37.16 434072 1087048 12 19:31:42 19:27:01 204364 0 563764 29.96 2620 1110808 1080196 36.87 432660 1086908 20 19:31:42 19:28:01 203448 0 564672 30.01 2620 1110816 1080352 36.87 431788 1088924 16 19:31:42 19:29:01 204408 0 563712 29.96 2620 1110816 1080232 36.87 431108 1088924 12 19:31:42 19:30:01 202272 0 565840 30.07 2620 1110824 1080532 36.88 432596 1088928 8 19:31:42 19:31:01 204332 0 563776 29.96 2620 1110828 1080196 36.87 430816 1088924 8 19:31:42 Average: 204369 0 563771 29.96 2620 1110796 1090772 37.23 426864 1092596 14 19:31:42 19:31:42 19:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:31:42 19:19:02 eth0 168.18 124.92 473.46 48.93 0.00 0.00 0.00 0.00 19:31:42 19:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:19:02 docker0 1.68 1.30 0.33 3.58 0.00 0.00 0.00 0.00 19:31:42 19:20:01 eth0 1.15 0.54 0.57 0.36 0.00 0.00 0.00 0.00 19:31:42 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:21:01 eth0 1.73 0.72 0.69 0.40 0.00 0.00 0.00 0.00 19:31:42 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:22:01 eth0 1.42 0.37 0.35 0.23 0.00 0.00 0.00 0.00 19:31:42 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:23:01 eth0 1.95 0.80 0.75 0.47 0.00 0.00 0.00 0.00 19:31:42 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:24:01 eth0 1.20 0.38 0.33 0.21 0.00 0.00 0.00 0.00 19:31:42 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:25:01 eth0 1.90 0.62 0.62 0.40 0.00 0.00 0.00 0.00 19:31:42 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:26:01 eth0 1.68 0.78 0.64 0.35 0.00 0.00 0.00 0.00 19:31:42 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:27:01 eth0 0.87 0.10 0.07 0.07 0.00 0.00 0.00 0.00 19:31:42 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:28:01 eth0 1.10 0.37 0.38 0.23 0.00 0.00 0.00 0.00 19:31:42 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:29:01 eth0 0.45 0.15 0.09 0.04 0.00 0.00 0.00 0.00 19:31:42 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:30:01 eth0 0.52 0.42 0.27 0.21 0.00 0.00 0.00 0.00 19:31:42 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:31:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:31:42 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 Average: eth0 14.05 10.04 36.86 4.00 0.00 0.00 0.00 0.00 19:31:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:31:42 Average: docker0 0.13 0.10 0.03 0.28 0.00 0.00 0.00 0.00 19:31:42 19:31:42 19:31:42 ---> sar -P ALL: 19:31:42 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/11/20 _x86_64_ (4 CPU) 19:31:42 19:31:42 19:17:17 LINUX RESTART (4 CPU) 19:31:42 19:31:42 19:18:01 CPU %user %nice %system %iowait %steal %idle 19:31:42 19:19:02 all 3.44 0.00 1.91 1.60 0.01 93.03 19:31:42 19:19:02 0 3.89 0.00 2.16 0.55 0.02 93.38 19:31:42 19:19:02 1 3.15 0.00 1.76 0.30 0.00 94.79 19:31:42 19:19:02 2 3.36 0.00 1.74 1.91 0.00 93.00 19:31:42 19:19:02 3 3.38 0.00 1.99 3.65 0.02 90.96 19:31:42 19:20:01 all 0.17 0.00 0.04 0.00 0.01 99.78 19:31:42 19:20:01 0 0.46 0.00 0.03 0.00 0.00 99.51 19:31:42 19:20:01 1 0.07 0.00 0.03 0.00 0.02 99.88 19:31:42 19:20:01 2 0.08 0.00 0.05 0.00 0.02 99.85 19:31:42 19:20:01 3 0.07 0.00 0.03 0.00 0.00 99.90 19:31:42 19:21:01 all 0.11 0.00 0.05 0.00 0.00 99.84 19:31:42 19:21:01 0 0.23 0.00 0.05 0.00 0.00 99.72 19:31:42 19:21:01 1 0.03 0.00 0.03 0.00 0.00 99.93 19:31:42 19:21:01 2 0.10 0.00 0.08 0.00 0.00 99.82 19:31:42 19:21:01 3 0.07 0.00 0.03 0.00 0.00 99.90 19:31:42 19:22:01 all 0.17 0.00 0.04 0.00 0.00 99.80 19:31:42 19:22:01 0 0.52 0.00 0.03 0.00 0.00 99.45 19:31:42 19:22:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:31:42 19:22:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:31:42 19:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 19:31:42 19:23:01 all 0.17 0.00 0.05 0.00 0.00 99.78 19:31:42 19:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:31:42 19:23:01 1 0.27 0.00 0.05 0.00 0.00 99.68 19:31:42 19:23:01 2 0.33 0.00 0.12 0.00 0.00 99.55 19:31:42 19:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:31:42 19:24:01 all 0.13 0.00 0.07 0.00 0.00 99.80 19:31:42 19:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:31:42 19:24:01 1 0.45 0.00 0.05 0.00 0.00 99.50 19:31:42 19:24:01 2 0.02 0.00 0.17 0.00 0.00 99.82 19:31:42 19:24:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:31:42 19:25:01 all 0.04 0.00 0.04 0.00 0.00 99.92 19:31:42 19:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:31:42 19:25:01 1 0.07 0.00 0.07 0.00 0.00 99.87 19:31:42 19:25:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:31:42 19:25:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:31:42 19:26:01 all 0.12 0.00 0.03 0.00 0.00 99.85 19:31:42 19:26:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:31:42 19:26:01 1 0.03 0.00 0.05 0.00 0.00 99.92 19:31:42 19:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:31:42 19:26:01 3 0.40 0.00 0.03 0.00 0.00 99.57 19:31:42 19:27:01 all 0.17 0.00 0.02 0.00 0.00 99.80 19:31:42 19:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 19:31:42 19:27:01 1 0.07 0.00 0.05 0.00 0.02 99.87 19:31:42 19:27:01 2 0.05 0.00 0.02 0.00 0.00 99.93 19:31:42 19:27:01 3 0.55 0.00 0.03 0.00 0.00 99.42 19:31:42 19:28:01 all 0.20 0.00 0.04 0.00 0.00 99.76 19:31:42 19:28:01 0 0.18 0.00 0.03 0.00 0.00 99.78 19:31:42 19:28:01 1 0.07 0.00 0.07 0.00 0.00 99.87 19:31:42 19:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:31:42 19:28:01 3 0.52 0.00 0.03 0.00 0.00 99.45 19:31:42 19:29:01 all 0.15 0.00 0.02 0.00 0.00 99.82 19:31:42 19:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 19:31:42 19:29:01 1 0.05 0.00 0.07 0.00 0.00 99.88 19:31:42 19:29:01 2 0.03 0.00 0.00 0.00 0.00 99.97 19:31:42 19:29:01 3 0.52 0.00 0.02 0.00 0.02 99.45 19:31:42 19:31:42 19:29:01 CPU %user %nice %system %iowait %steal %idle 19:31:42 19:30:01 all 0.16 0.00 0.02 0.00 0.00 99.82 19:31:42 19:30:01 0 0.05 0.00 0.03 0.00 0.00 99.92 19:31:42 19:30:01 1 0.05 0.00 0.03 0.00 0.00 99.92 19:31:42 19:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:31:42 19:30:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:31:42 19:31:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:31:42 19:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:31:42 19:31:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:31:42 19:31:01 2 0.02 0.00 0.05 0.00 0.02 99.92 19:31:42 19:31:01 3 0.50 0.00 0.02 0.00 0.00 99.48 19:31:42 Average: all 0.40 0.00 0.18 0.12 0.00 99.30 19:31:42 Average: 0 0.42 0.00 0.19 0.04 0.00 99.35 19:31:42 Average: 1 0.34 0.00 0.18 0.02 0.00 99.46 19:31:42 Average: 2 0.32 0.00 0.18 0.15 0.00 99.35 19:31:42 Average: 3 0.51 0.00 0.18 0.28 0.00 99.03 19:31:42 19:31:42 19:31:42