Pull request #169 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 70266732476b49b68ada54d8048c03bfdd404deb+f7b704da3e9a84fb10464ba1b2bdd449b0700fcc (89aea8a0d4cd29a180b0ac247f9fe8ed3e1e49af) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5861 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 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 Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --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 Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # 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 f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" First time build. Skipping changelog. > git rev-list --no-walk 8df287fcd07771fdf0ce1393637aadf009909ff7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:33:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:33:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:33:10 ========================================================= 09:33:10 EdgeX Global Pipelines Version Info 09:33:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:33:11 ------------------- 09:33:11 stable info: 09:33:11 ------------------- 09:33:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:33:11 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 09:33:11 Message: update stable to v1.0.144 09:33:12 ------------------- 09:33:12 experimental info: 09:33:12 ------------------- 09:33:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:33:12 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 09:33:12 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:33:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:33:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-169 [Pipeline] echo 09:33:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-169 [Pipeline] echo 09:33:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-169 [Pipeline] echo 09:33:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70266732476b49b68ada54d8048c03bfdd404deb [Pipeline] echo 09:33:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7026673 [Pipeline] echo 09:33:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:33:16 + git log --format=format:%s -1 70266732476b49b68ada54d8048c03bfdd404deb [Pipeline] echo 09:33:17 GIT_COMMIT: 70266732476b49b68ada54d8048c03bfdd404deb, Commit Message: Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0 [Pipeline] echo 09:33:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:33:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:33:18 09:33:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:33:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:33:18 latest: Pulling from edgex-devops/git-semver 09:33:18 31603596830f: Pulling fs layer 09:33:18 2a8b12db71e7: Pulling fs layer 09:33:18 6ca5941a6612: Pulling fs layer 09:33:18 ecc8261a40a4: Pulling fs layer 09:33:18 ecc8261a40a4: Waiting 09:33:18 2a8b12db71e7: Verifying Checksum 09:33:18 2a8b12db71e7: Download complete 09:33:18 31603596830f: Verifying Checksum 09:33:18 31603596830f: Download complete 09:33:18 ecc8261a40a4: Verifying Checksum 09:33:18 ecc8261a40a4: Download complete 09:33:18 6ca5941a6612: Verifying Checksum 09:33:18 6ca5941a6612: Download complete 09:33:19 31603596830f: Pull complete 09:33:19 2a8b12db71e7: Pull complete 09:33:19 6ca5941a6612: Pull complete 09:33:20 ecc8261a40a4: Pull complete 09:33:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:33:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:33:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:33:20 prd-centos7-docker-4c-2g-5861 does not seem to be running inside a container 09:33:20 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:33:22 $ docker top 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:33:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:33:22 [ssh-agent] Looking for ssh-agent implementation... 09:33:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:33:22 $ docker exec 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent 09:33:23 SSH_AUTH_SOCK=/tmp/ssh-zGTbjCsTBx2Y/agent.12 09:33:23 SSH_AGENT_PID=17 09:33:23 Running ssh-add (command line suppressed) 09:33:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_5457233394474475840.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_5457233394474475840.key) 09:33:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:33:23 + git tag --points-at HEAD [Pipeline] } 09:33:23 $ docker exec --env ******** --env ******** 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent -k 09:33:23 unset SSH_AUTH_SOCK; 09:33:23 unset SSH_AGENT_PID; 09:33:23 echo Agent pid 17 killed; 09:33:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:33:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:33:24 [ssh-agent] Looking for ssh-agent implementation... 09:33:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:33:24 $ docker exec 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent 09:33:24 SSH_AUTH_SOCK=/tmp/ssh-iNi0OjcySZ6t/agent.46 09:33:24 SSH_AGENT_PID=51 09:33:24 Running ssh-add (command line suppressed) 09:33:24 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_8094498061340595014.key (/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/private_key_8094498061340595014.key) 09:33:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:33:24 + git semver init 09:33:24 # -> Open(): unable to determine branch for HEAD 09:33:24 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.git 09:33:24 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-169 09:33:24 # $SEMVER_REMOTE_NAME = origin 09:33:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:33:24 # $SEMVER_USER_NAME = edgex-jenkins 09:33:24 # $SEMVER_BRANCH = PR-169 09:33:24 # $SEMVER_TEMP = /tmp/semver-729751980 09:33:24 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 09:33:25 # '/tmp/semver-729751980' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver' 09:33:25 # -> Force: false 09:33:25 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-169/.semver [Pipeline] } 09:33:25 $ docker exec --env ******** --env ******** 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 ssh-agent -k 09:33:25 unset SSH_AUTH_SOCK; 09:33:25 unset SSH_AGENT_PID; 09:33:25 echo Agent pid 51 killed; 09:33:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:33:25 + git semver [Pipeline] } 09:33:25 $ docker stop --time=1 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 09:33:27 $ docker rm -f 950a536fc5022cb9ac8dcaa92671987b0652d7b5c87f0885c2429332835d0445 [Pipeline] // withDockerContainer [Pipeline] sh 09:33:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:33:28 Stashed 1 file(s) [Pipeline] echo 09:33:28 [edgeXSemver]: initialized semver on 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:33:43 Still waiting to schedule task 09:33:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:33:43 Still waiting to schedule task 09:33:43 ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5862’ is offline 09:34:03 Running on prd-centos7-docker-4c-2g-5865 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 09:34:03 Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout 09:34:06 using credential edgex-jenkins-ssh 09:34:06 Cloning the remote Git repository 09:34:06 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:34:06 > git init /w/workspace/device-mqtt-go/6 # timeout=10 09:34:06 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:34:06 > git --version # timeout=10 09:34:06 > git --version # 'git version 2.16.5' 09:34:06 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:07 Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb 09:34:07 Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb 09:34:07 Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) 09:34:07 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:34:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:07 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:34:07 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:07 > git fetch --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:34:07 > git config core.sparsecheckout # timeout=10 09:34:07 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:34:07 > git remote # timeout=10 09:34:07 > git config --get remote.origin.url # timeout=10 09:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:07 > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 09:34:07 > git rev-parse HEAD^{commit} # timeout=10 09:34:07 > git config core.sparsecheckout # timeout=10 09:34:07 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:34:11 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:34:12 ========================================================= 09:34:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:34:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:34:13 + 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:34:13 Sending build context to Docker daemon 450kB 09:34:13 Step 1/8 : ARG BASE=golang:1.15-alpine 09:34:13 Step 2/8 : FROM ${BASE} 09:34:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:34:13 df20fa9351a1: Pulling fs layer 09:34:13 ed8968b2872e: Pulling fs layer 09:34:13 a92cc7c5fd73: Pulling fs layer 09:34:13 e871e8e8d7a9: Pulling fs layer 09:34:13 e73272ec9a57: Pulling fs layer 09:34:13 1e910a182e73: Pulling fs layer 09:34:13 4e634b169226: Pulling fs layer 09:34:13 e73272ec9a57: Waiting 09:34:13 1e910a182e73: Waiting 09:34:13 e871e8e8d7a9: Waiting 09:34:13 4e634b169226: Waiting 09:34:13 a92cc7c5fd73: Verifying Checksum 09:34:13 a92cc7c5fd73: Download complete 09:34:13 ed8968b2872e: Verifying Checksum 09:34:13 ed8968b2872e: Download complete 09:34:13 e73272ec9a57: Verifying Checksum 09:34:13 e73272ec9a57: Download complete 09:34:13 1e910a182e73: Verifying Checksum 09:34:13 1e910a182e73: Download complete 09:34:13 df20fa9351a1: Verifying Checksum 09:34:13 df20fa9351a1: Download complete 09:34:14 df20fa9351a1: Pull complete 09:34:14 ed8968b2872e: Pull complete 09:34:14 a92cc7c5fd73: Pull complete 09:34:16 4e634b169226: Verifying Checksum 09:34:16 4e634b169226: Download complete 09:34:16 e871e8e8d7a9: Verifying Checksum 09:34:16 e871e8e8d7a9: Download complete 09:34:22 e871e8e8d7a9: Pull complete 09:34:22 e73272ec9a57: Pull complete 09:34:22 1e910a182e73: Pull complete 09:34:28 4e634b169226: Pull complete 09:34:28 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:34:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:34:28 ---> f7629b54cfaa 09:34:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:34:28 ---> Running in 2035c9cade8a 09:34:29 Removing intermediate container 2035c9cade8a 09:34:29 ---> 69a02fc9d366 09:34:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:29 ---> Running in cfdc6e9c8b84 09:34:30 Removing intermediate container cfdc6e9c8b84 09:34:30 ---> 254884758236 09:34:30 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:34:30 ---> Running in 3572bf5a9e35 09:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:32 (1/14) Installing libmagic (5.38-r0) 09:34:33 (2/14) Installing file (5.38-r0) 09:34:33 (3/14) Installing libc-dev (0.7.2-r3) 09:34:33 (4/14) Installing g++ (9.3.0-r2) 09:34:36 (5/14) Installing fortify-headers (1.1-r0) 09:34:36 (6/14) Installing patch (2.7.6-r6) 09:34:36 (7/14) Installing build-base (0.5-r2) 09:34:36 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:34:36 (9/14) Installing libedit (20191231.3.1-r0) 09:34:37 (10/14) Installing openssh-client (8.3_p1-r0) 09:34:37 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:34:37 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:34:37 (13/14) Installing openssh-server (8.3_p1-r0) 09:34:37 (14/14) Installing openssh (8.3_p1-r0) 09:34:37 Executing busybox-1.31.1-r16.trigger 09:34:37 OK: 237 MiB in 53 packages 09:34:40 Removing intermediate container 3572bf5a9e35 09:34:40 ---> 61c51790119e 09:34:40 Step 6/8 : WORKDIR /device-mqtt-go 09:34:40 ---> Running in 0438e38713bf 09:34:41 Removing intermediate container 0438e38713bf 09:34:41 ---> b7bc7aba4511 09:34:41 Step 7/8 : COPY . . 09:34:42 ---> d97bc49ed39b 09:34:42 Step 8/8 : RUN go mod download 09:34:42 ---> Running in c1f23a2656d2 09:34:54 Removing intermediate container c1f23a2656d2 09:34:54 ---> afef31bcff72 09:34:54 Successfully built afef31bcff72 09:34:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:34:55 + docker inspect -f . ci-base-image-x86_64 09:34:55 . [Pipeline] withDockerContainer 09:34:55 prd-centos7-docker-4c-2g-5865 does not seem to be running inside a container 09:34:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:34:56 $ docker top 4ce029512e2cce48909034e276f45597c580a295b6b7260bad80262ea5667cba -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:57 + go version 09:34:57 go version go1.15.2 linux/amd64 [Pipeline] } 09:34:57 $ docker stop --time=1 4ce029512e2cce48909034e276f45597c580a295b6b7260bad80262ea5667cba 09:34:58 $ docker rm -f 4ce029512e2cce48909034e276f45597c580a295b6b7260bad80262ea5667cba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:34:59 + docker inspect -f . ci-base-image-x86_64 09:34:59 . [Pipeline] withDockerContainer 09:34:59 prd-centos7-docker-4c-2g-5865 does not seem to be running inside a container 09:34:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:35:00 $ docker top 379a65bcd816e2a5e9e6f825d2ffbbe1dd48ea1a3a74b586d6f9278babd345f4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:00 + make test 09:35:00 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:35:01 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:35:11 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:35:11 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements 09:35:11 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:35:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:35:14 gofmt -l . 09:35:14 ["`gofmt -l .`" = ""] 09:35:14 ./bin/test-attribution-txt.sh 09:35:14 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:35:15 Stashed 1 file(s) [Pipeline] } 09:35:15 $ docker stop --time=1 379a65bcd816e2a5e9e6f825d2ffbbe1dd48ea1a3a74b586d6f9278babd345f4 09:35:17 $ docker rm -f 379a65bcd816e2a5e9e6f825d2ffbbe1dd48ea1a3a74b586d6f9278babd345f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:35:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:35:19 + ls -al . 09:35:19 total 100 09:35:19 drwxrwxr-x. 9 jenkins jenkins 4096 Oct 16 09:35 . 09:35:19 drwxrwxr-x. 4 jenkins jenkins 28 Oct 16 09:34 .. 09:35:19 -rw-rw-r--. 1 jenkins jenkins 5255 Oct 16 09:34 Attribution.txt 09:35:19 drwxrwxr-x. 2 jenkins jenkins 87 Oct 16 09:34 bin 09:35:19 drwxrwxr-x. 3 jenkins jenkins 32 Oct 16 09:34 cmd 09:35:19 -rw-r--r--. 1 jenkins jenkins 18939 Oct 16 09:35 coverage.out 09:35:19 -rw-rw-r--. 1 jenkins jenkins 1784 Oct 16 09:34 Dockerfile 09:35:19 -rw-rw-r--. 1 jenkins jenkins 953 Oct 16 09:34 Dockerfile.build 09:35:19 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:34 .dockerignore 09:35:19 drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 09:34 .git 09:35:19 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:34 .github 09:35:19 -rw-rw-r--. 1 jenkins jenkins 336 Oct 16 09:34 .gitignore 09:35:19 -rw-r--r--. 1 jenkins jenkins 546 Oct 16 09:35 go.mod 09:35:19 -rw-r--r--. 1 jenkins jenkins 13621 Oct 16 09:35 go.sum 09:35:19 drwxrwxr-x. 3 jenkins jenkins 20 Oct 16 09:34 internal 09:35:19 -rw-rw-r--. 1 jenkins jenkins 677 Oct 16 09:34 Jenkinsfile 09:35:19 -rw-rw-r--. 1 jenkins jenkins 11340 Oct 16 09:34 LICENSE 09:35:19 -rw-rw-r--. 1 jenkins jenkins 902 Oct 16 09:34 Makefile 09:35:19 drwxrwxr-x. 2 jenkins jenkins 23 Oct 16 09:34 mock 09:35:19 -rw-rw-r--. 1 jenkins jenkins 444 Oct 16 09:34 README.md 09:35:19 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:34 snap 09:35:19 -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 09:33 VERSION 09:35:19 -rw-rw-r--. 1 jenkins jenkins 227 Oct 16 09:34 version.go [Pipeline] isUnix [Pipeline] sh 09:35:19 + 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=70266732476b49b68ada54d8048c03bfdd404deb --label arch=amd64 --label version=0.0.0 . 09:35:19 Sending build context to Docker daemon 469.5kB 09:35:20 Step 1/22 : ARG BASE=golang:1.15-alpine 09:35:20 Step 2/22 : FROM ${BASE} AS builder 09:35:20 ---> afef31bcff72 09:35:20 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:35:20 ---> Running in 675f8ae8327e 09:35:20 Removing intermediate container 675f8ae8327e 09:35:20 ---> 610b08292e1b 09:35:20 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:35:20 ---> Running in df470fee6d22 09:35:20 Removing intermediate container df470fee6d22 09:35:20 ---> 3c031c035ce9 09:35:20 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:20 ---> Running in 650c3b4f7e53 09:35:21 Removing intermediate container 650c3b4f7e53 09:35:21 ---> 2487e0d74ef8 09:35:21 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:35:21 ---> Running in ba03e2bf5f92 09:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:23 OK: 237 MiB in 53 packages 09:35:23 Removing intermediate container ba03e2bf5f92 09:35:23 ---> af624e56fad0 09:35:23 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:35:23 ---> Running in 5040417350f9 09:35:24 Removing intermediate container 5040417350f9 09:35:24 ---> 609f81cd7470 09:35:24 Step 8/22 : COPY . . 09:35:25 ---> a100c68404d8 09:35:25 Step 9/22 : ARG MAKE='make build' 09:35:25 ---> Running in e258dac4be2e 09:35:25 Removing intermediate container e258dac4be2e 09:35:25 ---> 15ad04894919 09:35:25 Step 10/22 : RUN $MAKE 09:35:25 ---> Running in c281fdf04cfc 09:35:25 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:35:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:35:37 Removing intermediate container c281fdf04cfc 09:35:37 ---> aa2292255c0f 09:35:37 Step 11/22 : FROM alpine 09:35:37 latest: Pulling from library/alpine 09:35:37 df20fa9351a1: Already exists 09:35:37 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:35:37 Status: Downloaded newer image for alpine:latest 09:35:37 ---> a24bb4013296 09:35:37 Step 12/22 : ENV APP_PORT=49982 09:35:37 ---> Running in 2077df2e0d68 09:35:37 Removing intermediate container 2077df2e0d68 09:35:37 ---> b9ecfda3ca83 09:35:37 Step 13/22 : EXPOSE $APP_PORT 09:35:37 ---> Running in 4917a12ab03b 09:35:37 Removing intermediate container 4917a12ab03b 09:35:37 ---> e52ff65981ef 09:35:37 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:35:38 ---> 709b75a9713b 09:35:38 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:35:38 ---> 4bd920511c3a 09:35:38 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:35:38 ---> 7cce0465bbe9 09:35:38 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:35:38 ---> Running in 6a082face5fa 09:35:39 Removing intermediate container 6a082face5fa 09:35:39 ---> 4112c651870d 09:35:39 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:35:39 ---> Running in 0a85523927c0 09:35:39 Removing intermediate container 0a85523927c0 09:35:39 ---> 0cf4a805f515 09:35:39 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:35:39 ---> Running in 4076e4bfb6a7 09:35:39 Removing intermediate container 4076e4bfb6a7 09:35:39 ---> 61387080089e 09:35:39 Step 20/22 : LABEL arch=amd64 09:35:39 ---> Running in f738bdf75ca8 09:35:39 Removing intermediate container f738bdf75ca8 09:35:39 ---> 5714350e7598 09:35:39 Step 21/22 : LABEL git_sha=70266732476b49b68ada54d8048c03bfdd404deb 09:35:39 ---> Running in 35e789050af3 09:35:39 Removing intermediate container 35e789050af3 09:35:39 ---> e6d4f5911715 09:35:39 Step 22/22 : LABEL version=0.0.0 09:35:39 ---> Running in 38226749c53a 09:35:40 Removing intermediate container 38226749c53a 09:35:40 ---> e9991871b95a 09:35:40 [Warning] One or more build-args [ARCH] were not consumed 09:35:40 Successfully built e9991871b95a 09:35:40 Successfully tagged docker-device-mqtt-go:latest [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:35:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5866 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 09:35:44 Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout 09:35:50 using credential edgex-jenkins-ssh 09:35:50 Cloning the remote Git repository 09:35:50 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:35:50 > git init /w/workspace/device-mqtt-go/6 # timeout=10 09:35:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:35:51 > git --version # timeout=10 09:35:51 > git --version # 'git version 2.17.1' 09:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:35:51 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:35:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:35:51 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:35:52 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:35:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:52 > git fetch --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:35:52 Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb 09:35:52 Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb 09:35:52 Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) 09:35:52 > git config core.sparsecheckout # timeout=10 09:35:52 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:35:52 > git remote # timeout=10 09:35:52 > git config --get remote.origin.url # timeout=10 09:35:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:52 > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 09:35:52 > git rev-parse HEAD^{commit} # timeout=10 09:35:52 > git config core.sparsecheckout # timeout=10 09:35:52 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:35:55 Still waiting to schedule task 09:35:55 All nodes of label ‘centos7-docker-8c-8g’ are offline 09:35:57 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:35:58 ========================================================= 09:35:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:35:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:35:59 + 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:36:00 Sending build context to Docker daemon 450kB 09:36:00 Step 1/8 : ARG BASE=golang:1.15-alpine 09:36:00 Step 2/8 : FROM ${BASE} 09:36:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:36:00 b538f80385f9: Pulling fs layer 09:36:00 74f711af9a0d: Pulling fs layer 09:36:00 99f96fe45779: Pulling fs layer 09:36:00 8529a6b9a6be: Pulling fs layer 09:36:00 45590311c82a: Pulling fs layer 09:36:00 69ca0ff8b7b3: Pulling fs layer 09:36:00 209524e5b208: Pulling fs layer 09:36:00 45590311c82a: Waiting 09:36:00 69ca0ff8b7b3: Waiting 09:36:00 209524e5b208: Waiting 09:36:00 8529a6b9a6be: Waiting 09:36:00 99f96fe45779: Download complete 09:36:00 74f711af9a0d: Verifying Checksum 09:36:00 74f711af9a0d: Download complete 09:36:00 45590311c82a: Download complete 09:36:00 69ca0ff8b7b3: Download complete 09:36:00 b538f80385f9: Verifying Checksum 09:36:00 b538f80385f9: Download complete 09:36:01 b538f80385f9: Pull complete 09:36:02 74f711af9a0d: Pull complete 09:36:02 99f96fe45779: Pull complete 09:36:04 209524e5b208: Verifying Checksum 09:36:04 209524e5b208: Download complete 09:36:04 8529a6b9a6be: Verifying Checksum 09:36:04 8529a6b9a6be: Download complete 09:36:14 8529a6b9a6be: Pull complete 09:36:15 45590311c82a: Pull complete 09:36:15 69ca0ff8b7b3: Pull complete 09:36:19 209524e5b208: Pull complete 09:36:19 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:36:19 ---> 5bddaf1c2fca 09:36:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:36:22 ---> Running in f2c229d00849 09:36:22 Removing intermediate container f2c229d00849 09:36:22 ---> 8d6d93bec1a9 09:36:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:22 ---> Running in 36360353c915 09:36:26 Removing intermediate container 36360353c915 09:36:26 ---> b722d52dc9fc 09:36:26 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:36:26 ---> Running in 229a7e4ade30 09:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:36:29 (1/14) Installing libmagic (5.38-r0) 09:36:29 (2/14) Installing file (5.38-r0) 09:36:29 (3/14) Installing libc-dev (0.7.2-r3) 09:36:29 (4/14) Installing g++ (9.3.0-r2) 09:36:36 (5/14) Installing fortify-headers (1.1-r0) 09:36:36 (6/14) Installing patch (2.7.6-r6) 09:36:36 (7/14) Installing build-base (0.5-r2) 09:36:36 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:36:36 (9/14) Installing libedit (20191231.3.1-r0) 09:36:36 (10/14) Installing openssh-client (8.3_p1-r0) 09:36:37 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:36:37 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:36:37 (13/14) Installing openssh-server (8.3_p1-r0) 09:36:37 (14/14) Installing openssh (8.3_p1-r0) 09:36:37 Executing busybox-1.31.1-r16.trigger 09:36:37 OK: 221 MiB in 53 packages 09:36:42 Removing intermediate container 229a7e4ade30 09:36:42 ---> 4e15864a674b 09:36:42 Step 6/8 : WORKDIR /device-mqtt-go 09:36:42 ---> Running in 3dfdf7326a8b 09:36:42 Removing intermediate container 3dfdf7326a8b 09:36:42 ---> b4d41c029ba1 09:36:42 Step 7/8 : COPY . . 09:36:43 ---> 8b5ffdfa53f8 09:36:43 Step 8/8 : RUN go mod download 09:36:43 ---> Running in 9c6f6dc888a8 09:36:58 Removing intermediate container 9c6f6dc888a8 09:36:58 ---> 5bb20a321855 09:36:58 Successfully built 5bb20a321855 09:36:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:36:59 + docker inspect -f . ci-base-image-arm64 09:36:59 . [Pipeline] withDockerContainer 09:36:59 prd-ubuntu18.04-docker-arm64-4c-16g-5866 does not seem to be running inside a container 09:36:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:01 $ docker top 81ab015e74aeb663ec0ea035a0ec68a6f9f37e42e70fa6fb6317ba25d31990f3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:03 + go version 09:37:03 go version go1.15.2 linux/arm64 [Pipeline] } 09:37:03 $ docker stop --time=1 81ab015e74aeb663ec0ea035a0ec68a6f9f37e42e70fa6fb6317ba25d31990f3 09:37:04 Running on prd-centos7-docker-8c-8g-5868 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 09:37:05 $ docker rm -f 81ab015e74aeb663ec0ea035a0ec68a6f9f37e42e70fa6fb6317ba25d31990f3 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 09:37:05 Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:06 + docker inspect -f . ci-base-image-arm64 09:37:06 . [Pipeline] withDockerContainer 09:37:06 prd-ubuntu18.04-docker-arm64-4c-16g-5866 does not seem to be running inside a container 09:37:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/6 -v /w/workspace/device-mqtt-go/6:/w/workspace/device-mqtt-go/6:rw,z -v /w/workspace/device-mqtt-go/6@tmp:/w/workspace/device-mqtt-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:07 using credential edgex-jenkins-ssh 09:37:08 Cloning the remote Git repository 09:37:08 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:37:08 > git init /w/workspace/device-mqtt-go/6 # timeout=10 09:37:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:37:08 > git --version # timeout=10 09:37:08 > git --version # 'git version 2.16.5' 09:37:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:37:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:37:08 $ docker top cb352373f174643d36a535bbab81498ee81ea58ffc100c3e07fa77fb68cecf77 -eo pid,comm 09:37:09 Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb 09:37:09 Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb 09:37:09 Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) [Pipeline] { [Pipeline] sh 09:37:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:37:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:37:08 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:37:08 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:37:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:37:08 > git fetch --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:37:09 > git config core.sparsecheckout # timeout=10 09:37:09 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:37:09 > git remote # timeout=10 09:37:09 > git config --get remote.origin.url # timeout=10 09:37:09 using GIT_SSH to set credentials SSH Credentials for GitHub 09:37:09 > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 09:37:09 > git rev-parse HEAD^{commit} # timeout=10 09:37:09 > git config core.sparsecheckout # timeout=10 09:37:09 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:37:10 + make test 09:37:10 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:37:11 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:37:12 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:37:13 ++ find /w/workspace/device-mqtt-go/6 09:37:13 ++ grep snapcraft.yaml 09:37:13 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:37:13 provisioning config files... 09:37:13 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/6@tmp/config2978509169070420902tmp [Pipeline] { [Pipeline] sh 09:37:14 + cp /w/workspace/device-mqtt-go/6@tmp/config2978509169070420902tmp /w/workspace/device-mqtt-go/6/edgex-snap-store-login [Pipeline] sh 09:37:14 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/6:/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:37:14 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 09:37:14 latest: Pulling from edgex-devops/edgex-snap-builder 09:37:14 f08d8e2a3ba1: Pulling fs layer 09:37:14 3baa9cb2483b: Pulling fs layer 09:37:14 94e5ff4c0b15: Pulling fs layer 09:37:14 1860925334f9: Pulling fs layer 09:37:14 2daf38717194: Pulling fs layer 09:37:14 309017e8d7a4: Pulling fs layer 09:37:14 f7790dc9fd0f: Pulling fs layer 09:37:14 cac0ae9282c2: Pulling fs layer 09:37:14 1f4cadf9a1ed: Pulling fs layer 09:37:14 309017e8d7a4: Waiting 09:37:14 f7790dc9fd0f: Waiting 09:37:14 cac0ae9282c2: Waiting 09:37:14 1f4cadf9a1ed: Waiting 09:37:14 1860925334f9: Waiting 09:37:14 2daf38717194: Waiting 09:37:14 94e5ff4c0b15: Download complete 09:37:14 3baa9cb2483b: Download complete 09:37:14 1860925334f9: Download complete 09:37:14 309017e8d7a4: Download complete 09:37:14 f7790dc9fd0f: Download complete 09:37:14 cac0ae9282c2: Download complete 09:37:14 1f4cadf9a1ed: Verifying Checksum 09:37:14 1f4cadf9a1ed: Download complete 09:37:15 f08d8e2a3ba1: Verifying Checksum 09:37:15 f08d8e2a3ba1: Download complete 09:37:16 f08d8e2a3ba1: Pull complete 09:37:16 3baa9cb2483b: Pull complete 09:37:17 94e5ff4c0b15: Pull complete 09:37:17 1860925334f9: Pull complete 09:37:21 2daf38717194: Verifying Checksum 09:37:21 2daf38717194: Download complete 09:37:40 2daf38717194: Pull complete 09:37:40 309017e8d7a4: Pull complete 09:37:40 f7790dc9fd0f: Pull complete 09:37:40 cac0ae9282c2: Pull complete 09:37:40 1f4cadf9a1ed: Pull complete 09:37:40 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 09:37:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 09:37:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:37:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:37:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.0 kB] 09:37:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:37:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1733 kB] 09:37:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [205 kB] 09:37:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1348 kB] 09:37:41 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 09:37:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2112 kB] 09:37:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.5 kB] 09:37:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [231 kB] 09:37:42 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2150 kB] 09:37:42 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 09:37:42 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 09:37:42 Fetched 8114 kB in 2s (5018 kB/s) 09:37:44 Reading package lists... 09:37:47 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:37:47 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:37:47 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:37:47 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 09:37:49 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 48% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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:37:50 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:37:50 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.022s coverage: 28.3% of statements 09:37:50 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:37:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:37:51 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:37:52 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 55% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% 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:37:52 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 09:37:52 Reading state information... 0% Reading state information... 0% Reading state information... Done 09:37:52 The following packages were automatically installed and are no longer required: 09:37:52 libjq1 libonig4 09:37:52 Use 'sudo apt autoremove' to remove them. 09:37:52 Suggested packages: 09:37:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:37:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 09:37:52 diffutils-doc perl-doc libterm-readline-gnu-perl 09:37:52 | libterm-readline-perl-perl 09:37:52 The following NEW packages will be installed: 09:37:52 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 09:37:52 libperl5.26 make netbase patch perl perl-modules-5.26 09:37:52 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded. 09:37:52 Need to get 12.0 MB of archives. 09:37:52 After this operation, 77.5 MB of additional disk space will be used. 09:37:53 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:37:53 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 699 kB/2763 kB 25%] 20% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 09:37:53 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:37:53 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:37:54 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:37:54 48% [5 perl 33.5 kB/201 kB 17%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 09:37:54 51% [6 less 112 kB/112 kB 100%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 09:37:54 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:37:54 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:37:54 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:37:54 60% [10 liberror-perl 0 B/22.8 kB 0%] 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:37:54 61% [11 git-man 28.7 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:37:54 68% [12 git 4096 B/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:37:54 95% [13 make 0 B/154 kB 0%] 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:37:54 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8261 kB/s) 09:37:54 debconf: delaying package configuration, since apt-utils is not installed 09:37:54 Selecting previously unselected package perl-modules-5.26. 09:37:54 (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:37:54 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:37:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:37:55 Selecting previously unselected package libgdbm5:amd64. 09:37:55 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 09:37:55 Unpacking libgdbm5:amd64 (1.14.1-6) ... 09:37:55 Selecting previously unselected package libgdbm-compat4:amd64. 09:37:55 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 09:37:55 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 09:37:55 Selecting previously unselected package libperl5.26:amd64. 09:37:55 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 09:37:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:37:56 Selecting previously unselected package perl. 09:37:56 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 09:37:56 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:37:56 Selecting previously unselected package less. 09:37:56 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 09:37:56 Unpacking less (487-0.1) ... 09:37:56 Selecting previously unselected package netbase. 09:37:56 Preparing to unpack .../06-netbase_5.4_all.deb ... 09:37:56 Unpacking netbase (5.4) ... 09:37:56 Selecting previously unselected package curl. 09:37:56 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 09:37:56 Unpacking curl (7.58.0-2ubuntu3.10) ... 09:37:56 Selecting previously unselected package libcurl3-gnutls:amd64. 09:37:56 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 09:37:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 09:37:56 Selecting previously unselected package liberror-perl. 09:37:56 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 09:37:56 Unpacking liberror-perl (0.17025-1) ... 09:37:56 Selecting previously unselected package git-man. 09:37:56 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:37:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:37:57 Selecting previously unselected package git. 09:37:57 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:37:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:37:57 gofmt -l . 09:37:57 ["`gofmt -l .`" = ""] 09:37:57 ./bin/test-attribution-txt.sh 09:37:57 ./bin/test-go-mod-tidy.sh 09:37:57 Selecting previously unselected package make. 09:37:57 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 09:37:57 Unpacking make (4.1-9.1ubuntu1) ... 09:37:57 Selecting previously unselected package patch. 09:37:57 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:37:57 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:37:57 Setting up git-man (1:2.17.1-1ubuntu0.7) ... [Pipeline] stash 09:37:57 Warning: overwriting stash ‘coverage-report’ 09:37:57 Setting up less (487-0.1) ... 09:37:57 Setting up make (4.1-9.1ubuntu1) ... 09:37:57 Setting up curl (7.58.0-2ubuntu3.10) ... 09:37:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 09:37:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:37:58 Setting up libgdbm5:amd64 (1.14.1-6) ... 09:37:58 Setting up patch (2.7.6-2ubuntu1.1) ... 09:37:58 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 09:37:58 Setting up netbase (5.4) ... 09:37:58 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:37:58 Setting up perl (5.26.1-6ubuntu0.3) ... 09:37:58 Setting up liberror-perl (0.17025-1) ... 09:37:58 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:37:58 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 09:37:58 Processing triggers for mime-support (3.60ubuntu1) ... 09:37:58 Stashed 1 file(s) [Pipeline] } 09:37:58 $ docker stop --time=1 cb352373f174643d36a535bbab81498ee81ea58ffc100c3e07fa77fb68cecf77 09:38:00 curl set to automatically installed. 09:38:00 git set to automatically installed. 09:38:00 git-man set to automatically installed. 09:38:00 less set to automatically installed. 09:38:00 libcurl3-gnutls set to automatically installed. 09:38:00 liberror-perl set to automatically installed. 09:38:00 libgdbm-compat4 set to automatically installed. 09:38:00 libgdbm5 set to automatically installed. 09:38:00 libperl5.26 set to automatically installed. 09:38:00 make set to automatically installed. 09:38:00 netbase set to automatically installed. 09:38:00 patch set to automatically installed. 09:38:00 perl set to automatically installed. 09:38:00 perl-modules-5.26 set to automatically installed. 09:38:00 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:38:00 Please ensure the environment is properly setup before continuing. 09:38:00 Ignore this message if the appropriate measures have already been taken 09:38:00 $ docker rm -f cb352373f174643d36a535bbab81498ee81ea58ffc100c3e07fa77fb68cecf77 09:38:00 Pulling go  [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:38:01 'device-mqtt' has dependencies that need to be staged: go 09:38:01 Skipping pull go (already ran) 09:38:01 Building go  09:38:01 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:01 Dload Upload Total Spent Left Speed 09:38:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:38:02 + ls -al . 09:38:02 total 132 09:38:02 drwxrwxr-x 9 jenkins jenkins 4096 Oct 16 09:37 . 09:38:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:35 .. 09:38:02 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:35 .dockerignore 09:38:02 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:35 .git 09:38:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:35 .github 09:38:02 -rw-rw-r-- 1 jenkins jenkins 336 Oct 16 09:35 .gitignore 09:38:02 -rw-rw-r-- 1 jenkins jenkins 5255 Oct 16 09:35 Attribution.txt 09:38:02 -rw-rw-r-- 1 jenkins jenkins 1784 Oct 16 09:35 Dockerfile 09:38:02 -rw-rw-r-- 1 jenkins jenkins 953 Oct 16 09:35 Dockerfile.build 09:38:02 -rw-rw-r-- 1 jenkins jenkins 677 Oct 16 09:35 Jenkinsfile 09:38:02 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 16 09:35 LICENSE 09:38:02 -rw-rw-r-- 1 jenkins jenkins 902 Oct 16 09:35 Makefile 09:38:02 -rw-rw-r-- 1 jenkins jenkins 444 Oct 16 09:35 README.md 09:38:02 -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 09:33 VERSION 09:38:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:35 bin 09:38:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:35 cmd 09:38:02 -rw-r--r-- 1 jenkins jenkins 18939 Oct 16 09:37 coverage.out 09:38:02 -rw-r--r-- 1 jenkins jenkins 546 Oct 16 09:37 go.mod 09:38:02 -rw-r--r-- 1 jenkins jenkins 13621 Oct 16 09:37 go.sum 09:38:02 drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:35 internal 09:38:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:35 mock 09:38:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:35 snap 09:38:02 -rw-rw-r-- 1 jenkins jenkins 227 Oct 16 09:35 version.go [Pipeline] isUnix [Pipeline] sh 09:38:02 + 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=70266732476b49b68ada54d8048c03bfdd404deb --label arch=arm64 --label version=0.0.0 . 09:38:03 Sending build context to Docker daemon 469.5kB 09:38:03 Step 1/22 : ARG BASE=golang:1.15-alpine 09:38:03 Step 2/22 : FROM ${BASE} AS builder 09:38:03 ---> 5bb20a321855 09:38:03 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:38:03 ---> Running in 13aec520a8c2 09:38:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 23.4M 0 0 43.5M 0 0:00:02 --:--:-- 0:00:02 43.5M 72 115M 72 84.1M 0 0 54.5M 0 0:00:02 0:00:01 0:00:01 54.5M 100 115M 100 115M 0 0 56.4M 0 0:00:02 0:00:02 --:--:-- 56.4M 09:38:03 Removing intermediate container 13aec520a8c2 09:38:03 ---> e8a75544f89e 09:38:03 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:38:03 ---> Running in a67e3b9fbcb0 09:38:04 Removing intermediate container a67e3b9fbcb0 09:38:04 ---> 32ac80ba6c99 09:38:04 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:04 ---> Running in 58b5fe5f4bf6 09:38:04 go1.15.2.linux-amd64.tar.gz: OK 09:38:07 Removing intermediate container 58b5fe5f4bf6 09:38:07 ---> bbd71cb1699b 09:38:07 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:38:07 ---> Running in 6e0965f74bba 09:38:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:38:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:38:10 OK: 221 MiB in 53 packages 09:38:11 Staging go  09:38:11 Pulling device-mqtt  09:38:11 Removing intermediate container 6e0965f74bba 09:38:11 ---> 0487bd96ed31 09:38:11 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:38:11 ---> Running in 9b3e1137fc4e 09:38:12 Removing intermediate container 9b3e1137fc4e 09:38:12 ---> 7974a70d5edf 09:38:12 Step 8/22 : COPY . . 09:38:12 Skipping build go (already ran) 09:38:12 Building device-mqtt  09:38:12 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:38:13 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 09:38:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:38:13 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:38:13 go: downloading github.com/spf13/cast v1.3.0 09:38:13 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:38:13 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:38:13 go: downloading github.com/go-kit/kit v0.8.0 09:38:13 go: downloading github.com/google/uuid v1.1.1 09:38:13 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:38:13 go: downloading github.com/gorilla/mux v1.7.1 09:38:13 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 09:38:13 go: downloading github.com/pkg/errors v0.8.1 09:38:13 go: downloading github.com/OneOfOne/xxhash v1.2.6 09:38:13 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 09:38:13 go: downloading github.com/BurntSushi/toml v0.3.1 09:38:13 go: downloading github.com/pelletier/go-toml v1.2.0 09:38:13 go: downloading gopkg.in/yaml.v2 v2.2.8 09:38:13 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 09:38:13 ---> e7f0ebf937a7 09:38:13 Step 9/22 : ARG MAKE='make build' 09:38:13 ---> Running in 0d2baac70b91 09:38:13 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 09:38:13 go: downloading github.com/x448/float16 v0.8.4 09:38:13 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:38:13 go: downloading github.com/hashicorp/consul/api v1.1.0 09:38:13 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:38:13 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:38:13 go: downloading github.com/mitchellh/copystructure v1.0.0 09:38:13 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:38:13 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:38:13 go: downloading github.com/hashicorp/serf v0.8.2 09:38:13 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:38:13 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:38:13 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:38:13 Removing intermediate container 0d2baac70b91 09:38:13 ---> f3159ce18a70 09:38:13 Step 10/22 : RUN $MAKE 09:38:13 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:38:13 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:38:13 ---> Running in eb046be080bd 09:38:15 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:38:19 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:38:22 Skipping stage go (already ran) 09:38:22 Staging device-mqtt  09:38:23 Priming go  09:38:23 Priming device-mqtt  09:38:24 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 09:38:24 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 09:38:24 Determining the version from the project repo (version-script). 09:38:24 The version has been set to 'local-dev-20201016+7026673' 09:38:25 Snapping | Snapping / Snapping - Snapping | 09:38:25 Snapped edgex-device-mqtt_local-dev-20201016+7026673_amd64.snap [Pipeline] } 09:38:27 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:38:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:38:46 Removing intermediate container eb046be080bd 09:38:46 ---> 191abe105fe4 09:38:46 Step 11/22 : FROM alpine 09:38:46 latest: Pulling from library/alpine 09:38:46 b538f80385f9: Already exists 09:38:46 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:38:47 Status: Downloaded newer image for alpine:latest 09:38:47 ---> 62ee0e9f8440 09:38:47 Step 12/22 : ENV APP_PORT=49982 09:38:47 ---> Running in e1a413ae9152 09:38:47 Removing intermediate container e1a413ae9152 09:38:47 ---> 1b301ff6faa7 09:38:47 Step 13/22 : EXPOSE $APP_PORT 09:38:47 ---> Running in eb165bc25fbb 09:38:48 Removing intermediate container eb165bc25fbb 09:38:48 ---> 4c0e4fa1372a 09:38:48 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:38:49 ---> 13b4d6f52c14 09:38:49 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:38:50 ---> 6ea317205385 09:38:50 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:38:51 ---> 3e012c5ad54c 09:38:51 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:38:51 ---> Running in 29b49694c1a6 09:38:51 Removing intermediate container 29b49694c1a6 09:38:51 ---> a85affc4af74 09:38:51 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:38:51 ---> Running in b8d14b1c4d8e 09:38:52 Removing intermediate container b8d14b1c4d8e 09:38:52 ---> 2767b55661d7 09:38:52 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:52 ---> Running in d44016f38b4e 09:38:53 Removing intermediate container d44016f38b4e 09:38:53 ---> 4bf364de5bb2 09:38:53 Step 20/22 : LABEL arch=arm64 09:38:53 ---> Running in e434e222db3c 09:38:53 Removing intermediate container e434e222db3c 09:38:53 ---> 348ebcd0e762 09:38:53 Step 21/22 : LABEL git_sha=70266732476b49b68ada54d8048c03bfdd404deb 09:38:53 ---> Running in 6a81ebf1897b 09:38:54 Removing intermediate container 6a81ebf1897b 09:38:54 ---> 9fb510aa7607 09:38:54 Step 22/22 : LABEL version=0.0.0 09:38:54 ---> Running in 475216a9639d 09:38:54 Removing intermediate container 475216a9639d 09:38:54 ---> a0dc0fa4c505 09:38:54 [Warning] One or more build-args [ARCH] were not consumed 09:38:54 Successfully built a0dc0fa4c505 09:38:54 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:39:10 Still waiting to schedule task 09:39:10 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 09:40:52 Running on prd-ubuntu18.04-docker-arm64-16c-16g-5870 in /w/workspace/gexfoundry_device-mqtt-go_PR-169 [Pipeline] { [Pipeline] ws 09:40:52 Running in /w/workspace/device-mqtt-go/6 [Pipeline] { [Pipeline] checkout 09:40:56 using credential edgex-jenkins-ssh 09:40:56 Cloning the remote Git repository 09:40:56 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:40:57 > git init /w/workspace/device-mqtt-go/6 # timeout=10 09:40:57 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:40:57 > git --version # timeout=10 09:40:57 > git --version # 'git version 2.17.1' 09:40:57 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:40:58 Merging remotes/origin/master commit f7b704da3e9a84fb10464ba1b2bdd449b0700fcc into PR head commit 70266732476b49b68ada54d8048c03bfdd404deb 09:40:58 Merge succeeded, producing 70266732476b49b68ada54d8048c03bfdd404deb 09:40:58 Checking out Revision 70266732476b49b68ada54d8048c03bfdd404deb (PR-169) 09:40:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:40:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:40:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:40:57 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:40:57 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:57 > git fetch --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:40:58 > git config core.sparsecheckout # timeout=10 09:40:58 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:40:58 > git remote # timeout=10 09:40:58 > git config --get remote.origin.url # timeout=10 09:40:58 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:58 > git merge f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 09:40:58 > git rev-parse HEAD^{commit} # timeout=10 09:40:58 > git config core.sparsecheckout # timeout=10 09:40:58 > git checkout -f 70266732476b49b68ada54d8048c03bfdd404deb # timeout=10 09:41:02 Commit message: "Bump github.com/eclipse/paho.mqtt.golang from 1.1.1 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:41:04 + find /w/workspace/device-mqtt-go/6 09:41:04 + grep snapcraft.yaml 09:41:04 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/6/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:41:04 provisioning config files... 09:41:04 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/6@tmp/config2747646095738274892tmp [Pipeline] { [Pipeline] sh 09:41:04 + cp /w/workspace/device-mqtt-go/6@tmp/config2747646095738274892tmp /w/workspace/device-mqtt-go/6/edgex-snap-store-login [Pipeline] sh 09:41:05 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/6:/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:41:05 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 09:41:06 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 09:41:06 237528ba509b: Pulling fs layer 09:41:06 393b96f31d8b: Pulling fs layer 09:41:06 4d82b0e39008: Pulling fs layer 09:41:06 e7ca375b8d34: Pulling fs layer 09:41:06 418f656485bb: Pulling fs layer 09:41:06 aebe8db9254c: Pulling fs layer 09:41:06 4f5f7b207d3f: Pulling fs layer 09:41:06 d19ca6af091a: Pulling fs layer 09:41:06 16b5a0711add: Pulling fs layer 09:41:06 4f5f7b207d3f: Waiting 09:41:06 d19ca6af091a: Waiting 09:41:06 e7ca375b8d34: Waiting 09:41:06 aebe8db9254c: Waiting 09:41:06 418f656485bb: Waiting 09:41:06 16b5a0711add: Waiting 09:41:06 4d82b0e39008: Download complete 09:41:06 393b96f31d8b: Download complete 09:41:06 e7ca375b8d34: Download complete 09:41:06 aebe8db9254c: Verifying Checksum 09:41:06 aebe8db9254c: Download complete 09:41:06 4f5f7b207d3f: Verifying Checksum 09:41:06 4f5f7b207d3f: Download complete 09:41:06 d19ca6af091a: Download complete 09:41:06 16b5a0711add: Download complete 09:41:07 237528ba509b: Verifying Checksum 09:41:07 237528ba509b: Download complete 09:41:09 237528ba509b: Pull complete 09:41:09 393b96f31d8b: Pull complete 09:41:10 4d82b0e39008: Pull complete 09:41:10 e7ca375b8d34: Pull complete 09:41:16 418f656485bb: Verifying Checksum 09:41:16 418f656485bb: Download complete 09:42:03 418f656485bb: Pull complete 09:42:03 aebe8db9254c: Pull complete 09:42:03 4f5f7b207d3f: Pull complete 09:42:03 d19ca6af091a: Pull complete 09:42:03 16b5a0711add: Pull complete 09:42:03 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 09:42:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 09:42:03 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 09:42:03 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 09:42:03 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 09:42:03 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 09:42:04 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] 09:42:04 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1856 kB] 09:42:04 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] 09:42:04 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1401 kB] 09:42:05 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] 09:42:05 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] 09:42:05 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] 09:42:05 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] 09:42:05 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1024 kB] 09:42:05 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1173 kB] 09:42:05 Fetched 5740 kB in 3s (2272 kB/s) 09:42:10 Reading package lists... 09:42:25 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 09:42:25 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 09:42:25 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 09:42:25 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 09:42:28 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% 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:42:35 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:42:39 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... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% 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:42:39 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 54% Building dependency tree 09:42:39 Reading state information... 0% Reading state information... 0% Reading state information... Done 09:42:40 The following packages were automatically installed and are no longer required: 09:42:40 libjq1 libonig4 09:42:40 Use 'sudo apt autoremove' to remove them. 09:42:40 Suggested packages: 09:42:40 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:42:40 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 09:42:40 diffutils-doc perl-doc libterm-readline-gnu-perl 09:42:40 | libterm-readline-perl-perl 09:42:41 The following NEW packages will be installed: 09:42:41 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 09:42:41 libperl5.26 make netbase patch perl perl-modules-5.26 09:42:41 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded. 09:42:41 Need to get 10.8 MB of archives. 09:42:41 After this operation, 73.6 MB of additional disk space will be used. 09:42:41 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:42:42 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 3% [1 perl-modules-5.26 390 kB/2763 kB 14%] 16% [1 perl-modules-5.26 2125 kB/2763 kB 77%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 09:42:42 22% [2 libgdbm5 7477 B/23.1 kB 32%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 09:42:42 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:42:43 25% [4 libperl5.26 16.4 kB/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 09:42:43 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:42:43 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:42:43 56% [7 netbase 8192 B/12.7 kB 64%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 09:42:43 58% [8 curl 32.8 kB/152 kB 22%] 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:42:43 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:42:43 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:42:43 65% [11 git-man 4472 B/804 kB 1%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 09:42:43 72% [12 git 11.2 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 09:42:43 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:42:43 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 2s (5057 kB/s) 09:42:44 debconf: delaying package configuration, since apt-utils is not installed 09:42:44 Selecting previously unselected package perl-modules-5.26. 09:42:44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) 09:42:44 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:42:44 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:42:45 Selecting previously unselected package libgdbm5:arm64. 09:42:45 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 09:42:45 Unpacking libgdbm5:arm64 (1.14.1-6) ... 09:42:45 Selecting previously unselected package libgdbm-compat4:arm64. 09:42:45 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 09:42:45 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 09:42:46 Selecting previously unselected package libperl5.26:arm64. 09:42:46 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 09:42:46 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:42:47 Selecting previously unselected package perl. 09:42:47 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 09:42:47 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:42:47 Selecting previously unselected package less. 09:42:47 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 09:42:47 Unpacking less (487-0.1) ... 09:42:47 Selecting previously unselected package netbase. 09:42:47 Preparing to unpack .../06-netbase_5.4_all.deb ... 09:42:47 Unpacking netbase (5.4) ... 09:42:47 Selecting previously unselected package curl. 09:42:47 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 09:42:47 Unpacking curl (7.58.0-2ubuntu3.10) ... 09:42:47 Selecting previously unselected package libcurl3-gnutls:arm64. 09:42:47 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 09:42:47 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 09:42:48 Selecting previously unselected package liberror-perl. 09:42:48 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 09:42:48 Unpacking liberror-perl (0.17025-1) ... 09:42:48 Selecting previously unselected package git-man. 09:42:48 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:42:48 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:42:48 Selecting previously unselected package git. 09:42:48 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 09:42:48 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:42:49 Selecting previously unselected package make. 09:42:49 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 09:42:49 Unpacking make (4.1-9.1ubuntu1) ... 09:42:49 Selecting previously unselected package patch. 09:42:49 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 09:42:49 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:42:50 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:42:50 Setting up less (487-0.1) ... 09:42:50 Setting up make (4.1-9.1ubuntu1) ... 09:42:50 Setting up curl (7.58.0-2ubuntu3.10) ... 09:42:50 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 09:42:50 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:42:50 Setting up libgdbm5:arm64 (1.14.1-6) ... 09:42:50 Setting up patch (2.7.6-2ubuntu1.1) ... 09:42:50 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 09:42:50 Setting up netbase (5.4) ... 09:42:50 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:42:50 Setting up perl (5.26.1-6ubuntu0.3) ... 09:42:50 Setting up liberror-perl (0.17025-1) ... 09:42:50 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:42:50 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 09:42:51 Processing triggers for mime-support (3.60ubuntu1) ... 09:42:56 curl set to automatically installed. 09:42:56 git set to automatically installed. 09:42:56 git-man set to automatically installed. 09:42:56 less set to automatically installed. 09:42:56 libcurl3-gnutls set to automatically installed. 09:42:56 liberror-perl set to automatically installed. 09:42:56 libgdbm-compat4 set to automatically installed. 09:42:56 libgdbm5 set to automatically installed. 09:42:56 libperl5.26 set to automatically installed. 09:42:56 make set to automatically installed. 09:42:56 netbase set to automatically installed. 09:42:56 patch set to automatically installed. 09:42:56 perl set to automatically installed. 09:42:56 perl-modules-5.26 set to automatically installed. 09:42:56 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:42:56 Please ensure the environment is properly setup before continuing. 09:42:56 Ignore this message if the appropriate measures have already been taken 09:42:57 Pulling go  09:43:01 'device-mqtt' has dependencies that need to be staged: go 09:43:01 Skipping pull go (already ran) 09:43:01 Building go  09:43:01 % Total % Received % Xferd Average Speed Time Time Time Current 09:43:01 Dload Upload Total Spent Left Speed 09:43:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 93.2M 11 10.5M 0 0 11.3M 0 0:00:08 --:--:-- 0:00:08 11.2M 56 93.2M 56 52.6M 0 0 27.3M 0 0:00:03 0:00:01 0:00:02 27.3M 100 93.2M 100 93.2M 0 0 33.3M 0 0:00:02 0:00:02 --:--:-- 33.3M 09:43:05 go1.15.2.linux-arm64.tar.gz: OK 09:43:23 Staging go  09:43:26 Pulling device-mqtt  09:43:29 Skipping build go (already ran) 09:43:29 Building device-mqtt  09:43:29 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:43:30 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 09:43:30 go: downloading github.com/spf13/cast v1.3.0 09:43:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:43:30 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:43:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:43:31 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:43:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 09:43:31 go: downloading github.com/gorilla/mux v1.7.1 09:43:31 go: downloading github.com/google/uuid v1.1.1 09:43:31 go: downloading github.com/go-kit/kit v0.8.0 09:43:31 go: downloading github.com/OneOfOne/xxhash v1.2.6 09:43:31 go: downloading github.com/pkg/errors v0.8.1 09:43:31 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:43:31 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 09:43:31 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 09:43:31 go: downloading gopkg.in/yaml.v2 v2.2.8 09:43:31 go: downloading github.com/BurntSushi/toml v0.3.1 09:43:31 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 09:43:31 go: downloading github.com/hashicorp/consul/api v1.1.0 09:43:31 go: downloading github.com/pelletier/go-toml v1.2.0 09:43:31 go: downloading github.com/x448/float16 v0.8.4 09:43:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:43:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:43:31 go: downloading github.com/mitchellh/copystructure v1.0.0 09:43:31 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:43:31 go: downloading github.com/hashicorp/serf v0.8.2 09:43:31 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:43:31 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:43:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:43:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:43:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:43:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:43:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:43:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:44:08 Skipping stage go (already ran) 09:44:08 Staging device-mqtt  09:44:11 Priming go  09:44:14 Priming device-mqtt  09:44:18 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 09:44:18 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 09:44:18 Determining the version from the project repo (version-script). 09:44:18 The version has been set to 'local-dev-20201016+7026673' 09:44:19 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 09:44:19 Snapped edgex-device-mqtt_local-dev-20201016+7026673_arm64.snap [Pipeline] } 09:44:21 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:44:23 provisioning config files... 09:44:23 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config225423972518338108tmp [Pipeline] { [Pipeline] sh 09:44:24 + set +x 09:44:24 + curl -s https://codecov.io/bash 09:44:24 + bash -s -- 09:44:24 09:44:24 _____ _ 09:44:24 / ____| | | 09:44:24 | | ___ __| | ___ ___ _____ __ 09:44:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:44:24 | |___| (_) | (_| | __/ (_| (_) \ V / 09:44:24 \_____\___/ \__,_|\___|\___\___/ \_/ 09:44:24 Bash-20201009-048fee3 09:44:24 09:44:24 09:44:24 ==> Jenkins CI detected. 09:44:24 project root: . 09:44:24 --> token set from env 09:44:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:44:24 ==> Running gcov in . (disable via -X gcov) 09:44:24 ==> Python coveragepy not found 09:44:24 ==> Searching for coverage reports in: 09:44:24 + . 09:44:24 -> Found 1 reports 09:44:24 ==> Detecting git/mercurial file structure 09:44:24 ==> Reading reports 09:44:24 + ./coverage.out bytes=18939 09:44:24 ==> Appending adjustments 09:44:24 https://docs.codecov.io/docs/fixing-reports 09:44:24 + Found adjustments 09:44:24 ==> Gzipping contents 09:44:24 ==> Uploading reports 09:44:24 url: https://codecov.io 09:44:24 query: branch=PR-169&commit=70266732476b49b68ada54d8048c03bfdd404deb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-169%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=169&job=&cmd_args= 09:44:24 -> Pinging Codecov 09:44:24 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-169&commit=70266732476b49b68ada54d8048c03bfdd404deb&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-169%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=169&job=&cmd_args= 09:44:24 -> Uploading to 09:44:24 09:44:24 % Total % Received % Xferd Average Speed Time Time Time Current 09:44:24 Dload Upload Total Spent Left Speed 09:44:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 09:44:24 X> Failed to upload 09:44:24 ==> Uploading to Codecov 09:44:24 % Total % Received % Xferd Average Speed Time Time Time Current 09:44:24 Dload Upload Total Spent Left Speed 09:44:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3358 100 111 100 3247 218 6389 --:--:-- --:--:-- --:--:-- 6391 09:44:25 View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/70266732476b49b68ada54d8048c03bfdd404deb [Pipeline] } 09:44:25 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] { (Archive Prep) Stage "Archive Prep" 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:44:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:44:28 ---> package-listing.sh 09:44:28 ++ facter osfamily 09:44:28 ++ tr '[:upper:]' '[:lower:]' 09:44:28 + OS_FAMILY=redhat 09:44:28 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-169 09:44:28 + START_PACKAGES=/tmp/packages_start.txt 09:44:28 + END_PACKAGES=/tmp/packages_end.txt 09:44:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:44:28 + PACKAGES=/tmp/packages_start.txt 09:44:28 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' 09:44:28 + PACKAGES=/tmp/packages_end.txt 09:44:28 + case "${OS_FAMILY}" in 09:44:28 + rpm -qa 09:44:28 + sort 09:44:32 + '[' -f /tmp/packages_start.txt ']' 09:44:32 + '[' -f /tmp/packages_end.txt ']' 09:44:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:44:32 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-169 ']' 09:44:32 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ 09:44:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-169/archives/ [Pipeline] echo 09:44:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:44:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:44:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:44:33 09:44:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:44:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:44:33 alpine: Pulling from edgex-lftools-log-publisher 09:44:33 df20fa9351a1: Pulling fs layer 09:44:33 36b3adc4ff6f: Pulling fs layer 09:44:33 8ad3a11d3b57: Pulling fs layer 09:44:33 46f8f816bc3b: Pulling fs layer 09:44:33 93b61091891f: Pulling fs layer 09:44:33 93b9cdb0e59b: Pulling fs layer 09:44:33 5e14af77c1be: Pulling fs layer 09:44:33 01666e4c0597: Pulling fs layer 09:44:33 aa168da1d23b: Pulling fs layer 09:44:33 93b9cdb0e59b: Waiting 09:44:33 5e14af77c1be: Waiting 09:44:33 aa168da1d23b: Waiting 09:44:33 01666e4c0597: Waiting 09:44:33 46f8f816bc3b: Waiting 09:44:33 36b3adc4ff6f: Verifying Checksum 09:44:33 36b3adc4ff6f: Download complete 09:44:33 46f8f816bc3b: Verifying Checksum 09:44:33 46f8f816bc3b: Download complete 09:44:34 df20fa9351a1: Verifying Checksum 09:44:34 df20fa9351a1: Download complete 09:44:34 93b9cdb0e59b: Verifying Checksum 09:44:34 93b9cdb0e59b: Download complete 09:44:34 93b61091891f: Download complete 09:44:34 5e14af77c1be: Verifying Checksum 09:44:34 5e14af77c1be: Download complete 09:44:34 01666e4c0597: Verifying Checksum 09:44:34 01666e4c0597: Download complete 09:44:34 8ad3a11d3b57: Verifying Checksum 09:44:34 8ad3a11d3b57: Download complete 09:44:34 df20fa9351a1: Pull complete 09:44:34 36b3adc4ff6f: Pull complete 09:44:35 8ad3a11d3b57: Pull complete 09:44:35 46f8f816bc3b: Pull complete 09:44:35 93b61091891f: Pull complete 09:44:36 93b9cdb0e59b: Pull complete 09:44:36 5e14af77c1be: Pull complete 09:44:36 aa168da1d23b: Verifying Checksum 09:44:36 aa168da1d23b: Download complete 09:44:36 01666e4c0597: Pull complete 09:44:43 aa168da1d23b: Pull complete 09:44:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:44:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:44:43 prd-centos7-docker-4c-2g-5861 does not seem to be running inside a container 09:44:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-169/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:44:49 $ docker top 8c778e21c2e227bcf5863add5c89a314160fdc2bd76c7823a5af6d780fc9a44a -eo pid,comm [Pipeline] { [Pipeline] sh 09:44:50 + touch /tmp/pre-build-complete [Pipeline] sh 09:44:50 + mkdir -p /var/log/sa [Pipeline] sh 09:44:51 + ls /var/log/sa-host 09:44:51 + sadf -c /var/log/sa-host/sa05 09:44:51 file_magic: OK 09:44:51 HZ: Using current value: 100 09:44:51 file_header: OK 09:44:51 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:44:51 Statistics: 09:44:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:44:51 File successfully converted to sysstat format version 12.2.1 09:44:51 + sadf -c /var/log/sa-host/sa16 09:44:51 file_magic: OK 09:44:51 HZ: Using current value: 100 09:44:51 file_header: OK 09:44:51 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:44:51 Statistics: 09:44:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:44:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:44:51 provisioning config files... 09:44:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp/config8759491084392779022tmp [Pipeline] { [Pipeline] echo 09:44:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:44:51 ---> create-netrc.sh [Pipeline] } 09:44:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:44:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:44:52 ---> python-tools-install.sh [Pipeline] echo 09:44:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:44:52 ---> sudo-logs.sh 09:44:52 Archiving 'sudo' log.. [Pipeline] echo 09:44:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:44:52 ---> job-cost.sh 09:44:52 lf-activate-venv: SKIPPING 09:44:52 INFO: No Stack... 09:44:53 INFO: Retrieving Pricing Info for: v1-standard-2 09:44:54 INFO: Archiving Costs [Pipeline] echo 09:44:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:44:54 ---> logs-deploy.sh 09:44:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-169/6 09:44:54 INFO: archiving workspace using pattern(s): 09:44:56 Archives upload complete. 09:44:56 INFO: archiving logs to Nexus 09:44:57 ---> uname -a: 09:44:57 Linux prd-centos7-docker-4c-2g-5861.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:44:57 09:44:57 09:44:57 ---> lscpu: 09:44:57 Architecture: x86_64 09:44:57 CPU op-mode(s): 32-bit, 64-bit 09:44:57 Byte Order: Little Endian 09:44:57 Address sizes: 40 bits physical, 48 bits virtual 09:44:57 CPU(s): 4 09:44:57 On-line CPU(s) list: 0-3 09:44:57 Thread(s) per core: 1 09:44:57 Core(s) per socket: 1 09:44:57 Socket(s): 4 09:44:57 NUMA node(s): 1 09:44:57 Vendor ID: GenuineIntel 09:44:57 CPU family: 6 09:44:57 Model: 44 09:44:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:44:57 Stepping: 1 09:44:57 CPU MHz: 2933.438 09:44:57 BogoMIPS: 5866.87 09:44:57 Virtualization: VT-x 09:44:57 Hypervisor vendor: KVM 09:44:57 Virtualization type: full 09:44:57 L1d cache: 128 KiB 09:44:57 L1i cache: 128 KiB 09:44:57 L2 cache: 16 MiB 09:44:57 L3 cache: 64 MiB 09:44:57 NUMA node0 CPU(s): 0-3 09:44:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:44:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:44:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:44:57 Vulnerability Meltdown: Mitigation; PTI 09:44:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:44:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:44:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:44:57 Vulnerability Tsx async abort: Not affected 09:44:57 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:44:57 09:44:57 09:44:57 ---> nproc: 09:44:57 4 09:44:57 09:44:57 09:44:57 ---> df -h: 09:44:57 Filesystem Size Used Available Use% Mounted on 09:44:57 overlay 50.0G 7.2G 42.8G 14% / 09:44:57 tmpfs 64.0M 0 64.0M 0% /dev 09:44:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:44:57 shm 64.0M 0 64.0M 0% /dev/shm 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-169 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/gexfoundry_device-mqtt-go_PR-169@tmp 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 09:44:57 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 09:44:57 09:44:57 09:44:57 ---> free -m: 09:44:57 total used free shared buff/cache available 09:44:57 Mem: 1837 655 117 0 1064 1080 09:44:57 Swap: 1023 0 1023 09:44:57 09:44:57 09:44:57 ---> ip addr: 09:44:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:44:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:44:57 inet 127.0.0.1/8 scope host lo 09:44:57 valid_lft forever preferred_lft forever 09:44:57 inet6 ::1/128 scope host 09:44:57 valid_lft forever preferred_lft forever 09:44:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:44:57 link/ether fa:16:3e:e4:35:95 brd ff:ff:ff:ff:ff:ff 09:44:57 inet 10.30.122.145/23 brd 10.30.123.255 scope global dynamic eth0 09:44:57 valid_lft 85660sec preferred_lft 85660sec 09:44:57 inet6 fe80::f816:3eff:fee4:3595/64 scope link 09:44:57 valid_lft forever preferred_lft forever 09:44:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:44:57 link/ether 02:42:ae:24:9a:ed brd ff:ff:ff:ff:ff:ff 09:44:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:44:57 valid_lft forever preferred_lft forever 09:44:57 inet6 fe80::42:aeff:fe24:9aed/64 scope link 09:44:57 valid_lft forever preferred_lft forever 09:44:57 09:44:57 09:44:57 ---> sar -b -r -n DEV: 09:44:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 09:44:57 09:44:57 09:32:17 LINUX RESTART (4 CPU) 09:44:57 09:44:57 09:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:44:57 09:34:01 50.77 13.21 37.56 0.00 4585.65 2674.59 0.00 09:44:57 09:35:01 1.91 0.00 1.91 0.00 0.00 39.98 0.00 09:44:57 09:36:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 09:44:57 09:37:02 0.17 0.00 0.17 0.00 0.00 2.15 0.00 09:44:57 09:38:01 0.29 0.00 0.29 0.00 0.00 3.62 0.00 09:44:57 09:39:01 0.35 0.00 0.35 0.00 0.00 4.21 0.00 09:44:57 09:40:01 0.30 0.02 0.28 0.00 0.13 3.33 0.00 09:44:57 09:41:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 09:44:57 09:42:01 0.65 0.00 0.65 0.00 0.00 6.98 0.00 09:44:57 09:43:01 0.67 0.00 0.67 0.00 0.00 7.68 0.00 09:44:57 09:44:01 0.33 0.00 0.33 0.00 0.00 4.40 0.00 09:44:57 Average: 5.09 1.21 3.89 0.00 417.77 250.74 0.00 09:44:57 09:44:57 09:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:44:57 09:34:01 155136 0 554356 29.46 2620 1169444 1107948 37.81 436240 1129616 128 09:44:57 09:35:01 158544 0 550940 29.28 2620 1169452 1088544 37.15 433780 1129176 8 09:44:57 09:36:01 155912 0 553568 29.42 2620 1169456 1076328 36.73 437328 1129052 8 09:44:57 09:37:02 154380 0 555100 29.50 2620 1169456 1076444 36.74 439432 1128404 8 09:44:57 09:38:01 155012 0 554460 29.47 2620 1169464 1076384 36.74 441000 1126360 12 09:44:57 09:39:01 155576 0 553892 29.44 2620 1169468 1076276 36.73 440560 1126360 12 09:44:57 09:40:01 155560 0 553896 29.44 2620 1169480 1076276 36.73 440444 1126360 8 09:44:57 09:41:01 155080 0 554372 29.46 2620 1169484 1076396 36.74 432836 1134552 8 09:44:57 09:42:01 155544 0 553900 29.44 2620 1169492 1076276 36.73 432324 1134552 8 09:44:57 09:43:01 154968 0 554472 29.47 2620 1169496 1076484 36.74 433348 1134552 8 09:44:57 09:44:01 154848 0 554592 29.48 2620 1169496 1076412 36.74 432808 1134552 12 09:44:57 Average: 155505 0 553959 29.44 2620 1169472 1080343 36.87 436373 1130321 20 09:44:57 09:44:57 09:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:44:57 09:34:01 eth0 262.24 169.15 578.44 66.56 0.00 0.00 0.00 0.00 09:44:57 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:34:01 docker0 1.80 1.48 0.35 3.61 0.00 0.00 0.00 0.00 09:44:57 09:35:01 eth0 2.23 0.52 0.63 0.39 0.00 0.00 0.00 0.00 09:44:57 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:36:01 eth0 0.75 0.27 0.30 0.20 0.00 0.00 0.00 0.00 09:44:57 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:37:02 eth0 1.02 0.28 0.32 0.20 0.00 0.00 0.00 0.00 09:44:57 09:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:38:01 eth0 0.95 0.51 0.58 0.28 0.00 0.00 0.00 0.00 09:44:57 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:39:01 eth0 0.25 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:44:57 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:40:01 eth0 1.42 0.08 0.11 0.01 0.00 0.00 0.00 0.00 09:44:57 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:41:01 eth0 1.27 0.55 0.56 0.36 0.00 0.00 0.00 0.00 09:44:57 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:42:01 eth0 0.82 0.08 0.07 0.04 0.00 0.00 0.00 0.00 09:44:57 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:43:01 eth0 1.05 0.60 0.61 0.43 0.00 0.00 0.00 0.00 09:44:57 09:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:44:01 eth0 0.60 0.13 0.10 0.04 0.00 0.00 0.00 0.00 09:44:57 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 Average: eth0 24.83 15.69 52.99 6.24 0.00 0.00 0.00 0.00 09:44:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:44:57 Average: docker0 0.16 0.13 0.03 0.33 0.00 0.00 0.00 0.00 09:44:57 09:44:57 09:44:57 ---> sar -P ALL: 09:44:57 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 09:44:57 09:44:57 09:32:17 LINUX RESTART (4 CPU) 09:44:57 09:44:57 09:33:01 CPU %user %nice %system %iowait %steal %idle 09:44:57 09:34:01 all 5.06 0.00 2.39 1.31 0.03 91.22 09:44:57 09:34:01 0 5.50 0.00 2.63 2.95 0.03 88.89 09:44:57 09:34:01 1 4.95 0.00 2.48 1.79 0.02 90.76 09:44:57 09:34:01 2 5.35 0.00 2.19 0.28 0.02 92.15 09:44:57 09:34:01 3 4.43 0.00 2.25 0.23 0.03 93.06 09:44:57 09:35:01 all 0.09 0.00 0.04 0.00 0.00 99.87 09:44:57 09:35:01 0 0.18 0.00 0.03 0.00 0.00 99.78 09:44:57 09:35:01 1 0.07 0.00 0.05 0.00 0.00 99.88 09:44:57 09:35:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:44:57 09:35:01 3 0.08 0.00 0.03 0.00 0.02 99.87 09:44:57 09:36:01 all 0.18 0.00 0.05 0.00 0.00 99.77 09:44:57 09:36:01 0 0.50 0.00 0.07 0.00 0.00 99.43 09:44:57 09:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:44:57 09:36:01 2 0.07 0.00 0.08 0.00 0.02 99.83 09:44:57 09:36:01 3 0.10 0.00 0.03 0.00 0.00 99.87 09:44:57 09:37:02 all 0.17 0.00 0.03 0.00 0.00 99.80 09:44:57 09:37:02 0 0.55 0.00 0.03 0.00 0.00 99.42 09:44:57 09:37:02 1 0.07 0.00 0.02 0.00 0.00 99.92 09:44:57 09:37:02 2 0.03 0.00 0.05 0.00 0.00 99.92 09:44:57 09:37:02 3 0.03 0.00 0.03 0.00 0.00 99.93 09:44:57 09:38:01 all 0.17 0.00 0.05 0.00 0.00 99.78 09:44:57 09:38:01 0 0.54 0.00 0.03 0.00 0.00 99.42 09:44:57 09:38:01 1 0.07 0.00 0.07 0.00 0.00 99.86 09:44:57 09:38:01 2 0.07 0.00 0.07 0.00 0.00 99.86 09:44:57 09:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:44:57 09:39:01 all 0.16 0.00 0.04 0.00 0.00 99.80 09:44:57 09:39:01 0 0.52 0.00 0.03 0.00 0.00 99.45 09:44:57 09:39:01 1 0.08 0.00 0.07 0.00 0.00 99.85 09:44:57 09:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:44:57 09:39:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:44:57 09:40:01 all 0.16 0.00 0.03 0.00 0.00 99.80 09:44:57 09:40:01 0 0.18 0.00 0.02 0.00 0.00 99.80 09:44:57 09:40:01 1 0.37 0.00 0.03 0.00 0.00 99.60 09:44:57 09:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:44:57 09:40:01 3 0.07 0.00 0.05 0.00 0.00 99.88 09:44:57 09:41:01 all 0.17 0.00 0.04 0.00 0.00 99.79 09:44:57 09:41:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:44:57 09:41:01 1 0.55 0.00 0.05 0.00 0.02 99.38 09:44:57 09:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:44:57 09:41:01 3 0.08 0.00 0.03 0.00 0.00 99.88 09:44:57 09:42:01 all 0.16 0.00 0.02 0.00 0.00 99.82 09:44:57 09:42:01 0 0.07 0.00 0.03 0.00 0.00 99.90 09:44:57 09:42:01 1 0.52 0.00 0.02 0.00 0.00 99.47 09:44:57 09:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:44:57 09:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:44:57 09:43:01 all 0.16 0.00 0.03 0.00 0.00 99.80 09:44:57 09:43:01 0 0.05 0.00 0.03 0.00 0.02 99.90 09:44:57 09:43:01 1 0.55 0.00 0.03 0.00 0.00 99.42 09:44:57 09:43:01 2 0.03 0.00 0.05 0.00 0.00 99.92 09:44:57 09:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:44:57 09:44:01 all 0.17 0.00 0.03 0.00 0.00 99.80 09:44:57 09:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:44:57 09:44:01 1 0.07 0.00 0.02 0.00 0.00 99.92 09:44:57 09:44:01 2 0.53 0.00 0.02 0.00 0.00 99.45 09:44:57 09:44:01 3 0.05 0.00 0.05 0.00 0.00 99.90 09:44:57 09:44:57 Average: CPU %user %nice %system %iowait %steal %idle 09:44:57 Average: all 0.60 0.00 0.25 0.12 0.00 99.02 09:44:57 Average: 0 0.74 0.00 0.27 0.27 0.00 98.72 09:44:57 Average: 1 0.67 0.00 0.26 0.16 0.00 98.91 09:44:57 Average: 2 0.57 0.00 0.24 0.03 0.00 99.17 09:44:57 Average: 3 0.44 0.00 0.23 0.02 0.00 99.30 09:44:57 09:44:57 09:44:57