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 [2020-09-17T08:59:48.913Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T08:59:49.144Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T08:59:49.282Z] ========================================================= [2020-09-17T08:59:49.282Z] EdgeX Global Pipelines Version Info [2020-09-17T08:59:49.282Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 107094d668242bf3f672f133004f3cdf96273152 # timeout=10 [2020-09-17T08:59:51.181Z] ------------------- [2020-09-17T08:59:51.181Z] stable info: [2020-09-17T08:59:51.181Z] ------------------- [2020-09-17T08:59:51.181Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T08:59:51.181Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T08:59:51.181Z] Message: update stable to v1.0.122 [2020-09-17T08:59:52.132Z] ------------------- [2020-09-17T08:59:52.132Z] experimental info: [2020-09-17T08:59:52.132Z] ------------------- [2020-09-17T08:59:52.132Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T08:59:52.132Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T08:59:52.132Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T08:59:52.488Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-17T08:59:52.577Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-17T08:59:52.667Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T08:59:52.786Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T08:59:52.874Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T08:59:52.967Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T08:59:53.054Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T08:59:53.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T08:59:53.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T08:59:53.334Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T08:59:53.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T08:59:53.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-17T08:59:53.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T08:59:53.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T08:59:53.799Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:59:53.890Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:59:53.991Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:59:54.079Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:59:54.167Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T08:59:54.253Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-17T08:59:54.350Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T08:59:54.452Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T08:59:54.536Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo [2020-09-17T08:59:54.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo [2020-09-17T08:59:54.708Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo [2020-09-17T08:59:54.791Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [Pipeline] echo [2020-09-17T08:59:54.874Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f5aa68 [Pipeline] echo [2020-09-17T08:59:54.957Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:59:55.562Z] + git log --format=format:%s -1 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [Pipeline] echo [2020-09-17T08:59:55.625Z] GIT_COMMIT: 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9, Commit Message: Bump github.com/spf13/cast from 1.3.0 to 1.3.1 [Pipeline] echo [2020-09-17T08:59:55.683Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:59:56.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:59:56.496Z] [2020-09-17T08:59:56.496Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:59:56.846Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:59:56.846Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T08:59:56.846Z] 31603596830f: Pulling fs layer [2020-09-17T08:59:56.846Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T08:59:56.846Z] 6ca5941a6612: Pulling fs layer [2020-09-17T08:59:56.846Z] ecc8261a40a4: Pulling fs layer [2020-09-17T08:59:56.846Z] ecc8261a40a4: Waiting [2020-09-17T08:59:56.846Z] 2a8b12db71e7: Download complete [2020-09-17T08:59:57.118Z] 31603596830f: Verifying Checksum [2020-09-17T08:59:57.118Z] 31603596830f: Download complete [2020-09-17T08:59:57.118Z] ecc8261a40a4: Verifying Checksum [2020-09-17T08:59:57.118Z] ecc8261a40a4: Download complete [2020-09-17T08:59:57.118Z] 6ca5941a6612: Verifying Checksum [2020-09-17T08:59:57.118Z] 6ca5941a6612: Download complete [2020-09-17T08:59:57.386Z] 31603596830f: Pull complete [2020-09-17T08:59:57.386Z] 2a8b12db71e7: Pull complete [2020-09-17T08:59:58.339Z] 6ca5941a6612: Pull complete [2020-09-17T08:59:58.603Z] ecc8261a40a4: Pull complete [2020-09-17T08:59:58.603Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T08:59:58.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:59:58.603Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T08:59:58.712Z] prd-centos7-docker-4c-2g-174 does not seem to be running inside a container [2020-09-17T08:59:58.763Z] $ 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 [2020-09-17T09:00:01.064Z] $ docker top 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T09:00:01.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T09:00:01.418Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T09:00:01.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T09:00:01.621Z] $ docker exec 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent [2020-09-17T09:00:01.781Z] SSH_AUTH_SOCK=/tmp/ssh-L0DVjrKH9VgW/agent.13 [2020-09-17T09:00:01.781Z] SSH_AGENT_PID=18 [2020-09-17T09:00:01.794Z] Running ssh-add (command line suppressed) [2020-09-17T09:00:01.914Z] 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) [2020-09-17T09:00:01.971Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T09:00:02.315Z] + git describe --exact-match --tags HEAD [2020-09-17T09:00:02.316Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T09:00:02.345Z] $ docker exec --env ******** --env ******** 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent -k [2020-09-17T09:00:02.455Z] unset SSH_AUTH_SOCK; [2020-09-17T09:00:02.456Z] unset SSH_AGENT_PID; [2020-09-17T09:00:02.456Z] echo Agent pid 18 killed; [2020-09-17T09:00:02.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T09:00:02.654Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T09:00:02.654Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T09:00:02.787Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T09:00:02.787Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T09:00:02.955Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T09:00:02.960Z] $ docker exec 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent [2020-09-17T09:00:03.122Z] SSH_AUTH_SOCK=/tmp/ssh-uv23622sXSNB/agent.49 [2020-09-17T09:00:03.122Z] SSH_AGENT_PID=55 [2020-09-17T09:00:03.136Z] Running ssh-add (command line suppressed) [2020-09-17T09:00:03.263Z] 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) [2020-09-17T09:00:03.311Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T09:00:03.659Z] + git semver init [2020-09-17T09:00:03.659Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T09:00:03.659Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.git [2020-09-17T09:00:03.659Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-09-17T09:00:03.659Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T09:00:03.659Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T09:00:03.659Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T09:00:03.659Z] # $SEMVER_BRANCH = PR-170 [2020-09-17T09:00:03.659Z] # $SEMVER_TEMP = /tmp/semver-709955714 [2020-09-17T09:00:03.659Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-17T09:00:04.661Z] # '/tmp/semver-709955714' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver' [2020-09-17T09:00:04.661Z] # -> Force: false [2020-09-17T09:00:04.661Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver [Pipeline] } [2020-09-17T09:00:04.677Z] $ docker exec --env ******** --env ******** 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 ssh-agent -k [2020-09-17T09:00:04.798Z] unset SSH_AUTH_SOCK; [2020-09-17T09:00:04.799Z] unset SSH_AGENT_PID; [2020-09-17T09:00:04.799Z] echo Agent pid 55 killed; [2020-09-17T09:00:04.844Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T09:00:05.408Z] + git semver [Pipeline] } [2020-09-17T09:00:05.436Z] $ docker stop --time=1 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 [2020-09-17T09:00:06.784Z] $ docker rm -f 0f07f38e28e8632ffab1cb2be43232aa355795f81b1247e6388446e02b35cc42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T09:00:07.555Z] Stashed 26 file(s) [Pipeline] echo [2020-09-17T09:00:07.558Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T09:00:07.671Z] 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 [2020-09-17T09:00:23.179Z] Still waiting to schedule task [2020-09-17T09:00:23.180Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T09:00:23.182Z] Still waiting to schedule task [2020-09-17T09:00:23.182Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-17T09:02:42.027Z] Running on prd-centos7-docker-4c-2g-177 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-17T09:02:42.085Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:02:49.264Z] using credential edgex-jenkins-ssh [2020-09-17T09:02:49.329Z] Cloning the remote Git repository [2020-09-17T09:02:49.329Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:02:49.414Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:02:49.529Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:02:49.799Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:02:49.799Z] > git --version # timeout=10 [2020-09-17T09:02:49.837Z] > git --version # 'git version 2.16.5' [2020-09-17T09:02:49.837Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:02:49.894Z] > 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 [2020-09-17T09:02:51.226Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:02:51.290Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-17T09:02:51.331Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:02:51.484Z] Fetching without tags [2020-09-17T09:02:51.984Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:02:52.270Z] Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:02:52.271Z] Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) [2020-09-17T09:02:51.425Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:02:51.489Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:02:51.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:02:51.528Z] > 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 [2020-09-17T09:02:51.989Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:02:52.007Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:02:52.081Z] > git remote # timeout=10 [2020-09-17T09:02:52.130Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:02:52.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:02:52.185Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:02:52.226Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:02:52.270Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:02:52.286Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:02:56.437Z] 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 [2020-09-17T09:02:57.365Z] ========================================================= [2020-09-17T09:02:57.365Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T09:02:57.365Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:02:58.964Z] + 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 . [2020-09-17T09:03:00.083Z] Sending build context to Docker daemon 621.6kB [2020-09-17T09:03:00.084Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T09:03:00.084Z] Step 2/8 : FROM ${BASE} [2020-09-17T09:03:00.371Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T09:03:00.371Z] df20fa9351a1: Pulling fs layer [2020-09-17T09:03:00.371Z] ed8968b2872e: Pulling fs layer [2020-09-17T09:03:00.371Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T09:03:00.371Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T09:03:00.371Z] e73272ec9a57: Pulling fs layer [2020-09-17T09:03:00.371Z] 1e910a182e73: Pulling fs layer [2020-09-17T09:03:00.371Z] 4e634b169226: Pulling fs layer [2020-09-17T09:03:00.371Z] e871e8e8d7a9: Waiting [2020-09-17T09:03:00.371Z] e73272ec9a57: Waiting [2020-09-17T09:03:00.371Z] 4e634b169226: Waiting [2020-09-17T09:03:00.371Z] 1e910a182e73: Waiting [2020-09-17T09:03:00.371Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T09:03:00.371Z] a92cc7c5fd73: Download complete [2020-09-17T09:03:00.371Z] ed8968b2872e: Verifying Checksum [2020-09-17T09:03:00.371Z] ed8968b2872e: Download complete [2020-09-17T09:03:00.371Z] e73272ec9a57: Verifying Checksum [2020-09-17T09:03:00.371Z] e73272ec9a57: Download complete [2020-09-17T09:03:00.371Z] 1e910a182e73: Verifying Checksum [2020-09-17T09:03:00.371Z] 1e910a182e73: Download complete [2020-09-17T09:03:00.985Z] df20fa9351a1: Verifying Checksum [2020-09-17T09:03:00.985Z] df20fa9351a1: Download complete [2020-09-17T09:03:02.590Z] df20fa9351a1: Pull complete [2020-09-17T09:03:03.197Z] ed8968b2872e: Pull complete [2020-09-17T09:03:03.493Z] a92cc7c5fd73: Pull complete [2020-09-17T09:03:06.192Z] 4e634b169226: Verifying Checksum [2020-09-17T09:03:06.192Z] 4e634b169226: Download complete [2020-09-17T09:03:09.090Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T09:03:09.090Z] e871e8e8d7a9: Download complete [2020-09-17T09:03:22.136Z] e871e8e8d7a9: Pull complete [2020-09-17T09:03:22.136Z] e73272ec9a57: Pull complete [2020-09-17T09:03:22.136Z] 1e910a182e73: Pull complete [2020-09-17T09:03:26.998Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-180 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-17T09:03:27.054Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:03:27.999Z] 4e634b169226: Pull complete [2020-09-17T09:03:27.999Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T09:03:27.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T09:03:27.999Z] ---> f7629b54cfaa [2020-09-17T09:03:27.999Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T09:03:28.284Z] ---> Running in 72036bffb0bf [2020-09-17T09:03:28.925Z] Removing intermediate container 72036bffb0bf [2020-09-17T09:03:28.925Z] ---> d2c6eef66a02 [2020-09-17T09:03:28.925Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:03:28.925Z] ---> Running in 213d9126e80f [2020-09-17T09:03:31.035Z] Removing intermediate container 213d9126e80f [2020-09-17T09:03:31.035Z] ---> 8b64dc57b20e [2020-09-17T09:03:31.035Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T09:03:31.035Z] ---> Running in 4b561801c181 [2020-09-17T09:03:32.455Z] using credential edgex-jenkins-ssh [2020-09-17T09:03:32.519Z] Cloning the remote Git repository [2020-09-17T09:03:32.519Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:03:32.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T09:03:33.593Z] Fetching without tags [2020-09-17T09:03:32.588Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:03:32.695Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:03:32.755Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:03:32.756Z] > git --version # timeout=10 [2020-09-17T09:03:32.771Z] > git --version # 'git version 2.17.1' [2020-09-17T09:03:32.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:03:32.821Z] > 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 [2020-09-17T09:03:33.524Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:03:33.547Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-17T09:03:33.567Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:03:33.591Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:03:33.617Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:03:33.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:03:33.628Z] > 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 [2020-09-17T09:03:33.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T09:03:34.047Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:03:34.278Z] Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:03:34.279Z] Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) [2020-09-17T09:03:34.080Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:03:34.094Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:03:34.175Z] > git remote # timeout=10 [2020-09-17T09:03:34.202Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:03:34.221Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:03:34.236Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:03:34.272Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:03:34.300Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:03:34.312Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:03:35.420Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T09:03:35.420Z] (2/14) Installing file (5.38-r0) [2020-09-17T09:03:35.420Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T09:03:35.774Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T09:03:38.781Z] 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 [2020-09-17T09:03:39.806Z] ========================================================= [2020-09-17T09:03:39.806Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T09:03:39.806Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:03:40.943Z] + 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 . [2020-09-17T09:03:41.939Z] Sending build context to Docker daemon 621.6kB [2020-09-17T09:03:41.939Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-17T09:03:41.939Z] Step 2/8 : FROM ${BASE} [2020-09-17T09:03:42.218Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T09:03:42.218Z] b538f80385f9: Pulling fs layer [2020-09-17T09:03:42.218Z] 74f711af9a0d: Pulling fs layer [2020-09-17T09:03:42.218Z] 99f96fe45779: Pulling fs layer [2020-09-17T09:03:42.218Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T09:03:42.218Z] 45590311c82a: Pulling fs layer [2020-09-17T09:03:42.218Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T09:03:42.218Z] 209524e5b208: Pulling fs layer [2020-09-17T09:03:42.218Z] 8529a6b9a6be: Waiting [2020-09-17T09:03:42.218Z] 45590311c82a: Waiting [2020-09-17T09:03:42.218Z] 69ca0ff8b7b3: Waiting [2020-09-17T09:03:42.218Z] 209524e5b208: Waiting [2020-09-17T09:03:42.218Z] 99f96fe45779: Verifying Checksum [2020-09-17T09:03:42.218Z] 99f96fe45779: Download complete [2020-09-17T09:03:42.218Z] 74f711af9a0d: Verifying Checksum [2020-09-17T09:03:42.218Z] 74f711af9a0d: Download complete [2020-09-17T09:03:42.218Z] 45590311c82a: Verifying Checksum [2020-09-17T09:03:42.218Z] 45590311c82a: Download complete [2020-09-17T09:03:42.218Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T09:03:42.218Z] 69ca0ff8b7b3: Download complete [2020-09-17T09:03:42.218Z] b538f80385f9: Verifying Checksum [2020-09-17T09:03:42.218Z] b538f80385f9: Download complete [2020-09-17T09:03:43.216Z] b538f80385f9: Pull complete [2020-09-17T09:03:43.520Z] 74f711af9a0d: Pull complete [2020-09-17T09:03:44.124Z] 99f96fe45779: Pull complete [2020-09-17T09:03:44.723Z] 209524e5b208: Verifying Checksum [2020-09-17T09:03:44.723Z] 209524e5b208: Download complete [2020-09-17T09:03:46.164Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T09:03:46.164Z] 8529a6b9a6be: Download complete [2020-09-17T09:03:56.339Z] 8529a6b9a6be: Pull complete [2020-09-17T09:03:56.339Z] 45590311c82a: Pull complete [2020-09-17T09:03:56.339Z] 69ca0ff8b7b3: Pull complete [2020-09-17T09:03:59.736Z] 209524e5b208: Pull complete [2020-09-17T09:03:59.736Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T09:03:59.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T09:03:59.736Z] ---> 5bddaf1c2fca [2020-09-17T09:03:59.736Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-17T09:04:02.377Z] ---> Running in a854dff00222 [2020-09-17T09:04:02.654Z] Removing intermediate container a854dff00222 [2020-09-17T09:04:02.654Z] ---> be6a09238a53 [2020-09-17T09:04:02.654Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:04:02.928Z] ---> Running in 89fb2dd7f692 [2020-09-17T09:04:05.559Z] Removing intermediate container 89fb2dd7f692 [2020-09-17T09:04:05.559Z] ---> 3e3bc9be510e [2020-09-17T09:04:05.559Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-17T09:04:05.559Z] ---> Running in efdc1a377119 [2020-09-17T09:04:07.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T09:04:07.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T09:04:08.582Z] (1/14) Installing libmagic (5.38-r0) [2020-09-17T09:04:08.770Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T09:04:08.770Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T09:04:08.770Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T09:04:08.770Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T09:04:08.770Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T09:04:08.770Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T09:04:08.770Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T09:04:08.770Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T09:04:08.770Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T09:04:08.770Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T09:04:08.770Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T09:04:08.770Z] OK: 237 MiB in 53 packages [2020-09-17T09:04:08.857Z] (2/14) Installing file (5.38-r0) [2020-09-17T09:04:08.857Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-17T09:04:08.857Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-17T09:04:10.761Z] Removing intermediate container 4b561801c181 [2020-09-17T09:04:10.761Z] ---> 773ee10b9a81 [2020-09-17T09:04:10.761Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-17T09:04:10.761Z] ---> Running in 5bcf4c86d209 [2020-09-17T09:04:11.046Z] Removing intermediate container 5bcf4c86d209 [2020-09-17T09:04:11.046Z] ---> f1f3941d4abc [2020-09-17T09:04:11.046Z] Step 7/8 : COPY . . [2020-09-17T09:04:11.642Z] ---> 9e8056c05191 [2020-09-17T09:04:11.642Z] Step 8/8 : RUN go mod download [2020-09-17T09:04:11.968Z] ---> Running in 6ba296b9c7ef [2020-09-17T09:04:13.175Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-17T09:04:13.175Z] (6/14) Installing patch (2.7.6-r6) [2020-09-17T09:04:13.453Z] (7/14) Installing build-base (0.5-r2) [2020-09-17T09:04:13.453Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-17T09:04:13.453Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-17T09:04:13.727Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-17T09:04:14.002Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-17T09:04:14.002Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-17T09:04:14.002Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-17T09:04:14.274Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-17T09:04:14.872Z] Executing busybox-1.31.1-r16.trigger [2020-09-17T09:04:14.872Z] OK: 221 MiB in 53 packages [2020-09-17T09:04:19.205Z] Removing intermediate container efdc1a377119 [2020-09-17T09:04:19.205Z] ---> 22d997eb6885 [2020-09-17T09:04:19.205Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-17T09:04:19.480Z] ---> Running in b9c6579f0963 [2020-09-17T09:04:19.758Z] Removing intermediate container b9c6579f0963 [2020-09-17T09:04:19.758Z] ---> 1230212901e1 [2020-09-17T09:04:19.758Z] Step 7/8 : COPY . . [2020-09-17T09:04:20.743Z] ---> b4d077963e37 [2020-09-17T09:04:20.743Z] Step 8/8 : RUN go mod download [2020-09-17T09:04:21.018Z] ---> Running in 6d2e138250dc [2020-09-17T09:04:27.193Z] Removing intermediate container 6ba296b9c7ef [2020-09-17T09:04:27.193Z] ---> d6e0fbc9208a [2020-09-17T09:04:27.193Z] Successfully built d6e0fbc9208a [2020-09-17T09:04:27.193Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:04:27.603Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T09:04:27.603Z] . [Pipeline] withDockerContainer [2020-09-17T09:04:27.811Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2020-09-17T09:04:28.136Z] $ 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 [2020-09-17T09:04:29.834Z] $ docker top ab3638305b7777cef5cb54208aec844669ef6e4031e29fb62ba2984989dc0c8a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:04:30.556Z] + go version [2020-09-17T09:04:30.825Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T09:04:30.847Z] $ docker stop --time=1 ab3638305b7777cef5cb54208aec844669ef6e4031e29fb62ba2984989dc0c8a [2020-09-17T09:04:32.394Z] $ docker rm -f ab3638305b7777cef5cb54208aec844669ef6e4031e29fb62ba2984989dc0c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:04:33.355Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T09:04:33.355Z] . [Pipeline] withDockerContainer [2020-09-17T09:04:33.567Z] prd-centos7-docker-4c-2g-177 does not seem to be running inside a container [2020-09-17T09:04:33.666Z] $ 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 [2020-09-17T09:04:34.838Z] $ docker top ab0bee97d452315b0890584219ec01e243b57f064944f2a9d3f0881891d83967 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:04:35.854Z] + make test [2020-09-17T09:04:35.854Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T09:04:36.114Z] Removing intermediate container 6d2e138250dc [2020-09-17T09:04:36.114Z] ---> bc1c6a2d60cc [2020-09-17T09:04:36.114Z] Successfully built bc1c6a2d60cc [2020-09-17T09:04:36.114Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:04:36.441Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-17T09:04:36.532Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T09:04:36.532Z] . [Pipeline] withDockerContainer [2020-09-17T09:04:36.827Z] prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container [2020-09-17T09:04:36.939Z] $ 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 [2020-09-17T09:04:38.952Z] $ docker top 7939199fbb36059301277ccd8a2e9031da2dbeaa7a77a003b6a8e4500b8c9d06 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:04:40.982Z] + go version [2020-09-17T09:04:40.982Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T09:04:41.058Z] $ docker stop --time=1 7939199fbb36059301277ccd8a2e9031da2dbeaa7a77a003b6a8e4500b8c9d06 [2020-09-17T09:04:43.078Z] $ docker rm -f 7939199fbb36059301277ccd8a2e9031da2dbeaa7a77a003b6a8e4500b8c9d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:04:44.257Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T09:04:44.257Z] . [Pipeline] withDockerContainer [2020-09-17T09:04:44.541Z] prd-ubuntu18.04-docker-arm64-4c-16g-180 does not seem to be running inside a container [2020-09-17T09:04:44.646Z] $ 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 [2020-09-17T09:04:46.628Z] $ docker top ac24739d4bd1d2ef699884885dd456ccd34bdec2c6514a061e4899ce96a0a831 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:04:48.103Z] + make test [2020-09-17T09:04:48.103Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-17T09:04:49.088Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-09-17T09:05:00.116Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-17T09:05:00.116Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.012s coverage: 28.3% of statements [2020-09-17T09:05:00.116Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-17T09:05:00.116Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T09:05:06.005Z] gofmt -l . [2020-09-17T09:05:06.005Z] ["`gofmt -l .`" = ""] [2020-09-17T09:05:06.005Z] ./bin/test-attribution-txt.sh [2020-09-17T09:05:06.667Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T09:05:08.395Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T09:05:08.405Z] $ docker stop --time=1 ab0bee97d452315b0890584219ec01e243b57f064944f2a9d3f0881891d83967 [2020-09-17T09:05:10.564Z] $ docker rm -f ab0bee97d452315b0890584219ec01e243b57f064944f2a9d3f0881891d83967 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T09:05:12.192Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T09:05:12.522Z] + ls -al . [2020-09-17T09:05:12.522Z] total 100 [2020-09-17T09:05:12.522Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 17 09:05 . [2020-09-17T09:05:12.522Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 09:02 .. [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 4896 Sep 17 09:02 Attribution.txt [2020-09-17T09:05:12.522Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 17 09:02 bin [2020-09-17T09:05:12.522Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 09:02 cmd [2020-09-17T09:05:12.522Z] -rw-r--r--. 1 jenkins jenkins 18939 Sep 17 09:04 coverage.out [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 17 09:02 Dockerfile [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 17 09:02 Dockerfile.build [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 17 09:02 .dockerignore [2020-09-17T09:05:12.522Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 09:02 .git [2020-09-17T09:05:12.522Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 17 09:02 .github [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 336 Sep 17 09:02 .gitignore [2020-09-17T09:05:12.522Z] -rw-r--r--. 1 jenkins jenkins 510 Sep 17 09:05 go.mod [2020-09-17T09:05:12.522Z] -rw-r--r--. 1 jenkins jenkins 13621 Sep 17 09:05 go.sum [2020-09-17T09:05:12.522Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 09:02 internal [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 677 Sep 17 09:02 Jenkinsfile [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 09:02 LICENSE [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 17 09:02 Makefile [2020-09-17T09:05:12.522Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 17 09:02 mock [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 17 09:02 README.md [2020-09-17T09:05:12.522Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 09:02 .semver [2020-09-17T09:05:12.522Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 17 09:02 snap [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 09:00 VERSION [2020-09-17T09:05:12.522Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 17 09:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:05:13.012Z] + 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 . [2020-09-17T09:05:13.317Z] Sending build context to Docker daemon 641kB [2020-09-17T09:05:13.317Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T09:05:13.317Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T09:05:13.317Z] ---> d6e0fbc9208a [2020-09-17T09:05:13.317Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T09:05:13.317Z] ---> Running in 8d4ef85d9c32 [2020-09-17T09:05:13.595Z] Removing intermediate container 8d4ef85d9c32 [2020-09-17T09:05:13.595Z] ---> d3f11d329693 [2020-09-17T09:05:13.595Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T09:05:13.865Z] ---> Running in 955cba1e85d0 [2020-09-17T09:05:14.146Z] Removing intermediate container 955cba1e85d0 [2020-09-17T09:05:14.146Z] ---> 4ab2c1b543dc [2020-09-17T09:05:14.146Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:05:14.146Z] ---> Running in 6e608ce80533 [2020-09-17T09:05:15.142Z] Removing intermediate container 6e608ce80533 [2020-09-17T09:05:15.142Z] ---> 61582687d6bf [2020-09-17T09:05:15.142Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T09:05:15.432Z] ---> Running in 07383cf98a86 [2020-09-17T09:05:16.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T09:05:17.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T09:05:18.260Z] OK: 237 MiB in 53 packages [2020-09-17T09:05:19.219Z] Removing intermediate container 07383cf98a86 [2020-09-17T09:05:19.219Z] ---> af13711d6f82 [2020-09-17T09:05:19.219Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-17T09:05:19.219Z] ---> Running in ddd5c2c9aee3 [2020-09-17T09:05:19.504Z] Removing intermediate container ddd5c2c9aee3 [2020-09-17T09:05:19.504Z] ---> 4a5e344d5607 [2020-09-17T09:05:19.504Z] Step 8/22 : COPY . . [2020-09-17T09:05:20.094Z] ---> 46fadc43f99c [2020-09-17T09:05:20.094Z] Step 9/22 : ARG MAKE='make build' [2020-09-17T09:05:20.094Z] ---> Running in 130df28de1bf [2020-09-17T09:05:20.381Z] Removing intermediate container 130df28de1bf [2020-09-17T09:05:20.381Z] ---> 422a8a044064 [2020-09-17T09:05:20.381Z] Step 10/22 : RUN $MAKE [2020-09-17T09:05:20.381Z] ---> Running in 5da7e69b853f [2020-09-17T09:05:21.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-17T09:05:21.485Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-09-17T09:05:22.927Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements [2020-09-17T09:05:22.927Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-09-17T09:05:22.927Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T09:05:31.252Z] gofmt -l . [2020-09-17T09:05:31.252Z] ["`gofmt -l .`" = ""] [2020-09-17T09:05:31.252Z] ./bin/test-attribution-txt.sh [2020-09-17T09:05:31.252Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-17T09:05:31.546Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T09:05:32.349Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T09:05:32.375Z] $ docker stop --time=1 ac24739d4bd1d2ef699884885dd456ccd34bdec2c6514a061e4899ce96a0a831 [2020-09-17T09:05:34.696Z] $ docker rm -f ac24739d4bd1d2ef699884885dd456ccd34bdec2c6514a061e4899ce96a0a831 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T09:05:35.997Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T09:05:36.375Z] + ls -al . [2020-09-17T09:05:36.375Z] total 136 [2020-09-17T09:05:36.375Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 17 09:05 . [2020-09-17T09:05:36.375Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:03 .. [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 17 09:03 .dockerignore [2020-09-17T09:05:36.375Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 09:03 .git [2020-09-17T09:05:36.375Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:03 .github [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 336 Sep 17 09:03 .gitignore [2020-09-17T09:05:36.375Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:03 .semver [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 4896 Sep 17 09:03 Attribution.txt [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 17 09:03 Dockerfile [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 17 09:03 Dockerfile.build [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 17 09:03 Jenkinsfile [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 09:03 LICENSE [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 17 09:03 Makefile [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 17 09:03 README.md [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 09:00 VERSION [2020-09-17T09:05:36.375Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:03 bin [2020-09-17T09:05:36.375Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:03 cmd [2020-09-17T09:05:36.375Z] -rw-r--r-- 1 jenkins jenkins 18939 Sep 17 09:05 coverage.out [2020-09-17T09:05:36.375Z] -rw-r--r-- 1 jenkins jenkins 510 Sep 17 09:05 go.mod [2020-09-17T09:05:36.375Z] -rw-r--r-- 1 jenkins jenkins 13621 Sep 17 09:05 go.sum [2020-09-17T09:05:36.375Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 09:03 internal [2020-09-17T09:05:36.375Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 09:03 mock [2020-09-17T09:05:36.375Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 09:03 snap [2020-09-17T09:05:36.375Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 17 09:03 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:05:36.739Z] + 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 . [2020-09-17T09:05:37.014Z] Sending build context to Docker daemon 641kB [2020-09-17T09:05:37.014Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-17T09:05:37.014Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-17T09:05:37.014Z] ---> bc1c6a2d60cc [2020-09-17T09:05:37.014Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-17T09:05:37.287Z] ---> Running in 6aa2637ca4a5 [2020-09-17T09:05:37.882Z] Removing intermediate container 6aa2637ca4a5 [2020-09-17T09:05:37.882Z] ---> c0db670cf3c8 [2020-09-17T09:05:37.882Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T09:05:37.882Z] ---> Running in 48189e04a776 [2020-09-17T09:05:38.155Z] Removing intermediate container 48189e04a776 [2020-09-17T09:05:38.155Z] ---> 2412a4cd9507 [2020-09-17T09:05:38.155Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T09:05:38.427Z] ---> Running in 0b3f0d3f2794 [2020-09-17T09:05:41.058Z] Removing intermediate container 0b3f0d3f2794 [2020-09-17T09:05:41.058Z] ---> a418bf9c7053 [2020-09-17T09:05:41.058Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T09:05:41.058Z] ---> Running in 6616f317f99f [2020-09-17T09:05:42.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T09:05:43.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T09:05:44.075Z] OK: 221 MiB in 53 packages [2020-09-17T09:05:44.706Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T09:05:45.522Z] Removing intermediate container 6616f317f99f [2020-09-17T09:05:45.522Z] ---> b87b669fb427 [2020-09-17T09:05:45.522Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-17T09:05:45.522Z] ---> Running in 376be7280b89 [2020-09-17T09:05:45.800Z] Removing intermediate container 376be7280b89 [2020-09-17T09:05:45.800Z] ---> c1bcc4ea31f7 [2020-09-17T09:05:45.800Z] Step 8/22 : COPY . . [2020-09-17T09:05:46.781Z] ---> 9f8c3d722fbc [2020-09-17T09:05:46.781Z] Step 9/22 : ARG MAKE='make build' [2020-09-17T09:05:47.055Z] ---> Running in f04fbb86b563 [2020-09-17T09:05:47.651Z] Removing intermediate container f04fbb86b563 [2020-09-17T09:05:47.651Z] ---> 7b731a343beb [2020-09-17T09:05:47.651Z] Step 10/22 : RUN $MAKE [2020-09-17T09:05:47.651Z] ---> Running in 5e567faf3ec3 [2020-09-17T09:05:49.080Z] Removing intermediate container 5da7e69b853f [2020-09-17T09:05:49.080Z] ---> 9ed3da947611 [2020-09-17T09:05:49.080Z] Step 11/22 : FROM alpine [2020-09-17T09:05:49.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-17T09:05:49.356Z] latest: Pulling from library/alpine [2020-09-17T09:05:49.356Z] df20fa9351a1: Already exists [2020-09-17T09:05:49.626Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T09:05:49.626Z] Status: Downloaded newer image for alpine:latest [2020-09-17T09:05:49.626Z] ---> a24bb4013296 [2020-09-17T09:05:49.626Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-17T09:05:49.626Z] ---> Running in f14150433ac2 [2020-09-17T09:05:49.894Z] Removing intermediate container f14150433ac2 [2020-09-17T09:05:49.894Z] ---> d9f8548eb8ba [2020-09-17T09:05:49.894Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-17T09:05:49.894Z] ---> Running in c764a7808ae3 [2020-09-17T09:05:50.167Z] Removing intermediate container c764a7808ae3 [2020-09-17T09:05:50.167Z] ---> 9f71aea646a0 [2020-09-17T09:05:50.167Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-17T09:05:50.765Z] ---> 8632e22c480f [2020-09-17T09:05:50.765Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-17T09:05:51.037Z] ---> 2b0b365071d1 [2020-09-17T09:05:51.037Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-17T09:05:51.303Z] ---> a05aec7658d2 [2020-09-17T09:05:51.303Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-17T09:05:51.574Z] ---> Running in abff549a9781 [2020-09-17T09:05:51.574Z] Removing intermediate container abff549a9781 [2020-09-17T09:05:51.574Z] ---> 3dc0db7f20a1 [2020-09-17T09:05:51.574Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-17T09:05:51.855Z] ---> Running in 6f7d89446536 [2020-09-17T09:05:52.119Z] Removing intermediate container 6f7d89446536 [2020-09-17T09:05:52.119Z] ---> eae400dd187b [2020-09-17T09:05:52.119Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T09:05:52.119Z] ---> Running in 6cc323b222e5 [2020-09-17T09:05:52.409Z] Removing intermediate container 6cc323b222e5 [2020-09-17T09:05:52.409Z] ---> d32f2ba04758 [2020-09-17T09:05:52.409Z] Step 20/22 : LABEL arch=amd64 [2020-09-17T09:05:52.409Z] ---> Running in e78cf2d95914 [2020-09-17T09:05:52.685Z] Removing intermediate container e78cf2d95914 [2020-09-17T09:05:52.685Z] ---> 75f5e7989d9e [2020-09-17T09:05:52.685Z] Step 21/22 : LABEL git_sha=3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:05:52.685Z] ---> Running in dc381f8e86d1 [2020-09-17T09:05:52.948Z] Removing intermediate container dc381f8e86d1 [2020-09-17T09:05:52.948Z] ---> 668d4b7b1972 [2020-09-17T09:05:52.948Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T09:05:52.948Z] ---> Running in ed8edb10e3c6 [2020-09-17T09:05:53.220Z] Removing intermediate container ed8edb10e3c6 [2020-09-17T09:05:53.220Z] ---> 296857d4ce25 [2020-09-17T09:05:53.220Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T09:05:53.220Z] Successfully built 296857d4ce25 [2020-09-17T09:05:53.220Z] 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 [2020-09-17T09:06:08.850Z] Still waiting to schedule task [2020-09-17T09:06:08.850Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-09-17T09:06:15.945Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T09:06:21.425Z] Removing intermediate container 5e567faf3ec3 [2020-09-17T09:06:21.425Z] ---> 0040ba6ced84 [2020-09-17T09:06:21.425Z] Step 11/22 : FROM alpine [2020-09-17T09:06:21.425Z] latest: Pulling from library/alpine [2020-09-17T09:06:21.425Z] b538f80385f9: Already exists [2020-09-17T09:06:21.425Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T09:06:21.425Z] Status: Downloaded newer image for alpine:latest [2020-09-17T09:06:21.425Z] ---> 62ee0e9f8440 [2020-09-17T09:06:21.425Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-17T09:06:21.698Z] ---> Running in d50613026e0a [2020-09-17T09:06:21.969Z] Removing intermediate container d50613026e0a [2020-09-17T09:06:21.969Z] ---> 0eac8b121db7 [2020-09-17T09:06:21.969Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-17T09:06:22.240Z] ---> Running in 52171ff6e8f5 [2020-09-17T09:06:22.523Z] Removing intermediate container 52171ff6e8f5 [2020-09-17T09:06:22.523Z] ---> 070994faa576 [2020-09-17T09:06:22.523Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-17T09:06:23.971Z] ---> cf1aabbd6d0e [2020-09-17T09:06:23.971Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-17T09:06:24.249Z] ---> 1938cfbf16ad [2020-09-17T09:06:24.249Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-17T09:06:25.238Z] ---> 7c92fcfca286 [2020-09-17T09:06:25.238Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-17T09:06:25.238Z] ---> Running in 5913bf16e666 [2020-09-17T09:06:25.512Z] Removing intermediate container 5913bf16e666 [2020-09-17T09:06:25.512Z] ---> fbcabc994ac4 [2020-09-17T09:06:25.512Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-17T09:06:25.787Z] ---> Running in 692b7ceec0ff [2020-09-17T09:06:26.066Z] Removing intermediate container 692b7ceec0ff [2020-09-17T09:06:26.066Z] ---> 19a92156e059 [2020-09-17T09:06:26.066Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-17T09:06:26.341Z] ---> Running in 764386fbc81f [2020-09-17T09:06:26.636Z] Removing intermediate container 764386fbc81f [2020-09-17T09:06:26.636Z] ---> 79ed8583ca60 [2020-09-17T09:06:26.636Z] Step 20/22 : LABEL arch=arm64 [2020-09-17T09:06:26.924Z] ---> Running in 038407c23080 [2020-09-17T09:06:27.203Z] Removing intermediate container 038407c23080 [2020-09-17T09:06:27.203Z] ---> ef2dc2dbc9e8 [2020-09-17T09:06:27.203Z] Step 21/22 : LABEL git_sha=3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:06:27.478Z] ---> Running in 1910b594e339 [2020-09-17T09:06:28.091Z] Removing intermediate container 1910b594e339 [2020-09-17T09:06:28.091Z] ---> 4b2542af3adc [2020-09-17T09:06:28.091Z] Step 22/22 : LABEL version=0.0.0 [2020-09-17T09:06:28.091Z] ---> Running in 0966e45e3fac [2020-09-17T09:06:28.693Z] Removing intermediate container 0966e45e3fac [2020-09-17T09:06:28.693Z] ---> 4f0bb9b851e1 [2020-09-17T09:06:28.693Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T09:06:28.693Z] Successfully built 4f0bb9b851e1 [2020-09-17T09:06:28.693Z] 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 [2020-09-17T09:06:44.519Z] Still waiting to schedule task [2020-09-17T09:06:44.519Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-09-17T09:08:14.937Z] Running on prd-centos7-docker-8c-8g-194 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-17T09:08:15.005Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:08:17.490Z] using credential edgex-jenkins-ssh [2020-09-17T09:08:17.569Z] Cloning the remote Git repository [2020-09-17T09:08:17.569Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:08:17.594Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:08:18.189Z] Fetching without tags [2020-09-17T09:08:18.586Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:08:17.676Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:08:17.711Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:08:17.712Z] > git --version # timeout=10 [2020-09-17T09:08:17.716Z] > git --version # 'git version 2.16.5' [2020-09-17T09:08:17.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:08:17.743Z] > 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 [2020-09-17T09:08:18.168Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:08:18.173Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-17T09:08:18.177Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:08:18.185Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:08:18.194Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:08:18.194Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:08:18.197Z] > 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 [2020-09-17T09:08:18.604Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:08:18.608Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:08:18.738Z] Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:08:18.739Z] Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) [2020-09-17T09:08:18.707Z] > git remote # timeout=10 [2020-09-17T09:08:18.712Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:08:18.717Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:08:18.721Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:08:18.733Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:08:18.745Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:08:18.748Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:08:23.276Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-17T09:08:24.922Z] ++ grep snapcraft.yaml [2020-09-17T09:08:24.922Z] ++ find /w/workspace/device-mqtt-go/4 [2020-09-17T09:08:24.922Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T09:08:25.449Z] provisioning config files... [2020-09-17T09:08:25.764Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config5464404378541767556tmp [Pipeline] { [Pipeline] sh [2020-09-17T09:08:26.361Z] + cp /w/workspace/device-mqtt-go/4@tmp/config5464404378541767556tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh [2020-09-17T09:08:26.977Z] + 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 [2020-09-17T09:08:26.977Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-09-17T09:08:26.977Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-09-17T09:08:26.977Z] f08d8e2a3ba1: Pulling fs layer [2020-09-17T09:08:26.977Z] 3baa9cb2483b: Pulling fs layer [2020-09-17T09:08:26.977Z] 94e5ff4c0b15: Pulling fs layer [2020-09-17T09:08:26.977Z] 1860925334f9: Pulling fs layer [2020-09-17T09:08:26.977Z] 2daf38717194: Pulling fs layer [2020-09-17T09:08:26.977Z] 309017e8d7a4: Pulling fs layer [2020-09-17T09:08:26.977Z] f7790dc9fd0f: Pulling fs layer [2020-09-17T09:08:26.977Z] cac0ae9282c2: Pulling fs layer [2020-09-17T09:08:26.977Z] 1f4cadf9a1ed: Pulling fs layer [2020-09-17T09:08:26.977Z] 309017e8d7a4: Waiting [2020-09-17T09:08:26.977Z] f7790dc9fd0f: Waiting [2020-09-17T09:08:26.977Z] cac0ae9282c2: Waiting [2020-09-17T09:08:26.977Z] 1f4cadf9a1ed: Waiting [2020-09-17T09:08:26.977Z] 1860925334f9: Waiting [2020-09-17T09:08:26.977Z] 2daf38717194: Waiting [2020-09-17T09:08:26.977Z] 94e5ff4c0b15: Verifying Checksum [2020-09-17T09:08:26.977Z] 94e5ff4c0b15: Download complete [2020-09-17T09:08:26.977Z] 3baa9cb2483b: Download complete [2020-09-17T09:08:26.977Z] 1860925334f9: Verifying Checksum [2020-09-17T09:08:26.977Z] 1860925334f9: Download complete [2020-09-17T09:08:27.301Z] 309017e8d7a4: Download complete [2020-09-17T09:08:27.301Z] f7790dc9fd0f: Verifying Checksum [2020-09-17T09:08:27.301Z] f7790dc9fd0f: Download complete [2020-09-17T09:08:27.301Z] cac0ae9282c2: Download complete [2020-09-17T09:08:27.301Z] 1f4cadf9a1ed: Verifying Checksum [2020-09-17T09:08:27.301Z] 1f4cadf9a1ed: Download complete [2020-09-17T09:08:29.959Z] f08d8e2a3ba1: Verifying Checksum [2020-09-17T09:08:29.959Z] f08d8e2a3ba1: Download complete [2020-09-17T09:08:30.946Z] f08d8e2a3ba1: Pull complete [2020-09-17T09:08:30.946Z] 3baa9cb2483b: Pull complete [2020-09-17T09:08:31.223Z] 94e5ff4c0b15: Pull complete [2020-09-17T09:08:31.223Z] 1860925334f9: Pull complete [2020-09-17T09:08:35.647Z] 2daf38717194: Verifying Checksum [2020-09-17T09:08:35.647Z] 2daf38717194: Download complete [2020-09-17T09:08:41.931Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-193 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-09-17T09:08:42.006Z] Running in /w/workspace/device-mqtt-go/4 [Pipeline] { [Pipeline] checkout [2020-09-17T09:08:46.939Z] using credential edgex-jenkins-ssh [2020-09-17T09:08:47.016Z] Cloning the remote Git repository [2020-09-17T09:08:47.016Z] Cloning with configured refspecs honoured and without tags [2020-09-17T09:08:47.090Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:08:47.221Z] > git init /w/workspace/device-mqtt-go/4 # timeout=10 [2020-09-17T09:08:47.285Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:08:47.286Z] > git --version # timeout=10 [2020-09-17T09:08:47.997Z] Fetching without tags [2020-09-17T09:08:48.477Z] Merging remotes/origin/master commit ba13f39da15fded8dc9ca6171c9bf6786df660a0 into PR head commit 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:08:47.302Z] > git --version # 'git version 2.17.1' [2020-09-17T09:08:47.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:08:47.360Z] > 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 [2020-09-17T09:08:47.945Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:08:47.957Z] > git config --add remote.origin.fetch +refs/pull/170/head:refs/remotes/origin/PR-170 # timeout=10 [2020-09-17T09:08:47.970Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T09:08:47.991Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-17T09:08:48.013Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-17T09:08:48.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:08:48.027Z] > 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 [2020-09-17T09:08:48.499Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:08:48.640Z] Merge succeeded, producing 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 [2020-09-17T09:08:48.641Z] Checking out Revision 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 (PR-170) [2020-09-17T09:08:48.509Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:08:48.581Z] > git remote # timeout=10 [2020-09-17T09:08:48.596Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T09:08:48.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T09:08:48.614Z] > git merge ba13f39da15fded8dc9ca6171c9bf6786df660a0 # timeout=10 [2020-09-17T09:08:48.632Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T09:08:48.652Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T09:08:48.678Z] > git checkout -f 3f5aa68dbeb043a3879a33889abdf6e3a44a48a9 # timeout=10 [2020-09-17T09:08:50.698Z] 2daf38717194: Pull complete [2020-09-17T09:08:50.698Z] 309017e8d7a4: Pull complete [2020-09-17T09:08:50.698Z] f7790dc9fd0f: Pull complete [2020-09-17T09:08:50.698Z] cac0ae9282c2: Pull complete [2020-09-17T09:08:50.968Z] 1f4cadf9a1ed: Pull complete [2020-09-17T09:08:50.968Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-09-17T09:08:50.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-09-17T09:08:53.007Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-17T09:08:54.553Z] + find /w/workspace/device-mqtt-go/4 [2020-09-17T09:08:54.553Z] + grep snapcraft.yaml [2020-09-17T09:08:54.553Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/4/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T09:08:54.968Z] provisioning config files... [2020-09-17T09:08:55.005Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/4@tmp/config7274701514082921728tmp [Pipeline] { [Pipeline] sh [2020-09-17T09:08:55.308Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-09-17T09:08:55.309Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-09-17T09:08:55.309Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-09-17T09:08:55.309Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [901 kB] [2020-09-17T09:08:55.309Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-09-17T09:08:55.309Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1385 kB] [2020-09-17T09:08:55.309Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [10.1 kB] [2020-09-17T09:08:55.309Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [116 kB] [2020-09-17T09:08:55.463Z] + cp /w/workspace/device-mqtt-go/4@tmp/config7274701514082921728tmp /w/workspace/device-mqtt-go/4/edgex-snap-store-login [Pipeline] sh [2020-09-17T09:08:55.589Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1089 kB] [2020-09-17T09:08:55.589Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.7 kB] [2020-09-17T09:08:55.589Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1429 kB] [2020-09-17T09:08:55.589Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [132 kB] [2020-09-17T09:08:55.866Z] + 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 [2020-09-17T09:08:55.875Z] Fetched 5342 kB in 2s (3512 kB/s) [2020-09-17T09:08:56.502Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-09-17T09:08:56.799Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-09-17T09:08:56.799Z] 237528ba509b: Pulling fs layer [2020-09-17T09:08:56.799Z] 393b96f31d8b: Pulling fs layer [2020-09-17T09:08:56.800Z] 4d82b0e39008: Pulling fs layer [2020-09-17T09:08:56.800Z] e7ca375b8d34: Pulling fs layer [2020-09-17T09:08:56.800Z] 418f656485bb: Pulling fs layer [2020-09-17T09:08:56.800Z] aebe8db9254c: Pulling fs layer [2020-09-17T09:08:56.800Z] 4f5f7b207d3f: Pulling fs layer [2020-09-17T09:08:56.800Z] d19ca6af091a: Pulling fs layer [2020-09-17T09:08:56.800Z] 16b5a0711add: Pulling fs layer [2020-09-17T09:08:56.800Z] 418f656485bb: Waiting [2020-09-17T09:08:56.800Z] e7ca375b8d34: Waiting [2020-09-17T09:08:56.800Z] aebe8db9254c: Waiting [2020-09-17T09:08:56.800Z] 4f5f7b207d3f: Waiting [2020-09-17T09:08:56.800Z] d19ca6af091a: Waiting [2020-09-17T09:08:56.800Z] 16b5a0711add: Waiting [2020-09-17T09:08:56.800Z] 4d82b0e39008: Verifying Checksum [2020-09-17T09:08:56.800Z] 4d82b0e39008: Download complete [2020-09-17T09:08:56.800Z] 393b96f31d8b: Download complete [2020-09-17T09:08:56.800Z] e7ca375b8d34: Verifying Checksum [2020-09-17T09:08:56.800Z] e7ca375b8d34: Download complete [2020-09-17T09:08:56.800Z] aebe8db9254c: Download complete [2020-09-17T09:08:56.800Z] 4f5f7b207d3f: Verifying Checksum [2020-09-17T09:08:56.800Z] 4f5f7b207d3f: Download complete [2020-09-17T09:08:56.800Z] d19ca6af091a: Verifying Checksum [2020-09-17T09:08:56.800Z] d19ca6af091a: Download complete [2020-09-17T09:08:56.800Z] 16b5a0711add: Download complete [2020-09-17T09:08:57.323Z] Reading package lists... [2020-09-17T09:08:58.272Z] 237528ba509b: Verifying Checksum [2020-09-17T09:08:58.272Z] 237528ba509b: Download complete [2020-09-17T09:08:59.938Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-09-17T09:08:59.938Z] 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 [2020-09-17T09:09:00.211Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-09-17T09:09:00.211Z] 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 [2020-09-17T09:09:00.956Z] 237528ba509b: Pull complete [2020-09-17T09:09:01.237Z] 393b96f31d8b: Pull complete [2020-09-17T09:09:01.349Z] 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 [2020-09-17T09:09:01.515Z] 4d82b0e39008: Pull complete [2020-09-17T09:09:02.118Z] e7ca375b8d34: Pull complete [2020-09-17T09:09:03.265Z] 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 [2020-09-17T09:09:04.359Z] 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 [2020-09-17T09:09:04.622Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-09-17T09:09:04.622Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-17T09:09:04.622Z] The following packages were automatically installed and are no longer required: [2020-09-17T09:09:04.622Z] libjq1 libonig4 [2020-09-17T09:09:04.622Z] Use 'sudo apt autoremove' to remove them. [2020-09-17T09:09:04.622Z] Suggested packages: [2020-09-17T09:09:04.622Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-17T09:09:04.622Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-17T09:09:04.622Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-17T09:09:04.622Z] | libterm-readline-perl-perl [2020-09-17T09:09:04.883Z] The following NEW packages will be installed: [2020-09-17T09:09:04.883Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-17T09:09:04.883Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T09:09:04.883Z] 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. [2020-09-17T09:09:04.883Z] Need to get 12.0 MB of archives. [2020-09-17T09:09:04.884Z] After this operation, 77.5 MB of additional disk space will be used. [2020-09-17T09:09:04.884Z] 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] [2020-09-17T09:09:05.725Z] 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] [2020-09-17T09:09:05.725Z] 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] [2020-09-17T09:09:05.725Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.008Z] 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] [2020-09-17T09:09:06.281Z] 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] [2020-09-17T09:09:06.281Z] 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] [2020-09-17T09:09:06.281Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (8235 kB/s) [2020-09-17T09:09:06.281Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-17T09:09:06.544Z] Selecting previously unselected package perl-modules-5.26. [2020-09-17T09:09:06.544Z] (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.) [2020-09-17T09:09:06.544Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-17T09:09:06.544Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:09:07.501Z] Selecting previously unselected package libgdbm5:amd64. [2020-09-17T09:09:07.501Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-09-17T09:09:07.501Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-09-17T09:09:07.534Z] 418f656485bb: Verifying Checksum [2020-09-17T09:09:07.534Z] 418f656485bb: Download complete [2020-09-17T09:09:07.761Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-09-17T09:09:07.762Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-09-17T09:09:07.762Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-17T09:09:07.762Z] Selecting previously unselected package libperl5.26:amd64. [2020-09-17T09:09:07.762Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-17T09:09:07.762Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:09:08.337Z] Selecting previously unselected package perl. [2020-09-17T09:09:08.337Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-09-17T09:09:08.337Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:09:08.337Z] Selecting previously unselected package less. [2020-09-17T09:09:08.337Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-09-17T09:09:08.337Z] Unpacking less (487-0.1) ... [2020-09-17T09:09:08.600Z] Selecting previously unselected package netbase. [2020-09-17T09:09:08.600Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-17T09:09:08.600Z] Unpacking netbase (5.4) ... [2020-09-17T09:09:08.600Z] Selecting previously unselected package curl. [2020-09-17T09:09:08.600Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-17T09:09:08.600Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:09:08.600Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-09-17T09:09:08.600Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-09-17T09:09:08.600Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:09:08.600Z] Selecting previously unselected package liberror-perl. [2020-09-17T09:09:08.600Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-17T09:09:08.600Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-17T09:09:08.860Z] Selecting previously unselected package git-man. [2020-09-17T09:09:08.860Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-17T09:09:08.860Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:09:08.860Z] Selecting previously unselected package git. [2020-09-17T09:09:08.860Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-09-17T09:09:08.860Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:09:09.432Z] Selecting previously unselected package make. [2020-09-17T09:09:09.432Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-09-17T09:09:09.432Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-17T09:09:09.432Z] Selecting previously unselected package patch. [2020-09-17T09:09:09.433Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-09-17T09:09:09.433Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:09:09.433Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:09:09.694Z] Setting up less (487-0.1) ... [2020-09-17T09:09:09.694Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-17T09:09:09.694Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:09:09.694Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:09:09.694Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:09:09.694Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-09-17T09:09:09.694Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:09:09.694Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-09-17T09:09:09.694Z] Setting up netbase (5.4) ... [2020-09-17T09:09:09.955Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:09:09.955Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:09:09.955Z] Setting up liberror-perl (0.17025-1) ... [2020-09-17T09:09:09.955Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:09:09.955Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-17T09:09:09.955Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-17T09:09:11.345Z] curl set to automatically installed. [2020-09-17T09:09:11.345Z] git set to automatically installed. [2020-09-17T09:09:11.345Z] git-man set to automatically installed. [2020-09-17T09:09:11.345Z] less set to automatically installed. [2020-09-17T09:09:11.345Z] libcurl3-gnutls set to automatically installed. [2020-09-17T09:09:11.345Z] liberror-perl set to automatically installed. [2020-09-17T09:09:11.345Z] libgdbm-compat4 set to automatically installed. [2020-09-17T09:09:11.345Z] libgdbm5 set to automatically installed. [2020-09-17T09:09:11.345Z] libperl5.26 set to automatically installed. [2020-09-17T09:09:11.345Z] make set to automatically installed. [2020-09-17T09:09:11.345Z] netbase set to automatically installed. [2020-09-17T09:09:11.345Z] patch set to automatically installed. [2020-09-17T09:09:11.345Z] perl set to automatically installed. [2020-09-17T09:09:11.345Z] perl-modules-5.26 set to automatically installed. [2020-09-17T09:09:11.345Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-17T09:09:11.345Z] Please ensure the environment is properly setup before continuing. [2020-09-17T09:09:11.345Z] Ignore this message if the appropriate measures have already been taken [2020-09-17T09:09:12.297Z] Pulling go  [2020-09-17T09:09:12.870Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-17T09:09:12.870Z] Skipping pull go (already ran) [2020-09-17T09:09:12.870Z] Building go  [2020-09-17T09:09:12.870Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-17T09:09:12.870Z] Dload Upload Total Spent Left Speed [2020-09-17T09:09:14.362Z] 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 [2020-09-17T09:09:14.362Z] curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 [2020-09-17T09:09:14.624Z] Failed to run 'override-build': Exit code was 56. [Pipeline] } [2020-09-17T09:09:15.208Z] 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] } [2020-09-17T09:09:16.517Z] Failed in branch amd64 [2020-09-17T09:09:54.591Z] 418f656485bb: Pull complete [2020-09-17T09:09:54.592Z] aebe8db9254c: Pull complete [2020-09-17T09:09:54.592Z] 4f5f7b207d3f: Pull complete [2020-09-17T09:09:54.592Z] d19ca6af091a: Pull complete [2020-09-17T09:09:54.592Z] 16b5a0711add: Pull complete [2020-09-17T09:09:54.592Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-09-17T09:09:54.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-09-17T09:09:54.592Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-17T09:09:54.592Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-09-17T09:09:54.592Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-09-17T09:09:54.592Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-09-17T09:09:54.592Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [943 kB] [2020-09-17T09:09:55.200Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1264 kB] [2020-09-17T09:09:55.473Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [672 kB] [2020-09-17T09:09:55.473Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [787 kB] [2020-09-17T09:09:55.746Z] Fetched 3917 kB in 2s (1752 kB/s) [2020-09-17T09:10:00.056Z] Reading package lists... [2020-09-17T09:10:12.764Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-09-17T09:10:12.764Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-09-17T09:10:12.764Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-09-17T09:10:13.043Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-09-17T09:10:17.999Z] 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 [2020-09-17T09:10:24.713Z] 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 [2020-09-17T09:10:28.001Z] 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 [2020-09-17T09:10:28.860Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree [2020-09-17T09:10:28.860Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-09-17T09:10:29.868Z] The following packages were automatically installed and are no longer required: [2020-09-17T09:10:29.868Z] libjq1 libonig4 [2020-09-17T09:10:29.868Z] Use 'sudo apt autoremove' to remove them. [2020-09-17T09:10:29.868Z] Suggested packages: [2020-09-17T09:10:29.868Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-09-17T09:10:29.868Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-09-17T09:10:29.868Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-09-17T09:10:29.868Z] | libterm-readline-perl-perl [2020-09-17T09:10:30.143Z] The following NEW packages will be installed: [2020-09-17T09:10:30.419Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-09-17T09:10:30.419Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-09-17T09:10:30.419Z] 0 upgraded, 14 newly installed, 0 to remove and 4 not upgraded. [2020-09-17T09:10:30.419Z] Need to get 10.8 MB of archives. [2020-09-17T09:10:30.419Z] After this operation, 73.6 MB of additional disk space will be used. [2020-09-17T09:10:30.697Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.516Z] 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] [2020-09-17T09:10:31.787Z] 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] [2020-09-17T09:10:31.787Z] 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] [2020-09-17T09:10:31.787Z] 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] [2020-09-17T09:10:31.787Z] 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] [2020-09-17T09:10:31.787Z] 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (7647 kB/s) [2020-09-17T09:10:32.387Z] debconf: delaying package configuration, since apt-utils is not installed [2020-09-17T09:10:32.664Z] Selecting previously unselected package perl-modules-5.26. [2020-09-17T09:10:32.664Z] (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.) [2020-09-17T09:10:32.664Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-09-17T09:10:32.664Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:10:34.198Z] Selecting previously unselected package libgdbm5:arm64. [2020-09-17T09:10:34.198Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-09-17T09:10:34.198Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-09-17T09:10:34.198Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-09-17T09:10:34.198Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-09-17T09:10:34.198Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-17T09:10:34.198Z] Selecting previously unselected package libperl5.26:arm64. [2020-09-17T09:10:34.198Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-17T09:10:34.198Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:10:35.645Z] Selecting previously unselected package perl. [2020-09-17T09:10:35.645Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-09-17T09:10:35.645Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:10:35.645Z] Selecting previously unselected package less. [2020-09-17T09:10:35.645Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-09-17T09:10:35.645Z] Unpacking less (487-0.1) ... [2020-09-17T09:10:35.919Z] Selecting previously unselected package netbase. [2020-09-17T09:10:35.919Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-09-17T09:10:35.919Z] Unpacking netbase (5.4) ... [2020-09-17T09:10:35.919Z] Selecting previously unselected package curl. [2020-09-17T09:10:35.919Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-17T09:10:35.919Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:10:36.192Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-09-17T09:10:36.193Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-09-17T09:10:36.193Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:10:36.465Z] Selecting previously unselected package liberror-perl. [2020-09-17T09:10:36.465Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-09-17T09:10:36.465Z] Unpacking liberror-perl (0.17025-1) ... [2020-09-17T09:10:36.465Z] Selecting previously unselected package git-man. [2020-09-17T09:10:36.465Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-09-17T09:10:36.465Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:10:36.738Z] Selecting previously unselected package git. [2020-09-17T09:10:36.738Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-09-17T09:10:37.012Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:10:37.997Z] Selecting previously unselected package make. [2020-09-17T09:10:37.997Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-09-17T09:10:37.997Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-09-17T09:10:38.271Z] Selecting previously unselected package patch. [2020-09-17T09:10:38.271Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-09-17T09:10:38.271Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:10:38.271Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:10:38.541Z] Setting up less (487-0.1) ... [2020-09-17T09:10:38.813Z] Setting up make (4.1-9.1ubuntu1) ... [2020-09-17T09:10:38.813Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-09-17T09:10:38.813Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-09-17T09:10:38.813Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:10:39.089Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-09-17T09:10:39.089Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-09-17T09:10:39.089Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-09-17T09:10:39.089Z] Setting up netbase (5.4) ... [2020-09-17T09:10:39.089Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-09-17T09:10:39.363Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-09-17T09:10:39.363Z] Setting up liberror-perl (0.17025-1) ... [2020-09-17T09:10:39.363Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-09-17T09:10:39.363Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-09-17T09:10:39.637Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-09-17T09:10:45.022Z] curl set to automatically installed. [2020-09-17T09:10:45.022Z] git set to automatically installed. [2020-09-17T09:10:45.022Z] git-man set to automatically installed. [2020-09-17T09:10:45.022Z] less set to automatically installed. [2020-09-17T09:10:45.022Z] libcurl3-gnutls set to automatically installed. [2020-09-17T09:10:45.022Z] liberror-perl set to automatically installed. [2020-09-17T09:10:45.022Z] libgdbm-compat4 set to automatically installed. [2020-09-17T09:10:45.022Z] libgdbm5 set to automatically installed. [2020-09-17T09:10:45.022Z] libperl5.26 set to automatically installed. [2020-09-17T09:10:45.022Z] make set to automatically installed. [2020-09-17T09:10:45.022Z] netbase set to automatically installed. [2020-09-17T09:10:45.022Z] patch set to automatically installed. [2020-09-17T09:10:45.022Z] perl set to automatically installed. [2020-09-17T09:10:45.022Z] perl-modules-5.26 set to automatically installed. [2020-09-17T09:10:45.022Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-09-17T09:10:45.022Z] Please ensure the environment is properly setup before continuing. [2020-09-17T09:10:45.022Z] Ignore this message if the appropriate measures have already been taken [2020-09-17T09:10:45.615Z] Pulling go  [2020-09-17T09:10:48.993Z] 'device-mqtt' has dependencies that need to be staged: go [2020-09-17T09:10:48.993Z] Skipping pull go (already ran) [2020-09-17T09:10:48.993Z] Building go  [2020-09-17T09:10:48.993Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-17T09:10:48.993Z] Dload Upload Total Spent Left Speed [2020-09-17T09:10:51.499Z] 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 [2020-09-17T09:10:52.939Z] go1.15.2.linux-arm64.tar.gz: OK [2020-09-17T09:11:11.242Z] Staging go  [2020-09-17T09:11:14.642Z] Pulling device-mqtt  [2020-09-17T09:11:18.044Z] Skipping build go (already ran) [2020-09-17T09:11:18.044Z] Building device-mqtt  [2020-09-17T09:11:18.321Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd [2020-09-17T09:11:19.765Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-17T09:11:19.765Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T09:11:19.765Z] go: downloading github.com/spf13/cast v1.3.1 [2020-09-17T09:11:19.765Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-17T09:11:19.765Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-17T09:11:19.765Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-17T09:11:20.037Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-17T09:11:20.037Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-09-17T09:11:20.037Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-09-17T09:11:20.037Z] go: downloading github.com/google/uuid v1.1.1 [2020-09-17T09:11:20.037Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T09:11:20.037Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T09:11:20.037Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-09-17T09:11:20.037Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-09-17T09:11:20.037Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T09:11:20.037Z] go: downloading github.com/pkg/errors v0.8.1 [2020-09-17T09:11:20.312Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-09-17T09:11:20.312Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T09:11:20.312Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T09:11:20.312Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-09-17T09:11:20.312Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T09:11:20.312Z] go: downloading github.com/x448/float16 v0.8.4 [2020-09-17T09:11:20.312Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T09:11:20.312Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-09-17T09:11:20.312Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T09:11:20.584Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-09-17T09:11:20.584Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T09:11:20.584Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T09:11:20.584Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T09:11:20.584Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T09:11:20.859Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T09:11:20.859Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T09:11:20.859Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T09:11:39.175Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-17T09:11:57.487Z] Skipping stage go (already ran) [2020-09-17T09:11:57.487Z] Staging device-mqtt  [2020-09-17T09:12:00.100Z] Priming go  [2020-09-17T09:12:03.483Z] Priming device-mqtt  [2020-09-17T09:12:07.790Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-09-17T09:12:07.790Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-09-17T09:12:07.790Z] Determining the version from the project repo (version-script). [2020-09-17T09:12:07.790Z] The version has been set to 'local-dev-20200917+3f5aa68' [2020-09-17T09:12:08.335Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-09-17T09:12:08.335Z] Snapped edgex-device-mqtt_local-dev-20200917+3f5aa68_arm64.snap [Pipeline] } [2020-09-17T09:12:10.986Z] 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 [2020-09-17T09:12:15.239Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T09:12:15.839Z] ---> package-listing.sh [2020-09-17T09:12:15.839Z] ++ facter osfamily [2020-09-17T09:12:15.839Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T09:12:15.839Z] + OS_FAMILY=redhat [2020-09-17T09:12:15.839Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-09-17T09:12:15.839Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T09:12:15.839Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T09:12:15.839Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T09:12:15.839Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T09:12:15.839Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-09-17T09:12:15.839Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T09:12:15.839Z] + case "${OS_FAMILY}" in [2020-09-17T09:12:15.839Z] + rpm -qa [2020-09-17T09:12:15.839Z] + sort [2020-09-17T09:12:20.076Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T09:12:20.076Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T09:12:20.076Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T09:12:20.076Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-09-17T09:12:20.076Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [2020-09-17T09:12:20.076Z] + 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 [2020-09-17T09:12:21.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T09:12:21.183Z] [2020-09-17T09:12:21.183Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T09:12:21.534Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T09:12:21.535Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T09:12:21.535Z] df20fa9351a1: Pulling fs layer [2020-09-17T09:12:21.535Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T09:12:21.535Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T09:12:21.535Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T09:12:21.535Z] 0dadc02b9964: Pulling fs layer [2020-09-17T09:12:21.535Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T09:12:21.535Z] 7a184a31f384: Pulling fs layer [2020-09-17T09:12:21.535Z] 0879bd2ef858: Pulling fs layer [2020-09-17T09:12:21.535Z] 46f8f816bc3b: Waiting [2020-09-17T09:12:21.535Z] 0dadc02b9964: Waiting [2020-09-17T09:12:21.535Z] ce6a7cf60c04: Waiting [2020-09-17T09:12:21.535Z] 7a184a31f384: Waiting [2020-09-17T09:12:21.535Z] 0879bd2ef858: Waiting [2020-09-17T09:12:21.535Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T09:12:21.535Z] 36b3adc4ff6f: Download complete [2020-09-17T09:12:21.535Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T09:12:21.535Z] 46f8f816bc3b: Download complete [2020-09-17T09:12:21.799Z] df20fa9351a1: Download complete [2020-09-17T09:12:21.799Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T09:12:21.799Z] ce6a7cf60c04: Download complete [2020-09-17T09:12:21.799Z] 7a184a31f384: Download complete [2020-09-17T09:12:22.065Z] 0dadc02b9964: Verifying Checksum [2020-09-17T09:12:22.065Z] 0dadc02b9964: Download complete [2020-09-17T09:12:22.065Z] df20fa9351a1: Pull complete [2020-09-17T09:12:22.065Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T09:12:22.065Z] 8ad3a11d3b57: Download complete [2020-09-17T09:12:22.333Z] 36b3adc4ff6f: Pull complete [2020-09-17T09:12:22.600Z] 0879bd2ef858: Verifying Checksum [2020-09-17T09:12:22.600Z] 0879bd2ef858: Download complete [2020-09-17T09:12:22.867Z] 8ad3a11d3b57: Pull complete [2020-09-17T09:12:23.132Z] 46f8f816bc3b: Pull complete [2020-09-17T09:12:23.412Z] 0dadc02b9964: Pull complete [2020-09-17T09:12:23.412Z] ce6a7cf60c04: Pull complete [2020-09-17T09:12:23.676Z] 7a184a31f384: Pull complete [2020-09-17T09:12:26.243Z] 0879bd2ef858: Pull complete [2020-09-17T09:12:26.243Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T09:12:26.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T09:12:26.243Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T09:12:26.383Z] prd-centos7-docker-4c-2g-174 does not seem to be running inside a container [2020-09-17T09:12:26.435Z] $ 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 [2020-09-17T09:12:31.332Z] $ docker top 75a8f169d4d050ce0620d6c783b0dc8a5a72ac6ac22527160e002e5679c689d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T09:12:31.891Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T09:12:32.203Z] + ls /var/log/sa-host [2020-09-17T09:12:32.203Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T09:12:32.203Z] file_magic: OK [2020-09-17T09:12:32.203Z] HZ: Using current value: 100 [2020-09-17T09:12:32.203Z] file_header: OK [2020-09-17T09:12:32.203Z] 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 [2020-09-17T09:12:32.203Z] Statistics: [2020-09-17T09:12:32.203Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T09:12:32.203Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T09:12:32.203Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T09:12:32.203Z] file_magic: OK [2020-09-17T09:12:32.203Z] HZ: Using current value: 100 [2020-09-17T09:12:32.203Z] file_header: OK [2020-09-17T09:12:32.203Z] 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 [2020-09-17T09:12:32.203Z] Statistics: [2020-09-17T09:12:32.203Z] 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... [2020-09-17T09:12:32.203Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T09:12:32.300Z] provisioning config files... [2020-09-17T09:12:32.322Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config7474384566134934888tmp [Pipeline] { [Pipeline] echo [2020-09-17T09:12:32.409Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T09:12:32.710Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T09:12:32.721Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T09:12:33.043Z] ---> logs-deploy.sh [2020-09-17T09:12:33.044Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-170/4 [2020-09-17T09:12:33.044Z] INFO: archiving workspace using pattern(s): [2020-09-17T09:12:34.450Z] Archives upload complete. [2020-09-17T09:12:34.450Z] INFO: archiving logs to Nexus