Pull request #169 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8df287fcd07771fdf0ce1393637aadf009909ff7+ba13f39da15fded8dc9ca6171c9bf6786df660a0 (8f636f53b5aa47ad3a462a0a40580a1b64e9f8b0) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-172 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [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-169 # 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # 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/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # 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 ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:59:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:59:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:59:57 ========================================================= 08:59:57 EdgeX Global Pipelines Version Info 08:59:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c9594826a78fa83a3b5fcd0b3a5101f119927029 # timeout=10 09:00:00 ------------------- 09:00:00 stable info: 09:00:00 ------------------- 09:00:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:00:00 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 09:00:00 Message: update stable to v1.0.122 09:00:01 ------------------- 09:00:01 experimental info: 09:00:01 ------------------- 09:00:01 Commited By: **** collab-it+edgex@linuxfoundation.org 09:00:01 Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 09:00:01 Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:00:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:00:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:00:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:00:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 09:00:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:00:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:00:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:00:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:00:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8df287fcd07771fdf0ce1393637aadf009909ff7 [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8df287f [Pipeline] echo 09:00:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:00:05 + git log --format=format:%s -1 8df287fcd07771fdf0ce1393637aadf009909ff7 [Pipeline] echo 09:00:05 GIT_COMMIT: 8df287fcd07771fdf0ce1393637aadf009909ff7, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0 [Pipeline] echo 09:00:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:00:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:06 09:00:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:00:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:07 latest: Pulling from edgex-devops/git-semver 09:00:07 31603596830f: Pulling fs layer 09:00:07 2a8b12db71e7: Pulling fs layer 09:00:07 6ca5941a6612: Pulling fs layer 09:00:07 ecc8261a40a4: Pulling fs layer 09:00:07 ecc8261a40a4: Waiting 09:00:07 2a8b12db71e7: Download complete 09:00:08 31603596830f: Verifying Checksum 09:00:08 31603596830f: Download complete 09:00:08 6ca5941a6612: Verifying Checksum 09:00:08 6ca5941a6612: Download complete 09:00:08 ecc8261a40a4: Verifying Checksum 09:00:08 ecc8261a40a4: Download complete 09:00:08 31603596830f: Pull complete 09:00:08 2a8b12db71e7: Pull complete 09:00:10 6ca5941a6612: Pull complete 09:00:10 ecc8261a40a4: Pull complete 09:00:10 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:00:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:00:10 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:00:11 prd-centos7-docker-4c-2g-172 does not seem to be running inside a container 09:00:11 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:00:14 $ docker top 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:00:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:14 [ssh-agent] Looking for ssh-agent implementation... 09:00:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:14 $ docker exec 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent 09:00:15 SSH_AUTH_SOCK=/tmp/ssh-6mgI7EFwKeMF/agent.12 09:00:15 SSH_AGENT_PID=18 09:00:15 Running ssh-add (command line suppressed) 09:00:15 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_2538653348964358133.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_2538653348964358133.key) 09:00:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:16 + git describe --exact-match --tags HEAD 09:00:16 fatal: No names found, cannot describe anything. [Pipeline] } 09:00:16 $ docker exec --env ******** --env ******** 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent -k 09:00:16 unset SSH_AUTH_SOCK; 09:00:16 unset SSH_AGENT_PID; 09:00:16 echo Agent pid 18 killed; 09:00:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:00:17 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:00:17 This usually means this commit has not been tagged. [Pipeline] sshagent 09:00:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:17 [ssh-agent] Looking for ssh-agent implementation... 09:00:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:17 $ docker exec 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent 09:00:18 SSH_AUTH_SOCK=/tmp/ssh-wzMJsfSftpgH/agent.46 09:00:18 SSH_AGENT_PID=52 09:00:18 Running ssh-add (command line suppressed) 09:00:18 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_662488234171488551.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_662488234171488551.key) 09:00:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:19 + git semver init 09:00:19 # -> Open(): unable to determine branch for HEAD 09:00:19 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.git 09:00:19 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-169 09:00:19 # $SEMVER_REMOTE_NAME = origin 09:00:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:00:19 # $SEMVER_USER_NAME = edgex-jenkins 09:00:19 # $SEMVER_BRANCH = PR-169 09:00:19 # $SEMVER_TEMP = /tmp/semver-497396846 09:00:19 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 09:00:19 # '/tmp/semver-497396846' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver' 09:00:19 # -> Force: false 09:00:19 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver [Pipeline] } 09:00:19 $ docker exec --env ******** --env ******** 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 ssh-agent -k 09:00:19 unset SSH_AUTH_SOCK; 09:00:19 unset SSH_AGENT_PID; 09:00:19 echo Agent pid 52 killed; 09:00:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:20 + git semver [Pipeline] } 09:00:20 $ docker stop --time=1 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 09:00:22 $ docker rm -f 5950d5282f043b3014b49d9ad96fd6b6d811ff12f9840fd1cb15fc1839aebc17 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:00:23 Stashed 26 file(s) [Pipeline] echo 09:00:23 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 09:00:23 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 09:00:39 Still waiting to schedule task 09:00:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:00:39 Still waiting to schedule task 09:00:39 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:02:57 Running on prd-centos7-docker-4c-2g-178 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 09:02:57 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:03:05 using credential edgex-jenkins-ssh 09:03:05 Cloning the remote Git repository 09:03:05 Cloning with configured refspecs honoured and without tags 09:03:05 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:03:05 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:03:06 Fetching without tags 09:03:05 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:03:05 > git --version # timeout=10 09:03:05 > git --version # 'git version 2.16.5' 09:03:05 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:05 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:06 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:03:06 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 09:03:06 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:06 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:03:06 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:03:06 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:07 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 09:03:07 Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 09:03:07 Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) 09:03:07 > git config core.sparsecheckout # timeout=10 09:03:07 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:03:07 > git remote # timeout=10 09:03:07 > git config --get remote.origin.url # timeout=10 09:03:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:07 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:03:07 > git rev-parse HEAD^{commit} # timeout=10 09:03:07 > git config core.sparsecheckout # timeout=10 09:03:07 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:03:12 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:03:14 ========================================================= 09:03:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:03:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:03:15 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:03:16 Sending build context to Docker daemon 621.6kB 09:03:16 Step 1/8 : ARG BASE=golang:1.15-alpine 09:03:16 Step 2/8 : FROM ${BASE} 09:03:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:03:16 df20fa9351a1: Pulling fs layer 09:03:16 ed8968b2872e: Pulling fs layer 09:03:16 a92cc7c5fd73: Pulling fs layer 09:03:16 e871e8e8d7a9: Pulling fs layer 09:03:16 e73272ec9a57: Pulling fs layer 09:03:16 1e910a182e73: Pulling fs layer 09:03:16 4e634b169226: Pulling fs layer 09:03:16 e871e8e8d7a9: Waiting 09:03:16 e73272ec9a57: Waiting 09:03:16 1e910a182e73: Waiting 09:03:16 a92cc7c5fd73: Verifying Checksum 09:03:16 a92cc7c5fd73: Download complete 09:03:16 ed8968b2872e: Verifying Checksum 09:03:16 ed8968b2872e: Download complete 09:03:16 e73272ec9a57: Verifying Checksum 09:03:16 e73272ec9a57: Download complete 09:03:17 1e910a182e73: Verifying Checksum 09:03:17 1e910a182e73: Download complete 09:03:17 df20fa9351a1: Verifying Checksum 09:03:17 df20fa9351a1: Download complete 09:03:18 df20fa9351a1: Pull complete 09:03:18 ed8968b2872e: Pull complete 09:03:19 a92cc7c5fd73: Pull complete 09:03:23 4e634b169226: Verifying Checksum 09:03:23 4e634b169226: Download complete 09:03:25 e871e8e8d7a9: Verifying Checksum 09:03:25 e871e8e8d7a9: Download complete 09:03:39 e871e8e8d7a9: Pull complete 09:03:39 e73272ec9a57: Pull complete 09:03:39 1e910a182e73: Pull complete 09:03:47 4e634b169226: Pull complete 09:03:47 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:03:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:03:47 ---> f7629b54cfaa 09:03:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:03:47 ---> Running in 495975374ba7 09:03:48 Removing intermediate container 495975374ba7 09:03:48 ---> 5f7a1a5347d3 09:03:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:48 ---> Running in 80432fd8894b 09:03:50 Removing intermediate container 80432fd8894b 09:03:50 ---> 88fdd672b471 09:03:50 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:03:50 ---> Running in 9751769f2478 09:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:52 (1/14) Installing libmagic (5.38-r0) 09:03:53 (2/14) Installing file (5.38-r0) 09:03:53 (3/14) Installing libc-dev (0.7.2-r3) 09:03:53 (4/14) Installing g++ (9.3.0-r2) 09:04:08 (5/14) Installing fortify-headers (1.1-r0) 09:04:08 (6/14) Installing patch (2.7.6-r6) 09:04:08 (7/14) Installing build-base (0.5-r2) 09:04:08 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:04:08 (9/14) Installing libedit (20191231.3.1-r0) 09:04:08 (10/14) Installing openssh-client (8.3_p1-r0) 09:04:09 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:04:09 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:04:09 (13/14) Installing openssh-server (8.3_p1-r0) 09:04:09 (14/14) Installing openssh (8.3_p1-r0) 09:04:09 Executing busybox-1.31.1-r16.trigger 09:04:09 OK: 237 MiB in 53 packages 09:04:12 Removing intermediate container 9751769f2478 09:04:12 ---> e2df71ae3ccc 09:04:12 Step 6/8 : WORKDIR /device-mqtt-go 09:04:12 ---> Running in 3e3f4f309ef3 09:04:13 Removing intermediate container 3e3f4f309ef3 09:04:13 ---> e1e94efa4e76 09:04:13 Step 7/8 : COPY . . 09:04:13 ---> a3f8936f85d5 09:04:13 Step 8/8 : RUN go mod download 09:04:13 ---> Running in 959997791af4 09:04:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-183 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 09:04:22 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:04:27 using credential edgex-jenkins-ssh 09:04:27 Cloning the remote Git repository 09:04:27 Cloning with configured refspecs honoured and without tags 09:04:28 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:04:28 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:04:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:04:28 > git --version # timeout=10 09:04:28 > git --version # 'git version 2.17.1' 09:04:28 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:29 Fetching without tags 09:04:29 Removing intermediate container 959997791af4 09:04:29 ---> 36d7c1416187 09:04:29 Successfully built 36d7c1416187 09:04:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:04:29 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 09:04:29 + docker inspect -f . ci-base-image-x86_64 09:04:29 . [Pipeline] withDockerContainer 09:04:29 Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 09:04:29 Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) 09:04:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:04:29 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 09:04:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:04:29 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:29 > git config core.sparsecheckout # timeout=10 09:04:29 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:04:29 > git remote # timeout=10 09:04:29 > git config --get remote.origin.url # timeout=10 09:04:29 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:29 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:04:29 > git rev-parse HEAD^{commit} # timeout=10 09:04:29 > git config core.sparsecheckout # timeout=10 09:04:29 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:04:30 prd-centos7-docker-4c-2g-178 does not seem to be running inside a container 09:04:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:31 $ docker top e8a78428f11d10988d91a729ad0d4429f1038e9802abd35a4c18bebd86125401 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:32 + go version 09:04:32 go version go1.15.2 linux/amd64 [Pipeline] } 09:04:32 $ docker stop --time=1 e8a78428f11d10988d91a729ad0d4429f1038e9802abd35a4c18bebd86125401 09:04:33 $ docker rm -f e8a78428f11d10988d91a729ad0d4429f1038e9802abd35a4c18bebd86125401 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 09:04:34 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 09:04:34 + docker inspect -f . ci-base-image-x86_64 09:04:34 . [Pipeline] unstash [Pipeline] withDockerContainer 09:04:35 prd-centos7-docker-4c-2g-178 does not seem to be running inside a container 09:04:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:36 $ docker top 988dd56612c22421a192d6f4050fd0c4cc960debb450eecebbe5328704182ad1 -eo pid,comm [Pipeline] { [Pipeline] echo 09:04:36 ========================================================= 09:04:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:04:36 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 09:04:37 + make test 09:04:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:04:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:04:38 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:04:38 Sending build context to Docker daemon 621.6kB 09:04:38 Step 1/8 : ARG BASE=golang:1.15-alpine 09:04:38 Step 2/8 : FROM ${BASE} 09:04:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:04:39 b538f80385f9: Pulling fs layer 09:04:39 74f711af9a0d: Pulling fs layer 09:04:39 99f96fe45779: Pulling fs layer 09:04:39 8529a6b9a6be: Pulling fs layer 09:04:39 45590311c82a: Pulling fs layer 09:04:39 69ca0ff8b7b3: Pulling fs layer 09:04:39 209524e5b208: Pulling fs layer 09:04:39 45590311c82a: Waiting 09:04:39 69ca0ff8b7b3: Waiting 09:04:39 209524e5b208: Waiting 09:04:39 8529a6b9a6be: Waiting 09:04:39 99f96fe45779: Verifying Checksum 09:04:39 99f96fe45779: Download complete 09:04:39 74f711af9a0d: Verifying Checksum 09:04:39 74f711af9a0d: Download complete 09:04:39 45590311c82a: Download complete 09:04:39 69ca0ff8b7b3: Verifying Checksum 09:04:39 69ca0ff8b7b3: Download complete 09:04:39 b538f80385f9: Verifying Checksum 09:04:39 b538f80385f9: Download complete 09:04:40 b538f80385f9: Pull complete 09:04:41 74f711af9a0d: Pull complete 09:04:41 99f96fe45779: Pull complete 09:04:42 209524e5b208: Verifying Checksum 09:04:42 209524e5b208: Download complete 09:04:43 8529a6b9a6be: Verifying Checksum 09:04:43 8529a6b9a6be: Download complete 09:04:53 8529a6b9a6be: Pull complete 09:04:53 45590311c82a: Pull complete 09:04:53 69ca0ff8b7b3: Pull complete 09:04:56 209524e5b208: Pull complete 09:04:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:04:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:04:56 ---> 5bddaf1c2fca 09:04:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:04:59 ---> Running in 73059521fc92 09:04:59 Removing intermediate container 73059521fc92 09:04:59 ---> 1bea27fd77a0 09:04:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:59 ---> Running in 9923424d983a 09:05:01 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:05:01 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.031s coverage: 28.3% of statements 09:05:01 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:05:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:05:02 Removing intermediate container 9923424d983a 09:05:02 ---> ea9270753ddd 09:05:02 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:05:02 ---> Running in 1bc9ff5f5307 09:05:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:04 gofmt -l . 09:05:04 ["`gofmt -l .`" = ""] 09:05:04 ./bin/test-attribution-txt.sh 09:05:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:06 ./bin/test-go-mod-tidy.sh 09:05:06 (1/14) Installing libmagic (5.38-r0) [Pipeline] stash 09:05:06 (2/14) Installing file (5.38-r0) 09:05:06 (3/14) Installing libc-dev (0.7.2-r3) 09:05:06 (4/14) Installing g++ (9.3.0-r2) 09:05:07 Stashed 1 file(s) [Pipeline] } 09:05:07 $ docker stop --time=1 988dd56612c22421a192d6f4050fd0c4cc960debb450eecebbe5328704182ad1 09:05:09 $ docker rm -f 988dd56612c22421a192d6f4050fd0c4cc960debb450eecebbe5328704182ad1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:05:11 + ls -al . 09:05:11 total 100 09:05:11 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 17 09:05 . 09:05:11 drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 09:03 .. 09:05:11 -rw-rw-r--. 1 jenkins jenkins 4896 Sep 17 09:03 Attribution.txt 09:05:11 drwxrwxr-x. 2 jenkins jenkins 87 Sep 17 09:03 bin 09:05:11 drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 09:03 cmd 09:05:11 -rw-r--r--. 1 jenkins jenkins 18939 Sep 17 09:04 coverage.out 09:05:11 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 17 09:03 Dockerfile 09:05:11 -rw-rw-r--. 1 jenkins jenkins 953 Sep 17 09:03 Dockerfile.build 09:05:11 -rw-rw-r--. 1 jenkins jenkins 140 Sep 17 09:03 .dockerignore 09:05:11 drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 09:03 .git 09:05:11 drwxrwxr-x. 2 jenkins jenkins 60 Sep 17 09:03 .github 09:05:11 -rw-rw-r--. 1 jenkins jenkins 336 Sep 17 09:03 .gitignore 09:05:11 -rw-r--r--. 1 jenkins jenkins 510 Sep 17 09:05 go.mod 09:05:11 -rw-r--r--. 1 jenkins jenkins 13621 Sep 17 09:05 go.sum 09:05:11 drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 09:03 internal 09:05:11 -rw-rw-r--. 1 jenkins jenkins 677 Sep 17 09:03 Jenkinsfile 09:05:11 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 09:03 LICENSE 09:05:11 -rw-rw-r--. 1 jenkins jenkins 902 Sep 17 09:03 Makefile 09:05:11 drwxrwxr-x. 2 jenkins jenkins 23 Sep 17 09:03 mock 09:05:11 -rw-rw-r--. 1 jenkins jenkins 444 Sep 17 09:03 README.md 09:05:11 drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 09:03 .semver 09:05:11 drwxrwxr-x. 4 jenkins jenkins 54 Sep 17 09:03 snap 09:05:11 -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 09:00 VERSION 09:05:11 -rw-rw-r--. 1 jenkins jenkins 227 Sep 17 09:03 version.go [Pipeline] isUnix [Pipeline] sh 09:05:12 + 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=8df287fcd07771fdf0ce1393637aadf009909ff7 --label arch=amd64 --label version=0.0.0 . 09:05:12 Sending build context to Docker daemon 641kB 09:05:12 Step 1/22 : ARG BASE=golang:1.15-alpine 09:05:12 Step 2/22 : FROM ${BASE} AS builder 09:05:12 ---> 36d7c1416187 09:05:12 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:05:12 ---> Running in 7e6f553f3c0b 09:05:12 Removing intermediate container 7e6f553f3c0b 09:05:12 ---> fee97136ccbf 09:05:12 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:05:12 ---> Running in a8dde41cd092 09:05:13 Removing intermediate container a8dde41cd092 09:05:13 ---> 2fc218c43af6 09:05:13 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:13 ---> Running in 8c52f6099e2c 09:05:14 Removing intermediate container 8c52f6099e2c 09:05:14 ---> 60653eb97a3e 09:05:14 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:14 ---> Running in 84d8ad139ade 09:05:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:16 OK: 237 MiB in 53 packages 09:05:16 (5/14) Installing fortify-headers (1.1-r0) 09:05:16 (6/14) Installing patch (2.7.6-r6) 09:05:16 (7/14) Installing build-base (0.5-r2) 09:05:16 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:05:16 (9/14) Installing libedit (20191231.3.1-r0) 09:05:17 (10/14) Installing openssh-client (8.3_p1-r0) 09:05:17 Removing intermediate container 84d8ad139ade 09:05:17 ---> ce332111515c 09:05:17 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:05:17 ---> Running in 1193d01e86df 09:05:18 Removing intermediate container 1193d01e86df 09:05:18 ---> a943b81885de 09:05:18 Step 8/22 : COPY . . 09:05:18 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:05:18 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:05:18 (13/14) Installing openssh-server (8.3_p1-r0) 09:05:18 (14/14) Installing openssh (8.3_p1-r0) 09:05:19 ---> a892f2c1c426 09:05:19 Step 9/22 : ARG MAKE='make build' 09:05:19 ---> Running in 805ecd798379 09:05:19 Executing busybox-1.31.1-r16.trigger 09:05:19 OK: 221 MiB in 53 packages 09:05:19 Removing intermediate container 805ecd798379 09:05:19 ---> 7a350c94cb01 09:05:19 Step 10/22 : RUN $MAKE 09:05:19 ---> Running in 1abe8e0f856a 09:05:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 09:05:23 Removing intermediate container 1bc9ff5f5307 09:05:23 ---> 5384ced939d2 09:05:23 Step 6/8 : WORKDIR /device-mqtt-go 09:05:23 ---> Running in 7fff46751403 09:05:23 Removing intermediate container 7fff46751403 09:05:23 ---> d39d28ce2f88 09:05:23 Step 7/8 : COPY . . 09:05:24 ---> ce8c8513f8bd 09:05:24 Step 8/8 : RUN go mod download 09:05:24 ---> Running in 334796ff83c2 09:05:38 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:05:39 Removing intermediate container 334796ff83c2 09:05:39 ---> 8c2fddba139d 09:05:39 Successfully built 8c2fddba139d 09:05:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:05:40 + docker inspect -f . ci-base-image-arm64 09:05:40 . [Pipeline] withDockerContainer 09:05:40 prd-ubuntu18.04-docker-arm64-4c-16g-183 does not seem to be running inside a container 09:05:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:05:42 $ docker top 39fa3c89f58300dc377423912ba16c3f419ec2a5fc242e1fc51bb0134a9473a5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:05:43 Removing intermediate container 1abe8e0f856a 09:05:43 ---> b11f8629bb21 09:05:43 Step 11/22 : FROM alpine 09:05:43 latest: Pulling from library/alpine 09:05:43 df20fa9351a1: Already exists 09:05:43 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:05:43 Status: Downloaded newer image for alpine:latest 09:05:43 ---> a24bb4013296 09:05:43 Step 12/22 : ENV APP_PORT=49982 09:05:44 ---> Running in cf15fa9b99ee 09:05:44 + go version 09:05:44 go version go1.15.2 linux/arm64 [Pipeline] } 09:05:44 $ docker stop --time=1 39fa3c89f58300dc377423912ba16c3f419ec2a5fc242e1fc51bb0134a9473a5 09:05:44 Removing intermediate container cf15fa9b99ee 09:05:44 ---> 53be771f1700 09:05:44 Step 13/22 : EXPOSE $APP_PORT 09:05:44 ---> Running in 95d62977e957 09:05:44 Removing intermediate container 95d62977e957 09:05:44 ---> 17dd0377ccf7 09:05:44 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:05:46 ---> 5364120f4f67 09:05:46 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:05:46 $ docker rm -f 39fa3c89f58300dc377423912ba16c3f419ec2a5fc242e1fc51bb0134a9473a5 09:05:46 ---> 9da98d14fd78 09:05:46 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 09:05:46 ---> 1cffce485b03 09:05:46 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:05:46 ---> Running in 21ccc2544b98 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 09:05:46 Removing intermediate container 21ccc2544b98 09:05:46 ---> ab9e3a4d4147 09:05:46 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:05:46 ---> Running in bb3c413210f9 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:05:47 Removing intermediate container bb3c413210f9 09:05:47 ---> 0bea5f25ae1c 09:05:47 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:47 ---> Running in 238a103744eb 09:05:47 + docker inspect -f . ci-base-image-arm64 09:05:47 . [Pipeline] withDockerContainer 09:05:47 Removing intermediate container 238a103744eb 09:05:47 ---> 67a4b310ab9e 09:05:47 Step 20/22 : LABEL arch=amd64 09:05:47 ---> Running in 76855c5ee1ed 09:05:47 prd-ubuntu18.04-docker-arm64-4c-16g-183 does not seem to be running inside a container 09:05:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:05:47 Removing intermediate container 76855c5ee1ed 09:05:47 ---> ce53f3a79dc2 09:05:47 Step 21/22 : LABEL git_sha=8df287fcd07771fdf0ce1393637aadf009909ff7 09:05:47 ---> Running in c9cabff5198f 09:05:48 Removing intermediate container c9cabff5198f 09:05:48 ---> 9a6598e70639 09:05:48 Step 22/22 : LABEL version=0.0.0 09:05:48 ---> Running in 65aa9ec4ec79 09:05:48 Removing intermediate container 65aa9ec4ec79 09:05:48 ---> dfc7dd20f9a0 09:05:48 [Warning] One or more build-args [ARCH] were not consumed 09:05:48 Successfully built dfc7dd20f9a0 09:05:48 Successfully tagged docker-device-mqtt-go:latest 09:05:49 $ docker top 4aa7476f6f19104c1ef342d4ad75f043d837fca4d6118e6b902b14de6f8f49a8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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 09:05:50 + make test 09:05:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:05:51 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:06:05 Still waiting to schedule task 09:06:05 All nodes of label ‘centos7-docker-8c-8g’ are offline 09:06:31 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:06:31 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.022s coverage: 28.3% of statements 09:06:31 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:06:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:06:34 gofmt -l . 09:06:34 ["`gofmt -l .`" = ""] 09:06:34 ./bin/test-attribution-txt.sh 09:06:35 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:06:35 Warning: overwriting stash ‘coverage-report’ 09:06:36 Stashed 1 file(s) [Pipeline] } 09:06:36 $ docker stop --time=1 4aa7476f6f19104c1ef342d4ad75f043d837fca4d6118e6b902b14de6f8f49a8 09:06:39 $ docker rm -f 4aa7476f6f19104c1ef342d4ad75f043d837fca4d6118e6b902b14de6f8f49a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:06:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:06:41 + ls -al . 09:06:41 total 136 09:06:41 drwxrwxr-x 10 jenkins jenkins 4096 Sep 17 09:06 . 09:06:41 drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:04 .. 09:06:41 -rw-rw-r-- 1 jenkins jenkins 140 Sep 17 09:04 .dockerignore 09:06:41 drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 09:04 .git 09:06:41 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:04 .github 09:06:41 -rw-rw-r-- 1 jenkins jenkins 336 Sep 17 09:04 .gitignore 09:06:41 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:04 .semver 09:06:41 -rw-rw-r-- 1 jenkins jenkins 4896 Sep 17 09:04 Attribution.txt 09:06:41 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 17 09:04 Dockerfile 09:06:41 -rw-rw-r-- 1 jenkins jenkins 953 Sep 17 09:04 Dockerfile.build 09:06:41 -rw-rw-r-- 1 jenkins jenkins 677 Sep 17 09:04 Jenkinsfile 09:06:41 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 09:04 LICENSE 09:06:41 -rw-rw-r-- 1 jenkins jenkins 902 Sep 17 09:04 Makefile 09:06:41 -rw-rw-r-- 1 jenkins jenkins 444 Sep 17 09:04 README.md 09:06:41 -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 09:00 VERSION 09:06:41 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:04 bin 09:06:41 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:04 cmd 09:06:41 -rw-r--r-- 1 jenkins jenkins 18939 Sep 17 09:06 coverage.out 09:06:41 -rw-r--r-- 1 jenkins jenkins 510 Sep 17 09:06 go.mod 09:06:41 -rw-r--r-- 1 jenkins jenkins 13621 Sep 17 09:06 go.sum 09:06:41 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:04 internal 09:06:41 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:04 mock 09:06:41 drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:04 snap 09:06:41 -rw-rw-r-- 1 jenkins jenkins 227 Sep 17 09:04 version.go [Pipeline] isUnix [Pipeline] sh 09:06:41 + 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=8df287fcd07771fdf0ce1393637aadf009909ff7 --label arch=arm64 --label version=0.0.0 . 09:06:41 Sending build context to Docker daemon 641kB 09:06:41 Step 1/22 : ARG BASE=golang:1.15-alpine 09:06:41 Step 2/22 : FROM ${BASE} AS builder 09:06:41 ---> 8c2fddba139d 09:06:41 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:06:41 ---> Running in 1ea0ee34db71 09:06:42 Removing intermediate container 1ea0ee34db71 09:06:42 ---> ca529f53e2d7 09:06:42 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:06:42 ---> Running in fbf887c73951 09:06:43 Removing intermediate container fbf887c73951 09:06:43 ---> 9bdad0e831fe 09:06:43 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:06:43 ---> Running in c1da7937f261 09:06:46 Removing intermediate container c1da7937f261 09:06:46 ---> 1171b22640cf 09:06:46 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:06:46 ---> Running in e776457b9840 09:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:06:49 OK: 221 MiB in 53 packages 09:06:50 Removing intermediate container e776457b9840 09:06:50 ---> ee6be3afdfbe 09:06:50 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:06:50 ---> Running in acbddd4a5647 09:06:51 Removing intermediate container acbddd4a5647 09:06:51 ---> f31358a1b3dc 09:06:51 Step 8/22 : COPY . . 09:06:52 ---> 642dded2a61f 09:06:52 Step 9/22 : ARG MAKE='make build' 09:06:52 ---> Running in fa254f0fb2c1 09:06:53 Removing intermediate container fa254f0fb2c1 09:06:53 ---> 1c6cbf306636 09:06:53 Step 10/22 : RUN $MAKE 09:06:53 ---> Running in ef522da1d07f 09:06:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 09:07:06 Running on prd-centos7-docker-8c-8g-192 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 09:07:06 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:07:09 using credential edgex-jenkins-ssh 09:07:09 Cloning the remote Git repository 09:07:09 Cloning with configured refspecs honoured and without tags 09:07:09 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:07:10 Fetching without tags 09:07:10 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 09:07:10 Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 09:07:10 Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) 09:07:09 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:07:09 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:07:09 > git --version # timeout=10 09:07:09 > git --version # 'git version 2.16.5' 09:07:09 using GIT_SSH to set credentials SSH Credentials for GitHub 09:07:09 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:07:10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:07:10 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 09:07:10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:07:10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:07:10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:07:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:07:10 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:07:10 > git config core.sparsecheckout # timeout=10 09:07:10 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:07:10 > git remote # timeout=10 09:07:10 > git config --get remote.origin.url # timeout=10 09:07:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:07:10 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:07:10 > git rev-parse HEAD^{commit} # timeout=10 09:07:10 > git config core.sparsecheckout # timeout=10 09:07:10 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:07:14 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:07:16 ++ find /w/workspace/device-mqtt-go/4 09:07:16 ++ grep snapcraft.yaml 09:07:16 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:07:16 provisioning config files... 09:07:16 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config3855287558391822700tmp [Pipeline] { [Pipeline] sh 09:07:16 + cp /w/workspace/device-mqtt-go/4@tmp/config3855287558391822700tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh 09:07:17 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/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 09:07:17 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 09:07:17 latest: Pulling from edgex-devops/edgex-snap-builder 09:07:17 f08d8e2a3ba1: Pulling fs layer 09:07:17 3baa9cb2483b: Pulling fs layer 09:07:17 94e5ff4c0b15: Pulling fs layer 09:07:17 1860925334f9: Pulling fs layer 09:07:17 2daf38717194: Pulling fs layer 09:07:17 309017e8d7a4: Pulling fs layer 09:07:17 f7790dc9fd0f: Pulling fs layer 09:07:17 cac0ae9282c2: Pulling fs layer 09:07:17 1f4cadf9a1ed: Pulling fs layer 09:07:17 2daf38717194: Waiting 09:07:17 309017e8d7a4: Waiting 09:07:17 cac0ae9282c2: Waiting 09:07:17 1f4cadf9a1ed: Waiting 09:07:17 f7790dc9fd0f: Waiting 09:07:17 1860925334f9: Waiting 09:07:17 94e5ff4c0b15: Verifying Checksum 09:07:17 94e5ff4c0b15: Download complete 09:07:17 3baa9cb2483b: Download complete 09:07:17 1860925334f9: Download complete 09:07:17 309017e8d7a4: Download complete 09:07:17 f7790dc9fd0f: Verifying Checksum 09:07:17 f7790dc9fd0f: Download complete 09:07:17 cac0ae9282c2: Verifying Checksum 09:07:17 cac0ae9282c2: Download complete 09:07:17 1f4cadf9a1ed: Download complete 09:07:20 f08d8e2a3ba1: Verifying Checksum 09:07:20 f08d8e2a3ba1: Download complete 09:07:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:07:21 f08d8e2a3ba1: Pull complete 09:07:21 3baa9cb2483b: Pull complete 09:07:21 94e5ff4c0b15: Pull complete 09:07:21 1860925334f9: Pull complete 09:07:26 2daf38717194: Verifying Checksum 09:07:26 2daf38717194: Download complete 09:07:28 Removing intermediate container ef522da1d07f 09:07:28 ---> 0b4802917c59 09:07:28 Step 11/22 : FROM alpine 09:07:28 latest: Pulling from library/alpine 09:07:28 b538f80385f9: Already exists 09:07:28 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:07:28 Status: Downloaded newer image for alpine:latest 09:07:28 ---> 62ee0e9f8440 09:07:28 Step 12/22 : ENV APP_PORT=49982 09:07:28 ---> Running in 8794be6baa7d 09:07:28 Removing intermediate container 8794be6baa7d 09:07:28 ---> 801cb453aa29 09:07:28 Step 13/22 : EXPOSE $APP_PORT 09:07:28 ---> Running in d5b2fd0dd8e2 09:07:29 Removing intermediate container d5b2fd0dd8e2 09:07:29 ---> 6d6c78a5883e 09:07:29 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:07:30 ---> eec79713eb90 09:07:30 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:07:31 ---> bdc0b2e17e28 09:07:31 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:07:31 ---> c1c5429a70ff 09:07:31 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:07:32 ---> Running in 77c613af34d1 09:07:32 Removing intermediate container 77c613af34d1 09:07:32 ---> 73b1cd415452 09:07:32 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:07:32 ---> Running in 6c5c6b42ff54 09:07:33 Removing intermediate container 6c5c6b42ff54 09:07:33 ---> 4318c216eea0 09:07:33 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:07:33 ---> Running in 5a5cea4c041f 09:07:33 Removing intermediate container 5a5cea4c041f 09:07:33 ---> d99303f7058a 09:07:33 Step 20/22 : LABEL arch=arm64 09:07:33 ---> Running in f9cdc03d0239 09:07:34 Removing intermediate container f9cdc03d0239 09:07:34 ---> c4e6e81beb8f 09:07:34 Step 21/22 : LABEL git_sha=8df287fcd07771fdf0ce1393637aadf009909ff7 09:07:34 ---> Running in 8f39e8594c40 09:07:34 Removing intermediate container 8f39e8594c40 09:07:34 ---> a38f15f2eae2 09:07:34 Step 22/22 : LABEL version=0.0.0 09:07:34 ---> Running in 46a71b60982e 09:07:35 Removing intermediate container 46a71b60982e 09:07:35 ---> 8d037fcd74a6 09:07:35 [Warning] One or more build-args [ARCH] were not consumed 09:07:35 Successfully built 8d037fcd74a6 09:07:35 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 09:07:44 2daf38717194: Pull complete 09:07:44 309017e8d7a4: Pull complete 09:07:44 f7790dc9fd0f: Pull complete 09:07:44 cac0ae9282c2: Pull complete 09:07:44 1f4cadf9a1ed: Pull complete 09:07:44 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 09:07:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 09:07:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:07:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:07:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:07:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 09:07:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 09:07:48 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1429 kB] 09:07:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 09:07:48 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 09:07:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [901 kB] 09:07:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 09:07:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1385 kB] 09:07:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 09:07:48 Fetched 5342 kB in 2s (3309 kB/s) 09:07:50 Reading package lists... 09:07:51 Still waiting to schedule task 09:07:51 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 09:07:53 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 09:07:53 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:07:53 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:07:54 0% [1 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 09:07:55 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 58% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 09:07:57 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 09:07:58 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 54% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 09:07:58 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 78% Building dependency tree 09:07:58 Reading state information... 0% Reading state information... 0% Reading state information... Done 09:07:59 The following packages were automatically installed and are no longer required: 09:07:59 libjq1 libonig4 09:07:59 Use 'sudo apt autoremove' to remove them. 09:07:59 Suggested packages: 09:07:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:07:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 09:07:59 diffutils-doc perl-doc libterm-readline-gnu-perl 09:07:59 | libterm-readline-perl-perl 09:07:59 The following NEW packages will be installed: 09:07:59 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 09:07:59 libperl5.26 make netbase patch perl perl-modules-5.26 09:07:59 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. 09:07:59 Need to get 12.0 MB of archives. 09:07:59 After this operation, 77.5 MB of additional disk space will be used. 09:07:59 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] 09:08:00 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 532 kB/2763 kB 19%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 09:08:00 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 09:08:00 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 09:08:00 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] 09:08:00 48% [5 perl 20.3 kB/201 kB 10%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 09:08:00 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 09:08:00 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 09:08:00 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 09:08:00 57% [9 libcurl3-gnutls 0 B/213 kB 0%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:08:00 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:08:00 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:08:00 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] 09:08:00 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] 09:08:00 98% [14 patch 5557 B/102 kB 5%] 100% [Working] Fetched 12.0 MB in 1s (8245 kB/s) 09:08:01 debconf: delaying package configuration, since apt-utils is not installed 09:08:01 Selecting previously unselected package perl-modules-5.26. 09:08:01 (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.) 09:08:01 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:08:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:08:02 Selecting previously unselected package libgdbm5:amd64. 09:08:02 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 09:08:02 Unpacking libgdbm5:amd64 (1.14.1-6) ... 09:08:02 Selecting previously unselected package libgdbm-compat4:amd64. 09:08:02 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 09:08:02 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 09:08:02 Selecting previously unselected package libperl5.26:amd64. 09:08:02 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 09:08:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:08:02 Selecting previously unselected package perl. 09:08:02 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 09:08:02 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:08:02 Selecting previously unselected package less. 09:08:02 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 09:08:02 Unpacking less (487-0.1) ... 09:08:02 Selecting previously unselected package netbase. 09:08:02 Preparing to unpack .../06-netbase_5.4_all.deb ... 09:08:02 Unpacking netbase (5.4) ... 09:08:02 Selecting previously unselected package curl. 09:08:02 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 09:08:02 Unpacking curl (7.58.0-2ubuntu3.10) ... 09:08:02 Selecting previously unselected package libcurl3-gnutls:amd64. 09:08:02 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 09:08:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 09:08:03 Selecting previously unselected package liberror-perl. 09:08:03 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 09:08:03 Unpacking liberror-perl (0.17025-1) ... 09:08:03 Selecting previously unselected package git-man. 09:08:03 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:08:03 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:08:03 Selecting previously unselected package git. 09:08:03 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:08:03 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:08:04 Selecting previously unselected package make. 09:08:04 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 09:08:04 Unpacking make (4.1-9.1ubuntu1) ... 09:08:04 Selecting previously unselected package patch. 09:08:04 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:08:04 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:08:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:08:04 Setting up less (487-0.1) ... 09:08:04 Setting up make (4.1-9.1ubuntu1) ... 09:08:04 Setting up curl (7.58.0-2ubuntu3.10) ... 09:08:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 09:08:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:08:04 Setting up libgdbm5:amd64 (1.14.1-6) ... 09:08:04 Setting up patch (2.7.6-2ubuntu1.1) ... 09:08:04 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 09:08:04 Setting up netbase (5.4) ... 09:08:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:08:04 Setting up perl (5.26.1-6ubuntu0.3) ... 09:08:04 Setting up liberror-perl (0.17025-1) ... 09:08:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:08:04 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 09:08:04 Processing triggers for mime-support (3.60ubuntu1) ... 09:08:06 curl set to automatically installed. 09:08:06 git set to automatically installed. 09:08:06 git-man set to automatically installed. 09:08:06 less set to automatically installed. 09:08:06 libcurl3-gnutls set to automatically installed. 09:08:06 liberror-perl set to automatically installed. 09:08:06 libgdbm-compat4 set to automatically installed. 09:08:06 libgdbm5 set to automatically installed. 09:08:06 libperl5.26 set to automatically installed. 09:08:06 make set to automatically installed. 09:08:06 netbase set to automatically installed. 09:08:06 patch set to automatically installed. 09:08:06 perl set to automatically installed. 09:08:06 perl-modules-5.26 set to automatically installed. 09:08:06 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:08:06 Please ensure the environment is properly setup before continuing. 09:08:06 Ignore this message if the appropriate measures have already been taken 09:08:07 Pulling go  09:08:08 'device-mqtt' has dependencies that need to be staged: go 09:08:08 Skipping pull go (already ran) 09:08:08 Building go  09:08:08 % Total % Received % Xferd Average Speed Time Time Time Current 09:08:08 Dload Upload Total Spent Left Speed 09:08:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 41 115M 41 47.5M 0 0 52.3M 0 0:00:02 --:--:-- 0:00:02 52.3M 95 115M 95 110M 0 0 57.2M 0 0:00:02 0:00:01 0:00:01 57.2M 100 115M 100 115M 0 0 57.9M 0 0:00:01 0:00:01 --:--:-- 57.9M 09:08:10 go1.15.2.linux-amd64.tar.gz: OK 09:08:17 Staging go  09:08:18 Pulling device-mqtt  09:08:19 Skipping build go (already ran) 09:08:19 Building device-mqtt  09:08:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 09:08:19 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 09:08:19 go: downloading github.com/spf13/cast v1.3.0 09:08:19 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:08:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:08:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:08:20 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:08:20 go: downloading github.com/go-kit/kit v0.8.0 09:08:20 go: downloading github.com/google/uuid v1.1.1 09:08:20 go: downloading github.com/gorilla/mux v1.7.1 09:08:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 09:08:20 go: downloading gopkg.in/yaml.v2 v2.2.8 09:08:20 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 09:08:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:08:20 go: downloading github.com/OneOfOne/xxhash v1.2.6 09:08:20 go: downloading github.com/pkg/errors v0.8.1 09:08:20 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 09:08:20 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 09:08:20 go: downloading github.com/pelletier/go-toml v1.2.0 09:08:20 go: downloading github.com/BurntSushi/toml v0.3.1 09:08:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:08:20 go: downloading github.com/hashicorp/consul/api v1.1.0 09:08:20 go: downloading github.com/x448/float16 v0.8.4 09:08:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:08:20 go: downloading github.com/mitchellh/copystructure v1.0.0 09:08:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:08:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:08:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:08:20 go: downloading github.com/hashicorp/serf v0.8.2 09:08:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:08:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:08:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:08:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:08:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:08:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:08:30 Skipping stage go (already ran) 09:08:30 Staging device-mqtt  09:08:30 Priming go  09:08:31 Priming device-mqtt  09:08:32 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 09:08:32 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 09:08:32 Determining the version from the project repo (version-script). 09:08:32 The version has been set to 'local-dev-20200917+8df287f' 09:08:33 Snapping | Snapping / Snapping - Snapping \ Snapping | 09:08:33 Snapped edgex-device-mqtt_local-dev-20200917+8df287f_amd64.snap [Pipeline] } 09:08:35 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] } 09:10:27 Running on prd-ubuntu18.04-docker-arm64-16c-16g-196 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 09:10:27 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:10:31 using credential edgex-jenkins-ssh 09:10:31 Cloning the remote Git repository 09:10:31 Cloning with configured refspecs honoured and without tags 09:10:31 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:10:31 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:10:31 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:10:31 > git --version # timeout=10 09:10:31 > git --version # 'git version 2.17.1' 09:10:31 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:10:32 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:10:32 Fetching without tags 09:10:32 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 8df287fcd07771fdf0ce1393637aadf009909ff7 09:10:32 Merge succeeded, producing 8df287fcd07771fdf0ce1393637aadf009909ff7 09:10:32 Checking out Revision 8df287fcd07771fdf0ce1393637aadf009909ff7 (PR-169) 09:10:32 > git config --add remote.origin.fetch +refs/pull/169/head:refs/remotes/origin/PR-169 # timeout=10 09:10:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:10:32 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:10:32 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:10:32 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/169/head:refs/remotes/origin/PR-169 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:10:32 > git config core.sparsecheckout # timeout=10 09:10:32 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:10:32 > git remote # timeout=10 09:10:32 > git config --get remote.origin.url # timeout=10 09:10:32 using GIT_SSH to set credentials SSH Credentials for GitHub 09:10:32 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:10:32 > git rev-parse HEAD^{commit} # timeout=10 09:10:32 > git config core.sparsecheckout # timeout=10 09:10:32 > git checkout -f 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 09:10:37 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:38 + find /w/workspace/device-mqtt-go/4 09:10:38 + grep snapcraft.yaml 09:10:38 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:10:38 provisioning config files... 09:10:38 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config6487309733417836361tmp [Pipeline] { [Pipeline] sh 09:10:39 + cp /w/workspace/device-mqtt-go/4@tmp/config6487309733417836361tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh 09:10:39 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/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 09:10:40 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 09:10:40 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 09:10:40 237528ba509b: Pulling fs layer 09:10:40 393b96f31d8b: Pulling fs layer 09:10:40 4d82b0e39008: Pulling fs layer 09:10:40 e7ca375b8d34: Pulling fs layer 09:10:40 418f656485bb: Pulling fs layer 09:10:40 e7ca375b8d34: Waiting 09:10:40 aebe8db9254c: Pulling fs layer 09:10:40 4f5f7b207d3f: Pulling fs layer 09:10:40 418f656485bb: Waiting 09:10:40 d19ca6af091a: Pulling fs layer 09:10:40 16b5a0711add: Pulling fs layer 09:10:40 4f5f7b207d3f: Waiting 09:10:40 16b5a0711add: Waiting 09:10:40 4d82b0e39008: Verifying Checksum 09:10:40 4d82b0e39008: Download complete 09:10:40 393b96f31d8b: Verifying Checksum 09:10:40 393b96f31d8b: Download complete 09:10:40 e7ca375b8d34: Verifying Checksum 09:10:40 e7ca375b8d34: Download complete 09:10:40 aebe8db9254c: Verifying Checksum 09:10:40 aebe8db9254c: Download complete 09:10:40 4f5f7b207d3f: Download complete 09:10:40 d19ca6af091a: Verifying Checksum 09:10:40 d19ca6af091a: Download complete 09:10:42 16b5a0711add: Download complete 09:10:43 237528ba509b: Verifying Checksum 09:10:43 237528ba509b: Download complete 09:10:46 237528ba509b: Pull complete 09:10:46 393b96f31d8b: Pull complete 09:10:47 4d82b0e39008: Pull complete 09:10:47 e7ca375b8d34: Pull complete 09:10:55 418f656485bb: Verifying Checksum 09:10:55 418f656485bb: Download complete 09:11:42 418f656485bb: Pull complete 09:11:42 aebe8db9254c: Pull complete 09:11:42 4f5f7b207d3f: Pull complete 09:11:42 d19ca6af091a: Pull complete 09:11:42 16b5a0711add: Pull complete 09:11:42 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 09:11:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 09:11:43 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 09:11:43 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 09:11:43 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 09:11:43 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 09:11:44 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] 09:11:44 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1264 kB] 09:11:45 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [672 kB] 09:11:45 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [787 kB] 09:11:45 Fetched 3917 kB in 2s (1808 kB/s) 09:11:49 Reading package lists... 09:12:02 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 09:12:02 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 09:12:02 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 09:12:02 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 09:12:07 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 11% Reading package lists... 33% Reading package lists... 56% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 77% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 09:12:12 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 09:12:17 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 26% Reading package lists... 45% Reading package lists... 65% 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... 83% 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 09:12:18 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 12% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 09:12:18 Reading state information... 0% Reading state information... 0% Reading state information... Done 09:12:19 The following packages were automatically installed and are no longer required: 09:12:19 libjq1 libonig4 09:12:19 Use 'sudo apt autoremove' to remove them. 09:12:19 Suggested packages: 09:12:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:12:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 09:12:19 diffutils-doc perl-doc libterm-readline-gnu-perl 09:12:19 | libterm-readline-perl-perl 09:12:19 The following NEW packages will be installed: 09:12:19 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 09:12:19 libperl5.26 make netbase patch perl perl-modules-5.26 09:12:19 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. 09:12:19 Need to get 10.8 MB of archives. 09:12:19 After this operation, 73.6 MB of additional disk space will be used. 09:12:19 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] 09:12:20 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 663 kB/2763 kB 24%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 09:12:20 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] 09:12:20 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 09:12:20 25% [4 libperl5.26 0 B/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 09:12:20 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 09:12:21 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 09:12:21 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Waiting for headers] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 09:12:21 58% [8 curl 47.7 kB/152 kB 31%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 09:12:21 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] 09:12:21 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:12:21 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 09:12:21 72% [12 git 41.0 kB/2952 kB 1%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 09:12:21 96% [13 make 65.5 kB/139 kB 47%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 09:12:21 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (7956 kB/s) 09:12:21 debconf: delaying package configuration, since apt-utils is not installed 09:12:21 Selecting previously unselected package perl-modules-5.26. 09:12:21 (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.) 09:12:21 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:12:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:12:23 Selecting previously unselected package libgdbm5:arm64. 09:12:23 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 09:12:23 Unpacking libgdbm5:arm64 (1.14.1-6) ... 09:12:23 Selecting previously unselected package libgdbm-compat4:arm64. 09:12:23 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 09:12:23 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 09:12:23 Selecting previously unselected package libperl5.26:arm64. 09:12:23 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 09:12:23 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:12:25 Selecting previously unselected package perl. 09:12:25 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 09:12:25 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:12:25 Selecting previously unselected package less. 09:12:25 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 09:12:25 Unpacking less (487-0.1) ... 09:12:25 Selecting previously unselected package netbase. 09:12:25 Preparing to unpack .../06-netbase_5.4_all.deb ... 09:12:25 Unpacking netbase (5.4) ... 09:12:25 Selecting previously unselected package curl. 09:12:25 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 09:12:25 Unpacking curl (7.58.0-2ubuntu3.10) ... 09:12:25 Selecting previously unselected package libcurl3-gnutls:arm64. 09:12:25 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 09:12:25 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 09:12:25 Selecting previously unselected package liberror-perl. 09:12:25 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 09:12:25 Unpacking liberror-perl (0.17025-1) ... 09:12:25 Selecting previously unselected package git-man. 09:12:25 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:12:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:12:26 Selecting previously unselected package git. 09:12:26 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 09:12:26 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:12:27 Selecting previously unselected package make. 09:12:27 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 09:12:27 Unpacking make (4.1-9.1ubuntu1) ... 09:12:27 Selecting previously unselected package patch. 09:12:27 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 09:12:27 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:12:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:12:28 Setting up less (487-0.1) ... 09:12:28 Setting up make (4.1-9.1ubuntu1) ... 09:12:28 Setting up curl (7.58.0-2ubuntu3.10) ... 09:12:28 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 09:12:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:12:28 Setting up libgdbm5:arm64 (1.14.1-6) ... 09:12:28 Setting up patch (2.7.6-2ubuntu1.1) ... 09:12:28 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 09:12:28 Setting up netbase (5.4) ... 09:12:28 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:12:28 Setting up perl (5.26.1-6ubuntu0.3) ... 09:12:28 Setting up liberror-perl (0.17025-1) ... 09:12:28 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:12:28 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 09:12:29 Processing triggers for mime-support (3.60ubuntu1) ... 09:12:34 curl set to automatically installed. 09:12:34 git set to automatically installed. 09:12:34 git-man set to automatically installed. 09:12:34 less set to automatically installed. 09:12:34 libcurl3-gnutls set to automatically installed. 09:12:34 liberror-perl set to automatically installed. 09:12:34 libgdbm-compat4 set to automatically installed. 09:12:34 libgdbm5 set to automatically installed. 09:12:34 libperl5.26 set to automatically installed. 09:12:34 make set to automatically installed. 09:12:34 netbase set to automatically installed. 09:12:34 patch set to automatically installed. 09:12:34 perl set to automatically installed. 09:12:34 perl-modules-5.26 set to automatically installed. 09:12:34 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:12:34 Please ensure the environment is properly setup before continuing. 09:12:34 Ignore this message if the appropriate measures have already been taken 09:12:35 Pulling go  09:12:38 'device-mqtt' has dependencies that need to be staged: go 09:12:38 Skipping pull go (already ran) 09:12:38 Building go  09:12:38 % Total % Received % Xferd Average Speed Time Time Time Current 09:12:38 Dload Upload Total Spent Left Speed 09:12:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 93.2M 12 11.6M 0 0 23.0M 0 0:00:04 --:--:-- 0:00:04 22.9M 61 93.2M 61 57.0M 0 0 38.4M 0 0:00:02 0:00:01 0:00:01 38.4M 100 93.2M 100 93.2M 0 0 41.5M 0 0:00:02 0:00:02 --:--:-- 41.5M 09:12:41 go1.15.2.linux-arm64.tar.gz: OK 09:13:00 Staging go  09:13:02 Pulling device-mqtt  09:13:07 Skipping build go (already ran) 09:13:07 Building device-mqtt  09:13:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 09:13:07 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 09:13:07 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:13:07 go: downloading github.com/spf13/cast v1.3.0 09:13:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:13:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:13:07 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:13:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 09:13:07 go: downloading github.com/gorilla/mux v1.7.1 09:13:07 go: downloading github.com/go-kit/kit v0.8.0 09:13:07 go: downloading github.com/google/uuid v1.1.1 09:13:07 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 09:13:07 go: downloading github.com/OneOfOne/xxhash v1.2.6 09:13:07 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 09:13:07 go: downloading github.com/pkg/errors v0.8.1 09:13:07 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 09:13:07 go: downloading github.com/pelletier/go-toml v1.2.0 09:13:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:13:07 go: downloading github.com/BurntSushi/toml v0.3.1 09:13:08 go: downloading gopkg.in/yaml.v2 v2.2.8 09:13:08 go: downloading github.com/hashicorp/consul/api v1.1.0 09:13:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:13:08 go: downloading github.com/x448/float16 v0.8.4 09:13:08 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:13:08 go: downloading github.com/mitchellh/copystructure v1.0.0 09:13:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:13:08 go: downloading github.com/hashicorp/serf v0.8.2 09:13:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:13:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:13:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:13:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:13:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:13:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:13:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:13:27 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:13:42 Skipping stage go (already ran) 09:13:42 Staging device-mqtt  09:13:44 Priming go  09:13:48 Priming device-mqtt  09:13:51 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 09:13:51 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 09:13:51 Determining the version from the project repo (version-script). 09:13:51 The version has been set to 'local-dev-20200917+8df287f' 09:13:52 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 09:13:52 Snapped edgex-device-mqtt_local-dev-20200917+8df287f_arm64.snap [Pipeline] } 09:13:55 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 09:13:56 provisioning config files... 09:13:56 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config4404597367100352872tmp [Pipeline] { [Pipeline] sh 09:13:57 + curl -s https://codecov.io/bash 09:13:57 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config4404597367100352872tmp [Pipeline] } 09:13:57 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 09:13:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:14:00 ---> package-listing.sh 09:14:00 ++ facter osfamily 09:14:00 ++ tr '[:upper:]' '[:lower:]' 09:14:00 + OS_FAMILY=redhat 09:14:00 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-169 09:14:00 + START_PACKAGES=/tmp/packages_start.txt 09:14:00 + END_PACKAGES=/tmp/packages_end.txt 09:14:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:14:00 + PACKAGES=/tmp/packages_start.txt 09:14:00 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' 09:14:00 + PACKAGES=/tmp/packages_end.txt 09:14:00 + case "${OS_FAMILY}" in 09:14:00 + rpm -qa 09:14:00 + sort 09:14:04 + '[' -f /tmp/packages_start.txt ']' 09:14:04 + '[' -f /tmp/packages_end.txt ']' 09:14:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:14:04 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' 09:14:04 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ 09:14:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [Pipeline] isUnix [Pipeline] sh 09:14:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:14:05 09:14:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:14:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:14:05 alpine: Pulling from edgex-lftools-log-publisher 09:14:05 df20fa9351a1: Pulling fs layer 09:14:05 36b3adc4ff6f: Pulling fs layer 09:14:05 8ad3a11d3b57: Pulling fs layer 09:14:05 46f8f816bc3b: Pulling fs layer 09:14:05 0dadc02b9964: Pulling fs layer 09:14:05 ce6a7cf60c04: Pulling fs layer 09:14:05 7a184a31f384: Pulling fs layer 09:14:05 0879bd2ef858: Pulling fs layer 09:14:05 0dadc02b9964: Waiting 09:14:05 ce6a7cf60c04: Waiting 09:14:05 7a184a31f384: Waiting 09:14:05 0879bd2ef858: Waiting 09:14:05 46f8f816bc3b: Waiting 09:14:05 36b3adc4ff6f: Verifying Checksum 09:14:05 36b3adc4ff6f: Download complete 09:14:05 46f8f816bc3b: Verifying Checksum 09:14:05 46f8f816bc3b: Download complete 09:14:05 df20fa9351a1: Verifying Checksum 09:14:05 df20fa9351a1: Download complete 09:14:06 ce6a7cf60c04: Verifying Checksum 09:14:06 ce6a7cf60c04: Download complete 09:14:06 7a184a31f384: Download complete 09:14:06 0dadc02b9964: Verifying Checksum 09:14:06 0dadc02b9964: Download complete 09:14:06 8ad3a11d3b57: Verifying Checksum 09:14:06 8ad3a11d3b57: Download complete 09:14:06 df20fa9351a1: Pull complete 09:14:06 36b3adc4ff6f: Pull complete 09:14:07 0879bd2ef858: Verifying Checksum 09:14:07 0879bd2ef858: Download complete 09:14:08 8ad3a11d3b57: Pull complete 09:14:08 46f8f816bc3b: Pull complete 09:14:08 0dadc02b9964: Pull complete 09:14:08 ce6a7cf60c04: Pull complete 09:14:08 7a184a31f384: Pull complete 09:14:13 0879bd2ef858: Pull complete 09:14:13 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 09:14:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:14:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:14:13 prd-centos7-docker-4c-2g-172 does not seem to be running inside a container 09:14:13 $ 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-169 -v /w/workspace/gexfoundry_device-mqtt-go_PR-169:/w/workspace/gexfoundry_device-mqtt-go_PR-169:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:14:17 $ docker top 8b495a45e50e97e1171919e187707bcd16c35a8646f0d8290f5210022f700394 -eo pid,comm [Pipeline] { [Pipeline] sh 09:14:18 + mkdir -p /var/log/sa [Pipeline] sh 09:14:18 + ls /var/log/sa-host 09:14:18 + sadf -c /var/log/sa-host/sa05 09:14:18 file_magic: OK 09:14:18 HZ: Using current value: 100 09:14:18 file_header: OK 09:14:18 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 09:14:18 Statistics: 09:14:18 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:14:18 File successfully converted to sysstat format version 12.2.1 09:14:18 + sadf -c /var/log/sa-host/sa17 09:14:18 file_magic: OK 09:14:18 HZ: Using current value: 100 09:14:18 file_header: OK 09:14:18 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 09:14:18 Statistics: 09:14:18 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...Hnuu...uuuununununu... 09:14:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:14:18 provisioning config files... 09:14:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config6480627029342602587tmp [Pipeline] { [Pipeline] echo 09:14:18 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:14:19 ---> create-netrc.sh [Pipeline] echo 09:14:19 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:14:19 ---> logs-deploy.sh 09:14:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-169/4 09:14:19 INFO: archiving workspace using pattern(s): 09:14:21 Archives upload complete. 09:14:21 INFO: archiving logs to Nexus 09:14:22 ---> uname -a: 09:14:22 Linux 8b495a45e50e 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:14:22 09:14:22 09:14:22 ---> lscpu: 09:14:22 Architecture: x86_64 09:14:22 CPU op-mode(s): 32-bit, 64-bit 09:14:22 Byte Order: Little Endian 09:14:22 Address sizes: 40 bits physical, 48 bits virtual 09:14:22 CPU(s): 4 09:14:22 On-line CPU(s) list: 0-3 09:14:22 Thread(s) per core: 1 09:14:22 Core(s) per socket: 1 09:14:22 Socket(s): 4 09:14:22 NUMA node(s): 1 09:14:22 Vendor ID: GenuineIntel 09:14:22 CPU family: 6 09:14:22 Model: 44 09:14:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:14:22 Stepping: 1 09:14:22 CPU MHz: 2933.438 09:14:22 BogoMIPS: 5866.87 09:14:22 Virtualization: VT-x 09:14:22 Hypervisor vendor: KVM 09:14:22 Virtualization type: full 09:14:22 L1d cache: 128 KiB 09:14:22 L1i cache: 128 KiB 09:14:22 L2 cache: 16 MiB 09:14:22 L3 cache: 64 MiB 09:14:22 NUMA node0 CPU(s): 0-3 09:14:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:14:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:14:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:14:22 Vulnerability Meltdown: Mitigation; PTI 09:14:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:14:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:14:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:14:22 Vulnerability Tsx async abort: Not affected 09:14:22 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 09:14:22 09:14:22 09:14:22 ---> nproc: 09:14:22 4 09:14:22 09:14:22 09:14:22 ---> df -h: 09:14:22 Filesystem Size Used Available Use% Mounted on 09:14:22 overlay 50.0G 6.6G 43.4G 13% / 09:14:22 tmpfs 64.0M 0 64.0M 0% /dev 09:14:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:14:22 shm 64.0M 0 64.0M 0% /dev/shm 09:14:22 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/resolv.conf 09:14:22 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hostname 09:14:22 /dev/vda1 50.0G 6.6G 43.4G 13% /etc/hosts 09:14:22 /dev/vda1 50.0G 6.6G 43.4G 13% /var/log/sa-host 09:14:22 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/gexfoundry_device-mqtt-go_PR-169 09:14:22 /dev/vda1 50.0G 6.6G 43.4G 13% /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp 09:14:22 09:14:22 09:14:22 ---> free -m: 09:14:22 total used free shared buff/cache available 09:14:22 Mem: 1837 583 113 0 1140 1148 09:14:22 Swap: 1023 0 1023 09:14:22 09:14:22 09:14:22 ---> ip addr: 09:14:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:14:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:14:22 inet 127.0.0.1/8 scope host lo 09:14:22 valid_lft forever preferred_lft forever 09:14:22 6: eth0@if7: mtu 1458 qdisc noqueue state UP 09:14:22 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 09:14:22 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 09:14:22 valid_lft forever preferred_lft forever 09:14:22 09:14:22 09:14:22 ---> sar -b -r -n DEV: 09:14:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 09:14:22 09:14:22 08:58:32 LINUX RESTART (4 CPU) 09:14:22 09:14:22 09:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:14:22 09:01:01 24.78 8.73 16.05 0.00 4153.56 1953.71 0.00 09:14:22 09:02:02 0.53 0.07 0.46 0.00 1.45 8.86 0.00 09:14:22 09:03:01 0.25 0.00 0.25 0.00 0.00 3.16 0.00 09:14:22 09:04:01 0.30 0.00 0.30 0.00 0.00 3.86 0.00 09:14:22 09:05:01 0.28 0.00 0.28 0.00 0.00 3.66 0.00 09:14:22 09:06:01 0.32 0.02 0.30 0.00 0.13 4.26 0.00 09:14:22 09:07:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 09:14:22 09:08:01 0.17 0.00 0.17 0.00 0.00 2.43 0.00 09:14:22 09:09:01 0.27 0.00 0.27 0.00 0.00 3.87 0.00 09:14:22 09:10:02 0.27 0.00 0.27 0.00 0.00 2.57 0.00 09:14:22 09:11:01 0.22 0.00 0.22 0.00 0.00 2.05 0.00 09:14:22 09:12:01 0.22 0.00 0.22 0.00 0.00 3.85 0.00 09:14:22 09:13:01 0.23 0.00 0.23 0.00 0.00 3.75 0.00 09:14:22 09:14:01 16.61 16.23 0.38 0.00 1354.19 6.49 0.00 09:14:22 Average: 3.19 1.79 1.40 0.00 394.33 143.49 0.00 09:14:22 09:14:22 09:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:14:22 09:01:01 179712 0 513184 27.27 2620 1186040 1062164 36.25 372432 1167920 20 09:14:22 09:02:02 192548 0 500176 26.58 2620 1186212 970752 33.13 365908 1164632 24 09:14:22 09:03:01 190452 0 502296 26.70 2620 1186188 970800 33.13 367908 1164020 12 09:14:22 09:04:01 190232 0 502512 26.71 2620 1186192 970860 33.13 372920 1159384 8 09:14:22 09:05:01 188512 0 504228 26.80 2620 1186196 970896 33.13 390864 1143388 8 09:14:22 09:06:01 190580 0 502152 26.69 2620 1186204 970512 33.12 388704 1143388 8 09:14:22 09:07:01 189508 0 503220 26.74 2620 1186208 970896 33.13 387852 1145764 8 09:14:22 09:08:01 189180 0 503544 26.76 2620 1186212 970920 33.14 387924 1145764 8 09:14:22 09:09:01 189836 0 502880 26.73 2620 1186220 970836 33.13 387668 1145764 8 09:14:22 09:10:02 190252 0 502460 26.70 2620 1186224 970740 33.13 381284 1151532 8 09:14:22 09:11:01 190216 0 502492 26.71 2620 1186228 970800 33.13 381624 1151532 8 09:14:22 09:12:01 189408 0 503296 26.75 2620 1186232 970936 33.14 382120 1151532 8 09:14:22 09:13:01 188924 0 503772 26.77 2620 1186240 970996 33.14 382580 1151536 12 09:14:22 09:14:01 134344 0 514780 27.36 2620 1229812 996588 34.01 388996 1194580 148 09:14:22 Average: 185265 0 504357 26.81 2620 1189315 979193 33.42 381342 1155767 21 09:14:22 09:14:22 09:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:14:22 09:01:01 eth0 64.75 49.09 340.33 38.08 0.00 0.00 0.00 0.00 09:14:22 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:01:01 docker0 1.68 1.50 0.33 3.58 0.00 0.00 0.00 0.00 09:14:22 09:02:02 eth0 2.89 0.36 0.47 0.17 0.00 0.00 0.00 0.00 09:14:22 09:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:03:01 eth0 4.46 0.57 0.88 0.41 0.00 0.00 0.00 0.00 09:14:22 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:04:01 eth0 1.90 0.50 0.65 0.36 0.00 0.00 0.00 0.00 09:14:22 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:05:01 eth0 2.04 0.68 0.74 0.49 0.00 0.00 0.00 0.00 09:14:22 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:06:01 eth0 2.75 0.08 0.25 0.04 0.00 0.00 0.00 0.00 09:14:22 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:07:01 eth0 2.88 1.00 1.19 0.78 0.00 0.00 0.00 0.00 09:14:22 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:08:01 eth0 2.13 0.58 0.64 0.40 0.00 0.00 0.00 0.00 09:14:22 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:09:01 eth0 1.10 0.57 0.57 0.40 0.00 0.00 0.00 0.00 09:14:22 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:10:02 eth0 1.58 0.15 0.20 0.07 0.00 0.00 0.00 0.00 09:14:22 09:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:11:01 eth0 1.46 0.32 0.41 0.20 0.00 0.00 0.00 0.00 09:14:22 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:12:01 eth0 1.32 0.35 0.36 0.20 0.00 0.00 0.00 0.00 09:14:22 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:13:01 eth0 2.18 0.90 0.89 0.59 0.00 0.00 0.00 0.00 09:14:22 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:14:01 eth0 11.22 7.79 7.49 14.00 0.00 0.00 0.00 0.00 09:14:22 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 Average: eth0 7.34 4.50 25.42 4.02 0.00 0.00 0.00 0.00 09:14:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:14:22 Average: docker0 0.12 0.11 0.02 0.26 0.00 0.00 0.00 0.00 09:14:22 09:14:22 09:14:22 ---> sar -P ALL: 09:14:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 09:14:22 09:14:22 08:58:32 LINUX RESTART (4 CPU) 09:14:22 09:14:22 09:00:01 CPU %user %nice %system %iowait %steal %idle 09:14:22 09:01:01 all 2.00 0.00 1.83 0.43 6.96 88.78 09:14:22 09:01:01 0 1.55 0.00 1.74 0.68 7.58 88.46 09:14:22 09:01:01 1 2.00 0.00 1.49 0.26 7.16 89.09 09:14:22 09:01:01 2 2.10 0.00 2.23 0.39 6.73 88.55 09:14:22 09:01:01 3 2.35 0.00 1.87 0.39 6.37 89.02 09:14:22 09:02:02 all 0.39 0.00 0.20 0.00 2.10 97.32 09:14:22 09:02:02 0 0.81 0.00 0.13 0.00 1.81 97.25 09:14:22 09:02:02 1 0.35 0.00 0.23 0.00 2.45 96.98 09:14:22 09:02:02 2 0.25 0.00 0.31 0.00 2.32 97.12 09:14:22 09:02:02 3 0.15 0.00 0.12 0.00 1.81 97.93 09:14:22 09:03:01 all 0.16 0.00 0.05 0.00 1.10 98.68 09:14:22 09:03:01 0 0.20 0.00 0.02 0.00 0.76 99.02 09:14:22 09:03:01 1 0.05 0.00 0.10 0.00 0.99 98.86 09:14:22 09:03:01 2 0.32 0.00 0.07 0.00 1.69 97.92 09:14:22 09:03:01 3 0.08 0.00 0.03 0.00 0.96 98.92 09:14:22 09:04:01 all 0.06 0.00 0.04 0.00 0.88 99.01 09:14:22 09:04:01 0 0.02 0.00 0.02 0.00 0.51 99.45 09:14:22 09:04:01 1 0.10 0.00 0.03 0.02 1.35 98.50 09:14:22 09:04:01 2 0.07 0.00 0.02 0.00 1.25 98.66 09:14:22 09:04:01 3 0.07 0.00 0.10 0.00 0.38 99.45 09:14:22 09:05:01 all 0.08 0.00 0.04 0.00 0.92 98.96 09:14:22 09:05:01 0 0.03 0.00 0.02 0.00 0.41 99.54 09:14:22 09:05:01 1 0.25 0.00 0.03 0.00 1.93 97.79 09:14:22 09:05:01 2 0.03 0.00 0.03 0.00 0.83 99.11 09:14:22 09:05:01 3 0.02 0.00 0.08 0.00 0.48 99.42 09:14:22 09:06:01 all 0.07 0.00 0.02 0.00 0.84 99.07 09:14:22 09:06:01 0 0.03 0.00 0.02 0.00 1.01 98.94 09:14:22 09:06:01 1 0.02 0.00 0.03 0.00 1.15 98.80 09:14:22 09:06:01 2 0.02 0.00 0.02 0.00 0.50 99.47 09:14:22 09:06:01 3 0.20 0.00 0.03 0.00 0.70 99.07 09:14:22 09:07:01 all 0.13 0.00 0.02 0.00 0.20 99.64 09:14:22 09:07:01 0 0.10 0.00 0.05 0.00 0.27 99.58 09:14:22 09:07:01 1 0.05 0.00 0.00 0.00 0.13 99.82 09:14:22 09:07:01 2 0.03 0.00 0.03 0.00 0.18 99.75 09:14:22 09:07:01 3 0.33 0.00 0.02 0.02 0.23 99.40 09:14:22 09:08:01 all 0.11 0.00 0.04 0.00 0.10 99.75 09:14:22 09:08:01 0 0.02 0.00 0.03 0.00 0.05 99.90 09:14:22 09:08:01 1 0.02 0.00 0.03 0.00 0.03 99.92 09:14:22 09:08:01 2 0.05 0.00 0.07 0.00 0.10 99.78 09:14:22 09:08:01 3 0.35 0.00 0.03 0.00 0.23 99.38 09:14:22 09:09:01 all 0.14 0.00 0.08 0.00 0.87 98.91 09:14:22 09:09:01 0 0.12 0.00 0.10 0.00 1.16 98.62 09:14:22 09:09:01 1 0.08 0.00 0.08 0.00 0.70 99.14 09:14:22 09:09:01 2 0.05 0.00 0.10 0.00 0.83 99.02 09:14:22 09:09:01 3 0.31 0.00 0.05 0.00 0.78 98.86 09:14:22 09:10:02 all 0.19 0.00 0.19 0.00 1.56 98.06 09:14:22 09:10:02 0 0.12 0.00 0.13 0.00 1.28 98.47 09:14:22 09:10:02 1 0.17 0.00 0.18 0.00 1.84 97.81 09:14:22 09:10:02 2 0.30 0.00 0.25 0.00 1.89 97.56 09:14:22 09:10:02 3 0.18 0.00 0.18 0.00 1.25 98.39 09:14:22 09:11:01 all 0.12 0.00 0.04 0.00 0.83 99.01 09:14:22 09:11:01 0 0.07 0.00 0.07 0.00 1.35 98.52 09:14:22 09:11:01 1 0.05 0.00 0.03 0.00 0.74 99.17 09:14:22 09:11:01 2 0.34 0.00 0.05 0.00 0.86 98.75 09:14:22 09:11:01 3 0.02 0.00 0.02 0.00 0.37 99.59 09:14:22 09:14:22 09:11:01 CPU %user %nice %system %iowait %steal %idle 09:14:22 09:12:01 all 0.15 0.00 0.03 0.00 0.52 99.31 09:14:22 09:12:01 0 0.03 0.00 0.02 0.00 0.73 99.22 09:14:22 09:12:01 1 0.07 0.00 0.02 0.00 0.37 99.55 09:14:22 09:12:01 2 0.23 0.00 0.05 0.00 0.47 99.25 09:14:22 09:12:01 3 0.25 0.00 0.05 0.00 0.50 99.20 09:14:22 09:13:01 all 0.13 0.00 0.03 0.00 0.13 99.71 09:14:22 09:13:01 0 0.02 0.00 0.02 0.00 0.08 99.88 09:14:22 09:13:01 1 0.03 0.00 0.02 0.00 0.05 99.90 09:14:22 09:13:01 2 0.07 0.00 0.05 0.00 0.27 99.62 09:14:22 09:13:01 3 0.42 0.00 0.03 0.00 0.12 99.43 09:14:22 09:14:01 all 0.50 0.00 0.24 0.28 0.39 98.60 09:14:22 09:14:01 0 0.58 0.00 0.35 0.07 0.32 98.68 09:14:22 09:14:01 1 0.50 0.00 0.12 0.07 0.20 99.12 09:14:22 09:14:01 2 0.28 0.00 0.23 0.47 0.65 98.37 09:14:22 09:14:01 3 0.62 0.00 0.27 0.52 0.38 98.21 09:14:22 Average: all 0.30 0.00 0.21 0.05 1.25 98.18 09:14:22 Average: 0 0.27 0.00 0.20 0.05 1.25 98.23 09:14:22 Average: 1 0.27 0.00 0.17 0.02 1.38 98.15 09:14:22 Average: 2 0.30 0.00 0.25 0.06 1.33 98.05 09:14:22 Average: 3 0.38 0.00 0.21 0.07 1.05 98.29 09:14:22 09:14:22 09:14:22