Pull request #170 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 97ecc07e81cc599f0ec8b87939834737f980773d+12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (f785d41d0a94b0c8cc2e5d8c010eeb48e3aa07c4) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5875 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 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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/170/head:refs/remotes/origin/PR-170 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 97ecc07e81cc599f0ec8b87939834737f980773d Merge succeeded, producing 97ecc07e81cc599f0ec8b87939834737f980773d Checking out Revision 97ecc07e81cc599f0ec8b87939834737f980773d (PR-170) > git config core.sparsecheckout # timeout=10 > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # 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 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # 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-10-16T09:48:52.305Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T09:48:52.593Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T09:48:52.689Z] ========================================================= [2020-10-16T09:48:52.689Z] EdgeX Global Pipelines Version Info [2020-10-16T09:48:52.689Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7cbfbfcd05aa750d48f3c4c7b3a5a065a76a2fc0 # timeout=10 [2020-10-16T09:48:54.111Z] ------------------- [2020-10-16T09:48:54.111Z] stable info: [2020-10-16T09:48:54.111Z] ------------------- [2020-10-16T09:48:54.111Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:48:54.111Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:48:54.111Z] Message: update stable to v1.0.144 [2020-10-16T09:48:55.061Z] ------------------- [2020-10-16T09:48:55.061Z] experimental info: [2020-10-16T09:48:55.061Z] ------------------- [2020-10-16T09:48:55.061Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:48:55.061Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:48:55.061Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T09:48:55.429Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-10-16T09:48:55.519Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-10-16T09:48:55.608Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T09:48:55.694Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T09:48:55.795Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T09:48:55.884Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T09:48:55.973Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T09:48:56.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T09:48:56.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-16T09:48:56.241Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T09:48:56.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T09:48:56.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-10-16T09:48:56.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T09:48:56.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T09:48:56.773Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:48:56.862Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:48:56.949Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:48:57.085Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:48:57.177Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T09:48:57.264Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T09:48:57.360Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-16T09:48:57.505Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-16T09:48:57.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T09:48:57.728Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T09:48:57.821Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T09:48:57.918Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-170 [Pipeline] echo [2020-10-16T09:48:58.004Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-170 [Pipeline] echo [2020-10-16T09:48:58.099Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-170 [Pipeline] echo [2020-10-16T09:48:58.192Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 97ecc07e81cc599f0ec8b87939834737f980773d [Pipeline] echo [2020-10-16T09:48:58.285Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 97ecc07 [Pipeline] echo [2020-10-16T09:48:58.393Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:48:59.037Z] + git log --format=format:%s -1 97ecc07e81cc599f0ec8b87939834737f980773d [Pipeline] echo [2020-10-16T09:48:59.101Z] GIT_COMMIT: 97ecc07e81cc599f0ec8b87939834737f980773d, Commit Message: Bump github.com/spf13/cast from 1.3.0 to 1.3.1 [Pipeline] echo [2020-10-16T09:48:59.151Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:48:59.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:49:00.011Z] [2020-10-16T09:49:00.011Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:49:00.365Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:49:00.365Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T09:49:00.365Z] 31603596830f: Pulling fs layer [2020-10-16T09:49:00.365Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T09:49:00.365Z] 6ca5941a6612: Pulling fs layer [2020-10-16T09:49:00.365Z] ecc8261a40a4: Pulling fs layer [2020-10-16T09:49:00.365Z] ecc8261a40a4: Waiting [2020-10-16T09:49:00.365Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T09:49:00.365Z] 2a8b12db71e7: Download complete [2020-10-16T09:49:00.634Z] 31603596830f: Verifying Checksum [2020-10-16T09:49:00.634Z] 31603596830f: Download complete [2020-10-16T09:49:00.634Z] ecc8261a40a4: Verifying Checksum [2020-10-16T09:49:00.634Z] ecc8261a40a4: Download complete [2020-10-16T09:49:00.634Z] 6ca5941a6612: Verifying Checksum [2020-10-16T09:49:00.634Z] 6ca5941a6612: Download complete [2020-10-16T09:49:00.899Z] 31603596830f: Pull complete [2020-10-16T09:49:00.899Z] 2a8b12db71e7: Pull complete [2020-10-16T09:49:01.853Z] 6ca5941a6612: Pull complete [2020-10-16T09:49:01.853Z] ecc8261a40a4: Pull complete [2020-10-16T09:49:01.853Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T09:49:01.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:49:01.853Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T09:49:01.962Z] prd-centos7-docker-4c-2g-5875 does not seem to be running inside a container [2020-10-16T09:49:02.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:49:03.854Z] $ docker top 7456b49c26666c5cba2f14fb34a0d422a2ecbb23b3a7c48bf9c7acd17bef5b2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:49:04.147Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:49:04.147Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:49:04.332Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:49:04.337Z] $ docker exec 7456b49c26666c5cba2f14fb34a0d422a2ecbb23b3a7c48bf9c7acd17bef5b2f ssh-agent [2020-10-16T09:49:04.488Z] SSH_AUTH_SOCK=/tmp/ssh-2QWplJZHXo9d/agent.11 [2020-10-16T09:49:04.488Z] SSH_AGENT_PID=16 [2020-10-16T09:49:04.500Z] Running ssh-add (command line suppressed) [2020-10-16T09:49:04.609Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_6426841090409535101.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_6426841090409535101.key) [2020-10-16T09:49:04.655Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:49:04.990Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T09:49:05.013Z] $ docker exec --env ******** --env ******** 7456b49c26666c5cba2f14fb34a0d422a2ecbb23b3a7c48bf9c7acd17bef5b2f ssh-agent -k [2020-10-16T09:49:05.131Z] unset SSH_AUTH_SOCK; [2020-10-16T09:49:05.131Z] unset SSH_AGENT_PID; [2020-10-16T09:49:05.131Z] echo Agent pid 16 killed; [2020-10-16T09:49:05.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T09:49:05.440Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:49:05.441Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:49:05.593Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:49:05.598Z] $ docker exec 7456b49c26666c5cba2f14fb34a0d422a2ecbb23b3a7c48bf9c7acd17bef5b2f ssh-agent [2020-10-16T09:49:05.742Z] SSH_AUTH_SOCK=/tmp/ssh-x1wqkw780JBH/agent.44 [2020-10-16T09:49:05.742Z] SSH_AGENT_PID=50 [2020-10-16T09:49:05.748Z] Running ssh-add (command line suppressed) [2020-10-16T09:49:05.868Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_2470677868749437607.key (/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/private_key_2470677868749437607.key) [2020-10-16T09:49:05.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:49:06.246Z] + git semver init [2020-10-16T09:49:06.246Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:49:06.246Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.git [2020-10-16T09:49:06.246Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-10-16T09:49:06.246Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:49:06.246Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:49:06.246Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:49:06.246Z] # $SEMVER_BRANCH = PR-170 [2020-10-16T09:49:06.246Z] # $SEMVER_TEMP = /tmp/semver-209244999 [2020-10-16T09:49:06.246Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-10-16T09:49:06.507Z] # '/tmp/semver-209244999' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver' [2020-10-16T09:49:06.507Z] # -> Force: false [2020-10-16T09:49:06.768Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-170/.semver [Pipeline] } [2020-10-16T09:49:06.781Z] $ docker exec --env ******** --env ******** 7456b49c26666c5cba2f14fb34a0d422a2ecbb23b3a7c48bf9c7acd17bef5b2f ssh-agent -k [2020-10-16T09:49:06.895Z] unset SSH_AUTH_SOCK; [2020-10-16T09:49:06.896Z] unset SSH_AGENT_PID; [2020-10-16T09:49:06.896Z] echo Agent pid 50 killed; [2020-10-16T09:49:06.939Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:49:07.442Z] + git semver [Pipeline] } [2020-10-16T09:49:07.461Z] $ docker stop --time=1 7456b49c26666c5cba2f14fb34a0d422a2ecbb23b3a7c48bf9c7acd17bef5b2f [2020-10-16T09:49:08.798Z] $ docker rm -f 7456b49c26666c5cba2f14fb34a0d422a2ecbb23b3a7c48bf9c7acd17bef5b2f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T09:49:09.244Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T09:49:09.757Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T09:49:09.760Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-16T09:49:25.414Z] Still waiting to schedule task [2020-10-16T09:49:25.415Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-16T09:49:25.417Z] Still waiting to schedule task [2020-10-16T09:49:25.417Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-16T09:49:44.383Z] Running on prd-centos7-docker-4c-2g-5878 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-10-16T09:49:44.438Z] Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout [2020-10-16T09:49:46.868Z] using credential edgex-jenkins-ssh [2020-10-16T09:49:46.917Z] Cloning the remote Git repository [2020-10-16T09:49:46.966Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:49:47.034Z] > git init /w/workspace/device-mqtt-go/7 # timeout=10 [2020-10-16T09:49:47.433Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:49:47.433Z] > git --version # timeout=10 [2020-10-16T09:49:47.443Z] > git --version # 'git version 2.16.5' [2020-10-16T09:49:47.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:49:47.535Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:49:48.609Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:49:48.686Z] Merge succeeded, producing 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:49:48.687Z] Checking out Revision 97ecc07e81cc599f0ec8b87939834737f980773d (PR-170) [2020-10-16T09:49:48.195Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:49:48.200Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:49:48.212Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:49:48.225Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:49:48.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:49:48.229Z] > git fetch --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-10-16T09:49:48.620Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:49:48.627Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:49:48.659Z] > git remote # timeout=10 [2020-10-16T09:49:48.664Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:49:48.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:49:48.673Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-16T09:49:48.682Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:49:48.692Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:49:48.696Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:49:52.296Z] 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-10-16T09:49:52.969Z] ========================================================= [2020-10-16T09:49:52.969Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T09:49:52.969Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:49:53.707Z] + 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-10-16T09:49:53.707Z] Sending build context to Docker daemon 449.5kB [2020-10-16T09:49:53.707Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:49:53.707Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:49:53.974Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T09:49:53.974Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:49:53.974Z] ed8968b2872e: Pulling fs layer [2020-10-16T09:49:53.974Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T09:49:53.974Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T09:49:53.974Z] e73272ec9a57: Pulling fs layer [2020-10-16T09:49:53.974Z] 1e910a182e73: Pulling fs layer [2020-10-16T09:49:53.974Z] 4e634b169226: Pulling fs layer [2020-10-16T09:49:53.974Z] e73272ec9a57: Waiting [2020-10-16T09:49:53.974Z] 1e910a182e73: Waiting [2020-10-16T09:49:53.974Z] 4e634b169226: Waiting [2020-10-16T09:49:53.974Z] e871e8e8d7a9: Waiting [2020-10-16T09:49:53.974Z] a92cc7c5fd73: Download complete [2020-10-16T09:49:53.974Z] ed8968b2872e: Verifying Checksum [2020-10-16T09:49:53.974Z] ed8968b2872e: Download complete [2020-10-16T09:49:53.974Z] e73272ec9a57: Verifying Checksum [2020-10-16T09:49:53.974Z] e73272ec9a57: Download complete [2020-10-16T09:49:53.974Z] 1e910a182e73: Verifying Checksum [2020-10-16T09:49:53.974Z] 1e910a182e73: Download complete [2020-10-16T09:49:53.974Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:49:53.974Z] df20fa9351a1: Download complete [2020-10-16T09:49:54.236Z] df20fa9351a1: Pull complete [2020-10-16T09:49:54.500Z] ed8968b2872e: Pull complete [2020-10-16T09:49:54.500Z] a92cc7c5fd73: Pull complete [2020-10-16T09:49:55.904Z] 4e634b169226: Verifying Checksum [2020-10-16T09:49:55.904Z] 4e634b169226: Download complete [2020-10-16T09:49:56.486Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T09:49:56.486Z] e871e8e8d7a9: Download complete [2020-10-16T09:50:01.804Z] e871e8e8d7a9: Pull complete [2020-10-16T09:50:01.804Z] e73272ec9a57: Pull complete [2020-10-16T09:50:01.804Z] 1e910a182e73: Pull complete [2020-10-16T09:50:06.036Z] 4e634b169226: Pull complete [2020-10-16T09:50:06.036Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T09:50:06.036Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T09:50:06.036Z] ---> f7629b54cfaa [2020-10-16T09:50:06.036Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-16T09:50:06.298Z] ---> Running in 648f1da4218b [2020-10-16T09:50:06.573Z] Removing intermediate container 648f1da4218b [2020-10-16T09:50:06.573Z] ---> 0abcab7b6c03 [2020-10-16T09:50:06.573Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:50:06.573Z] ---> Running in 09f186563b93 [2020-10-16T09:50:07.967Z] Removing intermediate container 09f186563b93 [2020-10-16T09:50:07.967Z] ---> 716a29b0d715 [2020-10-16T09:50:07.967Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-16T09:50:07.967Z] ---> Running in bfa4ce8ad748 [2020-10-16T09:50:08.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:50:09.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:50:09.693Z] (1/14) Installing libmagic (5.38-r0) [2020-10-16T09:50:09.693Z] (2/14) Installing file (5.38-r0) [2020-10-16T09:50:09.955Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-16T09:50:09.955Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-16T09:50:15.272Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-16T09:50:15.272Z] (6/14) Installing patch (2.7.6-r6) [2020-10-16T09:50:15.272Z] (7/14) Installing build-base (0.5-r2) [2020-10-16T09:50:15.272Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-16T09:50:15.272Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-16T09:50:15.272Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-16T09:50:15.847Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-16T09:50:15.847Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-16T09:50:15.847Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-16T09:50:16.108Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-16T09:50:16.108Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T09:50:16.108Z] OK: 237 MiB in 53 packages [2020-10-16T09:50:20.326Z] Removing intermediate container bfa4ce8ad748 [2020-10-16T09:50:20.326Z] ---> a378d8893956 [2020-10-16T09:50:20.326Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-16T09:50:20.326Z] ---> Running in 34474e3d730f [2020-10-16T09:50:20.326Z] Removing intermediate container 34474e3d730f [2020-10-16T09:50:20.326Z] ---> 95879519a339 [2020-10-16T09:50:20.326Z] Step 7/8 : COPY . . [2020-10-16T09:50:20.599Z] ---> c18cd0514631 [2020-10-16T09:50:20.599Z] Step 8/8 : RUN go mod download [2020-10-16T09:50:20.599Z] ---> Running in 3a8e5a012802 [2020-10-16T09:50:32.881Z] Removing intermediate container 3a8e5a012802 [2020-10-16T09:50:32.881Z] ---> 5ce87487d3b9 [2020-10-16T09:50:32.881Z] Successfully built 5ce87487d3b9 [2020-10-16T09:50:32.881Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:33.226Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:50:33.226Z] . [Pipeline] withDockerContainer [2020-10-16T09:50:33.325Z] prd-centos7-docker-4c-2g-5878 does not seem to be running inside a container [2020-10-16T09:50:33.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T09:50:34.516Z] $ docker top a4f6e24ff7909a7a7f6947d057a8d3149f03ce9fb6153794d5a070236a8b7c05 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:50:34.997Z] + go version [2020-10-16T09:50:34.997Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T09:50:35.013Z] $ docker stop --time=1 a4f6e24ff7909a7a7f6947d057a8d3149f03ce9fb6153794d5a070236a8b7c05 [2020-10-16T09:50:36.377Z] $ docker rm -f a4f6e24ff7909a7a7f6947d057a8d3149f03ce9fb6153794d5a070236a8b7c05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:37.322Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:50:37.322Z] . [Pipeline] withDockerContainer [2020-10-16T09:50:37.428Z] prd-centos7-docker-4c-2g-5878 does not seem to be running inside a container [2020-10-16T09:50:37.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T09:50:38.157Z] $ docker top 4068a1ecba8831cbc0700bea6b5bbb9108ad32871f582469f77adb1b792e8406 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:50:38.636Z] + make test [2020-10-16T09:50:38.636Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-16T09:50:39.222Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-16T09:50:49.355Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-16T09:50:49.934Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.007s coverage: 28.3% of statements [2020-10-16T09:50:49.934Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-16T09:50:49.934Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-16T09:50:52.510Z] gofmt -l . [2020-10-16T09:50:52.510Z] ["`gofmt -l .`" = ""] [2020-10-16T09:50:52.510Z] ./bin/test-attribution-txt.sh [2020-10-16T09:50:52.772Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T09:50:53.518Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T09:50:53.526Z] $ docker stop --time=1 4068a1ecba8831cbc0700bea6b5bbb9108ad32871f582469f77adb1b792e8406 [2020-10-16T09:50:55.813Z] $ docker rm -f 4068a1ecba8831cbc0700bea6b5bbb9108ad32871f582469f77adb1b792e8406 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-16T09:50:57.328Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:50:57.632Z] + ls -al . [2020-10-16T09:50:57.632Z] total 100 [2020-10-16T09:50:57.632Z] drwxrwxr-x. 9 jenkins jenkins 4096 Oct 16 09:50 . [2020-10-16T09:50:57.632Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 16 09:49 .. [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 5255 Oct 16 09:49 Attribution.txt [2020-10-16T09:50:57.632Z] drwxrwxr-x. 2 jenkins jenkins 87 Oct 16 09:49 bin [2020-10-16T09:50:57.632Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 16 09:49 cmd [2020-10-16T09:50:57.632Z] -rw-r--r--. 1 jenkins jenkins 18939 Oct 16 09:50 coverage.out [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 1784 Oct 16 09:49 Dockerfile [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 953 Oct 16 09:49 Dockerfile.build [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:49 .dockerignore [2020-10-16T09:50:57.632Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 09:49 .git [2020-10-16T09:50:57.632Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:49 .github [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 336 Oct 16 09:49 .gitignore [2020-10-16T09:50:57.632Z] -rw-r--r--. 1 jenkins jenkins 546 Oct 16 09:50 go.mod [2020-10-16T09:50:57.632Z] -rw-r--r--. 1 jenkins jenkins 13621 Oct 16 09:50 go.sum [2020-10-16T09:50:57.632Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 16 09:49 internal [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 16 09:49 Jenkinsfile [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 16 09:49 LICENSE [2020-10-16T09:50:57.632Z] -rw-rw-r--. 1 jenkins jenkins 902 Oct 16 09:49 Makefile [2020-10-16T09:50:57.632Z] drwxrwxr-x. 2 jenkins jenkins 23 Oct 16 09:49 mock [2020-10-16T09:50:57.633Z] -rw-rw-r--. 1 jenkins jenkins 444 Oct 16 09:49 README.md [2020-10-16T09:50:57.633Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:49 snap [2020-10-16T09:50:57.633Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 09:49 VERSION [2020-10-16T09:50:57.633Z] -rw-rw-r--. 1 jenkins jenkins 227 Oct 16 09:49 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:57.940Z] + 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=97ecc07e81cc599f0ec8b87939834737f980773d --label arch=amd64 --label version=0.0.0 . [2020-10-16T09:50:57.940Z] Sending build context to Docker daemon 469kB [2020-10-16T09:50:57.940Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-16T09:50:57.940Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-16T09:50:57.940Z] ---> 5ce87487d3b9 [2020-10-16T09:50:57.940Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-16T09:50:58.201Z] ---> Running in b3878e36661f [2020-10-16T09:50:58.201Z] Removing intermediate container b3878e36661f [2020-10-16T09:50:58.201Z] ---> 3088e1da57d6 [2020-10-16T09:50:58.201Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-16T09:50:58.463Z] ---> Running in 6c924332a74f [2020-10-16T09:50:58.463Z] Removing intermediate container 6c924332a74f [2020-10-16T09:50:58.463Z] ---> fc2084d27f66 [2020-10-16T09:50:58.463Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:50:58.463Z] ---> Running in cc0edf6eaa20 [2020-10-16T09:50:59.433Z] Removing intermediate container cc0edf6eaa20 [2020-10-16T09:50:59.433Z] ---> 9860e77e94f1 [2020-10-16T09:50:59.433Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-16T09:50:59.433Z] ---> Running in 0da135f283f8 [2020-10-16T09:50:59.696Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:51:00.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:51:01.225Z] OK: 237 MiB in 53 packages [2020-10-16T09:51:01.491Z] Removing intermediate container 0da135f283f8 [2020-10-16T09:51:01.491Z] ---> 3c4fd9b6ee07 [2020-10-16T09:51:01.491Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-16T09:51:01.754Z] ---> Running in cbf4c1ef033c [2020-10-16T09:51:01.754Z] Removing intermediate container cbf4c1ef033c [2020-10-16T09:51:01.754Z] ---> c480905cd3cf [2020-10-16T09:51:01.754Z] Step 8/22 : COPY . . [2020-10-16T09:51:03.151Z] ---> 920a90ecccb1 [2020-10-16T09:51:03.151Z] Step 9/22 : ARG MAKE='make build' [2020-10-16T09:51:03.151Z] ---> Running in 3205265681c2 [2020-10-16T09:51:03.413Z] Removing intermediate container 3205265681c2 [2020-10-16T09:51:03.413Z] ---> 9d09595076e4 [2020-10-16T09:51:03.413Z] Step 10/22 : RUN $MAKE [2020-10-16T09:51:03.413Z] ---> Running in c87e0f6ec262 [2020-10-16T09:51:03.693Z] 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-10-16T09:51:11.904Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:51:15.219Z] Removing intermediate container c87e0f6ec262 [2020-10-16T09:51:15.219Z] ---> b30b67d9827f [2020-10-16T09:51:15.219Z] Step 11/22 : FROM alpine [2020-10-16T09:51:15.480Z] latest: Pulling from library/alpine [2020-10-16T09:51:15.480Z] df20fa9351a1: Already exists [2020-10-16T09:51:15.741Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T09:51:15.742Z] Status: Downloaded newer image for alpine:latest [2020-10-16T09:51:15.742Z] ---> a24bb4013296 [2020-10-16T09:51:15.742Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-16T09:51:15.742Z] ---> Running in 14af89bbe8c3 [2020-10-16T09:51:16.003Z] Removing intermediate container 14af89bbe8c3 [2020-10-16T09:51:16.003Z] ---> b8db52c7704f [2020-10-16T09:51:16.003Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T09:51:16.003Z] ---> Running in b118b4d7c28e [2020-10-16T09:51:16.265Z] Removing intermediate container b118b4d7c28e [2020-10-16T09:51:16.266Z] ---> 70ae8466b226 [2020-10-16T09:51:16.266Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-16T09:51:16.842Z] ---> be7b83a149fd [2020-10-16T09:51:16.842Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-16T09:51:16.842Z] ---> 51b3cf3cd91d [2020-10-16T09:51:16.842Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-16T09:51:17.104Z] ---> 3ee4e1cd627e [2020-10-16T09:51:17.104Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-16T09:51:17.104Z] ---> Running in 6132f422d84b [2020-10-16T09:51:17.367Z] Removing intermediate container 6132f422d84b [2020-10-16T09:51:17.367Z] ---> 8eee7c5e0e83 [2020-10-16T09:51:17.367Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-16T09:51:17.367Z] ---> Running in 9ca8839625c2 [2020-10-16T09:51:17.628Z] Removing intermediate container 9ca8839625c2 [2020-10-16T09:51:17.628Z] ---> 58dc24eb0ea9 [2020-10-16T09:51:17.628Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:51:17.628Z] ---> Running in fa13c28db96a [2020-10-16T09:51:17.889Z] Removing intermediate container fa13c28db96a [2020-10-16T09:51:17.889Z] ---> 777f7d19eff6 [2020-10-16T09:51:17.889Z] Step 20/22 : LABEL arch=amd64 [2020-10-16T09:51:17.889Z] ---> Running in d506782fe33f [2020-10-16T09:51:17.889Z] Removing intermediate container d506782fe33f [2020-10-16T09:51:17.889Z] ---> 81d47fc2705b [2020-10-16T09:51:17.889Z] Step 21/22 : LABEL git_sha=97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:51:18.150Z] ---> Running in c1c3f1b1aa53 [2020-10-16T09:51:18.150Z] Removing intermediate container c1c3f1b1aa53 [2020-10-16T09:51:18.150Z] ---> d5c13e2e444b [2020-10-16T09:51:18.150Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T09:51:18.411Z] ---> Running in c2ee2214ee78 [2020-10-16T09:51:18.411Z] Removing intermediate container c2ee2214ee78 [2020-10-16T09:51:18.411Z] ---> 0ce445813b43 [2020-10-16T09:51:18.411Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:51:18.411Z] Successfully built 0ce445813b43 [2020-10-16T09:51:18.411Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-16T09:51:33.985Z] Still waiting to schedule task [2020-10-16T09:51:33.985Z] ‘prd-centos7-docker-8c-8g-5872’ is offline [2020-10-16T09:52:09.317Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5879 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-10-16T09:52:09.376Z] Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout [2020-10-16T09:52:14.149Z] using credential edgex-jenkins-ssh [2020-10-16T09:52:14.208Z] Cloning the remote Git repository [2020-10-16T09:52:14.241Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:52:14.354Z] > git init /w/workspace/device-mqtt-go/7 # timeout=10 [2020-10-16T09:52:14.425Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:52:14.425Z] > git --version # timeout=10 [2020-10-16T09:52:14.447Z] > git --version # 'git version 2.17.1' [2020-10-16T09:52:14.448Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:52:14.503Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:52:15.210Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:52:15.234Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:52:15.261Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:52:15.315Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:52:15.316Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:52:15.326Z] > git fetch --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-10-16T09:52:15.782Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:52:16.222Z] Merge succeeded, producing 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:52:16.222Z] Checking out Revision 97ecc07e81cc599f0ec8b87939834737f980773d (PR-170) [2020-10-16T09:52:15.857Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:52:15.889Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:52:16.012Z] > git remote # timeout=10 [2020-10-16T09:52:16.066Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:52:16.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:52:16.096Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-16T09:52:16.158Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:52:16.213Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:52:16.224Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:52:20.406Z] 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-10-16T09:52:21.338Z] ========================================================= [2020-10-16T09:52:21.339Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T09:52:21.339Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:22.286Z] + 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-10-16T09:52:22.892Z] Sending build context to Docker daemon 449.5kB [2020-10-16T09:52:22.892Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:52:22.892Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:52:23.490Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T09:52:23.490Z] b538f80385f9: Pulling fs layer [2020-10-16T09:52:23.490Z] 74f711af9a0d: Pulling fs layer [2020-10-16T09:52:23.490Z] 99f96fe45779: Pulling fs layer [2020-10-16T09:52:23.490Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T09:52:23.490Z] 45590311c82a: Pulling fs layer [2020-10-16T09:52:23.490Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T09:52:23.490Z] 209524e5b208: Pulling fs layer [2020-10-16T09:52:23.490Z] 8529a6b9a6be: Waiting [2020-10-16T09:52:23.490Z] 45590311c82a: Waiting [2020-10-16T09:52:23.490Z] 69ca0ff8b7b3: Waiting [2020-10-16T09:52:23.490Z] 209524e5b208: Waiting [2020-10-16T09:52:23.490Z] 99f96fe45779: Download complete [2020-10-16T09:52:23.490Z] 74f711af9a0d: Verifying Checksum [2020-10-16T09:52:23.490Z] 74f711af9a0d: Download complete [2020-10-16T09:52:23.490Z] 45590311c82a: Verifying Checksum [2020-10-16T09:52:23.490Z] 45590311c82a: Download complete [2020-10-16T09:52:23.490Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T09:52:23.490Z] 69ca0ff8b7b3: Download complete [2020-10-16T09:52:24.088Z] b538f80385f9: Verifying Checksum [2020-10-16T09:52:24.088Z] b538f80385f9: Download complete [2020-10-16T09:52:24.693Z] b538f80385f9: Pull complete [2020-10-16T09:52:25.297Z] 74f711af9a0d: Pull complete [2020-10-16T09:52:25.571Z] 99f96fe45779: Pull complete [2020-10-16T09:52:26.180Z] 209524e5b208: Verifying Checksum [2020-10-16T09:52:26.180Z] 209524e5b208: Download complete [2020-10-16T09:52:27.611Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T09:52:27.611Z] 8529a6b9a6be: Download complete [2020-10-16T09:52:33.637Z] Running on prd-centos7-docker-8c-8g-5880 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-10-16T09:52:33.686Z] Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout [2020-10-16T09:52:35.899Z] using credential edgex-jenkins-ssh [2020-10-16T09:52:35.957Z] Cloning the remote Git repository [2020-10-16T09:52:35.980Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:52:36.041Z] > git init /w/workspace/device-mqtt-go/7 # timeout=10 [2020-10-16T09:52:36.070Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:52:36.071Z] > git --version # timeout=10 [2020-10-16T09:52:36.075Z] > git --version # 'git version 2.16.5' [2020-10-16T09:52:36.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:52:36.100Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:52:36.972Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:52:37.040Z] Merge succeeded, producing 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:52:37.040Z] Checking out Revision 97ecc07e81cc599f0ec8b87939834737f980773d (PR-170) [2020-10-16T09:52:36.591Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:52:36.595Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:52:36.606Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:52:36.617Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:52:36.617Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:52:36.620Z] > git fetch --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-10-16T09:52:36.984Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:52:36.989Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:52:37.018Z] > git remote # timeout=10 [2020-10-16T09:52:37.022Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:52:37.026Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:52:37.029Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-16T09:52:37.037Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:52:37.045Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:52:37.048Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:52:37.816Z] 8529a6b9a6be: Pull complete [2020-10-16T09:52:38.093Z] 45590311c82a: Pull complete [2020-10-16T09:52:38.693Z] 69ca0ff8b7b3: Pull complete [2020-10-16T09:52:40.672Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:52:42.140Z] ++ find /w/workspace/device-mqtt-go/7 [2020-10-16T09:52:42.140Z] ++ grep snapcraft.yaml [2020-10-16T09:52:42.140Z] + grep -Po '^name: \K(.*)' /w/workspace/device-mqtt-go/7/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:52:42.285Z] provisioning config files... [2020-10-16T09:52:42.297Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/7@tmp/config2190213047589594150tmp [Pipeline] { [Pipeline] sh [2020-10-16T09:52:42.776Z] + cp /w/workspace/device-mqtt-go/7@tmp/config2190213047589594150tmp /w/workspace/device-mqtt-go/7/edgex-snap-store-login [Pipeline] sh [2020-10-16T09:52:43.072Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/7:/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-10-16T09:52:43.072Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-16T09:52:43.136Z] 209524e5b208: Pull complete [2020-10-16T09:52:43.136Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T09:52:43.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T09:52:43.136Z] ---> 5bddaf1c2fca [2020-10-16T09:52:43.136Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-16T09:52:43.645Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-16T09:52:43.645Z] f08d8e2a3ba1: Pulling fs layer [2020-10-16T09:52:43.645Z] 3baa9cb2483b: Pulling fs layer [2020-10-16T09:52:43.645Z] 94e5ff4c0b15: Pulling fs layer [2020-10-16T09:52:43.645Z] 1860925334f9: Pulling fs layer [2020-10-16T09:52:43.645Z] 2daf38717194: Pulling fs layer [2020-10-16T09:52:43.645Z] 309017e8d7a4: Pulling fs layer [2020-10-16T09:52:43.645Z] f7790dc9fd0f: Pulling fs layer [2020-10-16T09:52:43.645Z] cac0ae9282c2: Pulling fs layer [2020-10-16T09:52:43.645Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-16T09:52:43.645Z] 2daf38717194: Waiting [2020-10-16T09:52:43.645Z] 1860925334f9: Waiting [2020-10-16T09:52:43.645Z] f7790dc9fd0f: Waiting [2020-10-16T09:52:43.645Z] 309017e8d7a4: Waiting [2020-10-16T09:52:43.645Z] cac0ae9282c2: Waiting [2020-10-16T09:52:43.645Z] 1f4cadf9a1ed: Waiting [2020-10-16T09:52:43.645Z] 94e5ff4c0b15: Verifying Checksum [2020-10-16T09:52:43.645Z] 94e5ff4c0b15: Download complete [2020-10-16T09:52:43.645Z] 1860925334f9: Verifying Checksum [2020-10-16T09:52:43.645Z] 1860925334f9: Download complete [2020-10-16T09:52:45.116Z] ---> Running in 980433651dab [2020-10-16T09:52:45.393Z] Removing intermediate container 980433651dab [2020-10-16T09:52:45.393Z] ---> 89e358bdd994 [2020-10-16T09:52:45.393Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:52:45.393Z] ---> Running in 7dba12511ed4 [2020-10-16T09:52:46.198Z] 309017e8d7a4: Verifying Checksum [2020-10-16T09:52:46.198Z] 309017e8d7a4: Download complete [2020-10-16T09:52:46.198Z] f7790dc9fd0f: Verifying Checksum [2020-10-16T09:52:46.198Z] f7790dc9fd0f: Download complete [2020-10-16T09:52:46.198Z] cac0ae9282c2: Verifying Checksum [2020-10-16T09:52:46.198Z] cac0ae9282c2: Download complete [2020-10-16T09:52:46.198Z] 1f4cadf9a1ed: Download complete [2020-10-16T09:52:47.585Z] f08d8e2a3ba1: Verifying Checksum [2020-10-16T09:52:47.585Z] f08d8e2a3ba1: Download complete [2020-10-16T09:52:48.022Z] Removing intermediate container 7dba12511ed4 [2020-10-16T09:52:48.022Z] ---> 97a81badf791 [2020-10-16T09:52:48.022Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-16T09:52:48.304Z] ---> Running in 138007b6e007 [2020-10-16T09:52:48.975Z] f08d8e2a3ba1: Pull complete [2020-10-16T09:52:48.975Z] 3baa9cb2483b: Pull complete [2020-10-16T09:52:48.975Z] 94e5ff4c0b15: Pull complete [2020-10-16T09:52:49.237Z] 1860925334f9: Pull complete [2020-10-16T09:52:49.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:52:50.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:52:52.174Z] (1/14) Installing libmagic (5.38-r0) [2020-10-16T09:52:52.770Z] (2/14) Installing file (5.38-r0) [2020-10-16T09:52:53.041Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-16T09:52:53.041Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-16T09:52:53.451Z] 2daf38717194: Verifying Checksum [2020-10-16T09:52:53.451Z] 2daf38717194: Download complete [2020-10-16T09:53:11.373Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-16T09:53:11.373Z] (6/14) Installing patch (2.7.6-r6) [2020-10-16T09:53:11.373Z] (7/14) Installing build-base (0.5-r2) [2020-10-16T09:53:11.373Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-16T09:53:11.373Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-16T09:53:11.373Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-16T09:53:11.373Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-16T09:53:11.373Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-16T09:53:11.373Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-16T09:53:11.626Z] 2daf38717194: Pull complete [2020-10-16T09:53:11.626Z] 309017e8d7a4: Pull complete [2020-10-16T09:53:11.626Z] f7790dc9fd0f: Pull complete [2020-10-16T09:53:11.626Z] cac0ae9282c2: Pull complete [2020-10-16T09:53:11.626Z] 1f4cadf9a1ed: Pull complete [2020-10-16T09:53:11.626Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-16T09:53:11.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-16T09:53:11.644Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-16T09:53:11.915Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T09:53:11.915Z] OK: 221 MiB in 53 packages [2020-10-16T09:53:13.019Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-16T09:53:13.019Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-16T09:53:13.019Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-16T09:53:13.019Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1733 kB] [2020-10-16T09:53:13.280Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [205 kB] [2020-10-16T09:53:13.280Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1348 kB] [2020-10-16T09:53:13.280Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.0 kB] [2020-10-16T09:53:13.280Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-16T09:53:13.541Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2150 kB] [2020-10-16T09:53:13.803Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2112 kB] [2020-10-16T09:53:14.064Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [231 kB] [2020-10-16T09:53:14.064Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.5 kB] [2020-10-16T09:53:14.064Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-16T09:53:14.064Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-16T09:53:14.325Z] Fetched 8114 kB in 2s (5303 kB/s) [2020-10-16T09:53:15.711Z] Reading package lists... [2020-10-16T09:53:16.224Z] Removing intermediate container 138007b6e007 [2020-10-16T09:53:16.224Z] ---> 53687c3089c1 [2020-10-16T09:53:16.224Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-16T09:53:16.224Z] ---> Running in 0feb36b01d4f [2020-10-16T09:53:16.821Z] Removing intermediate container 0feb36b01d4f [2020-10-16T09:53:16.821Z] ---> b131852a9650 [2020-10-16T09:53:16.821Z] Step 7/8 : COPY . . [2020-10-16T09:53:17.806Z] ---> 87f34775e45f [2020-10-16T09:53:17.806Z] Step 8/8 : RUN go mod download [2020-10-16T09:53:17.806Z] ---> Running in e835d862d49f [2020-10-16T09:53:19.044Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-16T09:53:19.044Z] 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-16T09:53:19.315Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-16T09:53:19.315Z] 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-16T09:53:20.817Z] 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 52% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-16T09:53:22.810Z] 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-10-16T09:53:23.975Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 58% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-16T09:53:24.259Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-10-16T09:53:24.259Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-16T09:53:24.259Z] The following packages were automatically installed and are no longer required: [2020-10-16T09:53:24.259Z] libjq1 libonig4 [2020-10-16T09:53:24.259Z] Use 'sudo apt autoremove' to remove them. [2020-10-16T09:53:24.259Z] Suggested packages: [2020-10-16T09:53:24.259Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-16T09:53:24.259Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-16T09:53:24.259Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-16T09:53:24.259Z] | libterm-readline-perl-perl [2020-10-16T09:53:24.536Z] The following NEW packages will be installed: [2020-10-16T09:53:24.536Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-16T09:53:24.536Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-16T09:53:24.536Z] 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded. [2020-10-16T09:53:24.536Z] Need to get 12.0 MB of archives. [2020-10-16T09:53:24.536Z] After this operation, 77.5 MB of additional disk space will be used. [2020-10-16T09:53:24.536Z] 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-10-16T09:53:25.408Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 707 kB/2763 kB 26%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-16T09:53:25.408Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-16T09:53:25.408Z] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-10-16T09:53:25.673Z] 23% [4 libperl5.26 65.5 kB/3527 kB 2%] 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-10-16T09:53:25.673Z] 48% [5 perl 33.5 kB/201 kB 17%] 51% [Waiting for headers] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-16T09:53:25.673Z] 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-10-16T09:53:25.673Z] 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-10-16T09:53:25.673Z] 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-10-16T09:53:25.673Z] 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-10-16T09:53:25.673Z] 60% [10 liberror-perl 22.8 kB/22.8 kB 100%] 61% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-16T09:53:25.673Z] 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-10-16T09:53:25.673Z] 68% [12 git 61.4 kB/3915 kB 2%] 95% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-16T09:53:25.673Z] 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-10-16T09:53:25.673Z] 98% [14 patch 9523 B/102 kB 9%] 100% [Working] Fetched 12.0 MB in 1s (9255 kB/s) [2020-10-16T09:53:25.939Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-16T09:53:25.939Z] Selecting previously unselected package perl-modules-5.26. [2020-10-16T09:53:25.939Z] (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-10-16T09:53:25.939Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-16T09:53:25.939Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:53:26.949Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-16T09:53:26.949Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-16T09:53:26.949Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-16T09:53:26.949Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-16T09:53:26.949Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-16T09:53:26.949Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-16T09:53:27.244Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-16T09:53:27.244Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-16T09:53:27.244Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:53:27.855Z] Selecting previously unselected package perl. [2020-10-16T09:53:27.855Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-16T09:53:27.855Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:53:27.855Z] Selecting previously unselected package less. [2020-10-16T09:53:27.855Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-10-16T09:53:27.855Z] Unpacking less (487-0.1) ... [2020-10-16T09:53:27.855Z] Selecting previously unselected package netbase. [2020-10-16T09:53:27.855Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-16T09:53:27.855Z] Unpacking netbase (5.4) ... [2020-10-16T09:53:27.855Z] Selecting previously unselected package curl. [2020-10-16T09:53:27.855Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-16T09:53:27.855Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:53:28.145Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-16T09:53:28.145Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-16T09:53:28.145Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:53:28.145Z] Selecting previously unselected package liberror-perl. [2020-10-16T09:53:28.145Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-16T09:53:28.145Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-16T09:53:28.145Z] Selecting previously unselected package git-man. [2020-10-16T09:53:28.145Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-16T09:53:28.145Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:53:28.414Z] Selecting previously unselected package git. [2020-10-16T09:53:28.414Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-16T09:53:28.414Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:53:29.004Z] Selecting previously unselected package make. [2020-10-16T09:53:29.004Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-16T09:53:29.004Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-16T09:53:29.004Z] Selecting previously unselected package patch. [2020-10-16T09:53:29.004Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-16T09:53:29.004Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:53:29.286Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:53:29.286Z] Setting up less (487-0.1) ... [2020-10-16T09:53:29.286Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-16T09:53:29.286Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:53:29.286Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:53:29.286Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:53:29.559Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-16T09:53:29.559Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:53:29.559Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-16T09:53:29.559Z] Setting up netbase (5.4) ... [2020-10-16T09:53:29.559Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:53:29.559Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:53:29.559Z] Setting up liberror-perl (0.17025-1) ... [2020-10-16T09:53:29.559Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:53:29.559Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-16T09:53:29.831Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-16T09:53:31.822Z] curl set to automatically installed. [2020-10-16T09:53:31.822Z] git set to automatically installed. [2020-10-16T09:53:31.822Z] git-man set to automatically installed. [2020-10-16T09:53:31.822Z] less set to automatically installed. [2020-10-16T09:53:31.822Z] libcurl3-gnutls set to automatically installed. [2020-10-16T09:53:31.822Z] liberror-perl set to automatically installed. [2020-10-16T09:53:31.822Z] libgdbm-compat4 set to automatically installed. [2020-10-16T09:53:31.822Z] libgdbm5 set to automatically installed. [2020-10-16T09:53:31.822Z] libperl5.26 set to automatically installed. [2020-10-16T09:53:31.822Z] make set to automatically installed. [2020-10-16T09:53:31.822Z] netbase set to automatically installed. [2020-10-16T09:53:31.822Z] patch set to automatically installed. [2020-10-16T09:53:31.822Z] perl set to automatically installed. [2020-10-16T09:53:31.822Z] perl-modules-5.26 set to automatically installed. [2020-10-16T09:53:31.822Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-16T09:53:31.822Z] Please ensure the environment is properly setup before continuing. [2020-10-16T09:53:31.822Z] Ignore this message if the appropriate measures have already been taken [2020-10-16T09:53:32.097Z] Pulling go  [2020-10-16T09:53:33.128Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-16T09:53:33.128Z] Skipping pull go (already ran) [2020-10-16T09:53:33.128Z] Building go  [2020-10-16T09:53:33.128Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:53:33.128Z] Dload Upload Total Spent Left Speed [2020-10-16T09:53:33.144Z] Removing intermediate container e835d862d49f [2020-10-16T09:53:33.144Z] ---> 8fa85f3bf250 [2020-10-16T09:53:33.144Z] Successfully built 8fa85f3bf250 [2020-10-16T09:53:33.144Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:33.682Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:53:33.682Z] . [Pipeline] withDockerContainer [2020-10-16T09:53:33.984Z] prd-ubuntu18.04-docker-arm64-4c-16g-5879 does not seem to be running inside a container [2020-10-16T09:53:34.099Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-16T09:53:35.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 44 115M 44 51.1M 0 0 53.7M 0 0:00:02 --:--:-- 0:00:02 53.7M 100 115M 100 115M 0 0 60.0M 0 0:00:01 0:00:01 --:--:-- 60.0M [2020-10-16T09:53:35.792Z] go1.15.2.linux-amd64.tar.gz: OK [2020-10-16T09:53:36.128Z] $ docker top 5b00ba7788434b9c8069d38bd2a20161fc1c83419e1f6d152801eb144a3aefdf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:53:37.710Z] + go version [2020-10-16T09:53:37.710Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T09:53:37.754Z] $ docker stop --time=1 5b00ba7788434b9c8069d38bd2a20161fc1c83419e1f6d152801eb144a3aefdf [2020-10-16T09:53:39.817Z] $ docker rm -f 5b00ba7788434b9c8069d38bd2a20161fc1c83419e1f6d152801eb144a3aefdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:41.176Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:53:41.176Z] . [Pipeline] withDockerContainer [2020-10-16T09:53:41.448Z] prd-ubuntu18.04-docker-arm64-4c-16g-5879 does not seem to be running inside a container [2020-10-16T09:53:41.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-16T09:53:42.510Z] Staging go  [2020-10-16T09:53:42.510Z] Pulling device-mqtt  [2020-10-16T09:53:43.461Z] Skipping build go (already ran) [2020-10-16T09:53:43.461Z] Building device-mqtt  [2020-10-16T09:53:43.461Z] 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-10-16T09:53:43.471Z] $ docker top da9692e37d8e53643551176c63d9e2deaa0799cb606d90b9bdd8313ffd94bb7a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:53:44.452Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-10-16T09:53:44.452Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-16T09:53:44.452Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-10-16T09:53:44.452Z] go: downloading github.com/spf13/cast v1.3.1 [2020-10-16T09:53:44.452Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-16T09:53:44.452Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-10-16T09:53:44.452Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-16T09:53:44.452Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-10-16T09:53:44.452Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-16T09:53:44.452Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-16T09:53:44.453Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-16T09:53:44.453Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-16T09:53:44.453Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-16T09:53:44.453Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-16T09:53:44.453Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-16T09:53:44.453Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-16T09:53:44.453Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-16T09:53:44.453Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-16T09:53:44.453Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-16T09:53:44.453Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-16T09:53:44.453Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-16T09:53:44.802Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-16T09:53:44.802Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-16T09:53:44.802Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-16T09:53:44.802Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-16T09:53:44.802Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-16T09:53:44.802Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-16T09:53:44.802Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-16T09:53:44.802Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-16T09:53:44.802Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-16T09:53:44.802Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-16T09:53:44.802Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-16T09:53:44.802Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-16T09:53:45.007Z] + make test [2020-10-16T09:53:45.007Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-16T09:53:46.166Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-10-16T09:53:49.911Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:53:53.690Z] Skipping stage go (already ran) [2020-10-16T09:53:53.690Z] Staging device-mqtt  [2020-10-16T09:53:54.362Z] Priming go  [2020-10-16T09:53:55.334Z] Priming device-mqtt  [2020-10-16T09:53:56.345Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-10-16T09:53:56.345Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-10-16T09:53:56.345Z] Determining the version from the project repo (version-script). [2020-10-16T09:53:56.345Z] The version has been set to 'local-dev-20201016+97ecc07' [2020-10-16T09:53:56.888Z] Snapping | Snapping / Snapping - Snapping | [2020-10-16T09:53:56.889Z] Snapped edgex-device-mqtt_local-dev-20201016+97ecc07_amd64.snap [Pipeline] } [2020-10-16T09:53:58.887Z] 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-10-16T09:54:20.390Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-10-16T09:54:20.390Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.025s coverage: 28.3% of statements [2020-10-16T09:54:20.390Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-10-16T09:54:20.390Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-16T09:54:27.118Z] gofmt -l . [2020-10-16T09:54:27.118Z] ["`gofmt -l .`" = ""] [2020-10-16T09:54:27.389Z] ./bin/test-attribution-txt.sh [2020-10-16T09:54:27.986Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T09:54:28.707Z] Warning: overwriting stash ‘coverage-report’ [2020-10-16T09:54:29.437Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T09:54:29.410Z] $ docker stop --time=1 da9692e37d8e53643551176c63d9e2deaa0799cb606d90b9bdd8313ffd94bb7a [2020-10-16T09:54:31.784Z] $ docker rm -f da9692e37d8e53643551176c63d9e2deaa0799cb606d90b9bdd8313ffd94bb7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:54:33.182Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:54:33.561Z] + ls -al . [2020-10-16T09:54:33.561Z] total 132 [2020-10-16T09:54:33.561Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 16 09:54 . [2020-10-16T09:54:33.561Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:52 .. [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:52 .dockerignore [2020-10-16T09:54:33.561Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:52 .git [2020-10-16T09:54:33.561Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:52 .github [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 336 Oct 16 09:52 .gitignore [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 5255 Oct 16 09:52 Attribution.txt [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 1784 Oct 16 09:52 Dockerfile [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 953 Oct 16 09:52 Dockerfile.build [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 16 09:52 Jenkinsfile [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 16 09:52 LICENSE [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 902 Oct 16 09:52 Makefile [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 444 Oct 16 09:52 README.md [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 09:49 VERSION [2020-10-16T09:54:33.561Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:52 bin [2020-10-16T09:54:33.561Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:52 cmd [2020-10-16T09:54:33.561Z] -rw-r--r-- 1 jenkins jenkins 18939 Oct 16 09:54 coverage.out [2020-10-16T09:54:33.561Z] -rw-r--r-- 1 jenkins jenkins 546 Oct 16 09:54 go.mod [2020-10-16T09:54:33.561Z] -rw-r--r-- 1 jenkins jenkins 13621 Oct 16 09:54 go.sum [2020-10-16T09:54:33.561Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:52 internal [2020-10-16T09:54:33.561Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:52 mock [2020-10-16T09:54:33.561Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:52 snap [2020-10-16T09:54:33.561Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 16 09:52 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:54:33.912Z] + 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=97ecc07e81cc599f0ec8b87939834737f980773d --label arch=arm64 --label version=0.0.0 . [2020-10-16T09:54:34.184Z] Sending build context to Docker daemon 469kB [2020-10-16T09:54:34.184Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-16T09:54:34.184Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-16T09:54:34.184Z] ---> 8fa85f3bf250 [2020-10-16T09:54:34.184Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-16T09:54:34.456Z] ---> Running in 3371da7ce863 [2020-10-16T09:54:35.051Z] Removing intermediate container 3371da7ce863 [2020-10-16T09:54:35.051Z] ---> f21baa2530e8 [2020-10-16T09:54:35.051Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-16T09:54:35.051Z] ---> Running in 6a4059c01638 [2020-10-16T09:54:35.651Z] Removing intermediate container 6a4059c01638 [2020-10-16T09:54:35.651Z] ---> d42dc46f1753 [2020-10-16T09:54:35.651Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:54:35.651Z] ---> Running in d8792c3a4d07 [2020-10-16T09:54:38.272Z] Removing intermediate container d8792c3a4d07 [2020-10-16T09:54:38.272Z] ---> d084c27e9bc1 [2020-10-16T09:54:38.272Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-16T09:54:38.272Z] ---> Running in ddd291d51009 [2020-10-16T09:54:39.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:54:40.680Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:54:41.659Z] OK: 221 MiB in 53 packages [2020-10-16T09:54:43.098Z] Removing intermediate container ddd291d51009 [2020-10-16T09:54:43.098Z] ---> 6645572e9b14 [2020-10-16T09:54:43.098Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-16T09:54:43.098Z] ---> Running in 3bffe96b4fe3 [2020-10-16T09:54:43.372Z] Removing intermediate container 3bffe96b4fe3 [2020-10-16T09:54:43.372Z] ---> be9c12bd6253 [2020-10-16T09:54:43.372Z] Step 8/22 : COPY . . [2020-10-16T09:54:44.353Z] ---> cb1311b9f4b3 [2020-10-16T09:54:44.353Z] Step 9/22 : ARG MAKE='make build' [2020-10-16T09:54:44.353Z] ---> Running in a5795ed9f9c9 [2020-10-16T09:54:44.966Z] Removing intermediate container a5795ed9f9c9 [2020-10-16T09:54:44.966Z] ---> 2fed55839923 [2020-10-16T09:54:44.966Z] Step 10/22 : RUN $MAKE [2020-10-16T09:54:44.966Z] ---> Running in 2cdfba240898 [2020-10-16T09:54:46.402Z] 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-10-16T09:55:13.238Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:55:17.544Z] Removing intermediate container 2cdfba240898 [2020-10-16T09:55:17.544Z] ---> 5f35c07385f5 [2020-10-16T09:55:17.544Z] Step 11/22 : FROM alpine [2020-10-16T09:55:17.544Z] latest: Pulling from library/alpine [2020-10-16T09:55:18.515Z] b538f80385f9: Already exists [2020-10-16T09:55:18.515Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T09:55:18.515Z] Status: Downloaded newer image for alpine:latest [2020-10-16T09:55:18.515Z] ---> 62ee0e9f8440 [2020-10-16T09:55:18.515Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-16T09:55:18.794Z] ---> Running in cafd0534f2f1 [2020-10-16T09:55:19.065Z] Removing intermediate container cafd0534f2f1 [2020-10-16T09:55:19.065Z] ---> 7f02ea5701a3 [2020-10-16T09:55:19.065Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T09:55:19.337Z] ---> Running in b3a76fa42223 [2020-10-16T09:55:19.638Z] Removing intermediate container b3a76fa42223 [2020-10-16T09:55:19.638Z] ---> ed742b6c6eb5 [2020-10-16T09:55:19.638Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-16T09:55:21.080Z] ---> 16ed7349648f [2020-10-16T09:55:21.080Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-16T09:55:21.676Z] ---> ea68df96b46b [2020-10-16T09:55:21.676Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-16T09:55:22.271Z] ---> 8b89534a1ed0 [2020-10-16T09:55:22.271Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-16T09:55:22.544Z] ---> Running in 7d17a9a6e6b4 [2020-10-16T09:55:22.818Z] Removing intermediate container 7d17a9a6e6b4 [2020-10-16T09:55:22.818Z] ---> 61fdfcfa0e6c [2020-10-16T09:55:22.818Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-16T09:55:23.118Z] ---> Running in 7c1b9c1258f8 [2020-10-16T09:55:23.391Z] Removing intermediate container 7c1b9c1258f8 [2020-10-16T09:55:23.391Z] ---> f0aeffb4873c [2020-10-16T09:55:23.391Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:55:23.664Z] ---> Running in aaecdd19f1ac [2020-10-16T09:55:23.937Z] Removing intermediate container aaecdd19f1ac [2020-10-16T09:55:23.937Z] ---> 989a7b1ebacd [2020-10-16T09:55:23.937Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T09:55:24.209Z] ---> Running in 581b28c7d169 [2020-10-16T09:55:24.803Z] Removing intermediate container 581b28c7d169 [2020-10-16T09:55:24.803Z] ---> d891ad5a33a8 [2020-10-16T09:55:24.803Z] Step 21/22 : LABEL git_sha=97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:55:24.803Z] ---> Running in 3add455161df [2020-10-16T09:55:25.078Z] Removing intermediate container 3add455161df [2020-10-16T09:55:25.078Z] ---> cda8d25f366d [2020-10-16T09:55:25.078Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T09:55:25.351Z] ---> Running in cb8a12c62be1 [2020-10-16T09:55:25.945Z] Removing intermediate container cb8a12c62be1 [2020-10-16T09:55:25.945Z] ---> ee7d9ae9c8f8 [2020-10-16T09:55:25.945Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:55:25.945Z] Successfully built ee7d9ae9c8f8 [2020-10-16T09:55:25.945Z] 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-10-16T09:55:41.559Z] Still waiting to schedule task [2020-10-16T09:55:41.560Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-10-16T09:57:26.346Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-5881 in /w/workspace/gexfoundry_device-mqtt-go_PR-170 [Pipeline] { [Pipeline] ws [2020-10-16T09:57:26.400Z] Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout [2020-10-16T09:57:30.403Z] using credential edgex-jenkins-ssh [2020-10-16T09:57:30.467Z] Cloning the remote Git repository [2020-10-16T09:57:30.518Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:57:30.618Z] > git init /w/workspace/device-mqtt-go/7 # timeout=10 [2020-10-16T09:57:30.689Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:57:30.690Z] > git --version # timeout=10 [2020-10-16T09:57:30.704Z] > git --version # 'git version 2.17.1' [2020-10-16T09:57:30.705Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:57:30.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:57:32.078Z] Merging remotes/origin/master commit 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b into PR head commit 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:57:32.268Z] Merge succeeded, producing 97ecc07e81cc599f0ec8b87939834737f980773d [2020-10-16T09:57:32.268Z] Checking out Revision 97ecc07e81cc599f0ec8b87939834737f980773d (PR-170) [2020-10-16T09:57:31.501Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:57:31.515Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:57:31.538Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:57:31.568Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:57:31.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:57:31.579Z] > git fetch --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-10-16T09:57:32.095Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:57:32.106Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:57:32.194Z] > git remote # timeout=10 [2020-10-16T09:57:32.210Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:57:32.221Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:57:32.232Z] > git merge 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-16T09:57:32.253Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:57:32.273Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:57:32.284Z] > git checkout -f 97ecc07e81cc599f0ec8b87939834737f980773d # timeout=10 [2020-10-16T09:57:36.403Z] Commit message: "Bump github.com/spf13/cast from 1.3.0 to 1.3.1" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:57:37.792Z] + find /w/workspace/device-mqtt-go/7 [2020-10-16T09:57:37.792Z] + grep snapcraft.yaml [2020-10-16T09:57:37.792Z] + grep -Po ^name: \K(.*) /w/workspace/device-mqtt-go/7/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:57:38.030Z] provisioning config files... [2020-10-16T09:57:38.053Z] copy managed file [EdgeX] to file:/w/workspace/device-mqtt-go/7@tmp/config3355940171032371371tmp [Pipeline] { [Pipeline] sh [2020-10-16T09:57:38.448Z] + cp /w/workspace/device-mqtt-go/7@tmp/config3355940171032371371tmp /w/workspace/device-mqtt-go/7/edgex-snap-store-login [Pipeline] sh [2020-10-16T09:57:38.783Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-mqtt-go/7:/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-10-16T09:57:39.378Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-10-16T09:57:39.650Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-10-16T09:57:39.650Z] 237528ba509b: Pulling fs layer [2020-10-16T09:57:39.650Z] 393b96f31d8b: Pulling fs layer [2020-10-16T09:57:39.650Z] 4d82b0e39008: Pulling fs layer [2020-10-16T09:57:39.650Z] e7ca375b8d34: Pulling fs layer [2020-10-16T09:57:39.650Z] 418f656485bb: Pulling fs layer [2020-10-16T09:57:39.650Z] aebe8db9254c: Pulling fs layer [2020-10-16T09:57:39.650Z] 4f5f7b207d3f: Pulling fs layer [2020-10-16T09:57:39.650Z] d19ca6af091a: Pulling fs layer [2020-10-16T09:57:39.650Z] 16b5a0711add: Pulling fs layer [2020-10-16T09:57:39.650Z] e7ca375b8d34: Waiting [2020-10-16T09:57:39.650Z] 4f5f7b207d3f: Waiting [2020-10-16T09:57:39.650Z] aebe8db9254c: Waiting [2020-10-16T09:57:39.650Z] 16b5a0711add: Waiting [2020-10-16T09:57:39.650Z] d19ca6af091a: Waiting [2020-10-16T09:57:39.650Z] 4d82b0e39008: Verifying Checksum [2020-10-16T09:57:39.650Z] 4d82b0e39008: Download complete [2020-10-16T09:57:39.650Z] 393b96f31d8b: Verifying Checksum [2020-10-16T09:57:39.650Z] 393b96f31d8b: Download complete [2020-10-16T09:57:39.650Z] e7ca375b8d34: Download complete [2020-10-16T09:57:39.650Z] aebe8db9254c: Verifying Checksum [2020-10-16T09:57:39.650Z] aebe8db9254c: Download complete [2020-10-16T09:57:39.923Z] 4f5f7b207d3f: Download complete [2020-10-16T09:57:40.195Z] d19ca6af091a: Verifying Checksum [2020-10-16T09:57:40.195Z] d19ca6af091a: Download complete [2020-10-16T09:57:40.195Z] 16b5a0711add: Download complete [2020-10-16T09:57:42.809Z] 237528ba509b: Verifying Checksum [2020-10-16T09:57:42.809Z] 237528ba509b: Download complete [2020-10-16T09:57:45.442Z] 237528ba509b: Pull complete [2020-10-16T09:57:46.038Z] 393b96f31d8b: Pull complete [2020-10-16T09:57:46.313Z] 4d82b0e39008: Pull complete [2020-10-16T09:57:46.587Z] e7ca375b8d34: Pull complete [2020-10-16T09:57:50.898Z] 418f656485bb: Verifying Checksum [2020-10-16T09:57:50.898Z] 418f656485bb: Download complete [2020-10-16T09:58:37.887Z] 418f656485bb: Pull complete [2020-10-16T09:58:37.887Z] aebe8db9254c: Pull complete [2020-10-16T09:58:37.887Z] 4f5f7b207d3f: Pull complete [2020-10-16T09:58:37.887Z] d19ca6af091a: Pull complete [2020-10-16T09:58:37.887Z] 16b5a0711add: Pull complete [2020-10-16T09:58:37.887Z] Digest: sha256:9ca9034cebc7408d83a32dada391ac179c4174cde852b5731596ec8e47bf0b3e [2020-10-16T09:58:37.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-10-16T09:58:38.483Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-16T09:58:38.483Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-10-16T09:58:38.756Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-10-16T09:58:39.031Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-10-16T09:58:39.306Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1856 kB] [2020-10-16T09:58:39.904Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [2242 B] [2020-10-16T09:58:39.905Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5546 B] [2020-10-16T09:58:39.905Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [1401 kB] [2020-10-16T09:58:39.905Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [11.2 kB] [2020-10-16T09:58:39.905Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [11.0 kB] [2020-10-16T09:58:39.905Z] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1024 kB] [2020-10-16T09:58:40.176Z] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2430 B] [2020-10-16T09:58:40.177Z] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [1149 B] [2020-10-16T09:58:40.177Z] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1173 kB] [2020-10-16T09:58:40.770Z] Fetched 5740 kB in 2s (2340 kB/s) [2020-10-16T09:58:45.073Z] Reading package lists... [2020-10-16T09:59:00.146Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-10-16T09:59:00.146Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-10-16T09:59:00.146Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-10-16T09:59:00.146Z] 0% [1 InRelease gpgv 242 kB] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-10-16T09:59:03.948Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-16T09:59:10.640Z] 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-10-16T09:59:14.220Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 69% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 77% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 87% Reading package lists... 88% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-16T09:59:15.038Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 58% Building dependency tree [2020-10-16T09:59:15.038Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-16T09:59:16.019Z] The following packages were automatically installed and are no longer required: [2020-10-16T09:59:16.019Z] libjq1 libonig4 [2020-10-16T09:59:16.019Z] Use 'sudo apt autoremove' to remove them. [2020-10-16T09:59:16.019Z] Suggested packages: [2020-10-16T09:59:16.019Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-16T09:59:16.019Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-10-16T09:59:16.019Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-16T09:59:16.019Z] | libterm-readline-perl-perl [2020-10-16T09:59:16.292Z] The following NEW packages will be installed: [2020-10-16T09:59:16.292Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-10-16T09:59:16.292Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-10-16T09:59:16.292Z] 0 upgraded, 14 newly installed, 0 to remove and 29 not upgraded. [2020-10-16T09:59:16.292Z] Need to get 10.8 MB of archives. [2020-10-16T09:59:16.292Z] After this operation, 73.6 MB of additional disk space will be used. [2020-10-16T09:59:16.564Z] 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-10-16T09:59:17.429Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 5% [1 perl-modules-5.26 680 kB/2763 kB 25%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-10-16T09:59:17.429Z] 22% [2 libgdbm5 23.1 kB/23.1 kB 100%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-10-16T09:59:17.429Z] 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-10-16T09:59:17.704Z] 25% [4 libperl5.26 8192 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-10-16T09:59:17.704Z] 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-10-16T09:59:17.704Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Working] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-10-16T09:59:17.704Z] 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-10-16T09:59:17.704Z] 58% [8 curl 53.2 kB/152 kB 35%] 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-10-16T09:59:17.704Z] 60% [9 libcurl3-gnutls 20.5 kB/179 kB 11%] 63% [Working] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-16T09:59:17.704Z] 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-10-16T09:59:17.704Z] 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-10-16T09:59:17.975Z] 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-10-16T09:59:17.975Z] 96% [13 make 41.0 kB/139 kB 30%] 98% [Waiting for headers] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-10-16T09:59:17.975Z] 98% [14 patch 65.5 kB/91.8 kB 71%] 100% [Working] Fetched 10.8 MB in 1s (7212 kB/s) [2020-10-16T09:59:18.572Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-16T09:59:18.572Z] Selecting previously unselected package perl-modules-5.26. [2020-10-16T09:59:18.572Z] (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-10-16T09:59:18.572Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-16T09:59:18.846Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:59:20.279Z] Selecting previously unselected package libgdbm5:arm64. [2020-10-16T09:59:20.279Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-10-16T09:59:20.279Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-10-16T09:59:20.279Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-10-16T09:59:20.279Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-10-16T09:59:20.279Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-16T09:59:20.279Z] Selecting previously unselected package libperl5.26:arm64. [2020-10-16T09:59:20.552Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-10-16T09:59:20.552Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:59:21.531Z] Selecting previously unselected package perl. [2020-10-16T09:59:21.531Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-10-16T09:59:21.805Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:59:21.805Z] Selecting previously unselected package less. [2020-10-16T09:59:21.805Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-10-16T09:59:21.805Z] Unpacking less (487-0.1) ... [2020-10-16T09:59:22.077Z] Selecting previously unselected package netbase. [2020-10-16T09:59:22.077Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-10-16T09:59:22.077Z] Unpacking netbase (5.4) ... [2020-10-16T09:59:22.077Z] Selecting previously unselected package curl. [2020-10-16T09:59:22.077Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-16T09:59:22.077Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:59:22.348Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-10-16T09:59:22.348Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_arm64.deb ... [2020-10-16T09:59:22.348Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:59:22.621Z] Selecting previously unselected package liberror-perl. [2020-10-16T09:59:22.621Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-10-16T09:59:22.621Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-16T09:59:22.621Z] Selecting previously unselected package git-man. [2020-10-16T09:59:22.621Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-16T09:59:22.621Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:59:22.895Z] Selecting previously unselected package git. [2020-10-16T09:59:22.895Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-10-16T09:59:23.167Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:59:24.601Z] Selecting previously unselected package make. [2020-10-16T09:59:24.601Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-10-16T09:59:24.601Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-16T09:59:24.601Z] Selecting previously unselected package patch. [2020-10-16T09:59:24.601Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-10-16T09:59:24.601Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:59:24.601Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:59:24.875Z] Setting up less (487-0.1) ... [2020-10-16T09:59:25.146Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-16T09:59:25.146Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-16T09:59:25.146Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.10) ... [2020-10-16T09:59:25.147Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:59:25.419Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-10-16T09:59:25.419Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-16T09:59:25.420Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-10-16T09:59:25.420Z] Setting up netbase (5.4) ... [2020-10-16T09:59:25.420Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-10-16T09:59:25.420Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-16T09:59:25.693Z] Setting up liberror-perl (0.17025-1) ... [2020-10-16T09:59:25.693Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-16T09:59:25.693Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-16T09:59:25.693Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-16T09:59:31.083Z] curl set to automatically installed. [2020-10-16T09:59:31.083Z] git set to automatically installed. [2020-10-16T09:59:31.083Z] git-man set to automatically installed. [2020-10-16T09:59:31.355Z] less set to automatically installed. [2020-10-16T09:59:31.355Z] libcurl3-gnutls set to automatically installed. [2020-10-16T09:59:31.355Z] liberror-perl set to automatically installed. [2020-10-16T09:59:31.355Z] libgdbm-compat4 set to automatically installed. [2020-10-16T09:59:31.355Z] libgdbm5 set to automatically installed. [2020-10-16T09:59:31.355Z] libperl5.26 set to automatically installed. [2020-10-16T09:59:31.355Z] make set to automatically installed. [2020-10-16T09:59:31.355Z] netbase set to automatically installed. [2020-10-16T09:59:31.627Z] patch set to automatically installed. [2020-10-16T09:59:31.627Z] perl set to automatically installed. [2020-10-16T09:59:31.627Z] perl-modules-5.26 set to automatically installed. [2020-10-16T09:59:31.627Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-16T09:59:31.627Z] Please ensure the environment is properly setup before continuing. [2020-10-16T09:59:31.627Z] Ignore this message if the appropriate measures have already been taken [2020-10-16T09:59:32.600Z] Pulling go  [2020-10-16T09:59:35.976Z] 'device-mqtt' has dependencies that need to be staged: go [2020-10-16T09:59:35.976Z] Skipping pull go (already ran) [2020-10-16T09:59:35.976Z] Building go  [2020-10-16T09:59:35.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:59:35.976Z] Dload Upload Total Spent Left Speed [2020-10-16T09:59:38.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 93.2M 31 29.4M 0 0 33.7M 0 0:00:02 --:--:-- 0:00:02 33.7M 81 93.2M 81 75.6M 0 0 40.6M 0 0:00:02 0:00:01 0:00:01 40.6M 100 93.2M 100 93.2M 0 0 41.7M 0 0:00:02 0:00:02 --:--:-- 41.7M [2020-10-16T09:59:39.628Z] go1.15.2.linux-arm64.tar.gz: OK [2020-10-16T09:59:57.915Z] Staging go  [2020-10-16T10:00:00.529Z] Pulling device-mqtt  [2020-10-16T10:00:03.955Z] Skipping build go (already ran) [2020-10-16T10:00:03.955Z] Building device-mqtt  [2020-10-16T10:00:03.955Z] 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-10-16T10:00:05.931Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-10-16T10:00:05.931Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-10-16T10:00:05.931Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-10-16T10:00:05.931Z] go: downloading github.com/spf13/cast v1.3.1 [2020-10-16T10:00:05.931Z] go: downloading gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-10-16T10:00:05.931Z] go: downloading golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-10-16T10:00:06.210Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-10-16T10:00:06.210Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-10-16T10:00:06.210Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-10-16T10:00:06.210Z] go: downloading github.com/google/uuid v1.1.1 [2020-10-16T10:00:06.210Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-10-16T10:00:06.210Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-10-16T10:00:06.210Z] go: downloading github.com/pkg/errors v0.8.1 [2020-10-16T10:00:06.210Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-10-16T10:00:06.210Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-10-16T10:00:06.210Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-10-16T10:00:06.210Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-10-16T10:00:06.210Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-10-16T10:00:06.210Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-10-16T10:00:06.210Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-10-16T10:00:06.210Z] go: downloading github.com/x448/float16 v0.8.4 [2020-10-16T10:00:06.210Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-10-16T10:00:06.485Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-10-16T10:00:06.485Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-10-16T10:00:06.485Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-10-16T10:00:06.485Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-10-16T10:00:06.485Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-10-16T10:00:06.485Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-10-16T10:00:06.485Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-10-16T10:00:06.758Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-10-16T10:00:06.758Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-10-16T10:00:06.758Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-10-16T10:00:06.758Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-10-16T10:00:25.083Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T10:00:40.169Z] Skipping stage go (already ran) [2020-10-16T10:00:40.169Z] Staging device-mqtt  [2020-10-16T10:00:43.566Z] Priming go  [2020-10-16T10:00:46.964Z] Priming device-mqtt  [2020-10-16T10:00:50.351Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-10-16T10:00:50.351Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-10-16T10:00:50.351Z] Determining the version from the project repo (version-script). [2020-10-16T10:00:50.351Z] The version has been set to 'local-dev-20201016+97ecc07' [2020-10-16T10:00:51.167Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping | [2020-10-16T10:00:51.167Z] Snapped edgex-device-mqtt_local-dev-20201016+97ecc07_arm64.snap [Pipeline] } [2020-10-16T10:00:53.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-16T10:00:56.330Z] provisioning config files... [2020-10-16T10:00:56.343Z] copy managed file [device-mqtt-go-codecov-token] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config461854399774276689tmp [Pipeline] { [Pipeline] sh [2020-10-16T10:00:56.733Z] + set +x [2020-10-16T10:00:56.733Z] + curl -s https://codecov.io/bash [2020-10-16T10:00:56.733Z] + bash -s -- [2020-10-16T10:00:56.997Z] [2020-10-16T10:00:56.997Z] _____ _ [2020-10-16T10:00:56.997Z] / ____| | | [2020-10-16T10:00:56.997Z] | | ___ __| | ___ ___ _____ __ [2020-10-16T10:00:56.997Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-16T10:00:56.997Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-16T10:00:56.997Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-16T10:00:56.997Z] Bash-20201009-048fee3 [2020-10-16T10:00:56.997Z] [2020-10-16T10:00:56.997Z] [2020-10-16T10:00:56.997Z] ==> Jenkins CI detected. [2020-10-16T10:00:56.997Z] project root: . [2020-10-16T10:00:56.997Z] --> token set from env [2020-10-16T10:00:56.997Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-16T10:00:56.997Z] ==> Running gcov in . (disable via -X gcov) [2020-10-16T10:00:56.997Z] ==> Python coveragepy not found [2020-10-16T10:00:56.997Z] ==> Searching for coverage reports in: [2020-10-16T10:00:56.997Z] + . [2020-10-16T10:00:56.997Z] -> Found 1 reports [2020-10-16T10:00:56.997Z] ==> Detecting git/mercurial file structure [2020-10-16T10:00:56.997Z] ==> Reading reports [2020-10-16T10:00:56.997Z] + ./coverage.out bytes=18939 [2020-10-16T10:00:56.997Z] ==> Appending adjustments [2020-10-16T10:00:56.997Z] https://docs.codecov.io/docs/fixing-reports [2020-10-16T10:00:57.266Z] + Found adjustments [2020-10-16T10:00:57.266Z] ==> Gzipping contents [2020-10-16T10:00:57.266Z] ==> Uploading reports [2020-10-16T10:00:57.266Z] url: https://codecov.io [2020-10-16T10:00:57.266Z] query: branch=PR-170&commit=97ecc07e81cc599f0ec8b87939834737f980773d&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-170%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=170&job=&cmd_args= [2020-10-16T10:00:57.266Z] -> Pinging Codecov [2020-10-16T10:00:57.266Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-170&commit=97ecc07e81cc599f0ec8b87939834737f980773d&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-mqtt-go%2Fjob%2FPR-170%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-mqtt-go&service=jenkins&flags=&pr=170&job=&cmd_args= [2020-10-16T10:00:57.266Z] -> Uploading to [2020-10-16T10:00:57.266Z] [2020-10-16T10:00:57.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T10:00:57.266Z] Dload Upload Total Spent Left Speed [2020-10-16T10:00:57.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-16T10:00:57.266Z] X> Failed to upload [2020-10-16T10:00:57.266Z] ==> Uploading to Codecov [2020-10-16T10:00:57.266Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T10:00:57.266Z] Dload Upload Total Spent Left Speed [2020-10-16T10:00:58.209Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3358 100 111 100 3247 133 3918 --:--:-- --:--:-- --:--:-- 3921 [2020-10-16T10:00:58.209Z] View reports at https://codecov.io/github/edgexfoundry/device-mqtt-go/commit/97ecc07e81cc599f0ec8b87939834737f980773d [Pipeline] } [2020-10-16T10:00:58.219Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-16T10:01:01.438Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T10:01:02.029Z] ---> package-listing.sh [2020-10-16T10:01:02.029Z] ++ facter osfamily [2020-10-16T10:01:02.029Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T10:01:02.029Z] + OS_FAMILY=redhat [2020-10-16T10:01:02.029Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-170 [2020-10-16T10:01:02.029Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T10:01:02.029Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T10:01:02.029Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T10:01:02.029Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T10:01:02.029Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-10-16T10:01:02.029Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T10:01:02.029Z] + case "${OS_FAMILY}" in [2020-10-16T10:01:02.029Z] + sort [2020-10-16T10:01:02.029Z] + rpm -qa [2020-10-16T10:01:06.251Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T10:01:06.251Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T10:01:06.251Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T10:01:06.251Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-170 ']' [2020-10-16T10:01:06.251Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [2020-10-16T10:01:06.251Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-170/archives/ [Pipeline] echo [2020-10-16T10:01:06.265Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-170/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T10:01:06.558Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T10:01:06.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T10:01:06.862Z] [2020-10-16T10:01:06.862Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T10:01:07.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T10:01:07.214Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T10:01:07.214Z] df20fa9351a1: Pulling fs layer [2020-10-16T10:01:07.214Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T10:01:07.214Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T10:01:07.214Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T10:01:07.214Z] 93b61091891f: Pulling fs layer [2020-10-16T10:01:07.214Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T10:01:07.214Z] 5e14af77c1be: Pulling fs layer [2020-10-16T10:01:07.214Z] 01666e4c0597: Pulling fs layer [2020-10-16T10:01:07.214Z] aa168da1d23b: Pulling fs layer [2020-10-16T10:01:07.214Z] 46f8f816bc3b: Waiting [2020-10-16T10:01:07.214Z] 93b61091891f: Waiting [2020-10-16T10:01:07.215Z] 01666e4c0597: Waiting [2020-10-16T10:01:07.215Z] 5e14af77c1be: Waiting [2020-10-16T10:01:07.215Z] aa168da1d23b: Waiting [2020-10-16T10:01:07.215Z] 93b9cdb0e59b: Waiting [2020-10-16T10:01:07.215Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T10:01:07.215Z] 36b3adc4ff6f: Download complete [2020-10-16T10:01:07.215Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T10:01:07.215Z] 46f8f816bc3b: Download complete [2020-10-16T10:01:07.478Z] df20fa9351a1: Download complete [2020-10-16T10:01:07.478Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T10:01:07.478Z] 93b9cdb0e59b: Download complete [2020-10-16T10:01:07.478Z] 93b61091891f: Verifying Checksum [2020-10-16T10:01:07.478Z] 93b61091891f: Download complete [2020-10-16T10:01:07.478Z] 5e14af77c1be: Verifying Checksum [2020-10-16T10:01:07.478Z] 5e14af77c1be: Download complete [2020-10-16T10:01:07.478Z] 01666e4c0597: Verifying Checksum [2020-10-16T10:01:07.478Z] 01666e4c0597: Download complete [2020-10-16T10:01:07.740Z] df20fa9351a1: Pull complete [2020-10-16T10:01:08.001Z] 36b3adc4ff6f: Pull complete [2020-10-16T10:01:08.001Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T10:01:08.001Z] 8ad3a11d3b57: Download complete [2020-10-16T10:01:08.950Z] 8ad3a11d3b57: Pull complete [2020-10-16T10:01:08.950Z] 46f8f816bc3b: Pull complete [2020-10-16T10:01:09.538Z] 93b61091891f: Pull complete [2020-10-16T10:01:09.538Z] 93b9cdb0e59b: Pull complete [2020-10-16T10:01:09.538Z] 5e14af77c1be: Pull complete [2020-10-16T10:01:09.805Z] aa168da1d23b: Verifying Checksum [2020-10-16T10:01:09.805Z] aa168da1d23b: Download complete [2020-10-16T10:01:09.805Z] 01666e4c0597: Pull complete [2020-10-16T10:01:16.737Z] aa168da1d23b: Pull complete [2020-10-16T10:01:16.737Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T10:01:16.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T10:01:16.737Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T10:01:17.095Z] prd-centos7-docker-4c-2g-5875 does not seem to be running inside a container [2020-10-16T10:01:17.287Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_PR-170/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T10:01:21.353Z] $ docker top 7043baf36c60827bb72e85c8ce863673b2dd1350dd9baf1e5a942aa9297f9160 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T10:01:21.990Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T10:01:22.307Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T10:01:22.625Z] + ls /var/log/sa-host [2020-10-16T10:01:22.625Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T10:01:22.625Z] file_magic: OK [2020-10-16T10:01:22.625Z] HZ: Using current value: 100 [2020-10-16T10:01:22.625Z] file_header: OK [2020-10-16T10:01:22.625Z] 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-10-16T10:01:22.626Z] Statistics: [2020-10-16T10:01:22.626Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T10:01:22.626Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T10:01:22.626Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T10:01:22.626Z] file_magic: OK [2020-10-16T10:01:22.626Z] HZ: Using current value: 100 [2020-10-16T10:01:22.626Z] file_header: OK [2020-10-16T10:01:22.626Z] 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-10-16T10:01:22.626Z] Statistics: [2020-10-16T10:01:22.626Z] 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-10-16T10:01:22.626Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T10:01:22.915Z] provisioning config files... [2020-10-16T10:01:22.935Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-170@tmp/config3191239816100713250tmp [Pipeline] { [Pipeline] echo [2020-10-16T10:01:23.037Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T10:01:23.361Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T10:01:23.377Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T10:01:23.485Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T10:01:23.813Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T10:01:23.828Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T10:01:24.145Z] ---> sudo-logs.sh [2020-10-16T10:01:24.145Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T10:01:24.169Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T10:01:24.559Z] ---> job-cost.sh [2020-10-16T10:01:24.559Z] lf-activate-venv: SKIPPING [2020-10-16T10:01:24.559Z] INFO: No Stack... [2020-10-16T10:01:27.341Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T10:01:27.649Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T10:01:27.691Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T10:01:28.050Z] ---> logs-deploy.sh [2020-10-16T10:01:28.050Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-170/7 [2020-10-16T10:01:28.050Z] INFO: archiving workspace using pattern(s): [2020-10-16T10:01:29.648Z] Archives upload complete. [2020-10-16T10:01:29.648Z] INFO: archiving logs to Nexus