Pull request #170 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e6856924589b46b10038e9fce567ea5232b81490+fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (5aca88438fe697ef5e3d7e533b8fa368d4a396df) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-170/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1780 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-170 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) > git config core.sparsecheckout # timeout=10 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:47:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:47:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:47:05 ========================================================= 04:47:05 EdgeX Global Pipelines Version Info 04:47:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:47:08 ------------------- 04:47:08 stable info: 04:47:08 ------------------- 04:47:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:47:08 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:47:08 Message: update stable to v1.0.119 04:47:10 ------------------- 04:47:10 experimental info: 04:47:10 ------------------- 04:47:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:47:10 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:47:10 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:47:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:47:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo 04:47:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo 04:47:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo 04:47:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e6856924589b46b10038e9fce567ea5232b81490 [Pipeline] echo 04:47:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e685692 [Pipeline] echo 04:47:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:47:15 + git log --format=format:%s -1 e6856924589b46b10038e9fce567ea5232b81490 [Pipeline] echo 04:47:15 GIT_COMMIT: e6856924589b46b10038e9fce567ea5232b81490, Commit Message: Bump github.com/spf13/cast from 1.3.0 to 1.3.1 [Pipeline] echo 04:47:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:47:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:16 04:47:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:47:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:16 latest: Pulling from edgex-devops/git-semver 04:47:16 31603596830f: Pulling fs layer 04:47:16 2a8b12db71e7: Pulling fs layer 04:47:16 6ca5941a6612: Pulling fs layer 04:47:16 ecc8261a40a4: Pulling fs layer 04:47:16 ecc8261a40a4: Waiting 04:47:16 2a8b12db71e7: Verifying Checksum 04:47:16 2a8b12db71e7: Download complete 04:47:17 31603596830f: Verifying Checksum 04:47:17 31603596830f: Download complete 04:47:17 ecc8261a40a4: Verifying Checksum 04:47:17 ecc8261a40a4: Download complete 04:47:17 6ca5941a6612: Verifying Checksum 04:47:17 6ca5941a6612: Download complete 04:47:17 31603596830f: Pull complete 04:47:17 2a8b12db71e7: Pull complete 04:47:19 6ca5941a6612: Pull complete 04:47:19 ecc8261a40a4: Pull complete 04:47:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:47:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:47:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:47:19 prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container 04:47:19 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:47:21 $ docker top 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:47:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:21 [ssh-agent] Looking for ssh-agent implementation... 04:47:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:22 $ docker exec 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent 04:47:22 SSH_AUTH_SOCK=/tmp/ssh-uY7C4JeOLWLx/agent.11 04:47:22 SSH_AGENT_PID=17 04:47:22 Running ssh-add (command line suppressed) 04:47:22 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1905784539195737742.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_1905784539195737742.key) 04:47:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:23 + git describe --exact-match --tags HEAD 04:47:23 fatal: No names found, cannot describe anything. [Pipeline] } 04:47:23 $ docker exec --env ******** --env ******** 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent -k 04:47:24 unset SSH_AUTH_SOCK; 04:47:24 unset SSH_AGENT_PID; 04:47:24 echo Agent pid 17 killed; 04:47:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:47:24 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:47:24 This usually means this commit has not been tagged. [Pipeline] sshagent 04:47:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:47:24 [ssh-agent] Looking for ssh-agent implementation... 04:47:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:47:24 $ docker exec 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent 04:47:25 SSH_AUTH_SOCK=/tmp/ssh-qkCSjnfiDV7m/agent.47 04:47:25 SSH_AGENT_PID=52 04:47:25 Running ssh-add (command line suppressed) 04:47:25 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_2851224078426639139.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_2851224078426639139.key) 04:47:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:47:26 + git semver init 04:47:26 # -> Open(): unable to determine branch for HEAD 04:47:26 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.git 04:47:26 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-170 04:47:26 # $SEMVER_REMOTE_NAME = origin 04:47:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:47:26 # $SEMVER_USER_NAME = edgex-jenkins 04:47:26 # $SEMVER_BRANCH = PR-170 04:47:26 # $SEMVER_TEMP = /tmp/semver-784569170 04:47:26 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:47:26 # '/tmp/semver-784569170' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver' 04:47:26 # -> Force: false 04:47:26 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver [Pipeline] } 04:47:26 $ docker exec --env ******** --env ******** 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 ssh-agent -k 04:47:27 unset SSH_AUTH_SOCK; 04:47:27 unset SSH_AGENT_PID; 04:47:27 echo Agent pid 52 killed; 04:47:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:47:27 + git semver [Pipeline] } 04:47:27 $ docker stop --time=1 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 04:47:29 $ docker rm -f 93c5c3e389b3e618dac2fd68aab0214d3763c0256ed101e77c93dd9b267fa724 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:47:30 Stashed 24 file(s) [Pipeline] echo 04:47:30 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 04:47:30 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:47:46 Still waiting to schedule task 04:47:46 ‘prd-centos7-docker-4c-2g-1782’ is offline; ‘prd-centos7-docker-4c-2g-213’ is offline 04:47:46 Still waiting to schedule task 04:47:46 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1779’ 04:50:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1787 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 04:50:21 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:50:26 using credential edgex-jenkins-ssh 04:50:26 Cloning the remote Git repository 04:50:26 Cloning with configured refspecs honoured and without tags 04:50:26 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:50:26 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:50:26 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:50:26 > git --version # timeout=10 04:50:26 > git --version # 'git version 2.17.1' 04:50:26 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:26 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:50:27 Fetching without tags 04:50:28 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 04:50:28 Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 04:50:28 Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) 04:50:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:50:27 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 04:50:27 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:50:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:50:27 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:50:27 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:27 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:50:28 > git config core.sparsecheckout # timeout=10 04:50:28 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:50:28 > git remote # timeout=10 04:50:28 > git config --get remote.origin.url # timeout=10 04:50:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:50:28 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:50:28 > git rev-parse HEAD^{commit} # timeout=10 04:50:28 > git config core.sparsecheckout # timeout=10 04:50:28 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:50:32 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" 04:50:32 > git --version # timeout=10 04:50:32 > git --version # 'git version 2.17.1' 04:50:32 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:50:34 ========================================================= 04:50:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:50:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:50:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 04:50:36 Sending build context to Docker daemon 609.3kB 04:50:36 Step 1/8 : ARG BASE=golang:1.13-alpine 04:50:36 Step 2/8 : FROM ${BASE} 04:50:36 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:50:36 b538f80385f9: Pulling fs layer 04:50:36 74f711af9a0d: Pulling fs layer 04:50:36 99f96fe45779: Pulling fs layer 04:50:36 fd7a069fd194: Pulling fs layer 04:50:36 66aa3694b03b: Pulling fs layer 04:50:36 170f70906a0f: Pulling fs layer 04:50:36 ad7c5574e4b9: Pulling fs layer 04:50:36 e772456be8f7: Pulling fs layer 04:50:36 c890913d741a: Pulling fs layer 04:50:36 2480fcc9aa5a: Pulling fs layer 04:50:36 09adf4765672: Pulling fs layer 04:50:36 ad7c5574e4b9: Waiting 04:50:36 e772456be8f7: Waiting 04:50:36 c890913d741a: Waiting 04:50:36 2480fcc9aa5a: Waiting 04:50:36 09adf4765672: Waiting 04:50:36 fd7a069fd194: Waiting 04:50:36 66aa3694b03b: Waiting 04:50:36 170f70906a0f: Waiting 04:50:36 99f96fe45779: Verifying Checksum 04:50:36 99f96fe45779: Download complete 04:50:36 74f711af9a0d: Verifying Checksum 04:50:36 74f711af9a0d: Download complete 04:50:36 66aa3694b03b: Verifying Checksum 04:50:36 66aa3694b03b: Download complete 04:50:36 170f70906a0f: Verifying Checksum 04:50:36 170f70906a0f: Download complete 04:50:36 b538f80385f9: Verifying Checksum 04:50:36 b538f80385f9: Download complete 04:50:37 b538f80385f9: Pull complete 04:50:38 74f711af9a0d: Pull complete 04:50:38 99f96fe45779: Pull complete 04:50:39 ad7c5574e4b9: Verifying Checksum 04:50:39 ad7c5574e4b9: Download complete 04:50:39 c890913d741a: Verifying Checksum 04:50:39 c890913d741a: Download complete 04:50:41 2480fcc9aa5a: Verifying Checksum 04:50:41 2480fcc9aa5a: Download complete 04:50:41 e772456be8f7: Verifying Checksum 04:50:41 e772456be8f7: Download complete 04:50:41 09adf4765672: Verifying Checksum 04:50:41 09adf4765672: Download complete 04:50:42 fd7a069fd194: Verifying Checksum 04:50:42 fd7a069fd194: Download complete 04:50:54 fd7a069fd194: Pull complete 04:50:54 66aa3694b03b: Pull complete 04:50:54 170f70906a0f: Pull complete 04:50:58 ad7c5574e4b9: Pull complete 04:51:03 e772456be8f7: Pull complete 04:51:03 c890913d741a: Pull complete 04:51:05 2480fcc9aa5a: Pull complete 04:51:05 09adf4765672: Pull complete 04:51:05 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:51:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:51:05 ---> 2248a725d1cf 04:51:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:51:11 ---> Running in 996c59dddd02 04:51:11 Removing intermediate container 996c59dddd02 04:51:11 ---> d61288561238 04:51:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:11 ---> Running in c80b69c740b6 04:51:14 Removing intermediate container c80b69c740b6 04:51:14 ---> 74a5ef3ee580 04:51:14 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:51:14 ---> Running in d02ea170195c 04:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:17 (1/14) Installing libmagic (5.38-r0) 04:51:17 (2/14) Installing file (5.38-r0) 04:51:17 (3/14) Installing libc-dev (0.7.2-r3) 04:51:17 (4/14) Installing g++ (9.3.0-r2) 04:51:25 Running on prd-centos7-docker-4c-2g-1789 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 04:51:25 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:51:27 (5/14) Installing fortify-headers (1.1-r0) 04:51:27 (6/14) Installing patch (2.7.6-r6) 04:51:27 (7/14) Installing build-base (0.5-r2) 04:51:27 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:51:27 (9/14) Installing libedit (20191231.3.1-r0) 04:51:27 (10/14) Installing openssh-client (8.3_p1-r0) 04:51:28 using credential edgex-jenkins-ssh 04:51:28 Cloning the remote Git repository 04:51:28 Cloning with configured refspecs honoured and without tags 04:51:28 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:51:28 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:51:28 (13/14) Installing openssh-server (8.3_p1-r0) 04:51:28 (14/14) Installing openssh (8.3_p1-r0) 04:51:28 Fetching without tags 04:51:29 Executing busybox-1.31.1-r16.trigger 04:51:29 OK: 221 MiB in 53 packages 04:51:28 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:51:28 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:51:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:51:28 > git --version # timeout=10 04:51:28 > git --version # 'git version 2.16.5' 04:51:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:51:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:51:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:51:28 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 04:51:28 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:51:28 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:51:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:51:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:51:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:51:29 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 04:51:29 Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 04:51:29 Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) 04:51:29 > git config core.sparsecheckout # timeout=10 04:51:29 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:51:29 > git remote # timeout=10 04:51:29 > git config --get remote.origin.url # timeout=10 04:51:29 using GIT_SSH to set credentials SSH Credentials for GitHub 04:51:29 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:51:29 > git rev-parse HEAD^{commit} # timeout=10 04:51:29 > git config core.sparsecheckout # timeout=10 04:51:29 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:51:33 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" 04:51:33 > git --version # timeout=10 04:51:33 > git --version # 'git version 2.16.5' 04:51:33 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:51:33 Removing intermediate container d02ea170195c 04:51:33 ---> accb723d5e10 04:51:33 Step 6/8 : WORKDIR /device-mqtt-go [Pipeline] withEnv [Pipeline] { 04:51:33 ---> Running in 6dc004f3e242 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 04:51:34 Removing intermediate container 6dc004f3e242 04:51:34 ---> 9a2df5fd7652 04:51:34 Step 7/8 : COPY . . [Pipeline] unstash [Pipeline] echo 04:51:34 ========================================================= 04:51:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:51:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:51:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:51:35 ---> 2a561636bb62 04:51:35 Step 8/8 : RUN go mod download 04:51:35 Sending build context to Docker daemon 609.3kB 04:51:35 Step 1/8 : ARG BASE=golang:1.13-alpine 04:51:35 Step 2/8 : FROM ${BASE} 04:51:35 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:51:35 df20fa9351a1: Pulling fs layer 04:51:35 ed8968b2872e: Pulling fs layer 04:51:35 a92cc7c5fd73: Pulling fs layer 04:51:35 2dd03ba5bac4: Pulling fs layer 04:51:35 1e091d79d1de: Pulling fs layer 04:51:35 481702a1767f: Pulling fs layer 04:51:35 f64a6f60c768: Pulling fs layer 04:51:35 e78d2573fc39: Pulling fs layer 04:51:35 e876d2f968b6: Pulling fs layer 04:51:35 ce8a83651883: Pulling fs layer 04:51:35 07967f4d0e4b: Pulling fs layer 04:51:35 f64a6f60c768: Waiting 04:51:35 e78d2573fc39: Waiting 04:51:35 e876d2f968b6: Waiting 04:51:35 ce8a83651883: Waiting 04:51:35 07967f4d0e4b: Waiting 04:51:35 481702a1767f: Waiting 04:51:35 1e091d79d1de: Waiting 04:51:35 a92cc7c5fd73: Verifying Checksum 04:51:35 a92cc7c5fd73: Download complete 04:51:35 ed8968b2872e: Download complete 04:51:35 1e091d79d1de: Verifying Checksum 04:51:35 1e091d79d1de: Download complete 04:51:35 ---> Running in ff2cc964439f 04:51:35 481702a1767f: Verifying Checksum 04:51:35 481702a1767f: Download complete 04:51:35 df20fa9351a1: Verifying Checksum 04:51:35 df20fa9351a1: Download complete 04:51:35 df20fa9351a1: Pull complete 04:51:36 ed8968b2872e: Pull complete 04:51:36 a92cc7c5fd73: Pull complete 04:51:37 f64a6f60c768: Verifying Checksum 04:51:37 f64a6f60c768: Download complete 04:51:37 e876d2f968b6: Verifying Checksum 04:51:37 e876d2f968b6: Download complete 04:51:37 go: finding github.com/BurntSushi/toml v0.3.1 04:51:37 go: finding github.com/OneOfOne/xxhash v1.2.6 04:51:37 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:51:38 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:51:38 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:51:38 go: finding github.com/bgentry/speakeasy v0.1.0 04:51:38 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:51:38 go: finding github.com/davecgh/go-spew v1.1.1 04:51:38 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:51:38 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:51:38 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:51:38 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:51:38 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:51:38 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:51:38 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:51:38 go: finding github.com/fatih/color v1.7.0 04:51:38 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:51:38 go: finding github.com/go-kit/kit v0.8.0 04:51:38 go: finding github.com/go-logfmt/logfmt v0.4.0 04:51:38 go: finding github.com/go-stack/stack v1.8.0 04:51:38 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:51:38 go: finding github.com/google/uuid v1.1.1 04:51:38 go: finding github.com/gorilla/mux v1.7.1 04:51:38 go: finding github.com/hashicorp/consul/api v1.1.0 04:51:38 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:51:38 go: finding github.com/hashicorp/errwrap v1.0.0 04:51:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:51:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:51:38 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:51:38 go: finding github.com/hashicorp/go-multierror v1.0.0 04:51:38 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:51:38 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:51:38 go: finding github.com/hashicorp/go-syslog v1.0.0 04:51:38 go: finding github.com/hashicorp/go-uuid v1.0.1 04:51:38 go: finding github.com/hashicorp/go.net v0.0.1 04:51:38 go: finding github.com/hashicorp/golang-lru v0.5.0 04:51:38 ce8a83651883: Verifying Checksum 04:51:38 ce8a83651883: Download complete 04:51:38 07967f4d0e4b: Verifying Checksum 04:51:38 07967f4d0e4b: Download complete 04:51:38 go: finding github.com/hashicorp/logutils v1.0.0 04:51:38 go: finding github.com/hashicorp/mdns v1.0.0 04:51:38 go: finding github.com/hashicorp/memberlist v0.1.3 04:51:38 go: finding github.com/hashicorp/serf v0.8.2 04:51:38 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:51:38 go: finding github.com/kr/pretty v0.1.0 04:51:38 go: finding github.com/kr/pty v1.1.1 04:51:38 go: finding github.com/kr/text v0.1.0 04:51:38 go: finding github.com/mattn/go-colorable v0.0.9 04:51:38 go: finding github.com/mattn/go-isatty v0.0.3 04:51:39 e78d2573fc39: Verifying Checksum 04:51:39 e78d2573fc39: Download complete 04:51:39 go: finding github.com/miekg/dns v1.0.14 04:51:39 go: finding github.com/mitchellh/cli v1.0.0 04:51:39 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:51:39 go: finding github.com/mitchellh/copystructure v1.0.0 04:51:39 go: finding github.com/mitchellh/go-homedir v1.0.0 04:51:39 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:51:39 go: finding github.com/mitchellh/gox v0.4.0 04:51:39 go: finding github.com/mitchellh/iochan v1.0.0 04:51:39 go: finding github.com/mitchellh/mapstructure v1.1.2 04:51:39 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:51:39 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:51:39 go: finding github.com/pelletier/go-toml v1.2.0 04:51:39 go: finding github.com/pkg/errors v0.8.1 04:51:39 go: finding github.com/pmezard/go-difflib v1.0.0 04:51:39 go: finding github.com/posener/complete v1.1.1 04:51:39 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:51:39 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:51:39 go: finding github.com/spf13/cast v1.3.1 04:51:39 go: finding github.com/stretchr/objx v0.1.0 04:51:39 go: finding github.com/stretchr/testify v1.5.1 04:51:39 go: finding github.com/ugorji/go v1.1.4 04:51:39 go: finding github.com/x448/float16 v0.8.4 04:51:39 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:51:39 2dd03ba5bac4: Download complete 04:51:39 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:51:39 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:51:39 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:51:39 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:51:39 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:51:39 go: finding gopkg.in/yaml.v2 v2.2.8 04:51:45 2dd03ba5bac4: Pull complete 04:51:45 1e091d79d1de: Pull complete 04:51:45 481702a1767f: Pull complete 04:51:49 Removing intermediate container ff2cc964439f 04:51:49 ---> e3fbda614d3a 04:51:49 Successfully built e3fbda614d3a 04:51:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:51:51 + docker inspect -f . ci-base-image-arm64 04:51:51 . [Pipeline] withDockerContainer 04:51:51 prd-ubuntu18.04-docker-arm64-4c-16g-1787 does not seem to be running inside a container 04:51:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:51:51 f64a6f60c768: Pull complete 04:51:53 $ docker top 145c1583d6a8a625146204b3ee27f8be3c65f60f9e565d18a6b25ecf24be2181 -eo pid,comm [Pipeline] { [Pipeline] sh 04:51:54 e78d2573fc39: Pull complete 04:51:54 e876d2f968b6: Pull complete 04:51:54 + go version 04:51:54 go version go1.13.13 linux/arm64 [Pipeline] sh 04:51:55 ce8a83651883: Pull complete 04:51:55 + make test 04:51:55 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:51:55 07967f4d0e4b: Pull complete 04:51:55 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:51:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:51:55 ---> 5d7c900382c6 04:51:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:51:56 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:51:57 ---> Running in 72c657a3eaf8 04:51:57 Removing intermediate container 72c657a3eaf8 04:51:57 ---> 772ce08ad8f4 04:51:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:57 ---> Running in 205006996a5d 04:51:58 Removing intermediate container 205006996a5d 04:51:58 ---> 5a7c68964849 04:51:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:51:58 ---> Running in 8a40f9c63050 04:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:52:01 (1/14) Installing libmagic (5.38-r0) 04:52:01 (2/14) Installing file (5.38-r0) 04:52:01 (3/14) Installing libc-dev (0.7.2-r3) 04:52:01 (4/14) Installing g++ (9.3.0-r2) 04:52:06 (5/14) Installing fortify-headers (1.1-r0) 04:52:06 (6/14) Installing patch (2.7.6-r6) 04:52:06 (7/14) Installing build-base (0.5-r2) 04:52:06 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:52:06 (9/14) Installing libedit (20191231.3.1-r0) 04:52:06 (10/14) Installing openssh-client (8.3_p1-r0) 04:52:07 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:52:07 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:52:07 (13/14) Installing openssh-server (8.3_p1-r0) 04:52:07 (14/14) Installing openssh (8.3_p1-r0) 04:52:07 Executing busybox-1.31.1-r16.trigger 04:52:07 OK: 237 MiB in 53 packages 04:52:11 Removing intermediate container 8a40f9c63050 04:52:11 ---> 4d7e6784b27b 04:52:11 Step 6/8 : WORKDIR /device-mqtt-go 04:52:11 ---> Running in 58f739c1c364 04:52:11 Removing intermediate container 58f739c1c364 04:52:11 ---> 70847776bdc9 04:52:11 Step 7/8 : COPY . . 04:52:12 ---> 6b1382afdf6e 04:52:12 Step 8/8 : RUN go mod download 04:52:12 ---> Running in 9b9c5ead5c30 04:52:14 go: finding github.com/BurntSushi/toml v0.3.1 04:52:14 go: finding github.com/OneOfOne/xxhash v1.2.6 04:52:14 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:52:14 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:52:14 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:52:14 go: finding github.com/bgentry/speakeasy v0.1.0 04:52:14 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:52:14 go: finding github.com/davecgh/go-spew v1.1.1 04:52:14 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:52:14 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:52:14 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:52:14 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:52:14 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:52:14 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:52:14 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:52:14 go: finding github.com/fatih/color v1.7.0 04:52:14 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:52:14 go: finding github.com/go-kit/kit v0.8.0 04:52:14 go: finding github.com/go-logfmt/logfmt v0.4.0 04:52:14 go: finding github.com/go-stack/stack v1.8.0 04:52:14 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:52:14 go: finding github.com/google/uuid v1.1.1 04:52:14 go: finding github.com/gorilla/mux v1.7.1 04:52:14 go: finding github.com/hashicorp/consul/api v1.1.0 04:52:14 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:52:14 go: finding github.com/hashicorp/errwrap v1.0.0 04:52:14 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:52:14 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:52:14 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:52:14 go: finding github.com/hashicorp/go-multierror v1.0.0 04:52:14 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:52:14 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:52:14 go: finding github.com/hashicorp/go-syslog v1.0.0 04:52:14 go: finding github.com/hashicorp/go-uuid v1.0.1 04:52:14 go: finding github.com/hashicorp/go.net v0.0.1 04:52:14 go: finding github.com/hashicorp/golang-lru v0.5.0 04:52:14 go: finding github.com/hashicorp/logutils v1.0.0 04:52:14 go: finding github.com/hashicorp/mdns v1.0.0 04:52:14 go: finding github.com/hashicorp/memberlist v0.1.3 04:52:14 go: finding github.com/hashicorp/serf v0.8.2 04:52:14 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:52:14 go: finding github.com/kr/pretty v0.1.0 04:52:14 go: finding github.com/kr/pty v1.1.1 04:52:15 go: finding github.com/kr/text v0.1.0 04:52:15 go: finding github.com/mattn/go-colorable v0.0.9 04:52:15 go: finding github.com/mattn/go-isatty v0.0.3 04:52:15 go: finding github.com/miekg/dns v1.0.14 04:52:15 go: finding github.com/mitchellh/cli v1.0.0 04:52:15 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:52:15 go: finding github.com/mitchellh/copystructure v1.0.0 04:52:15 go: finding github.com/mitchellh/go-homedir v1.0.0 04:52:15 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:52:15 go: finding github.com/mitchellh/gox v0.4.0 04:52:15 go: finding github.com/mitchellh/iochan v1.0.0 04:52:15 go: finding github.com/mitchellh/mapstructure v1.1.2 04:52:15 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:52:15 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:52:15 go: finding github.com/pelletier/go-toml v1.2.0 04:52:15 go: finding github.com/pkg/errors v0.8.1 04:52:15 go: finding github.com/pmezard/go-difflib v1.0.0 04:52:15 go: finding github.com/posener/complete v1.1.1 04:52:15 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:52:15 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:52:15 go: finding github.com/spf13/cast v1.3.1 04:52:15 go: finding github.com/stretchr/objx v0.1.0 04:52:15 go: finding github.com/stretchr/testify v1.5.1 04:52:15 go: finding github.com/ugorji/go v1.1.4 04:52:15 go: finding github.com/x448/float16 v0.8.4 04:52:15 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:52:15 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:52:15 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:52:15 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:52:15 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:52:15 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:52:15 go: finding gopkg.in/yaml.v2 v2.2.8 04:52:24 Removing intermediate container 9b9c5ead5c30 04:52:24 ---> 2ea119da46fd 04:52:24 Successfully built 2ea119da46fd 04:52:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:52:25 + docker inspect -f . ci-base-image-x86_64 04:52:25 . [Pipeline] withDockerContainer 04:52:25 prd-centos7-docker-4c-2g-1789 does not seem to be running inside a container 04:52:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:52:26 $ docker top feb4900079d5f3c85719c729e22ff2e7047d44410c3ea82a728db8d01f93fc22 -eo pid,comm [Pipeline] { [Pipeline] sh 04:52:27 + go version 04:52:27 go version go1.13.13 linux/amd64 [Pipeline] sh 04:52:27 + make test 04:52:27 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:52:28 ? github.com/edgexfoundry/device-mqtt-go [no test files] 04:52:29 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:52:29 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements 04:52:29 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:52:29 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:52:36 gofmt -l . 04:52:36 ["`gofmt -l .`" = ""] 04:52:36 ./bin/test-attribution-txt.sh 04:52:36 ./bin/test-go-mod-tidy.sh [Pipeline] stash 04:52:37 Stashed 1 file(s) [Pipeline] } 04:52:37 $ docker stop --time=1 145c1583d6a8a625146204b3ee27f8be3c65f60f9e565d18a6b25ecf24be2181 04:52:38 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 04:52:38 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements 04:52:38 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 04:52:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:52:39 $ docker rm -f 145c1583d6a8a625146204b3ee27f8be3c65f60f9e565d18a6b25ecf24be2181 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 04:52:40 gofmt -l . 04:52:41 ["`gofmt -l .`" = ""] 04:52:41 ./bin/test-attribution-txt.sh [Pipeline] sh 04:52:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:52:41 ./bin/test-go-mod-tidy.sh 04:52:41 + ls -al . 04:52:41 total 136 04:52:41 drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:52 . 04:52:41 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 .. 04:52:41 -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:50 .dockerignore 04:52:41 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:50 .git 04:52:41 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 .github 04:52:41 -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:50 .gitignore 04:52:41 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 .semver 04:52:41 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:50 Attribution.txt 04:52:41 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:50 Dockerfile 04:52:41 -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:50 Dockerfile.build 04:52:41 -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:50 Jenkinsfile 04:52:41 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:50 LICENSE 04:52:41 -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:50 Makefile 04:52:41 -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:50 README.md 04:52:41 -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 04:47 VERSION 04:52:41 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 bin 04:52:41 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 cmd 04:52:41 -rw-r--r-- 1 jenkins jenkins 18939 Sep 8 04:52 coverage.out 04:52:41 -rw-r--r-- 1 jenkins jenkins 510 Sep 8 04:52 go.mod 04:52:41 -rw-r--r-- 1 jenkins jenkins 13621 Sep 8 04:52 go.sum 04:52:41 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:50 internal 04:52:41 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:50 mock 04:52:41 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:50 snap 04:52:41 -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:50 version.go [Pipeline] isUnix [Pipeline] sh [Pipeline] stash 04:52:42 Warning: overwriting stash ‘coverage-report’ 04:52:42 + 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=e6856924589b46b10038e9fce567ea5232b81490 --label arch=arm64 --label version=0.0.0 . 04:52:42 Stashed 1 file(s) [Pipeline] } 04:52:42 $ docker stop --time=1 feb4900079d5f3c85719c729e22ff2e7047d44410c3ea82a728db8d01f93fc22 04:52:42 Sending build context to Docker daemon 628.7kB 04:52:42 Step 1/22 : ARG BASE=golang:1.13-alpine 04:52:42 Step 2/22 : FROM ${BASE} AS builder 04:52:42 ---> e3fbda614d3a 04:52:42 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:52:42 ---> Running in eb3f67f1bdb2 04:52:43 Removing intermediate container eb3f67f1bdb2 04:52:43 ---> 5f0b26c388f6 04:52:43 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:52:43 ---> Running in 71284cab47b3 04:52:44 Removing intermediate container 71284cab47b3 04:52:44 ---> 06099bb46df4 04:52:44 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:44 ---> Running in 697c6f8fcfce 04:52:44 $ docker rm -f feb4900079d5f3c85719c729e22ff2e7047d44410c3ea82a728db8d01f93fc22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:52:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:52:46 + ls -al . 04:52:46 total 100 04:52:46 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:52 . 04:52:46 drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 04:51 .. 04:52:46 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:51 Attribution.txt 04:52:46 drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:51 bin 04:52:46 drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:51 cmd 04:52:46 -rw-r--r--. 1 jenkins jenkins 18939 Sep 8 04:52 coverage.out 04:52:46 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:51 Dockerfile 04:52:46 -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:51 Dockerfile.build 04:52:46 -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:51 .dockerignore 04:52:46 drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 04:51 .git 04:52:46 drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:51 .github 04:52:46 -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:51 .gitignore 04:52:46 -rw-r--r--. 1 jenkins jenkins 510 Sep 8 04:52 go.mod 04:52:46 -rw-r--r--. 1 jenkins jenkins 13621 Sep 8 04:52 go.sum 04:52:46 drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:51 internal 04:52:46 -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:51 Jenkinsfile 04:52:46 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:51 LICENSE 04:52:46 -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:51 Makefile 04:52:46 drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:51 mock 04:52:46 -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:51 README.md 04:52:46 drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 04:51 .semver 04:52:46 drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:51 snap 04:52:46 -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 04:47 VERSION 04:52:46 -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:51 version.go [Pipeline] isUnix [Pipeline] sh 04:52:46 + 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=e6856924589b46b10038e9fce567ea5232b81490 --label arch=amd64 --label version=0.0.0 . 04:52:46 Sending build context to Docker daemon 628.7kB 04:52:46 Removing intermediate container 697c6f8fcfce 04:52:46 ---> 3a9c28e65934 04:52:46 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:52:46 ---> Running in 19d22768a2ba 04:52:46 Step 1/22 : ARG BASE=golang:1.13-alpine 04:52:46 Step 2/22 : FROM ${BASE} AS builder 04:52:46 ---> 2ea119da46fd 04:52:46 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:52:46 ---> Running in 35dcd67cda4d 04:52:47 Removing intermediate container 35dcd67cda4d 04:52:47 ---> acb172ea4f5b 04:52:47 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:52:47 ---> Running in 1276a849ff54 04:52:47 Removing intermediate container 1276a849ff54 04:52:47 ---> e071b22b4c32 04:52:47 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:47 ---> Running in 46af6f04c281 04:52:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:48 Removing intermediate container 46af6f04c281 04:52:48 ---> 09fcc9c0d1a0 04:52:48 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:52:48 ---> Running in c8c3e2635017 04:52:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:52:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:52:50 OK: 237 MiB in 53 packages 04:52:51 OK: 221 MiB in 53 packages 04:52:51 Removing intermediate container c8c3e2635017 04:52:51 ---> 7198ec4c5053 04:52:51 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:52:51 ---> Running in 3e51c6db8f7b 04:52:51 Removing intermediate container 3e51c6db8f7b 04:52:51 ---> 65446ec235ff 04:52:51 Step 8/22 : COPY . . 04:52:52 Removing intermediate container 19d22768a2ba 04:52:52 ---> 38970eb7968d 04:52:52 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:52:52 ---> Running in c1ce746679cd 04:52:52 ---> b4a6e6963eb2 04:52:52 Step 9/22 : ARG MAKE='make build' 04:52:52 ---> Running in a3af9591be2a 04:52:52 Removing intermediate container a3af9591be2a 04:52:52 ---> f61fd34a8cd3 04:52:52 Step 10/22 : RUN $MAKE 04:52:52 ---> Running in 6133fe3f8245 04:52:52 Removing intermediate container c1ce746679cd 04:52:52 ---> caf7b01bc1eb 04:52:52 Step 8/22 : COPY . . 04:52:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 04:52:53 ---> d8288fcc3f4f 04:52:53 Step 9/22 : ARG MAKE='make build' 04:52:53 ---> Running in 0a6eb860e023 04:52:54 Removing intermediate container 0a6eb860e023 04:52:54 ---> ed42dde1283c 04:52:54 Step 10/22 : RUN $MAKE 04:52:54 ---> Running in f4b4fdddbd68 04:52:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 04:53:03 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:53:07 Removing intermediate container 6133fe3f8245 04:53:07 ---> f135efcae8d0 04:53:07 Step 11/22 : FROM alpine 04:53:07 latest: Pulling from library/alpine 04:53:07 df20fa9351a1: Already exists 04:53:07 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:53:07 Status: Downloaded newer image for alpine:latest 04:53:07 ---> a24bb4013296 04:53:07 Step 12/22 : ENV APP_PORT=49982 04:53:08 ---> Running in e130beac015d 04:53:08 Removing intermediate container e130beac015d 04:53:08 ---> ac8431f477ba 04:53:08 Step 13/22 : EXPOSE $APP_PORT 04:53:08 ---> Running in 9bae29712928 04:53:08 Removing intermediate container 9bae29712928 04:53:08 ---> 69c66d474c47 04:53:08 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:53:08 ---> 71498208656c 04:53:08 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:53:09 ---> 70559d0660b8 04:53:09 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:53:09 ---> cabb6ca1ff99 04:53:09 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:53:09 ---> Running in f7e2231bd995 04:53:09 Removing intermediate container f7e2231bd995 04:53:09 ---> b60911586431 04:53:09 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:53:09 ---> Running in 810d48053431 04:53:09 Removing intermediate container 810d48053431 04:53:09 ---> f2dc65d8489d 04:53:09 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:09 ---> Running in 73f72d2e39e7 04:53:10 Removing intermediate container 73f72d2e39e7 04:53:10 ---> 527e734e9dac 04:53:10 Step 20/22 : LABEL arch=amd64 04:53:10 ---> Running in 8afb48c81c49 04:53:10 Removing intermediate container 8afb48c81c49 04:53:10 ---> 4623642851e3 04:53:10 Step 21/22 : LABEL git_sha=e6856924589b46b10038e9fce567ea5232b81490 04:53:10 ---> Running in f729dfe19029 04:53:10 Removing intermediate container f729dfe19029 04:53:10 ---> 0a885598b2cb 04:53:10 Step 22/22 : LABEL version=0.0.0 04:53:10 ---> Running in c5f1bcbbf3be 04:53:10 Removing intermediate container c5f1bcbbf3be 04:53:10 ---> 19c7ffa34524 04:53:10 [Warning] One or more build-args [ARCH] were not consumed 04:53:11 Successfully built 19c7ffa34524 04:53:11 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:53:22 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:53:26 Still waiting to schedule task 04:53:26 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-1791’ 04:53:31 Removing intermediate container f4b4fdddbd68 04:53:31 ---> 9c8fb6a286fd 04:53:31 Step 11/22 : FROM alpine 04:53:31 latest: Pulling from library/alpine 04:53:31 b538f80385f9: Already exists 04:53:31 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:53:31 Status: Downloaded newer image for alpine:latest 04:53:31 ---> 62ee0e9f8440 04:53:31 Step 12/22 : ENV APP_PORT=49982 04:53:31 ---> Running in 71107c6220c4 04:53:31 Removing intermediate container 71107c6220c4 04:53:31 ---> eb48295044f5 04:53:31 Step 13/22 : EXPOSE $APP_PORT 04:53:31 ---> Running in 34ab24b3eeb5 04:53:32 Removing intermediate container 34ab24b3eeb5 04:53:32 ---> b730c95c6304 04:53:32 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:53:33 ---> b405ecf4dc77 04:53:33 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:53:34 ---> f498eb0b2bf0 04:53:34 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:53:35 ---> 68ddf0e80820 04:53:35 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:53:35 ---> Running in d133badcdefc 04:53:35 Removing intermediate container d133badcdefc 04:53:35 ---> 1b0f5d6aa5ca 04:53:35 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:53:35 ---> Running in fdd14a7bffd4 04:53:36 Removing intermediate container fdd14a7bffd4 04:53:36 ---> f6944251c115 04:53:36 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:36 ---> Running in 5be28bf997d5 04:53:37 Removing intermediate container 5be28bf997d5 04:53:37 ---> fd933e0432cd 04:53:37 Step 20/22 : LABEL arch=arm64 04:53:37 ---> Running in 1e32769f16bf 04:53:37 Removing intermediate container 1e32769f16bf 04:53:37 ---> 282d5250d928 04:53:37 Step 21/22 : LABEL git_sha=e6856924589b46b10038e9fce567ea5232b81490 04:53:37 ---> Running in 252d03fa9d79 04:53:38 Removing intermediate container 252d03fa9d79 04:53:38 ---> f3e385380982 04:53:38 Step 22/22 : LABEL version=0.0.0 04:53:38 ---> Running in 6e29c91da6c5 04:53:38 Removing intermediate container 6e29c91da6c5 04:53:38 ---> 0307b311d5c6 04:53:38 [Warning] One or more build-args [ARCH] were not consumed 04:53:38 Successfully built 0307b311d5c6 04:53:38 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:53:54 Still waiting to schedule task 04:53:54 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 04:54:50 Running on prd-centos7-docker-8c-8g-1793 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 04:54:50 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:54:52 using credential edgex-jenkins-ssh 04:54:52 Cloning the remote Git repository 04:54:52 Cloning with configured refspecs honoured and without tags 04:54:52 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:54:52 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:54:52 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:54:52 > git --version # timeout=10 04:54:52 > git --version # 'git version 2.16.5' 04:54:52 using GIT_SSH to set credentials SSH Credentials for GitHub 04:54:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:54:53 Fetching without tags 04:54:53 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 04:54:53 Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 04:54:53 Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) 04:54:53 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:54:53 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 04:54:53 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:54:53 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:54:53 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:54:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:54:53 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:54:53 > git config core.sparsecheckout # timeout=10 04:54:53 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:54:53 > git remote # timeout=10 04:54:53 > git config --get remote.origin.url # timeout=10 04:54:53 using GIT_SSH to set credentials SSH Credentials for GitHub 04:54:53 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:54:53 > git rev-parse HEAD^{commit} # timeout=10 04:54:53 > git config core.sparsecheckout # timeout=10 04:54:53 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:54:57 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" 04:54:57 > git --version # timeout=10 04:54:57 > git --version # 'git version 2.16.5' 04:54:57 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:54:58 ++ grep snapcraft.yaml 04:54:58 ++ find /w/workspace/device-mqtt-go/1 04:54:58 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:54:58 provisioning config files... 04:54:58 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config6112077347898240364tmp [Pipeline] { [Pipeline] sh 04:54:59 + cp /w/workspace/device-mqtt-go/1@tmp/config6112077347898240364tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 04:54:59 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 04:54:59 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 04:54:59 latest: Pulling from edgex-devops/edgex-snap-builder 04:54:59 f08d8e2a3ba1: Pulling fs layer 04:54:59 3baa9cb2483b: Pulling fs layer 04:54:59 94e5ff4c0b15: Pulling fs layer 04:54:59 1860925334f9: Pulling fs layer 04:54:59 2daf38717194: Pulling fs layer 04:54:59 309017e8d7a4: Pulling fs layer 04:54:59 f7790dc9fd0f: Pulling fs layer 04:54:59 cac0ae9282c2: Pulling fs layer 04:54:59 1f4cadf9a1ed: Pulling fs layer 04:54:59 1860925334f9: Waiting 04:54:59 2daf38717194: Waiting 04:54:59 309017e8d7a4: Waiting 04:54:59 f7790dc9fd0f: Waiting 04:54:59 cac0ae9282c2: Waiting 04:54:59 1f4cadf9a1ed: Waiting 04:54:59 3baa9cb2483b: Download complete 04:54:59 94e5ff4c0b15: Download complete 04:54:59 1860925334f9: Verifying Checksum 04:54:59 1860925334f9: Download complete 04:54:59 309017e8d7a4: Verifying Checksum 04:54:59 309017e8d7a4: Download complete 04:54:59 f7790dc9fd0f: Verifying Checksum 04:54:59 f7790dc9fd0f: Download complete 04:54:59 cac0ae9282c2: Verifying Checksum 04:54:59 cac0ae9282c2: Download complete 04:54:59 1f4cadf9a1ed: Verifying Checksum 04:54:59 1f4cadf9a1ed: Download complete 04:55:00 f08d8e2a3ba1: Verifying Checksum 04:55:00 f08d8e2a3ba1: Download complete 04:55:01 f08d8e2a3ba1: Pull complete 04:55:01 3baa9cb2483b: Pull complete 04:55:01 94e5ff4c0b15: Pull complete 04:55:02 1860925334f9: Pull complete 04:55:05 2daf38717194: Verifying Checksum 04:55:05 2daf38717194: Download complete 04:55:23 2daf38717194: Pull complete 04:55:23 309017e8d7a4: Pull complete 04:55:23 f7790dc9fd0f: Pull complete 04:55:23 cac0ae9282c2: Pull complete 04:55:23 1f4cadf9a1ed: Pull complete 04:55:23 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 04:55:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 04:55:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:55:24 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:55:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:55:25 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 04:55:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 04:55:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1384 kB] 04:55:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 04:55:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 04:55:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [896 kB] 04:55:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1425 kB] 04:55:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 04:55:25 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 04:55:25 Fetched 5332 kB in 2s (3484 kB/s) 04:55:27 Reading package lists... 04:55:30 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 04:55:30 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:55:30 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:55:30 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 04:55:32 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 61% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 04:55:34 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 04:55:35 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... 62% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 04:55:35 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 04:55:35 Reading state information... 0% Reading state information... 0% Reading state information... Done 04:55:35 The following packages were automatically installed and are no longer required: 04:55:35 libjq1 libonig4 04:55:35 Use 'sudo apt autoremove' to remove them. 04:55:35 Suggested packages: 04:55:35 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:55:35 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 04:55:35 diffutils-doc perl-doc libterm-readline-gnu-perl 04:55:35 | libterm-readline-perl-perl 04:55:35 The following NEW packages will be installed: 04:55:35 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 04:55:35 libperl5.26 make netbase patch perl perl-modules-5.26 04:55:35 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 04:55:35 Need to get 12.0 MB of archives. 04:55:35 After this operation, 77.5 MB of additional disk space will be used. 04:55:35 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 04:55:36 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 697 kB/2763 kB 25%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 04:55:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 04:55:36 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 04:55:36 23% [4 libperl5.26 43.5 kB/3527 kB 1%] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 04:55:36 48% [5 perl 55.0 kB/201 kB 27%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 04:55:36 51% [6 less 65.5 kB/112 kB 59%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 04:55:36 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 04:55:36 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] 04:55:36 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] 04:55:36 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:55:36 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:55:36 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 04:55:36 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:55:36 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8529 kB/s) 04:55:36 debconf: delaying package configuration, since apt-utils is not installed 04:55:36 Selecting previously unselected package perl-modules-5.26. 04:55:36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 04:55:36 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 04:55:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:55:37 Selecting previously unselected package libgdbm5:amd64. 04:55:37 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 04:55:37 Unpacking libgdbm5:amd64 (1.14.1-6) ... 04:55:37 Selecting previously unselected package libgdbm-compat4:amd64. 04:55:37 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 04:55:37 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 04:55:37 Selecting previously unselected package libperl5.26:amd64. 04:55:37 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 04:55:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 04:55:38 Selecting previously unselected package perl. 04:55:38 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 04:55:38 Unpacking perl (5.26.1-6ubuntu0.3) ... 04:55:38 Selecting previously unselected package less. 04:55:38 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 04:55:38 Unpacking less (487-0.1) ... 04:55:38 Selecting previously unselected package netbase. 04:55:38 Preparing to unpack .../06-netbase_5.4_all.deb ... 04:55:38 Unpacking netbase (5.4) ... 04:55:38 Selecting previously unselected package curl. 04:55:38 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 04:55:38 Unpacking curl (7.58.0-2ubuntu3.10) ... 04:55:39 Selecting previously unselected package libcurl3-gnutls:amd64. 04:55:39 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 04:55:39 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:55:39 Selecting previously unselected package liberror-perl. 04:55:39 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 04:55:39 Unpacking liberror-perl (0.17025-1) ... 04:55:39 Selecting previously unselected package git-man. 04:55:39 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:55:39 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:55:39 Selecting previously unselected package git. 04:55:39 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:55:39 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:55:39 Selecting previously unselected package make. 04:55:39 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 04:55:39 Unpacking make (4.1-9.1ubuntu1) ... 04:55:39 Selecting previously unselected package patch. 04:55:39 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:55:39 Unpacking patch (2.7.6-2ubuntu1.1) ... 04:55:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:55:39 Setting up less (487-0.1) ... 04:55:40 Setting up make (4.1-9.1ubuntu1) ... 04:55:40 Setting up curl (7.58.0-2ubuntu3.10) ... 04:55:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:55:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:55:40 Setting up libgdbm5:amd64 (1.14.1-6) ... 04:55:40 Setting up patch (2.7.6-2ubuntu1.1) ... 04:55:40 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 04:55:40 Setting up netbase (5.4) ... 04:55:40 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 04:55:40 Setting up perl (5.26.1-6ubuntu0.3) ... 04:55:40 Setting up liberror-perl (0.17025-1) ... 04:55:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:55:40 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 04:55:40 Processing triggers for mime-support (3.60ubuntu1) ... 04:55:41 curl set to automatically installed. 04:55:41 git set to automatically installed. 04:55:41 git-man set to automatically installed. 04:55:41 less set to automatically installed. 04:55:41 libcurl3-gnutls set to automatically installed. 04:55:41 liberror-perl set to automatically installed. 04:55:41 libgdbm-compat4 set to automatically installed. 04:55:41 libgdbm5 set to automatically installed. 04:55:41 libperl5.26 set to automatically installed. 04:55:41 make set to automatically installed. 04:55:41 netbase set to automatically installed. 04:55:41 patch set to automatically installed. 04:55:41 perl set to automatically installed. 04:55:41 perl-modules-5.26 set to automatically installed. 04:55:41 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 04:55:41 Please ensure the environment is properly setup before continuing. 04:55:41 Ignore this message if the appropriate measures have already been taken 04:55:42 Pulling go  04:55:43 'device-mqtt' has dependencies that need to be staged: go 04:55:43 Skipping pull go (already ran) 04:55:43 Building go  04:55:43 % Total % Received % Xferd Average Speed Time Time Time Current 04:55:43 Dload Upload Total Spent Left Speed 04:55:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 114M 33 38.1M 0 0 49.6M 0 0:00:02 --:--:-- 0:00:02 49.6M 88 114M 88 101M 0 0 57.6M 0 0:00:01 0:00:01 --:--:-- 57.5M 100 114M 100 114M 0 0 58.5M 0 0:00:01 0:00:01 --:--:-- 58.5M 04:55:46 go1.13.5.linux-amd64.tar.gz: OK 04:55:52 Staging go  04:55:52 Pulling device-mqtt  04:55:53 Skipping build go (already ran) 04:55:53 Building device-mqtt  04:55:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd 04:55:54 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 04:55:54 go: downloading github.com/spf13/cast v1.3.1 04:55:54 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:55:54 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:55:54 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 04:55:54 go: extracting github.com/spf13/cast v1.3.1 04:55:54 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 04:55:54 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:55:54 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 04:55:54 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:55:54 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:55:54 go: downloading github.com/gorilla/mux v1.7.1 04:55:54 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:55:54 go: downloading github.com/google/uuid v1.1.1 04:55:54 go: extracting github.com/google/uuid v1.1.1 04:55:54 go: extracting github.com/gorilla/mux v1.7.1 04:55:54 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:55:54 go: downloading github.com/go-kit/kit v0.8.0 04:55:54 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:55:54 go: downloading gopkg.in/yaml.v2 v2.2.8 04:55:54 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 04:55:54 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 04:55:54 go: downloading github.com/pelletier/go-toml v1.2.0 04:55:54 go: downloading github.com/BurntSushi/toml v0.3.1 04:55:54 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 04:55:54 go: extracting github.com/BurntSushi/toml v0.3.1 04:55:54 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 04:55:54 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 04:55:54 go: extracting github.com/pelletier/go-toml v1.2.0 04:55:54 go: extracting gopkg.in/yaml.v2 v2.2.8 04:55:54 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 04:55:54 go: downloading github.com/pkg/errors v0.8.1 04:55:54 go: downloading github.com/OneOfOne/xxhash v1.2.6 04:55:54 go: downloading github.com/hashicorp/consul/api v1.1.0 04:55:54 go: downloading github.com/x448/float16 v0.8.4 04:55:54 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 04:55:54 go: extracting github.com/pkg/errors v0.8.1 04:55:54 go: extracting github.com/OneOfOne/xxhash v1.2.6 04:55:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:55:54 go: extracting github.com/go-kit/kit v0.8.0 04:55:54 go: extracting github.com/x448/float16 v0.8.4 04:55:54 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:55:54 go: extracting github.com/hashicorp/consul/api v1.1.0 04:55:54 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:55:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:55:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:55:54 go: downloading github.com/mitchellh/copystructure v1.0.0 04:55:54 go: downloading github.com/hashicorp/serf v0.8.2 04:55:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:55:54 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:55:54 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:55:54 go: extracting github.com/mitchellh/copystructure v1.0.0 04:55:54 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 04:55:54 go: extracting github.com/mitchellh/mapstructure v1.1.2 04:55:54 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 04:55:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:55:54 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 04:55:54 go: extracting github.com/go-logfmt/logfmt v0.4.0 04:55:54 go: extracting github.com/mitchellh/reflectwalk v1.0.0 04:55:54 go: extracting github.com/hashicorp/serf v0.8.2 04:55:54 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:55:54 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:55:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:55:54 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 04:55:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:55:54 go: extracting github.com/hashicorp/golang-lru v0.5.0 04:55:54 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:55:54 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:55:54 go: finding github.com/spf13/cast v1.3.1 04:55:54 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:55:54 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:55:55 go: finding github.com/gorilla/mux v1.7.1 04:55:55 go: finding github.com/OneOfOne/xxhash v1.2.6 04:55:55 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:55:55 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:55:55 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:55:55 go: finding github.com/go-kit/kit v0.8.0 04:55:55 go: finding github.com/google/uuid v1.1.1 04:55:55 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:55:55 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:55:55 go: finding gopkg.in/yaml.v2 v2.2.8 04:55:55 go: finding github.com/x448/float16 v0.8.4 04:55:55 go: finding github.com/pkg/errors v0.8.1 04:55:55 go: finding github.com/BurntSushi/toml v0.3.1 04:55:55 go: finding github.com/go-logfmt/logfmt v0.4.0 04:55:55 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:55:55 go: finding github.com/hashicorp/consul/api v1.1.0 04:55:55 go: finding github.com/pelletier/go-toml v1.2.0 04:55:55 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:55:55 go: finding github.com/hashicorp/serf v0.8.2 04:55:55 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:55:55 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:55:55 go: finding github.com/mitchellh/mapstructure v1.1.2 04:55:55 go: finding github.com/mitchellh/copystructure v1.0.0 04:55:55 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:55:55 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:55:55 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:55:55 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:55:55 go: finding github.com/hashicorp/golang-lru v0.5.0 04:56:00 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:56:04 Skipping stage go (already ran) 04:56:04 Staging device-mqtt  04:56:05 Priming go  04:56:05 Priming device-mqtt  04:56:06 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 04:56:06 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 04:56:06 Determining the version from the project repo (version-script). 04:56:06 The version has been set to '1.2.1-20200908+e685692' 04:56:07 Snapping | Snapping / Snapping - Snapping \ Snapping | 04:56:07 Snapped edgex-device-mqtt_1.2.1-20200908+e685692_amd64.snap [Pipeline] } 04:56:10 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] } 04:56:56 Running on prd-ubuntu18.04-docker-arm64-16c-16g-1794 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 04:56:56 Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout 04:57:00 using credential edgex-jenkins-ssh 04:57:00 Cloning the remote Git repository 04:57:00 Cloning with configured refspecs honoured and without tags 04:57:00 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:57:00 > git init /w/workspace/device-mqtt-go/1 # timeout=10 04:57:00 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:57:00 > git --version # timeout=10 04:57:00 > git --version # 'git version 2.17.1' 04:57:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:57:01 Fetching without tags 04:57:01 Merging remotes/origin/master commit fe2df51579bf0cce1b2e428c0c04fcb23a980c4d into PR head commit e6856924589b46b10038e9fce567ea5232b81490 04:57:01 Merge succeeded, producing e6856924589b46b10038e9fce567ea5232b81490 04:57:01 Checking out Revision e6856924589b46b10038e9fce567ea5232b81490 (PR-170) 04:57:01 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:57:01 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 04:57:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:57:01 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:57:01 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:57:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:57:01 > git config core.sparsecheckout # timeout=10 04:57:01 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:57:01 > git remote # timeout=10 04:57:01 > git config --get remote.origin.url # timeout=10 04:57:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:57:01 > git merge fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:57:01 > git rev-parse HEAD^{commit} # timeout=10 04:57:02 > git config core.sparsecheckout # timeout=10 04:57:02 > git checkout -f e6856924589b46b10038e9fce567ea5232b81490 # timeout=10 04:57:06 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" 04:57:06 > git --version # timeout=10 04:57:06 > git --version # 'git version 2.17.1' 04:57:06 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:57:07 + find /w/workspace/device-mqtt-go/1 04:57:07 + grep snapcraft.yaml 04:57:07 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:57:07 provisioning config files... 04:57:07 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/1@tmp/config7226079571046137698tmp [Pipeline] { [Pipeline] sh 04:57:08 + cp /w/workspace/device-mqtt-go/1@tmp/config7226079571046137698tmp /w/workspace/device-mqtt-go/1/edgex-snap-store-login [Pipeline] sh 04:57:08 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 04:57:09 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 04:57:09 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 04:57:09 237528ba509b: Pulling fs layer 04:57:09 393b96f31d8b: Pulling fs layer 04:57:09 4d82b0e39008: Pulling fs layer 04:57:09 e7ca375b8d34: Pulling fs layer 04:57:09 e7ca375b8d34: Waiting 04:57:09 418f656485bb: Pulling fs layer 04:57:09 aebe8db9254c: Pulling fs layer 04:57:09 4f5f7b207d3f: Pulling fs layer 04:57:09 d19ca6af091a: Pulling fs layer 04:57:09 16b5a0711add: Pulling fs layer 04:57:09 418f656485bb: Waiting 04:57:09 aebe8db9254c: Waiting 04:57:09 4f5f7b207d3f: Waiting 04:57:09 d19ca6af091a: Waiting 04:57:09 16b5a0711add: Waiting 04:57:09 4d82b0e39008: Verifying Checksum 04:57:09 4d82b0e39008: Download complete 04:57:09 393b96f31d8b: Download complete 04:57:09 e7ca375b8d34: Verifying Checksum 04:57:09 e7ca375b8d34: Download complete 04:57:09 aebe8db9254c: Verifying Checksum 04:57:09 aebe8db9254c: Download complete 04:57:09 4f5f7b207d3f: Download complete 04:57:09 d19ca6af091a: Download complete 04:57:09 16b5a0711add: Verifying Checksum 04:57:09 16b5a0711add: Download complete 04:57:10 237528ba509b: Download complete 04:57:13 237528ba509b: Pull complete 04:57:14 393b96f31d8b: Pull complete 04:57:14 4d82b0e39008: Pull complete 04:57:14 e7ca375b8d34: Pull complete 04:57:20 418f656485bb: Verifying Checksum 04:57:20 418f656485bb: Download complete 04:58:07 418f656485bb: Pull complete 04:58:07 aebe8db9254c: Pull complete 04:58:07 4f5f7b207d3f: Pull complete 04:58:07 d19ca6af091a: Pull complete 04:58:07 16b5a0711add: Pull complete 04:58:07 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 04:58:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 04:58:07 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 04:58:07 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 04:58:07 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 04:58:07 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 04:58:07 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [942 kB] 04:58:07 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1259 kB] 04:58:08 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [782 kB] 04:58:08 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [671 kB] 04:58:08 Fetched 3906 kB in 2s (1648 kB/s) 04:58:13 Reading package lists... 04:58:25 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 04:58:25 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 04:58:25 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 04:58:25 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 04:58:31 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 10% Reading package lists... 30% Reading package lists... 50% Reading package lists... 69% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 88% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 04:58:37 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 04:58:41 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 04:58:42 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 56% Building dependency tree 04:58:42 Reading state information... 0% Reading state information... 0% Reading state information... Done 04:58:43 The following packages were automatically installed and are no longer required: 04:58:43 libjq1 libonig4 04:58:43 Use 'sudo apt autoremove' to remove them. 04:58:43 Suggested packages: 04:58:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:58:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 04:58:43 diffutils-doc perl-doc libterm-readline-gnu-perl 04:58:43 | libterm-readline-perl-perl 04:58:43 The following NEW packages will be installed: 04:58:43 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 04:58:43 libperl5.26 make netbase patch perl perl-modules-5.26 04:58:43 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded. 04:58:43 Need to get 10.8 MB of archives. 04:58:43 After this operation, 73.6 MB of additional disk space will be used. 04:58:43 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 04:58:44 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 6% [1 perl-modules-5.26 787 kB/2763 kB 28%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 04:58:44 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 04:58:44 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 04:58:45 25% [4 libperl5.26 0 B/3326 kB 0%] 48% [4 libperl5.26 3148 kB/3326 kB 95%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 04:58:45 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 04:58:45 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] 04:58:45 56% [7 netbase 12.7 kB/12.7 kB 100%] 58% [Working] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.10 [152 kB] 04:58:45 58% [8 curl 55.4 kB/152 kB 36%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 04:58:45 60% [9 libcurl3-gnutls 19.0 kB/179 kB 11%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 04:58:45 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:58:45 65% [11 git-man 27.7 kB/804 kB 3%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 04:58:46 72% [12 git 12.3 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] 04:58:46 96% [13 make 24.6 kB/139 kB 18%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 04:58:46 98% [14 patch 61.4 kB/91.8 kB 67%] 100% [Working] Fetched 10.8 MB in 2s (4818 kB/s) 04:58:46 debconf: delaying package configuration, since apt-utils is not installed 04:58:46 Selecting previously unselected package perl-modules-5.26. 04:58:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) 04:58:46 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 04:58:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:58:48 Selecting previously unselected package libgdbm5:arm64. 04:58:48 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 04:58:48 Unpacking libgdbm5:arm64 (1.14.1-6) ... 04:58:48 Selecting previously unselected package libgdbm-compat4:arm64. 04:58:48 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 04:58:48 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 04:58:48 Selecting previously unselected package libperl5.26:arm64. 04:58:48 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 04:58:48 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 04:58:49 Selecting previously unselected package perl. 04:58:49 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 04:58:49 Unpacking perl (5.26.1-6ubuntu0.3) ... 04:58:49 Selecting previously unselected package less. 04:58:49 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 04:58:49 Unpacking less (487-0.1) ... 04:58:50 Selecting previously unselected package netbase. 04:58:50 Preparing to unpack .../06-netbase_5.4_all.deb ... 04:58:50 Unpacking netbase (5.4) ... 04:58:50 Selecting previously unselected package curl. 04:58:50 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 04:58:50 Unpacking curl (7.58.0-2ubuntu3.10) ... 04:58:50 Selecting previously unselected package libcurl3-gnutls:arm64. 04:58:50 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 04:58:50 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 04:58:50 Selecting previously unselected package liberror-perl. 04:58:50 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 04:58:50 Unpacking liberror-perl (0.17025-1) ... 04:58:50 Selecting previously unselected package git-man. 04:58:50 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:58:50 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:58:50 Selecting previously unselected package git. 04:58:50 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 04:58:50 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:58:52 Selecting previously unselected package make. 04:58:52 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 04:58:52 Unpacking make (4.1-9.1ubuntu1) ... 04:58:52 Selecting previously unselected package patch. 04:58:52 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 04:58:52 Unpacking patch (2.7.6-2ubuntu1.1) ... 04:58:52 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:58:52 Setting up less (487-0.1) ... 04:58:52 Setting up make (4.1-9.1ubuntu1) ... 04:58:52 Setting up curl (7.58.0-2ubuntu3.10) ... 04:58:52 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 04:58:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 04:58:52 Setting up libgdbm5:arm64 (1.14.1-6) ... 04:58:52 Setting up patch (2.7.6-2ubuntu1.1) ... 04:58:52 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 04:58:52 Setting up netbase (5.4) ... 04:58:53 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 04:58:53 Setting up perl (5.26.1-6ubuntu0.3) ... 04:58:53 Setting up liberror-perl (0.17025-1) ... 04:58:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:58:53 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 04:58:53 Processing triggers for mime-support (3.60ubuntu1) ... 04:58:58 curl set to automatically installed. 04:58:58 git set to automatically installed. 04:58:58 git-man set to automatically installed. 04:58:58 less set to automatically installed. 04:58:59 libcurl3-gnutls set to automatically installed. 04:58:59 liberror-perl set to automatically installed. 04:58:59 libgdbm-compat4 set to automatically installed. 04:58:59 libgdbm5 set to automatically installed. 04:58:59 libperl5.26 set to automatically installed. 04:58:59 make set to automatically installed. 04:58:59 netbase set to automatically installed. 04:58:59 patch set to automatically installed. 04:58:59 perl set to automatically installed. 04:58:59 perl-modules-5.26 set to automatically installed. 04:58:59 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 04:58:59 Please ensure the environment is properly setup before continuing. 04:58:59 Ignore this message if the appropriate measures have already been taken 04:59:00 Pulling go  04:59:03 'device-mqtt' has dependencies that need to be staged: go 04:59:03 Skipping pull go (already ran) 04:59:03 Building go  04:59:03 % Total % Received % Xferd Average Speed Time Time Time Current 04:59:03 Dload Upload Total Spent Left Speed 04:59:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 93.0M 1 955k 0 0 4445k 0 0:00:21 --:--:-- 0:00:21 4424k 45 93.0M 45 41.9M 0 0 33.9M 0 0:00:02 0:00:01 0:00:01 33.9M 92 93.0M 92 85.8M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 100 93.0M 100 93.0M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M 04:59:07 go1.13.5.linux-arm64.tar.gz: OK 04:59:26 Staging go  04:59:29 Pulling device-mqtt  04:59:33 Skipping build go (already ran) 04:59:33 Building device-mqtt  04:59:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.1" -o cmd/device-mqtt ./cmd 04:59:34 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 04:59:34 go: downloading github.com/spf13/cast v1.3.1 04:59:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 04:59:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:59:34 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:59:34 go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 04:59:34 go: extracting github.com/spf13/cast v1.3.1 04:59:34 go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:59:34 go: extracting github.com/eclipse/paho.mqtt.golang v1.1.1 04:59:34 go: extracting gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:59:34 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:59:34 go: downloading github.com/gorilla/mux v1.7.1 04:59:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:59:34 go: downloading github.com/google/uuid v1.1.1 04:59:34 go: downloading github.com/go-kit/kit v0.8.0 04:59:34 go: extracting github.com/gorilla/mux v1.7.1 04:59:34 go: extracting github.com/google/uuid v1.1.1 04:59:34 go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:59:34 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 04:59:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:59:34 go: downloading github.com/pkg/errors v0.8.1 04:59:34 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 04:59:34 go: downloading github.com/OneOfOne/xxhash v1.2.6 04:59:34 go: downloading gopkg.in/yaml.v2 v2.2.8 04:59:34 go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 04:59:34 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 04:59:34 go: extracting github.com/pkg/errors v0.8.1 04:59:34 go: extracting github.com/OneOfOne/xxhash v1.2.6 04:59:34 go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 04:59:34 go: extracting gopkg.in/yaml.v2 v2.2.8 04:59:34 go: downloading github.com/pelletier/go-toml v1.2.0 04:59:34 go: extracting github.com/fxamacker/cbor/v2 v2.2.0 04:59:34 go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 04:59:34 go: downloading github.com/BurntSushi/toml v0.3.1 04:59:34 go: extracting github.com/go-kit/kit v0.8.0 04:59:34 go: downloading github.com/hashicorp/consul/api v1.1.0 04:59:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:59:34 go: downloading github.com/x448/float16 v0.8.4 04:59:34 go: extracting github.com/pelletier/go-toml v1.2.0 04:59:34 go: extracting github.com/BurntSushi/toml v0.3.1 04:59:34 go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:59:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:59:34 go: downloading github.com/mitchellh/copystructure v1.0.0 04:59:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:59:34 go: extracting github.com/x448/float16 v0.8.4 04:59:34 go: extracting github.com/hashicorp/consul/api v1.1.0 04:59:35 go: extracting golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:59:35 go: extracting github.com/cenkalti/backoff v2.2.1+incompatible 04:59:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:59:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:59:35 go: downloading github.com/hashicorp/serf v0.8.2 04:59:35 go: extracting github.com/mitchellh/mapstructure v1.1.2 04:59:35 go: extracting github.com/mitchellh/copystructure v1.0.0 04:59:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:59:35 go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 04:59:35 go: extracting github.com/hashicorp/go-rootcerts v1.0.0 04:59:35 go: extracting github.com/mitchellh/reflectwalk v1.0.0 04:59:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:59:35 go: extracting github.com/hashicorp/serf v0.8.2 04:59:35 go: extracting github.com/go-logfmt/logfmt v0.4.0 04:59:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:59:35 go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:59:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:59:35 go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 04:59:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:59:35 go: extracting github.com/hashicorp/golang-lru v0.5.0 04:59:35 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:59:35 go: finding github.com/spf13/cast v1.3.1 04:59:35 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:59:35 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:59:35 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:59:35 go: finding github.com/gorilla/mux v1.7.1 04:59:35 go: finding github.com/OneOfOne/xxhash v1.2.6 04:59:35 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:59:35 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:59:35 go: finding github.com/go-kit/kit v0.8.0 04:59:35 go: finding github.com/google/uuid v1.1.1 04:59:35 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:59:35 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:59:35 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:59:35 go: finding github.com/x448/float16 v0.8.4 04:59:35 go: finding gopkg.in/yaml.v2 v2.2.8 04:59:35 go: finding github.com/BurntSushi/toml v0.3.1 04:59:35 go: finding github.com/pkg/errors v0.8.1 04:59:35 go: finding github.com/go-logfmt/logfmt v0.4.0 04:59:35 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:59:35 go: finding github.com/pelletier/go-toml v1.2.0 04:59:35 go: finding github.com/hashicorp/consul/api v1.1.0 04:59:35 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:59:35 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:59:35 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:59:35 go: finding github.com/mitchellh/mapstructure v1.1.2 04:59:35 go: finding github.com/hashicorp/serf v0.8.2 04:59:35 go: finding github.com/mitchellh/copystructure v1.0.0 04:59:35 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:59:35 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:59:35 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:59:35 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:59:35 go: finding github.com/hashicorp/golang-lru v0.5.0 04:59:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 05:00:12 Skipping stage go (already ran) 05:00:12 Staging device-mqtt  05:00:14 Priming go  05:00:17 Priming device-mqtt  05:00:20 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 05:00:20 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 05:00:20 Determining the version from the project repo (version-script). 05:00:20 The version has been set to '1.2.1-20200908+e685692' 05:00:21 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | 05:00:21 Snapped edgex-device-mqtt_1.2.1-20200908+e685692_arm64.snap [Pipeline] } 05:00:24 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 05:00:26 provisioning config files... 05:00:26 copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config2007223380675268503tmp [Pipeline] { [Pipeline] sh 05:00:27 + curl -s https://codecov.io/bash 05:00:27 + bash -s - -t @/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config2007223380675268503tmp [Pipeline] } 05:00:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:00:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:00:31 ---> package-listing.sh 05:00:31 ++ facter osfamily 05:00:31 ++ tr '[:upper:]' '[:lower:]' 05:00:31 + OS_FAMILY=redhat 05:00:31 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-170 05:00:31 + START_PACKAGES=/tmp/packages_start.txt 05:00:31 + END_PACKAGES=/tmp/packages_end.txt 05:00:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:00:31 + PACKAGES=/tmp/packages_start.txt 05:00:31 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' 05:00:31 + PACKAGES=/tmp/packages_end.txt 05:00:31 + case "${OS_FAMILY}" in 05:00:31 + rpm -qa 05:00:31 + sort 05:00:35 + '[' -f /tmp/packages_start.txt ']' 05:00:35 + '[' -f /tmp/packages_end.txt ']' 05:00:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:00:35 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' 05:00:35 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ 05:00:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [Pipeline] isUnix [Pipeline] sh 05:00:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:00:36 05:00:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:00:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:00:37 alpine: Pulling from edgex-lftools-log-publisher 05:00:37 df20fa9351a1: Pulling fs layer 05:00:37 36b3adc4ff6f: Pulling fs layer 05:00:37 8ad3a11d3b57: Pulling fs layer 05:00:37 46f8f816bc3b: Pulling fs layer 05:00:37 0dadc02b9964: Pulling fs layer 05:00:37 ce6a7cf60c04: Pulling fs layer 05:00:37 7a184a31f384: Pulling fs layer 05:00:37 0879bd2ef858: Pulling fs layer 05:00:37 7a184a31f384: Waiting 05:00:37 ce6a7cf60c04: Waiting 05:00:37 0879bd2ef858: Waiting 05:00:37 0dadc02b9964: Waiting 05:00:37 46f8f816bc3b: Waiting 05:00:37 36b3adc4ff6f: Verifying Checksum 05:00:37 36b3adc4ff6f: Download complete 05:00:37 46f8f816bc3b: Verifying Checksum 05:00:37 46f8f816bc3b: Download complete 05:00:37 df20fa9351a1: Verifying Checksum 05:00:37 ce6a7cf60c04: Verifying Checksum 05:00:37 ce6a7cf60c04: Download complete 05:00:37 7a184a31f384: Verifying Checksum 05:00:37 7a184a31f384: Download complete 05:00:37 0dadc02b9964: Verifying Checksum 05:00:37 0dadc02b9964: Download complete 05:00:38 df20fa9351a1: Pull complete 05:00:38 36b3adc4ff6f: Pull complete 05:00:38 8ad3a11d3b57: Verifying Checksum 05:00:38 8ad3a11d3b57: Download complete 05:00:39 0879bd2ef858: Verifying Checksum 05:00:39 0879bd2ef858: Download complete 05:00:40 8ad3a11d3b57: Pull complete 05:00:40 46f8f816bc3b: Pull complete 05:00:40 0dadc02b9964: Pull complete 05:00:41 ce6a7cf60c04: Pull complete 05:00:41 7a184a31f384: Pull complete 05:00:44 0879bd2ef858: Pull complete 05:00:44 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 05:00:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:00:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:00:44 prd-centos7-docker-4c-2g-1780 does not seem to be running inside a container 05:00:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:00:50 $ docker top 02ec404b5d259fe0a73dcea0171649139cfab2dee0bedba3dba39a575094bef1 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:51 + mkdir -p /var/log/sa [Pipeline] sh 05:00:51 + ls /var/log/sa-host 05:00:51 + sadf -c /var/log/sa-host/sa05 05:00:51 file_magic: OK 05:00:51 HZ: Using current value: 100 05:00:51 file_header: OK 05:00: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 05:00:51 Statistics: 05:00:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 05:00:51 File successfully converted to sysstat format version 12.2.1 05:00:51 + sadf -c /var/log/sa-host/sa08 05:00:51 file_magic: OK 05:00:51 HZ: Using current value: 100 05:00:51 file_header: OK 05:00: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 05:00:51 Statistics: 05:00: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...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:00:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:00:51 provisioning config files... 05:00:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config6786018259227783655tmp [Pipeline] { [Pipeline] echo 05:00:51 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:00:52 ---> create-netrc.sh [Pipeline] echo 05:00:52 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:00:52 ---> logs-deploy.sh 05:00:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-170/1 05:00:52 INFO: archiving workspace using pattern(s): 05:00:54 Archives upload complete. 05:00:55 INFO: archiving logs to Nexus