Pull request #170 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9+ba13f39da15fded8dc9ca6171c9bf6786df660a0 (7b15b9278977b11d8cd8f2f286060f38f8ec966c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 7909e789ffc0fecf34d47f501ec8db0a80105338 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-174 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 Fetching without tags Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 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 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:59:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:59:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:59:49 ========================================================= 08:59:49 EdgeX Global Pipelines Version Info 08:59:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 107094d668242bf3f672f133004f3cdf96273152 # timeout=10 08:59:51 ------------------- 08:59:51 stable info: 08:59:51 ------------------- 08:59:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:59:51 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 08:59:51 Message: update stable to v1.0.122 08:59:52 ------------------- 08:59:52 experimental info: 08:59:52 ------------------- 08:59:52 Commited By: **** collab-it+edgex@linuxfoundation.org 08:59:52 Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 08:59:52 Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:59:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 08:59:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 08:59:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:59:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:59:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:59:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:59:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f5aa68 [Pipeline] echo 08:59:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:59:55 + git log --format=format:%s -1 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [Pipeline] echo 08:59:55 GIT_COMMIT: 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9, Commit Message: Bump github.com/spf13/cast from 1.3.0 to 1.3.1 [Pipeline] echo 08:59:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:59:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:59:56 08:59:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:59:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:59:56 latest: Pulling from edgex-devops/git-semver 08:59:56 31603596830f: Pulling fs layer 08:59:56 2a8b12db71e7: Pulling fs layer 08:59:56 6ca5941a6612: Pulling fs layer 08:59:56 ecc8261a40a4: Pulling fs layer 08:59:56 ecc8261a40a4: Waiting 08:59:56 2a8b12db71e7: Download complete 08:59:57 31603596830f: Verifying Checksum 08:59:57 31603596830f: Download complete 08:59:57 ecc8261a40a4: Verifying Checksum 08:59:57 ecc8261a40a4: Download complete 08:59:57 6ca5941a6612: Verifying Checksum 08:59:57 6ca5941a6612: Download complete 08:59:57 31603596830f: Pull complete 08:59:57 2a8b12db71e7: Pull complete 08:59:58 6ca5941a6612: Pull complete 08:59:58 ecc8261a40a4: Pull complete 08:59:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:59:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:59:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:59:58 prd-centos7-docker-4c-2g-174 does not seem to be running inside a container 08:59:58 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:00:01 $ docker top 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:00:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:01 [ssh-agent] Looking for ssh-agent implementation... 09:00:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:01 $ docker exec 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent 09:00:01 SSH_AUTH_SOCK=/tmp/ssh-L0DVjrKH9VgW/agent.13 09:00:01 SSH_AGENT_PID=18 09:00:01 Running ssh-add (command line suppressed) 09:00:01 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_749365367222408128.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_749365367222408128.key) 09:00:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:02 + git describe --exact-match --tags HEAD 09:00:02 fatal: No names found, cannot describe anything. [Pipeline] } 09:00:02 $ docker exec --env ******** --env ******** 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent -k 09:00:02 unset SSH_AUTH_SOCK; 09:00:02 unset SSH_AGENT_PID; 09:00:02 echo Agent pid 18 killed; 09:00:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 09:00:02 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 09:00:02 This usually means this commit has not been tagged. [Pipeline] sshagent 09:00:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:00:02 [ssh-agent] Looking for ssh-agent implementation... 09:00:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:00:02 $ docker exec 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent 09:00:03 SSH_AUTH_SOCK=/tmp/ssh-uv23622sXSNB/agent.49 09:00:03 SSH_AGENT_PID=55 09:00:03 Running ssh-add (command line suppressed) 09:00:03 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_5173624302363925153.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_5173624302363925153.key) 09:00:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:00:03 + git semver init 09:00:03 # -> Open(): unable to determine branch for HEAD 09:00:03 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.git 09:00:03 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-170 09:00:03 # $SEMVER_REMOTE_NAME = origin 09:00:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:00:03 # $SEMVER_USER_NAME = edgex-jenkins 09:00:03 # $SEMVER_BRANCH = PR-170 09:00:03 # $SEMVER_TEMP = /tmp/semver-709955714 09:00:03 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 09:00:04 # '/tmp/semver-709955714' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver' 09:00:04 # -> Force: false 09:00:04 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver [Pipeline] } 09:00:04 $ docker exec --env ******** --env ******** 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent -k 09:00:04 unset SSH_AUTH_SOCK; 09:00:04 unset SSH_AGENT_PID; 09:00:04 echo Agent pid 55 killed; 09:00:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:00:05 + git semver [Pipeline] } 09:00:05 $ docker stop --time=1 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 09:00:06 $ docker rm -f 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 09:00:07 Stashed 26 file(s) [Pipeline] echo 09:00:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 09:00:07 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 09:00:23 Still waiting to schedule task 09:00:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:00:23 Still waiting to schedule task 09:00:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:02:42 Running on prd-centos7-docker-4c-2g-177 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 09:02:42 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:02:49 using credential edgex-jenkins-ssh 09:02:49 Cloning the remote Git repository 09:02:49 Cloning with configured refspecs honoured and without tags 09:02:49 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:02:49 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:02:49 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:02:49 > git --version # timeout=10 09:02:49 > git --version # 'git version 2.16.5' 09:02:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:49 > 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 09:02:51 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:02:51 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 09:02:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:02:51 Fetching without tags 09:02:51 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:02:52 Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:02:52 Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) 09:02:51 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:02:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:02:51 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:02:51 > git config core.sparsecheckout # timeout=10 09:02:52 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:02:52 > git remote # timeout=10 09:02:52 > git config --get remote.origin.url # timeout=10 09:02:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:02:52 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:02:52 > git rev-parse HEAD^{commit} # timeout=10 09:02:52 > git config core.sparsecheckout # timeout=10 09:02:52 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:02:56 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:02:57 ========================================================= 09:02:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:02:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:02:58 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:03:00 Sending build context to Docker daemon 621.6kB 09:03:00 Step 1/8 : ARG BASE=golang:1.15-alpine 09:03:00 Step 2/8 : FROM ${BASE} 09:03:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:03:00 df20fa9351a1: Pulling fs layer 09:03:00 ed8968b2872e: Pulling fs layer 09:03:00 a92cc7c5fd73: Pulling fs layer 09:03:00 e871e8e8d7a9: Pulling fs layer 09:03:00 e73272ec9a57: Pulling fs layer 09:03:00 1e910a182e73: Pulling fs layer 09:03:00 4e634b169226: Pulling fs layer 09:03:00 e871e8e8d7a9: Waiting 09:03:00 e73272ec9a57: Waiting 09:03:00 4e634b169226: Waiting 09:03:00 1e910a182e73: Waiting 09:03:00 a92cc7c5fd73: Verifying Checksum 09:03:00 a92cc7c5fd73: Download complete 09:03:00 ed8968b2872e: Verifying Checksum 09:03:00 ed8968b2872e: Download complete 09:03:00 e73272ec9a57: Verifying Checksum 09:03:00 e73272ec9a57: Download complete 09:03:00 1e910a182e73: Verifying Checksum 09:03:00 1e910a182e73: Download complete 09:03:00 df20fa9351a1: Verifying Checksum 09:03:00 df20fa9351a1: Download complete 09:03:02 df20fa9351a1: Pull complete 09:03:03 ed8968b2872e: Pull complete 09:03:03 a92cc7c5fd73: Pull complete 09:03:06 4e634b169226: Verifying Checksum 09:03:06 4e634b169226: Download complete 09:03:09 e871e8e8d7a9: Verifying Checksum 09:03:09 e871e8e8d7a9: Download complete 09:03:22 e871e8e8d7a9: Pull complete 09:03:22 e73272ec9a57: Pull complete 09:03:22 1e910a182e73: Pull complete 09:03:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-180 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 09:03:27 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:03:27 4e634b169226: Pull complete 09:03:27 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:03:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:03:27 ---> f7629b54cfaa 09:03:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:03:28 ---> Running in 72036bffb0bf 09:03:28 Removing intermediate container 72036bffb0bf 09:03:28 ---> d2c6eef66a02 09:03:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:28 ---> Running in 213d9126e80f 09:03:31 Removing intermediate container 213d9126e80f 09:03:31 ---> 8b64dc57b20e 09:03:31 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:03:31 ---> Running in 4b561801c181 09:03:32 using credential edgex-jenkins-ssh 09:03:32 Cloning the remote Git repository 09:03:32 Cloning with configured refspecs honoured and without tags 09:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:33 Fetching without tags 09:03:32 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:03:32 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:03:32 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:03:32 > git --version # timeout=10 09:03:32 > git --version # 'git version 2.17.1' 09:03:32 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:32 > 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 09:03:33 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:03:33 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 09:03:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:03:33 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:03:33 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:03:33 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:33 > 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 09:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:34 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:03:34 Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:03:34 Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) 09:03:34 > git config core.sparsecheckout # timeout=10 09:03:34 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:03:34 > git remote # timeout=10 09:03:34 > git config --get remote.origin.url # timeout=10 09:03:34 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:34 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:03:34 > git rev-parse HEAD^{commit} # timeout=10 09:03:34 > git config core.sparsecheckout # timeout=10 09:03:34 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:03:35 (1/14) Installing libmagic (5.38-r0) 09:03:35 (2/14) Installing file (5.38-r0) 09:03:35 (3/14) Installing libc-dev (0.7.2-r3) 09:03:35 (4/14) Installing g++ (9.3.0-r2) 09:03:38 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:03:39 ========================================================= 09:03:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:03:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:03:40 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:03:41 Sending build context to Docker daemon 621.6kB 09:03:41 Step 1/8 : ARG BASE=golang:1.15-alpine 09:03:41 Step 2/8 : FROM ${BASE} 09:03:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:03:42 b538f80385f9: Pulling fs layer 09:03:42 74f711af9a0d: Pulling fs layer 09:03:42 99f96fe45779: Pulling fs layer 09:03:42 8529a6b9a6be: Pulling fs layer 09:03:42 45590311c82a: Pulling fs layer 09:03:42 69ca0ff8b7b3: Pulling fs layer 09:03:42 209524e5b208: Pulling fs layer 09:03:42 8529a6b9a6be: Waiting 09:03:42 45590311c82a: Waiting 09:03:42 69ca0ff8b7b3: Waiting 09:03:42 209524e5b208: Waiting 09:03:42 99f96fe45779: Verifying Checksum 09:03:42 99f96fe45779: Download complete 09:03:42 74f711af9a0d: Verifying Checksum 09:03:42 74f711af9a0d: Download complete 09:03:42 45590311c82a: Verifying Checksum 09:03:42 45590311c82a: Download complete 09:03:42 69ca0ff8b7b3: Verifying Checksum 09:03:42 69ca0ff8b7b3: Download complete 09:03:42 b538f80385f9: Verifying Checksum 09:03:42 b538f80385f9: Download complete 09:03:43 b538f80385f9: Pull complete 09:03:43 74f711af9a0d: Pull complete 09:03:44 99f96fe45779: Pull complete 09:03:44 209524e5b208: Verifying Checksum 09:03:44 209524e5b208: Download complete 09:03:46 8529a6b9a6be: Verifying Checksum 09:03:46 8529a6b9a6be: Download complete 09:03:56 8529a6b9a6be: Pull complete 09:03:56 45590311c82a: Pull complete 09:03:56 69ca0ff8b7b3: Pull complete 09:03:59 209524e5b208: Pull complete 09:03:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:03:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:03:59 ---> 5bddaf1c2fca 09:03:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:04:02 ---> Running in a854dff00222 09:04:02 Removing intermediate container a854dff00222 09:04:02 ---> be6a09238a53 09:04:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:02 ---> Running in 89fb2dd7f692 09:04:05 Removing intermediate container 89fb2dd7f692 09:04:05 ---> 3e3bc9be510e 09:04:05 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:04:05 ---> Running in efdc1a377119 09:04:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:04:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:04:08 (1/14) Installing libmagic (5.38-r0) 09:04:08 (5/14) Installing fortify-headers (1.1-r0) 09:04:08 (6/14) Installing patch (2.7.6-r6) 09:04:08 (7/14) Installing build-base (0.5-r2) 09:04:08 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:04:08 (9/14) Installing libedit (20191231.3.1-r0) 09:04:08 (10/14) Installing openssh-client (8.3_p1-r0) 09:04:08 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:04:08 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:04:08 (13/14) Installing openssh-server (8.3_p1-r0) 09:04:08 (14/14) Installing openssh (8.3_p1-r0) 09:04:08 Executing busybox-1.31.1-r16.trigger 09:04:08 OK: 237 MiB in 53 packages 09:04:08 (2/14) Installing file (5.38-r0) 09:04:08 (3/14) Installing libc-dev (0.7.2-r3) 09:04:08 (4/14) Installing g++ (9.3.0-r2) 09:04:10 Removing intermediate container 4b561801c181 09:04:10 ---> 773ee10b9a81 09:04:10 Step 6/8 : WORKDIR /device-mqtt-go 09:04:10 ---> Running in 5bcf4c86d209 09:04:11 Removing intermediate container 5bcf4c86d209 09:04:11 ---> f1f3941d4abc 09:04:11 Step 7/8 : COPY . . 09:04:11 ---> 9e8056c05191 09:04:11 Step 8/8 : RUN go mod download 09:04:11 ---> Running in 6ba296b9c7ef 09:04:13 (5/14) Installing fortify-headers (1.1-r0) 09:04:13 (6/14) Installing patch (2.7.6-r6) 09:04:13 (7/14) Installing build-base (0.5-r2) 09:04:13 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:04:13 (9/14) Installing libedit (20191231.3.1-r0) 09:04:13 (10/14) Installing openssh-client (8.3_p1-r0) 09:04:14 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:04:14 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:04:14 (13/14) Installing openssh-server (8.3_p1-r0) 09:04:14 (14/14) Installing openssh (8.3_p1-r0) 09:04:14 Executing busybox-1.31.1-r16.trigger 09:04:14 OK: 221 MiB in 53 packages 09:04:19 Removing intermediate container efdc1a377119 09:04:19 ---> 22d997eb6885 09:04:19 Step 6/8 : WORKDIR /device-mqtt-go 09:04:19 ---> Running in b9c6579f0963 09:04:19 Removing intermediate container b9c6579f0963 09:04:19 ---> 1230212901e1 09:04:19 Step 7/8 : COPY . . 09:04:20 ---> b4d077963e37 09:04:20 Step 8/8 : RUN go mod download 09:04:21 ---> Running in 6d2e138250dc 09:04:27 Removing intermediate container 6ba296b9c7ef 09:04:27 ---> d6e0fbc9208a 09:04:27 Successfully built d6e0fbc9208a 09:04:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:04:27 + docker inspect -f . ci-base-image-x86_64 09:04:27 . [Pipeline] withDockerContainer 09:04:27 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 09:04:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:29 $ docker top ab3638305b7777cef5cb54208aec844669ef6e4031e29fb62ba2984989dc0c8a -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:30 + go version 09:04:30 go version go1.15.2 linux/amd64 [Pipeline] } 09:04:30 $ docker stop --time=1 ab3638305b7777cef5cb54208aec844669ef6e4031e29fb62ba2984989dc0c8a 09:04:32 $ docker rm -f ab3638305b7777cef5cb54208aec844669ef6e4031e29fb62ba2984989dc0c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:04:33 + docker inspect -f . ci-base-image-x86_64 09:04:33 . [Pipeline] withDockerContainer 09:04:33 prd-centos7-docker-4c-2g-177 does not seem to be running inside a container 09:04:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:04:34 $ docker top ab0bee97d452315b0890584219ec01e243b57f064944f2a9d3f0881891d83967 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:35 + make test 09:04:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:04:36 Removing intermediate container 6d2e138250dc 09:04:36 ---> bc1c6a2d60cc 09:04:36 Successfully built bc1c6a2d60cc 09:04:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:04:36 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:04:36 + docker inspect -f . ci-base-image-arm64 09:04:36 . [Pipeline] withDockerContainer 09:04:36 prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container 09:04:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:04:38 $ docker top 7939199fbb36059301277ccd8a2e9031da2dbeaa7a77a003b6a8e4500b8c9d06 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:40 + go version 09:04:40 go version go1.15.2 linux/arm64 [Pipeline] } 09:04:41 $ docker stop --time=1 7939199fbb36059301277ccd8a2e9031da2dbeaa7a77a003b6a8e4500b8c9d06 09:04:43 $ docker rm -f 7939199fbb36059301277ccd8a2e9031da2dbeaa7a77a003b6a8e4500b8c9d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:04:44 + docker inspect -f . ci-base-image-arm64 09:04:44 . [Pipeline] withDockerContainer 09:04:44 prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container 09:04:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/4 -v /w/workspace/device-mqtt-go/4:/w/workspace/device-mqtt-go/4:rw,z -v /w/workspace/device-mqtt-go/4@tmp:/w/workspace/device-mqtt-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:04:46 $ docker top ac24739d4bd1d2ef699884885dd456ccd34bdec2c6514a061e4899ce96a0a831 -eo pid,comm [Pipeline] { [Pipeline] sh 09:04:48 + make test 09:04:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:04:49 ? github.com/edgexfoundry/device-mqtt-go [no test files] 09:05:00 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:05:00 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.012s coverage: 28.3% of statements 09:05:00 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:05:00 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:05:06 gofmt -l . 09:05:06 ["`gofmt -l .`" = ""] 09:05:06 ./bin/test-attribution-txt.sh 09:05:06 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:05:08 Stashed 1 file(s) [Pipeline] } 09:05:08 $ docker stop --time=1 ab0bee97d452315b0890584219ec01e243b57f064944f2a9d3f0881891d83967 09:05:10 $ docker rm -f ab0bee97d452315b0890584219ec01e243b57f064944f2a9d3f0881891d83967 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:05:12 + ls -al . 09:05:12 total 100 09:05:12 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 17 09:05 . 09:05:12 drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 09:02 .. 09:05:12 -rw-rw-r--. 1 jenkins jenkins 4896 Sep 17 09:02 Attribution.txt 09:05:12 drwxrwxr-x. 2 jenkins jenkins 87 Sep 17 09:02 bin 09:05:12 drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 09:02 cmd 09:05:12 -rw-r--r--. 1 jenkins jenkins 18939 Sep 17 09:04 coverage.out 09:05:12 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 17 09:02 Dockerfile 09:05:12 -rw-rw-r--. 1 jenkins jenkins 953 Sep 17 09:02 Dockerfile.build 09:05:12 -rw-rw-r--. 1 jenkins jenkins 140 Sep 17 09:02 .dockerignore 09:05:12 drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 09:02 .git 09:05:12 drwxrwxr-x. 2 jenkins jenkins 60 Sep 17 09:02 .github 09:05:12 -rw-rw-r--. 1 jenkins jenkins 336 Sep 17 09:02 .gitignore 09:05:12 -rw-r--r--. 1 jenkins jenkins 510 Sep 17 09:05 go.mod 09:05:12 -rw-r--r--. 1 jenkins jenkins 13621 Sep 17 09:05 go.sum 09:05:12 drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 09:02 internal 09:05:12 -rw-rw-r--. 1 jenkins jenkins 677 Sep 17 09:02 Jenkinsfile 09:05:12 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 09:02 LICENSE 09:05:12 -rw-rw-r--. 1 jenkins jenkins 902 Sep 17 09:02 Makefile 09:05:12 drwxrwxr-x. 2 jenkins jenkins 23 Sep 17 09:02 mock 09:05:12 -rw-rw-r--. 1 jenkins jenkins 444 Sep 17 09:02 README.md 09:05:12 drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 09:02 .semver 09:05:12 drwxrwxr-x. 4 jenkins jenkins 54 Sep 17 09:02 snap 09:05:12 -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 09:00 VERSION 09:05:12 -rw-rw-r--. 1 jenkins jenkins 227 Sep 17 09:02 version.go [Pipeline] isUnix [Pipeline] sh 09:05:13 + 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=3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 --label arch=amd64 --label version=0.0.0 . 09:05:13 Sending build context to Docker daemon 641kB 09:05:13 Step 1/22 : ARG BASE=golang:1.15-alpine 09:05:13 Step 2/22 : FROM ${BASE} AS builder 09:05:13 ---> d6e0fbc9208a 09:05:13 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:05:13 ---> Running in 8d4ef85d9c32 09:05:13 Removing intermediate container 8d4ef85d9c32 09:05:13 ---> d3f11d329693 09:05:13 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:05:13 ---> Running in 955cba1e85d0 09:05:14 Removing intermediate container 955cba1e85d0 09:05:14 ---> 4ab2c1b543dc 09:05:14 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:14 ---> Running in 6e608ce80533 09:05:15 Removing intermediate container 6e608ce80533 09:05:15 ---> 61582687d6bf 09:05:15 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:15 ---> Running in 07383cf98a86 09:05:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:18 OK: 237 MiB in 53 packages 09:05:19 Removing intermediate container 07383cf98a86 09:05:19 ---> af13711d6f82 09:05:19 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:05:19 ---> Running in ddd5c2c9aee3 09:05:19 Removing intermediate container ddd5c2c9aee3 09:05:19 ---> 4a5e344d5607 09:05:19 Step 8/22 : COPY . . 09:05:20 ---> 46fadc43f99c 09:05:20 Step 9/22 : ARG MAKE='make build' 09:05:20 ---> Running in 130df28de1bf 09:05:20 Removing intermediate container 130df28de1bf 09:05:20 ---> 422a8a044064 09:05:20 Step 10/22 : RUN $MAKE 09:05:20 ---> Running in 5da7e69b853f 09:05:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 09:05:21 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 09:05:22 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements 09:05:22 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 09:05:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:05:31 gofmt -l . 09:05:31 ["`gofmt -l .`" = ""] 09:05:31 ./bin/test-attribution-txt.sh 09:05:31 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:05:31 Warning: overwriting stash ‘coverage-report’ 09:05:32 Stashed 1 file(s) [Pipeline] } 09:05:32 $ docker stop --time=1 ac24739d4bd1d2ef699884885dd456ccd34bdec2c6514a061e4899ce96a0a831 09:05:34 $ docker rm -f ac24739d4bd1d2ef699884885dd456ccd34bdec2c6514a061e4899ce96a0a831 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:05:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:05:36 + ls -al . 09:05:36 total 136 09:05:36 drwxrwxr-x 10 jenkins jenkins 4096 Sep 17 09:05 . 09:05:36 drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:03 .. 09:05:36 -rw-rw-r-- 1 jenkins jenkins 140 Sep 17 09:03 .dockerignore 09:05:36 drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 09:03 .git 09:05:36 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:03 .github 09:05:36 -rw-rw-r-- 1 jenkins jenkins 336 Sep 17 09:03 .gitignore 09:05:36 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:03 .semver 09:05:36 -rw-rw-r-- 1 jenkins jenkins 4896 Sep 17 09:03 Attribution.txt 09:05:36 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 17 09:03 Dockerfile 09:05:36 -rw-rw-r-- 1 jenkins jenkins 953 Sep 17 09:03 Dockerfile.build 09:05:36 -rw-rw-r-- 1 jenkins jenkins 677 Sep 17 09:03 Jenkinsfile 09:05:36 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 09:03 LICENSE 09:05:36 -rw-rw-r-- 1 jenkins jenkins 902 Sep 17 09:03 Makefile 09:05:36 -rw-rw-r-- 1 jenkins jenkins 444 Sep 17 09:03 README.md 09:05:36 -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 09:00 VERSION 09:05:36 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:03 bin 09:05:36 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:03 cmd 09:05:36 -rw-r--r-- 1 jenkins jenkins 18939 Sep 17 09:05 coverage.out 09:05:36 -rw-r--r-- 1 jenkins jenkins 510 Sep 17 09:05 go.mod 09:05:36 -rw-r--r-- 1 jenkins jenkins 13621 Sep 17 09:05 go.sum 09:05:36 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:03 internal 09:05:36 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:03 mock 09:05:36 drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:03 snap 09:05:36 -rw-rw-r-- 1 jenkins jenkins 227 Sep 17 09:03 version.go [Pipeline] isUnix [Pipeline] sh 09:05:36 + 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=3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 --label arch=arm64 --label version=0.0.0 . 09:05:37 Sending build context to Docker daemon 641kB 09:05:37 Step 1/22 : ARG BASE=golang:1.15-alpine 09:05:37 Step 2/22 : FROM ${BASE} AS builder 09:05:37 ---> bc1c6a2d60cc 09:05:37 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:05:37 ---> Running in 6aa2637ca4a5 09:05:37 Removing intermediate container 6aa2637ca4a5 09:05:37 ---> c0db670cf3c8 09:05:37 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:05:37 ---> Running in 48189e04a776 09:05:38 Removing intermediate container 48189e04a776 09:05:38 ---> 2412a4cd9507 09:05:38 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:38 ---> Running in 0b3f0d3f2794 09:05:41 Removing intermediate container 0b3f0d3f2794 09:05:41 ---> a418bf9c7053 09:05:41 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:41 ---> Running in 6616f317f99f 09:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:05:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:05:44 OK: 221 MiB in 53 packages 09:05:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:05:45 Removing intermediate container 6616f317f99f 09:05:45 ---> b87b669fb427 09:05:45 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:05:45 ---> Running in 376be7280b89 09:05:45 Removing intermediate container 376be7280b89 09:05:45 ---> c1bcc4ea31f7 09:05:45 Step 8/22 : COPY . . 09:05:46 ---> 9f8c3d722fbc 09:05:46 Step 9/22 : ARG MAKE='make build' 09:05:47 ---> Running in f04fbb86b563 09:05:47 Removing intermediate container f04fbb86b563 09:05:47 ---> 7b731a343beb 09:05:47 Step 10/22 : RUN $MAKE 09:05:47 ---> Running in 5e567faf3ec3 09:05:49 Removing intermediate container 5da7e69b853f 09:05:49 ---> 9ed3da947611 09:05:49 Step 11/22 : FROM alpine 09:05:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 09:05:49 latest: Pulling from library/alpine 09:05:49 df20fa9351a1: Already exists 09:05:49 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:05:49 Status: Downloaded newer image for alpine:latest 09:05:49 ---> a24bb4013296 09:05:49 Step 12/22 : ENV APP_PORT=49982 09:05:49 ---> Running in f14150433ac2 09:05:49 Removing intermediate container f14150433ac2 09:05:49 ---> d9f8548eb8ba 09:05:49 Step 13/22 : EXPOSE $APP_PORT 09:05:49 ---> Running in c764a7808ae3 09:05:50 Removing intermediate container c764a7808ae3 09:05:50 ---> 9f71aea646a0 09:05:50 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:05:50 ---> 8632e22c480f 09:05:50 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:05:51 ---> 2b0b365071d1 09:05:51 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:05:51 ---> a05aec7658d2 09:05:51 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:05:51 ---> Running in abff549a9781 09:05:51 Removing intermediate container abff549a9781 09:05:51 ---> 3dc0db7f20a1 09:05:51 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:05:51 ---> Running in 6f7d89446536 09:05:52 Removing intermediate container 6f7d89446536 09:05:52 ---> eae400dd187b 09:05:52 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:52 ---> Running in 6cc323b222e5 09:05:52 Removing intermediate container 6cc323b222e5 09:05:52 ---> d32f2ba04758 09:05:52 Step 20/22 : LABEL arch=amd64 09:05:52 ---> Running in e78cf2d95914 09:05:52 Removing intermediate container e78cf2d95914 09:05:52 ---> 75f5e7989d9e 09:05:52 Step 21/22 : LABEL git_sha=3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:05:52 ---> Running in dc381f8e86d1 09:05:52 Removing intermediate container dc381f8e86d1 09:05:52 ---> 668d4b7b1972 09:05:52 Step 22/22 : LABEL version=0.0.0 09:05:52 ---> Running in ed8edb10e3c6 09:05:53 Removing intermediate container ed8edb10e3c6 09:05:53 ---> 296857d4ce25 09:05:53 [Warning] One or more build-args [ARCH] were not consumed 09:05:53 Successfully built 296857d4ce25 09:05:53 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 09:06:08 Still waiting to schedule task 09:06:08 All nodes of label ‘centos7-docker-8c-8g’ are offline 09:06:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:06:21 Removing intermediate container 5e567faf3ec3 09:06:21 ---> 0040ba6ced84 09:06:21 Step 11/22 : FROM alpine 09:06:21 latest: Pulling from library/alpine 09:06:21 b538f80385f9: Already exists 09:06:21 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:06:21 Status: Downloaded newer image for alpine:latest 09:06:21 ---> 62ee0e9f8440 09:06:21 Step 12/22 : ENV APP_PORT=49982 09:06:21 ---> Running in d50613026e0a 09:06:21 Removing intermediate container d50613026e0a 09:06:21 ---> 0eac8b121db7 09:06:21 Step 13/22 : EXPOSE $APP_PORT 09:06:22 ---> Running in 52171ff6e8f5 09:06:22 Removing intermediate container 52171ff6e8f5 09:06:22 ---> 070994faa576 09:06:22 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:06:23 ---> cf1aabbd6d0e 09:06:23 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:06:24 ---> 1938cfbf16ad 09:06:24 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:06:25 ---> 7c92fcfca286 09:06:25 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:06:25 ---> Running in 5913bf16e666 09:06:25 Removing intermediate container 5913bf16e666 09:06:25 ---> fbcabc994ac4 09:06:25 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:06:25 ---> Running in 692b7ceec0ff 09:06:26 Removing intermediate container 692b7ceec0ff 09:06:26 ---> 19a92156e059 09:06:26 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:26 ---> Running in 764386fbc81f 09:06:26 Removing intermediate container 764386fbc81f 09:06:26 ---> 79ed8583ca60 09:06:26 Step 20/22 : LABEL arch=arm64 09:06:26 ---> Running in 038407c23080 09:06:27 Removing intermediate container 038407c23080 09:06:27 ---> ef2dc2dbc9e8 09:06:27 Step 21/22 : LABEL git_sha=3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:06:27 ---> Running in 1910b594e339 09:06:28 Removing intermediate container 1910b594e339 09:06:28 ---> 4b2542af3adc 09:06:28 Step 22/22 : LABEL version=0.0.0 09:06:28 ---> Running in 0966e45e3fac 09:06:28 Removing intermediate container 0966e45e3fac 09:06:28 ---> 4f0bb9b851e1 09:06:28 [Warning] One or more build-args [ARCH] were not consumed 09:06:28 Successfully built 4f0bb9b851e1 09:06:28 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 09:06:44 Still waiting to schedule task 09:06:44 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 09:08:14 Running on prd-centos7-docker-8c-8g-194 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 09:08:15 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:08:17 using credential edgex-jenkins-ssh 09:08:17 Cloning the remote Git repository 09:08:17 Cloning with configured refspecs honoured and without tags 09:08:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:08:18 Fetching without tags 09:08:18 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:08:17 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:08:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:08:17 > git --version # timeout=10 09:08:17 > git --version # 'git version 2.16.5' 09:08:17 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:17 > 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 09:08:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:08:18 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 09:08:18 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:08:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:08:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:08:18 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:18 > 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 09:08:18 > git config core.sparsecheckout # timeout=10 09:08:18 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:08:18 Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:08:18 Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) 09:08:18 > git remote # timeout=10 09:08:18 > git config --get remote.origin.url # timeout=10 09:08:18 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:18 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:08:18 > git rev-parse HEAD^{commit} # timeout=10 09:08:18 > git config core.sparsecheckout # timeout=10 09:08:18 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:08:23 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:24 ++ grep snapcraft.yaml 09:08:24 ++ find /w/workspace/device-mqtt-go/4 09:08:24 + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:08:25 provisioning config files... 09:08:25 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config5464404378541767556tmp [Pipeline] { [Pipeline] sh 09:08:26 + cp /w/workspace/device-mqtt-go/4@tmp/config5464404378541767556tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh 09:08:26 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 09:08:26 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 09:08:26 latest: Pulling from edgex-devops/edgex-snap-builder 09:08:26 f08d8e2a3ba1: Pulling fs layer 09:08:26 3baa9cb2483b: Pulling fs layer 09:08:26 94e5ff4c0b15: Pulling fs layer 09:08:26 1860925334f9: Pulling fs layer 09:08:26 2daf38717194: Pulling fs layer 09:08:26 309017e8d7a4: Pulling fs layer 09:08:26 f7790dc9fd0f: Pulling fs layer 09:08:26 cac0ae9282c2: Pulling fs layer 09:08:26 1f4cadf9a1ed: Pulling fs layer 09:08:26 309017e8d7a4: Waiting 09:08:26 f7790dc9fd0f: Waiting 09:08:26 cac0ae9282c2: Waiting 09:08:26 1f4cadf9a1ed: Waiting 09:08:26 1860925334f9: Waiting 09:08:26 2daf38717194: Waiting 09:08:26 94e5ff4c0b15: Verifying Checksum 09:08:26 94e5ff4c0b15: Download complete 09:08:26 3baa9cb2483b: Download complete 09:08:26 1860925334f9: Verifying Checksum 09:08:26 1860925334f9: Download complete 09:08:27 309017e8d7a4: Download complete 09:08:27 f7790dc9fd0f: Verifying Checksum 09:08:27 f7790dc9fd0f: Download complete 09:08:27 cac0ae9282c2: Download complete 09:08:27 1f4cadf9a1ed: Verifying Checksum 09:08:27 1f4cadf9a1ed: Download complete 09:08:29 f08d8e2a3ba1: Verifying Checksum 09:08:29 f08d8e2a3ba1: Download complete 09:08:30 f08d8e2a3ba1: Pull complete 09:08:30 3baa9cb2483b: Pull complete 09:08:31 94e5ff4c0b15: Pull complete 09:08:31 1860925334f9: Pull complete 09:08:35 2daf38717194: Verifying Checksum 09:08:35 2daf38717194: Download complete 09:08:41 Running on prd-ubuntu18.04-docker-arm64-16c-16g-193 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws 09:08:42 Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout 09:08:46 using credential edgex-jenkins-ssh 09:08:47 Cloning the remote Git repository 09:08:47 Cloning with configured refspecs honoured and without tags 09:08:47 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:08:47 > git init /w/workspace/device-mqtt-go/4 # timeout=10 09:08:47 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:08:47 > git --version # timeout=10 09:08:47 Fetching without tags 09:08:48 Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:08:47 > git --version # 'git version 2.17.1' 09:08:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:47 > 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 09:08:47 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:08:47 > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 09:08:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 09:08:47 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:08:48 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:08:48 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:48 > 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 09:08:48 > git config core.sparsecheckout # timeout=10 09:08:48 Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 09:08:48 Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) 09:08:48 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:08:48 > git remote # timeout=10 09:08:48 > git config --get remote.origin.url # timeout=10 09:08:48 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:48 > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 09:08:48 > git rev-parse HEAD^{commit} # timeout=10 09:08:48 > git config core.sparsecheckout # timeout=10 09:08:48 > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 09:08:50 2daf38717194: Pull complete 09:08:50 309017e8d7a4: Pull complete 09:08:50 f7790dc9fd0f: Pull complete 09:08:50 cac0ae9282c2: Pull complete 09:08:50 1f4cadf9a1ed: Pull complete 09:08:50 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 09:08:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 09:08:53 Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:54 + find /w/workspace/device-mqtt-go/4 09:08:54 + grep snapcraft.yaml 09:08:54 + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:08:54 provisioning config files... 09:08:55 copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config7274701514082921728tmp [Pipeline] { [Pipeline] sh 09:08:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:08:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:08:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:08:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [901 kB] 09:08:55 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 09:08:55 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1385 kB] 09:08:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] 09:08:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] 09:08:55 + cp /w/workspace/device-mqtt-go/4@tmp/config7274701514082921728tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh 09:08:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] 09:08:55 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] 09:08:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1429 kB] 09:08:55 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] 09:08:55 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/4:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 09:08:55 Fetched 5342 kB in 2s (3512 kB/s) 09:08:56 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally 09:08:56 latest: Pulling from edgex-devops/edgex-snap-builder-arm64 09:08:56 237528ba509b: Pulling fs layer 09:08:56 393b96f31d8b: Pulling fs layer 09:08:56 4d82b0e39008: Pulling fs layer 09:08:56 e7ca375b8d34: Pulling fs layer 09:08:56 418f656485bb: Pulling fs layer 09:08:56 aebe8db9254c: Pulling fs layer 09:08:56 4f5f7b207d3f: Pulling fs layer 09:08:56 d19ca6af091a: Pulling fs layer 09:08:56 16b5a0711add: Pulling fs layer 09:08:56 418f656485bb: Waiting 09:08:56 e7ca375b8d34: Waiting 09:08:56 aebe8db9254c: Waiting 09:08:56 4f5f7b207d3f: Waiting 09:08:56 d19ca6af091a: Waiting 09:08:56 16b5a0711add: Waiting 09:08:56 4d82b0e39008: Verifying Checksum 09:08:56 4d82b0e39008: Download complete 09:08:56 393b96f31d8b: Download complete 09:08:56 e7ca375b8d34: Verifying Checksum 09:08:56 e7ca375b8d34: Download complete 09:08:56 aebe8db9254c: Download complete 09:08:56 4f5f7b207d3f: Verifying Checksum 09:08:56 4f5f7b207d3f: Download complete 09:08:56 d19ca6af091a: Verifying Checksum 09:08:56 d19ca6af091a: Download complete 09:08:56 16b5a0711add: Download complete 09:08:57 Reading package lists... 09:08:58 237528ba509b: Verifying Checksum 09:08:58 237528ba509b: Download complete 09:08:59 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:08:59 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:09:00 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:09:00 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 09:09:00 237528ba509b: Pull complete 09:09:01 393b96f31d8b: Pull complete 09:09:01 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... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 09:09:01 4d82b0e39008: Pull complete 09:09:02 e7ca375b8d34: Pull complete 09:09:03 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 09:09:04 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... 59% Reading package lists... 64% Reading package lists... 64% Reading package lists... 65% Reading package lists... 65% Reading package lists... 74% Reading package lists... 74% Reading package lists... 75% Reading package lists... 75% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 85% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 09:09:04 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 09:09:04 Reading state information... 0% Reading state information... 0% Reading state information... Done 09:09:04 The following packages were automatically installed and are no longer required: 09:09:04 libjq1 libonig4 09:09:04 Use 'sudo apt autoremove' to remove them. 09:09:04 Suggested packages: 09:09:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:09:04 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 09:09:04 diffutils-doc perl-doc libterm-readline-gnu-perl 09:09:04 | libterm-readline-perl-perl 09:09:04 The following NEW packages will be installed: 09:09:04 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 09:09:04 libperl5.26 make netbase patch perl perl-modules-5.26 09:09:04 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. 09:09:04 Need to get 12.0 MB of archives. 09:09:04 After this operation, 77.5 MB of additional disk space will be used. 09:09:04 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 09:09:05 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 642 kB/2763 kB 23%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 09:09:05 20% [2 libgdbm5 6159 B/26.0 kB 24%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 09:09:05 21% [3 libgdbm-compat4 6084 B/6084 B 100%] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 09:09:06 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 09:09:06 48% [5 perl 17.1 kB/201 kB 8%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 09:09:06 51% [6 less 28.4 kB/112 kB 25%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 09:09:06 53% [7 netbase 12.7 kB/12.7 kB 100%] 54% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 09:09:06 54% [8 curl 34.7 kB/159 kB 22%] 57% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 09:09:06 57% [9 libcurl3-gnutls 6834 B/213 kB 3%] 60% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:09:06 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:09:06 61% [11 git-man 33.0 kB/804 kB 4%] 68% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:09:06 68% [12 git 15.7 kB/3915 kB 0%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 09:09:06 96% [13 make 32.7 kB/154 kB 21%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:09:06 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8235 kB/s) 09:09:06 debconf: delaying package configuration, since apt-utils is not installed 09:09:06 Selecting previously unselected package perl-modules-5.26. 09:09:06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 09:09:06 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:09:06 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:09:07 Selecting previously unselected package libgdbm5:amd64. 09:09:07 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 09:09:07 Unpacking libgdbm5:amd64 (1.14.1-6) ... 09:09:07 418f656485bb: Verifying Checksum 09:09:07 418f656485bb: Download complete 09:09:07 Selecting previously unselected package libgdbm-compat4:amd64. 09:09:07 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 09:09:07 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 09:09:07 Selecting previously unselected package libperl5.26:amd64. 09:09:07 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 09:09:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:09:08 Selecting previously unselected package perl. 09:09:08 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... 09:09:08 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:09:08 Selecting previously unselected package less. 09:09:08 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 09:09:08 Unpacking less (487-0.1) ... 09:09:08 Selecting previously unselected package netbase. 09:09:08 Preparing to unpack .../06-netbase_5.4_all.deb ... 09:09:08 Unpacking netbase (5.4) ... 09:09:08 Selecting previously unselected package curl. 09:09:08 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 09:09:08 Unpacking curl (7.58.0-2ubuntu3.10) ... 09:09:08 Selecting previously unselected package libcurl3-gnutls:amd64. 09:09:08 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 09:09:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 09:09:08 Selecting previously unselected package liberror-perl. 09:09:08 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 09:09:08 Unpacking liberror-perl (0.17025-1) ... 09:09:08 Selecting previously unselected package git-man. 09:09:08 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:09:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:09:08 Selecting previously unselected package git. 09:09:08 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:09:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:09:09 Selecting previously unselected package make. 09:09:09 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 09:09:09 Unpacking make (4.1-9.1ubuntu1) ... 09:09:09 Selecting previously unselected package patch. 09:09:09 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:09:09 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:09:09 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:09:09 Setting up less (487-0.1) ... 09:09:09 Setting up make (4.1-9.1ubuntu1) ... 09:09:09 Setting up curl (7.58.0-2ubuntu3.10) ... 09:09:09 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 09:09:09 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:09:09 Setting up libgdbm5:amd64 (1.14.1-6) ... 09:09:09 Setting up patch (2.7.6-2ubuntu1.1) ... 09:09:09 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 09:09:09 Setting up netbase (5.4) ... 09:09:09 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 09:09:09 Setting up perl (5.26.1-6ubuntu0.3) ... 09:09:09 Setting up liberror-perl (0.17025-1) ... 09:09:09 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:09:09 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 09:09:09 Processing triggers for mime-support (3.60ubuntu1) ... 09:09:11 curl set to automatically installed. 09:09:11 git set to automatically installed. 09:09:11 git-man set to automatically installed. 09:09:11 less set to automatically installed. 09:09:11 libcurl3-gnutls set to automatically installed. 09:09:11 liberror-perl set to automatically installed. 09:09:11 libgdbm-compat4 set to automatically installed. 09:09:11 libgdbm5 set to automatically installed. 09:09:11 libperl5.26 set to automatically installed. 09:09:11 make set to automatically installed. 09:09:11 netbase set to automatically installed. 09:09:11 patch set to automatically installed. 09:09:11 perl set to automatically installed. 09:09:11 perl-modules-5.26 set to automatically installed. 09:09:11 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:09:11 Please ensure the environment is properly setup before continuing. 09:09:11 Ignore this message if the appropriate measures have already been taken 09:09:12 Pulling go  09:09:12 'device-mqtt' has dependencies that need to be staged: go 09:09:12 Skipping pull go (already ran) 09:09:12 Building go  09:09:12 % Total % Received % Xferd Average Speed Time Time Time Current 09:09:12 Dload Upload Total Spent Left Speed 09:09:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2863k 0 0 13.6M 0 0:00:08 --:--:-- 0:00:08 13.5M 57 115M 57 65.8M 0 0 54.7M 0 0:00:02 0:00:01 0:00:01 54.6M 68 115M 68 78.9M 0 0 54.2M 0 0:00:02 0:00:01 0:00:01 54.2M 09:09:14 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 09:09:14 Failed to run 'override-build': Exit code was 56. [Pipeline] } 09:09:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:09:16 Failed in branch amd64 09:09:54 418f656485bb: Pull complete 09:09:54 aebe8db9254c: Pull complete 09:09:54 4f5f7b207d3f: Pull complete 09:09:54 d19ca6af091a: Pull complete 09:09:54 16b5a0711add: Pull complete 09:09:54 Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e 09:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest 09:09:54 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 09:09:54 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] 09:09:54 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] 09:09:54 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] 09:09:54 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] 09:09:55 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1264 kB] 09:09:55 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [672 kB] 09:09:55 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [787 kB] 09:09:55 Fetched 3917 kB in 2s (1752 kB/s) 09:10:00 Reading package lists... 09:10:12 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease 09:10:12 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease 09:10:12 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease 09:10:13 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease 09:10:17 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 11% Reading package lists... 33% Reading package lists... 56% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 76% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 09:10:24 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 09:10:28 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 09:10:28 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree 09:10:28 Reading state information... 0% Reading state information... 0% Reading state information... Done 09:10:29 The following packages were automatically installed and are no longer required: 09:10:29 libjq1 libonig4 09:10:29 Use 'sudo apt autoremove' to remove them. 09:10:29 Suggested packages: 09:10:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:10:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 09:10:29 diffutils-doc perl-doc libterm-readline-gnu-perl 09:10:29 | libterm-readline-perl-perl 09:10:30 The following NEW packages will be installed: 09:10:30 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 09:10:30 libperl5.26 make netbase patch perl perl-modules-5.26 09:10:30 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. 09:10:30 Need to get 10.8 MB of archives. 09:10:30 After this operation, 73.6 MB of additional disk space will be used. 09:10:30 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 09:10:31 0% [1 perl-modules-5.26 8761 B/2763 kB 0%] 3% [1 perl-modules-5.26 408 kB/2763 kB 15%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] 09:10:31 22% [2 libgdbm5 12.3 kB/23.1 kB 53%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] 09:10:31 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] 09:10:31 25% [4 libperl5.26 0 B/3326 kB 0%] 51% [Working] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] 09:10:31 51% [5 perl 42.3 kB/201 kB 21%] 54% [Working] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] 09:10:31 54% [6 less 32.8 kB/99.7 kB 33%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] 09:10:31 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] 09:10:31 58% [8 curl 0 B/152 kB 0%] 60% [Working] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.10 [179 kB] 09:10:31 61% [9 libcurl3-gnutls 34.1 kB/179 kB 19%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] 09:10:31 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Working] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:10:31 65% [11 git-man 28.5 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] 09:10:31 72% [12 git 11.2 kB/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] 09:10:31 96% [13 make 65.5 kB/139 kB 47%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] 09:10:31 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (7647 kB/s) 09:10:32 debconf: delaying package configuration, since apt-utils is not installed 09:10:32 Selecting previously unselected package perl-modules-5.26. 09:10:32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) 09:10:32 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 09:10:32 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:10:34 Selecting previously unselected package libgdbm5:arm64. 09:10:34 Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... 09:10:34 Unpacking libgdbm5:arm64 (1.14.1-6) ... 09:10:34 Selecting previously unselected package libgdbm-compat4:arm64. 09:10:34 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... 09:10:34 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... 09:10:34 Selecting previously unselected package libperl5.26:arm64. 09:10:34 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... 09:10:34 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:10:35 Selecting previously unselected package perl. 09:10:35 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... 09:10:35 Unpacking perl (5.26.1-6ubuntu0.3) ... 09:10:35 Selecting previously unselected package less. 09:10:35 Preparing to unpack .../05-less_487-0.1_arm64.deb ... 09:10:35 Unpacking less (487-0.1) ... 09:10:35 Selecting previously unselected package netbase. 09:10:35 Preparing to unpack .../06-netbase_5.4_all.deb ... 09:10:35 Unpacking netbase (5.4) ... 09:10:35 Selecting previously unselected package curl. 09:10:35 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... 09:10:35 Unpacking curl (7.58.0-2ubuntu3.10) ... 09:10:36 Selecting previously unselected package libcurl3-gnutls:arm64. 09:10:36 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... 09:10:36 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 09:10:36 Selecting previously unselected package liberror-perl. 09:10:36 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 09:10:36 Unpacking liberror-perl (0.17025-1) ... 09:10:36 Selecting previously unselected package git-man. 09:10:36 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:10:36 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:10:36 Selecting previously unselected package git. 09:10:36 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... 09:10:37 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:10:37 Selecting previously unselected package make. 09:10:37 Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... 09:10:37 Unpacking make (4.1-9.1ubuntu1) ... 09:10:38 Selecting previously unselected package patch. 09:10:38 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... 09:10:38 Unpacking patch (2.7.6-2ubuntu1.1) ... 09:10:38 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:10:38 Setting up less (487-0.1) ... 09:10:38 Setting up make (4.1-9.1ubuntu1) ... 09:10:38 Setting up curl (7.58.0-2ubuntu3.10) ... 09:10:38 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... 09:10:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 09:10:39 Setting up libgdbm5:arm64 (1.14.1-6) ... 09:10:39 Setting up patch (2.7.6-2ubuntu1.1) ... 09:10:39 Setting up libgdbm-compat4:arm64 (1.14.1-6) ... 09:10:39 Setting up netbase (5.4) ... 09:10:39 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... 09:10:39 Setting up perl (5.26.1-6ubuntu0.3) ... 09:10:39 Setting up liberror-perl (0.17025-1) ... 09:10:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:10:39 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 09:10:39 Processing triggers for mime-support (3.60ubuntu1) ... 09:10:45 curl set to automatically installed. 09:10:45 git set to automatically installed. 09:10:45 git-man set to automatically installed. 09:10:45 less set to automatically installed. 09:10:45 libcurl3-gnutls set to automatically installed. 09:10:45 liberror-perl set to automatically installed. 09:10:45 libgdbm-compat4 set to automatically installed. 09:10:45 libgdbm5 set to automatically installed. 09:10:45 libperl5.26 set to automatically installed. 09:10:45 make set to automatically installed. 09:10:45 netbase set to automatically installed. 09:10:45 patch set to automatically installed. 09:10:45 perl set to automatically installed. 09:10:45 perl-modules-5.26 set to automatically installed. 09:10:45 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 09:10:45 Please ensure the environment is properly setup before continuing. 09:10:45 Ignore this message if the appropriate measures have already been taken 09:10:45 Pulling go  09:10:48 'device-mqtt' has dependencies that need to be staged: go 09:10:48 Skipping pull go (already ran) 09:10:48 Building go  09:10:48 % Total % Received % Xferd Average Speed Time Time Time Current 09:10:48 Dload Upload Total Spent Left Speed 09:10:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 93.2M 3 3631k 0 0 8834k 0 0:00:10 --:--:-- 0:00:10 8813k 47 93.2M 47 44.2M 0 0 30.7M 0 0:00:03 0:00:01 0:00:02 30.7M 96 93.2M 96 89.6M 0 0 36.8M 0 0:00:02 0:00:02 --:--:-- 36.8M 100 93.2M 100 93.2M 0 0 37.2M 0 0:00:02 0:00:02 --:--:-- 37.2M 09:10:52 go1.15.2.linux-arm64.tar.gz: OK 09:11:11 Staging go  09:11:14 Pulling device-mqtt  09:11:18 Skipping build go (already ran) 09:11:18 Building device-mqtt  09:11:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 09:11:19 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 09:11:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 09:11:19 go: downloading github.com/spf13/cast v1.3.1 09:11:19 go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 09:11:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 09:11:19 go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 09:11:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 09:11:20 go: downloading gopkg.in/yaml.v2 v2.2.8 09:11:20 go: downloading github.com/gorilla/mux v1.7.1 09:11:20 go: downloading github.com/google/uuid v1.1.1 09:11:20 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 09:11:20 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 09:11:20 go: downloading github.com/BurntSushi/toml v0.3.1 09:11:20 go: downloading github.com/go-kit/kit v0.8.0 09:11:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:11:20 go: downloading github.com/pkg/errors v0.8.1 09:11:20 go: downloading github.com/pelletier/go-toml v1.2.0 09:11:20 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 09:11:20 go: downloading github.com/OneOfOne/xxhash v1.2.6 09:11:20 go: downloading github.com/hashicorp/consul/api v1.1.0 09:11:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:11:20 go: downloading github.com/x448/float16 v0.8.4 09:11:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:11:20 go: downloading github.com/mitchellh/copystructure v1.0.0 09:11:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:11:20 go: downloading github.com/hashicorp/serf v0.8.2 09:11:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:11:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:11:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:11:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:11:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:11:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:11:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:11:39 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:11:57 Skipping stage go (already ran) 09:11:57 Staging device-mqtt  09:12:00 Priming go  09:12:03 Priming device-mqtt  09:12:07 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 09:12:07 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 09:12:07 Determining the version from the project repo (version-script). 09:12:07 The version has been set to 'local-dev-20200917+3f5aa68' 09:12:08 Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | 09:12:08 Snapped edgex-device-mqtt_local-dev-20200917+3f5aa68_arm64.snap [Pipeline] } 09:12: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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:12:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:12:15 ---> package-listing.sh 09:12:15 ++ facter osfamily 09:12:15 ++ tr '[:upper:]' '[:lower:]' 09:12:15 + OS_FAMILY=redhat 09:12:15 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-170 09:12:15 + START_PACKAGES=/tmp/packages_start.txt 09:12:15 + END_PACKAGES=/tmp/packages_end.txt 09:12:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:12:15 + PACKAGES=/tmp/packages_start.txt 09:12:15 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' 09:12:15 + PACKAGES=/tmp/packages_end.txt 09:12:15 + case "${OS_FAMILY}" in 09:12:15 + rpm -qa 09:12:15 + sort 09:12:20 + '[' -f /tmp/packages_start.txt ']' 09:12:20 + '[' -f /tmp/packages_end.txt ']' 09:12:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:12:20 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' 09:12:20 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ 09:12:20 + 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 09:12:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:12:21 09:12:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:12:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:12:21 alpine: Pulling from edgex-lftools-log-publisher 09:12:21 df20fa9351a1: Pulling fs layer 09:12:21 36b3adc4ff6f: Pulling fs layer 09:12:21 8ad3a11d3b57: Pulling fs layer 09:12:21 46f8f816bc3b: Pulling fs layer 09:12:21 0dadc02b9964: Pulling fs layer 09:12:21 ce6a7cf60c04: Pulling fs layer 09:12:21 7a184a31f384: Pulling fs layer 09:12:21 0879bd2ef858: Pulling fs layer 09:12:21 46f8f816bc3b: Waiting 09:12:21 0dadc02b9964: Waiting 09:12:21 ce6a7cf60c04: Waiting 09:12:21 7a184a31f384: Waiting 09:12:21 0879bd2ef858: Waiting 09:12:21 36b3adc4ff6f: Verifying Checksum 09:12:21 36b3adc4ff6f: Download complete 09:12:21 46f8f816bc3b: Verifying Checksum 09:12:21 46f8f816bc3b: Download complete 09:12:21 df20fa9351a1: Download complete 09:12:21 ce6a7cf60c04: Verifying Checksum 09:12:21 ce6a7cf60c04: Download complete 09:12:21 7a184a31f384: Download complete 09:12:22 0dadc02b9964: Verifying Checksum 09:12:22 0dadc02b9964: Download complete 09:12:22 df20fa9351a1: Pull complete 09:12:22 8ad3a11d3b57: Verifying Checksum 09:12:22 8ad3a11d3b57: Download complete 09:12:22 36b3adc4ff6f: Pull complete 09:12:22 0879bd2ef858: Verifying Checksum 09:12:22 0879bd2ef858: Download complete 09:12:22 8ad3a11d3b57: Pull complete 09:12:23 46f8f816bc3b: Pull complete 09:12:23 0dadc02b9964: Pull complete 09:12:23 ce6a7cf60c04: Pull complete 09:12:23 7a184a31f384: Pull complete 09:12:26 0879bd2ef858: Pull complete 09:12:26 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 09:12:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:12:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:12:26 prd-centos7-docker-4c-2g-174 does not seem to be running inside a container 09:12:26 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_PR-170 -v /w/workspace/gexfoundry_device-mqtt-go_PR-170:/w/workspace/gexfoundry_device-mqtt-go_PR-170:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:12:31 $ docker top 75a8f169d4d050ce0620d6c783b0dc8a5a72ac6ac22527160e002e5679c689d3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:31 + mkdir -p /var/log/sa [Pipeline] sh 09:12:32 + ls /var/log/sa-host 09:12:32 + sadf -c /var/log/sa-host/sa05 09:12:32 file_magic: OK 09:12:32 HZ: Using current value: 100 09:12:32 file_header: OK 09:12:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:12:32 Statistics: 09:12:32 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:12:32 File successfully converted to sysstat format version 12.2.1 09:12:32 + sadf -c /var/log/sa-host/sa17 09:12:32 file_magic: OK 09:12:32 HZ: Using current value: 100 09:12:32 file_header: OK 09:12:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:12:32 Statistics: 09:12:32 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... 09:12:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:12:32 provisioning config files... 09:12:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config7474384566134934888tmp [Pipeline] { [Pipeline] echo 09:12:32 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:12:32 ---> create-netrc.sh [Pipeline] echo 09:12:32 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:12:33 ---> logs-deploy.sh 09:12:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-170/4 09:12:33 INFO: archiving workspace using pattern(s): 09:12:34 Archives upload complete. 09:12:34 INFO: archiving logs to Nexus