Pull request #165 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of venkata-subbareddyK for edgexfoundry/device-mqtt-go Loading trusted files from base branch master at e79178b88edbb9292baeff06bb49682f9eadd771 rather than d7447a91da9905bf33fee48a0edb56a4b77c94bd Obtained Jenkinsfile from e79178b88edbb9292baeff06bb49682f9eadd771 Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-mqtt-go/branches/PR-165/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-815 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-165 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # 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 e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T18:48:09.317Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T18:48:09.605Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T18:48:09.807Z] ========================================================= [2020-08-31T18:48:09.807Z] EdgeX Global Pipelines Version Info [2020-08-31T18:48:09.807Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:48:11.240Z] ------------------- [2020-08-31T18:48:11.240Z] stable info: [2020-08-31T18:48:11.240Z] ------------------- [2020-08-31T18:48:11.240Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T18:48:11.240Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T18:48:11.240Z] Message: update stable to v1.0.114 [2020-08-31T18:48:12.181Z] ------------------- [2020-08-31T18:48:12.181Z] experimental info: [2020-08-31T18:48:12.181Z] ------------------- [2020-08-31T18:48:12.181Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T18:48:12.181Z] Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf [2020-08-31T18:48:12.181Z] Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T18:48:12.623Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-08-31T18:48:12.736Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-08-31T18:48:12.845Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T18:48:12.973Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T18:48:13.081Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T18:48:13.188Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T18:48:13.297Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T18:48:13.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T18:48:13.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T18:48:13.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T18:48:13.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T18:48:13.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-08-31T18:48:14.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T18:48:14.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T18:48:14.229Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T18:48:14.329Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T18:48:14.433Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T18:48:14.534Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T18:48:14.639Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T18:48:14.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-08-31T18:48:14.849Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T18:48:14.983Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T18:48:15.133Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-165 [Pipeline] echo [2020-08-31T18:48:15.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-165 [Pipeline] echo [2020-08-31T18:48:15.376Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-165 [Pipeline] echo [2020-08-31T18:48:15.474Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7447a91da9905bf33fee48a0edb56a4b77c94bd [Pipeline] echo [2020-08-31T18:48:15.590Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7447a9 [Pipeline] echo [2020-08-31T18:48:15.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T18:48:16.427Z] + git log --format=format:%s -1 d7447a91da9905bf33fee48a0edb56a4b77c94bd [Pipeline] echo [2020-08-31T18:48:16.497Z] GIT_COMMIT: d7447a91da9905bf33fee48a0edb56a4b77c94bd, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164 [Pipeline] echo [2020-08-31T18:48:16.562Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:48:17.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T18:48:17.518Z] [2020-08-31T18:48:17.518Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:48:17.892Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T18:48:17.892Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T18:48:17.892Z] 31603596830f: Pulling fs layer [2020-08-31T18:48:17.892Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T18:48:17.892Z] 6ca5941a6612: Pulling fs layer [2020-08-31T18:48:17.892Z] ecc8261a40a4: Pulling fs layer [2020-08-31T18:48:17.892Z] ecc8261a40a4: Waiting [2020-08-31T18:48:17.892Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T18:48:17.892Z] 2a8b12db71e7: Download complete [2020-08-31T18:48:17.892Z] 31603596830f: Verifying Checksum [2020-08-31T18:48:17.892Z] 31603596830f: Download complete [2020-08-31T18:48:18.156Z] 6ca5941a6612: Verifying Checksum [2020-08-31T18:48:18.156Z] 6ca5941a6612: Download complete [2020-08-31T18:48:18.156Z] ecc8261a40a4: Verifying Checksum [2020-08-31T18:48:18.156Z] ecc8261a40a4: Download complete [2020-08-31T18:48:18.156Z] 31603596830f: Pull complete [2020-08-31T18:48:18.430Z] 2a8b12db71e7: Pull complete [2020-08-31T18:48:19.004Z] 6ca5941a6612: Pull complete [2020-08-31T18:48:19.265Z] ecc8261a40a4: Pull complete [2020-08-31T18:48:19.265Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T18:48:19.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T18:48:19.265Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T18:48:19.379Z] prd-centos7-docker-4c-2g-815 does not seem to be running inside a container [2020-08-31T18:48:19.423Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-165 -v /w/workspace/gexfoundry_device-mqtt-go_PR-165:/w/workspace/gexfoundry_device-mqtt-go_PR-165:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T18:48:21.345Z] $ docker top a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T18:48:21.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T18:48:21.700Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T18:48:21.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T18:48:21.902Z] $ docker exec a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent [2020-08-31T18:48:22.109Z] SSH_AUTH_SOCK=/tmp/ssh-wmJdGFYp5x6x/agent.11 [2020-08-31T18:48:22.109Z] SSH_AGENT_PID=16 [2020-08-31T18:48:22.119Z] Running ssh-add (command line suppressed) [2020-08-31T18:48:22.240Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_6838009643314576403.key (/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_6838009643314576403.key) [2020-08-31T18:48:22.337Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T18:48:22.714Z] + git describe --exact-match --tags HEAD [2020-08-31T18:48:22.714Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T18:48:22.754Z] $ docker exec --env ******** --env ******** a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent -k [2020-08-31T18:48:22.860Z] unset SSH_AUTH_SOCK; [2020-08-31T18:48:22.861Z] unset SSH_AGENT_PID; [2020-08-31T18:48:22.861Z] echo Agent pid 16 killed; [2020-08-31T18:48:22.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T18:48:23.044Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T18:48:23.044Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T18:48:23.142Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T18:48:23.142Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T18:48:23.298Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T18:48:23.305Z] $ docker exec a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent [2020-08-31T18:48:23.451Z] SSH_AUTH_SOCK=/tmp/ssh-Gn5athZoMSnM/agent.45 [2020-08-31T18:48:23.451Z] SSH_AGENT_PID=50 [2020-08-31T18:48:23.456Z] Running ssh-add (command line suppressed) [2020-08-31T18:48:23.573Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_1008637971389635130.key (/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/private_key_1008637971389635130.key) [2020-08-31T18:48:23.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T18:48:23.991Z] + git semver init [2020-08-31T18:48:23.991Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T18:48:23.991Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-165/.git [2020-08-31T18:48:23.991Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-165 [2020-08-31T18:48:23.991Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T18:48:23.991Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T18:48:23.991Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T18:48:23.991Z] # $SEMVER_BRANCH = PR-165 [2020-08-31T18:48:23.991Z] # $SEMVER_TEMP = /tmp/semver-104115051 [2020-08-31T18:48:23.991Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-08-31T18:48:24.254Z] # '/tmp/semver-104115051' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-165/.semver' [2020-08-31T18:48:24.254Z] # -> Force: false [2020-08-31T18:48:24.254Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-165/.semver [Pipeline] } [2020-08-31T18:48:24.278Z] $ docker exec --env ******** --env ******** a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 ssh-agent -k [2020-08-31T18:48:24.393Z] unset SSH_AUTH_SOCK; [2020-08-31T18:48:24.394Z] unset SSH_AGENT_PID; [2020-08-31T18:48:24.394Z] echo Agent pid 50 killed; [2020-08-31T18:48:24.433Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T18:48:24.970Z] + git semver [Pipeline] } [2020-08-31T18:48:25.005Z] $ docker stop --time=1 a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 [2020-08-31T18:48:26.404Z] $ docker rm -f a679ae6b05c0146219d63e9a723925721714383df1347ed2fccbb0f1d1efd961 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T18:48:27.056Z] Stashed 23 file(s) [Pipeline] echo [2020-08-31T18:48:27.074Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-08-31T18:48:27.180Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-31T18:48:42.813Z] Still waiting to schedule task [2020-08-31T18:48:42.813Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T18:48:42.837Z] Still waiting to schedule task [2020-08-31T18:48:42.837Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-811’ is offline [2020-08-31T18:50:26.751Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-816 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] ws [2020-08-31T18:50:26.892Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-08-31T18:50:32.131Z] using credential edgex-jenkins-ssh [2020-08-31T18:50:32.188Z] Cloning the remote Git repository [2020-08-31T18:50:32.188Z] Cloning with configured refspecs honoured and without tags [2020-08-31T18:50:32.244Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:50:32.348Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-08-31T18:50:32.416Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:50:32.417Z] > git --version # timeout=10 [2020-08-31T18:50:32.435Z] > git --version # 'git version 2.17.1' [2020-08-31T18:50:32.437Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:50:32.501Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:50:33.277Z] Fetching without tags [2020-08-31T18:50:33.781Z] Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:50:34.208Z] Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:50:34.208Z] Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) [2020-08-31T18:50:33.195Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:50:33.212Z] > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 [2020-08-31T18:50:33.229Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:50:33.253Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:50:33.290Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:50:33.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:50:33.303Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:50:33.878Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:50:33.910Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:50:34.073Z] > git remote # timeout=10 [2020-08-31T18:50:34.150Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T18:50:34.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:50:34.173Z] > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [2020-08-31T18:50:34.194Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T18:50:34.216Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:50:34.233Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:50:38.528Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" [2020-08-31T18:50:38.593Z] > git --version # timeout=10 [2020-08-31T18:50:38.616Z] > git --version # 'git version 2.17.1' [2020-08-31T18:50:38.634Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T18:50:39.904Z] ========================================================= [2020-08-31T18:50:39.904Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T18:50:39.904Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:50:41.179Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-31T18:50:42.186Z] Sending build context to Docker daemon 600.1kB [2020-08-31T18:50:42.186Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T18:50:42.186Z] Step 2/8 : FROM ${BASE} [2020-08-31T18:50:42.186Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T18:50:42.186Z] b538f80385f9: Pulling fs layer [2020-08-31T18:50:42.186Z] 74f711af9a0d: Pulling fs layer [2020-08-31T18:50:42.186Z] 99f96fe45779: Pulling fs layer [2020-08-31T18:50:42.186Z] fd7a069fd194: Pulling fs layer [2020-08-31T18:50:42.186Z] 66aa3694b03b: Pulling fs layer [2020-08-31T18:50:42.186Z] 170f70906a0f: Pulling fs layer [2020-08-31T18:50:42.186Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T18:50:42.186Z] e772456be8f7: Pulling fs layer [2020-08-31T18:50:42.186Z] c890913d741a: Pulling fs layer [2020-08-31T18:50:42.186Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T18:50:42.186Z] 09adf4765672: Pulling fs layer [2020-08-31T18:50:42.186Z] e772456be8f7: Waiting [2020-08-31T18:50:42.186Z] 170f70906a0f: Waiting [2020-08-31T18:50:42.186Z] c890913d741a: Waiting [2020-08-31T18:50:42.186Z] ad7c5574e4b9: Waiting [2020-08-31T18:50:42.186Z] fd7a069fd194: Waiting [2020-08-31T18:50:42.186Z] 2480fcc9aa5a: Waiting [2020-08-31T18:50:42.186Z] 66aa3694b03b: Waiting [2020-08-31T18:50:42.462Z] 99f96fe45779: Download complete [2020-08-31T18:50:42.462Z] 74f711af9a0d: Verifying Checksum [2020-08-31T18:50:42.462Z] 74f711af9a0d: Download complete [2020-08-31T18:50:42.462Z] 66aa3694b03b: Verifying Checksum [2020-08-31T18:50:42.462Z] 66aa3694b03b: Download complete [2020-08-31T18:50:42.462Z] 170f70906a0f: Verifying Checksum [2020-08-31T18:50:42.462Z] 170f70906a0f: Download complete [2020-08-31T18:50:42.462Z] b538f80385f9: Verifying Checksum [2020-08-31T18:50:42.462Z] b538f80385f9: Download complete [2020-08-31T18:50:43.457Z] b538f80385f9: Pull complete [2020-08-31T18:50:44.052Z] 74f711af9a0d: Pull complete [2020-08-31T18:50:44.329Z] 99f96fe45779: Pull complete [2020-08-31T18:50:44.601Z] ad7c5574e4b9: Download complete [2020-08-31T18:50:44.601Z] c890913d741a: Verifying Checksum [2020-08-31T18:50:44.601Z] c890913d741a: Download complete [2020-08-31T18:50:46.049Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T18:50:46.049Z] 2480fcc9aa5a: Download complete [2020-08-31T18:50:46.049Z] 09adf4765672: Download complete [2020-08-31T18:50:46.651Z] e772456be8f7: Verifying Checksum [2020-08-31T18:50:46.651Z] e772456be8f7: Download complete [2020-08-31T18:50:47.245Z] fd7a069fd194: Verifying Checksum [2020-08-31T18:50:47.245Z] fd7a069fd194: Download complete [2020-08-31T18:50:51.386Z] Running on prd-centos7-docker-4c-2g-817 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] ws [2020-08-31T18:50:51.464Z] Running in /w/workspace/device-mqtt-go/1 [Pipeline] { [Pipeline] checkout [2020-08-31T18:50:53.881Z] using credential edgex-jenkins-ssh [2020-08-31T18:50:53.925Z] Cloning the remote Git repository [2020-08-31T18:50:53.925Z] Cloning with configured refspecs honoured and without tags [2020-08-31T18:50:54.681Z] Fetching without tags [2020-08-31T18:50:53.970Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:50:54.049Z] > git init /w/workspace/device-mqtt-go/1 # timeout=10 [2020-08-31T18:50:54.099Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:50:54.100Z] > git --version # timeout=10 [2020-08-31T18:50:54.106Z] > git --version # 'git version 2.16.5' [2020-08-31T18:50:54.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:50:54.133Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:50:54.653Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:50:54.659Z] > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 [2020-08-31T18:50:54.667Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:50:54.677Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:50:54.687Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:50:54.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:50:54.692Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:50:55.071Z] Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:50:55.149Z] Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:50:55.150Z] Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) [2020-08-31T18:50:55.081Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:50:55.088Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:50:55.118Z] > git remote # timeout=10 [2020-08-31T18:50:55.124Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T18:50:55.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:50:55.133Z] > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [2020-08-31T18:50:55.145Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T18:50:55.154Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:50:55.160Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:50:58.755Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" [2020-08-31T18:50:58.784Z] > git --version # timeout=10 [2020-08-31T18:50:58.792Z] > git --version # 'git version 2.16.5' [2020-08-31T18:50:58.799Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T18:50:59.636Z] ========================================================= [2020-08-31T18:50:59.636Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T18:50:59.636Z] ========================================================= [2020-08-31T18:50:59.655Z] fd7a069fd194: Pull complete [2020-08-31T18:50:59.655Z] 66aa3694b03b: Pull complete [2020-08-31T18:50:59.655Z] 170f70906a0f: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:51:00.326Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-31T18:51:00.588Z] Sending build context to Docker daemon 600.1kB [2020-08-31T18:51:00.588Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T18:51:00.588Z] Step 2/8 : FROM ${BASE} [2020-08-31T18:51:00.588Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T18:51:00.588Z] df20fa9351a1: Pulling fs layer [2020-08-31T18:51:00.588Z] ed8968b2872e: Pulling fs layer [2020-08-31T18:51:00.588Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T18:51:00.588Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T18:51:00.588Z] 1e091d79d1de: Pulling fs layer [2020-08-31T18:51:00.588Z] 481702a1767f: Pulling fs layer [2020-08-31T18:51:00.588Z] f64a6f60c768: Pulling fs layer [2020-08-31T18:51:00.588Z] e78d2573fc39: Pulling fs layer [2020-08-31T18:51:00.588Z] e876d2f968b6: Pulling fs layer [2020-08-31T18:51:00.588Z] ce8a83651883: Pulling fs layer [2020-08-31T18:51:00.588Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T18:51:00.588Z] 2dd03ba5bac4: Waiting [2020-08-31T18:51:00.588Z] f64a6f60c768: Waiting [2020-08-31T18:51:00.588Z] 1e091d79d1de: Waiting [2020-08-31T18:51:00.588Z] e78d2573fc39: Waiting [2020-08-31T18:51:00.588Z] 481702a1767f: Waiting [2020-08-31T18:51:00.588Z] e876d2f968b6: Waiting [2020-08-31T18:51:00.588Z] 07967f4d0e4b: Waiting [2020-08-31T18:51:00.588Z] ce8a83651883: Waiting [2020-08-31T18:51:00.868Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T18:51:00.868Z] a92cc7c5fd73: Download complete [2020-08-31T18:51:00.868Z] ed8968b2872e: Download complete [2020-08-31T18:51:00.868Z] 1e091d79d1de: Verifying Checksum [2020-08-31T18:51:00.868Z] 1e091d79d1de: Download complete [2020-08-31T18:51:00.868Z] 481702a1767f: Verifying Checksum [2020-08-31T18:51:00.868Z] 481702a1767f: Download complete [2020-08-31T18:51:00.868Z] df20fa9351a1: Download complete [2020-08-31T18:51:01.144Z] df20fa9351a1: Pull complete [2020-08-31T18:51:01.737Z] f64a6f60c768: Verifying Checksum [2020-08-31T18:51:01.737Z] f64a6f60c768: Download complete [2020-08-31T18:51:01.737Z] e876d2f968b6: Verifying Checksum [2020-08-31T18:51:01.737Z] e876d2f968b6: Download complete [2020-08-31T18:51:02.300Z] ad7c5574e4b9: Pull complete [2020-08-31T18:51:02.324Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T18:51:02.324Z] 2dd03ba5bac4: Download complete [2020-08-31T18:51:02.324Z] ce8a83651883: Verifying Checksum [2020-08-31T18:51:02.324Z] ce8a83651883: Download complete [2020-08-31T18:51:02.324Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T18:51:02.324Z] 07967f4d0e4b: Download complete [2020-08-31T18:51:02.324Z] e78d2573fc39: Verifying Checksum [2020-08-31T18:51:02.324Z] e78d2573fc39: Download complete [2020-08-31T18:51:02.906Z] ed8968b2872e: Pull complete [2020-08-31T18:51:03.170Z] a92cc7c5fd73: Pull complete [2020-08-31T18:51:07.697Z] e772456be8f7: Pull complete [2020-08-31T18:51:07.697Z] c890913d741a: Pull complete [2020-08-31T18:51:08.478Z] 2dd03ba5bac4: Pull complete [2020-08-31T18:51:08.478Z] 1e091d79d1de: Pull complete [2020-08-31T18:51:08.741Z] 481702a1767f: Pull complete [2020-08-31T18:51:09.676Z] 2480fcc9aa5a: Pull complete [2020-08-31T18:51:09.949Z] 09adf4765672: Pull complete [2020-08-31T18:51:09.949Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T18:51:10.222Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T18:51:10.222Z] ---> 2248a725d1cf [2020-08-31T18:51:10.222Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-31T18:51:14.049Z] f64a6f60c768: Pull complete [2020-08-31T18:51:14.528Z] ---> Running in 830adea3b7ea [2020-08-31T18:51:14.801Z] Removing intermediate container 830adea3b7ea [2020-08-31T18:51:14.801Z] ---> 13fb55f31787 [2020-08-31T18:51:14.801Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T18:51:15.076Z] ---> Running in 55b7cb869ff6 [2020-08-31T18:51:16.622Z] e78d2573fc39: Pull complete [2020-08-31T18:51:16.888Z] e876d2f968b6: Pull complete [2020-08-31T18:51:17.707Z] Removing intermediate container 55b7cb869ff6 [2020-08-31T18:51:17.707Z] ---> b634f1571a0a [2020-08-31T18:51:17.707Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T18:51:17.707Z] ---> Running in 0d3b2311a1e2 [2020-08-31T18:51:17.848Z] ce8a83651883: Pull complete [2020-08-31T18:51:17.848Z] 07967f4d0e4b: Pull complete [2020-08-31T18:51:17.848Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T18:51:17.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T18:51:17.848Z] ---> 5d7c900382c6 [2020-08-31T18:51:17.848Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-31T18:51:19.136Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T18:51:19.771Z] ---> Running in d61c79990c2c [2020-08-31T18:51:19.771Z] Removing intermediate container d61c79990c2c [2020-08-31T18:51:19.771Z] ---> e4be84b4f646 [2020-08-31T18:51:19.771Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T18:51:19.771Z] ---> Running in 6d286247876a [2020-08-31T18:51:20.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T18:51:20.700Z] (1/14) Installing libmagic (5.38-r0) [2020-08-31T18:51:20.970Z] (2/14) Installing file (5.38-r0) [2020-08-31T18:51:21.161Z] Removing intermediate container 6d286247876a [2020-08-31T18:51:21.162Z] ---> d234a7001f9a [2020-08-31T18:51:21.162Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T18:51:21.162Z] ---> Running in a408c6c78928 [2020-08-31T18:51:21.242Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-31T18:51:21.242Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-31T18:51:21.735Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T18:51:22.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T18:51:22.884Z] (1/14) Installing libmagic (5.38-r0) [2020-08-31T18:51:23.146Z] (2/14) Installing file (5.38-r0) [2020-08-31T18:51:23.147Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-31T18:51:23.410Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-31T18:51:26.715Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-31T18:51:26.715Z] (6/14) Installing patch (2.7.6-r6) [2020-08-31T18:51:26.715Z] (7/14) Installing build-base (0.5-r2) [2020-08-31T18:51:26.715Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-31T18:51:26.977Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-31T18:51:26.977Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-31T18:51:27.239Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-31T18:51:27.500Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-31T18:51:27.500Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-31T18:51:27.500Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-31T18:51:27.763Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T18:51:27.763Z] OK: 237 MiB in 53 packages [2020-08-31T18:51:29.483Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-31T18:51:29.483Z] (6/14) Installing patch (2.7.6-r6) [2020-08-31T18:51:29.483Z] (7/14) Installing build-base (0.5-r2) [2020-08-31T18:51:29.483Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-31T18:51:29.483Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-31T18:51:29.753Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-31T18:51:30.341Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-31T18:51:30.341Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-31T18:51:30.610Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-31T18:51:30.610Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-31T18:51:30.881Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T18:51:30.881Z] OK: 221 MiB in 53 packages [2020-08-31T18:51:31.080Z] Removing intermediate container a408c6c78928 [2020-08-31T18:51:31.080Z] ---> 7fedf2fe3a63 [2020-08-31T18:51:31.080Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-08-31T18:51:31.080Z] ---> Running in 5414fe03f09b [2020-08-31T18:51:31.342Z] Removing intermediate container 5414fe03f09b [2020-08-31T18:51:31.342Z] ---> c039183612ed [2020-08-31T18:51:31.342Z] Step 7/8 : COPY . . [2020-08-31T18:51:31.915Z] ---> 5a1c5a18e6ae [2020-08-31T18:51:31.915Z] Step 8/8 : RUN go mod download [2020-08-31T18:51:32.180Z] ---> Running in bdf33a2ede57 [2020-08-31T18:51:34.097Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T18:51:34.358Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T18:51:34.358Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T18:51:34.358Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T18:51:34.358Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T18:51:34.358Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T18:51:34.358Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T18:51:34.358Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T18:51:34.619Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-08-31T18:51:34.619Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T18:51:34.619Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T18:51:34.619Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T18:51:34.619Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T18:51:34.619Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T18:51:34.619Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T18:51:34.883Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T18:51:34.883Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T18:51:34.883Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T18:51:34.883Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T18:51:34.883Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T18:51:34.883Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T18:51:34.883Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T18:51:35.146Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T18:51:35.146Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T18:51:35.146Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T18:51:35.146Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T18:51:35.146Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T18:51:35.146Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T18:51:35.146Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T18:51:35.187Z] Removing intermediate container 0d3b2311a1e2 [2020-08-31T18:51:35.187Z] ---> 66c081a34d6e [2020-08-31T18:51:35.187Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-08-31T18:51:35.187Z] ---> Running in 7999109e292c [2020-08-31T18:51:35.408Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T18:51:35.408Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T18:51:35.408Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T18:51:35.408Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T18:51:35.408Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T18:51:35.408Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T18:51:35.408Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T18:51:35.669Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T18:51:35.669Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T18:51:35.669Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T18:51:35.669Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T18:51:35.669Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T18:51:35.669Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T18:51:35.669Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T18:51:35.779Z] Removing intermediate container 7999109e292c [2020-08-31T18:51:35.779Z] ---> cd3fd9cedbef [2020-08-31T18:51:35.779Z] Step 7/8 : COPY . . [2020-08-31T18:51:35.931Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T18:51:35.931Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T18:51:35.931Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T18:51:35.931Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T18:51:35.931Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T18:51:35.931Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T18:51:35.931Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T18:51:36.194Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T18:51:36.194Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T18:51:36.194Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T18:51:36.194Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T18:51:36.194Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T18:51:36.194Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T18:51:36.194Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T18:51:36.194Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T18:51:36.458Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T18:51:36.458Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T18:51:36.458Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T18:51:36.458Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T18:51:36.458Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T18:51:36.458Z] go: finding github.com/spf13/cast v1.3.0 [2020-08-31T18:51:36.458Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T18:51:36.718Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T18:51:36.718Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T18:51:36.718Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T18:51:36.718Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T18:51:36.718Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-08-31T18:51:36.718Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T18:51:36.718Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T18:51:36.763Z] ---> 7a38191df40d [2020-08-31T18:51:36.763Z] Step 8/8 : RUN go mod download [2020-08-31T18:51:36.763Z] ---> Running in 9298ac242392 [2020-08-31T18:51:36.982Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-08-31T18:51:36.982Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-31T18:51:36.982Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T18:51:40.131Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T18:51:40.131Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T18:51:40.131Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T18:51:40.404Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T18:51:40.404Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T18:51:40.404Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T18:51:40.404Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T18:51:40.404Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T18:51:40.404Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-08-31T18:51:40.404Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T18:51:40.675Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T18:51:40.675Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T18:51:40.675Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T18:51:40.675Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T18:51:40.675Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T18:51:40.675Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T18:51:40.675Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T18:51:40.947Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T18:51:40.947Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T18:51:40.947Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T18:51:40.947Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T18:51:40.947Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T18:51:40.947Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T18:51:41.217Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T18:51:41.217Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T18:51:41.217Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T18:51:41.217Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T18:51:41.486Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T18:51:41.486Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T18:51:41.486Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T18:51:41.486Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T18:51:41.486Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T18:51:41.757Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T18:51:41.757Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T18:51:41.757Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T18:51:42.030Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T18:51:42.030Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T18:51:42.030Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T18:51:42.030Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T18:51:42.030Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T18:51:42.030Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T18:51:42.030Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T18:51:42.302Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T18:51:42.302Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T18:51:42.302Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T18:51:42.302Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T18:51:42.302Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T18:51:42.302Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T18:51:42.571Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T18:51:42.571Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T18:51:42.571Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T18:51:42.571Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T18:51:42.571Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T18:51:42.571Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T18:51:42.571Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T18:51:42.839Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T18:51:42.839Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T18:51:42.839Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T18:51:42.839Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T18:51:42.839Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T18:51:42.839Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T18:51:42.839Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T18:51:43.108Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T18:51:43.108Z] go: finding github.com/spf13/cast v1.3.0 [2020-08-31T18:51:43.108Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T18:51:43.108Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T18:51:43.108Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T18:51:43.108Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T18:51:43.385Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T18:51:43.385Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-08-31T18:51:43.385Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T18:51:43.385Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T18:51:43.385Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-08-31T18:51:43.385Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-31T18:51:43.385Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T18:51:45.283Z] Removing intermediate container bdf33a2ede57 [2020-08-31T18:51:45.283Z] ---> 79ce84548994 [2020-08-31T18:51:45.283Z] Successfully built 79ce84548994 [2020-08-31T18:51:45.283Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:51:46.339Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-31T18:51:46.339Z] . [Pipeline] withDockerContainer [2020-08-31T18:51:46.466Z] prd-centos7-docker-4c-2g-817 does not seem to be running inside a container [2020-08-31T18:51:46.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-31T18:51:47.803Z] $ docker top 6aea3981e4671aa9edbaa1cbdd0e5502a27621fc1cf2deed9ef033e24a770697 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T18:51:48.329Z] + go version [2020-08-31T18:51:48.329Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-31T18:51:48.661Z] + make test [2020-08-31T18:51:48.661Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-31T18:51:49.621Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-08-31T18:51:53.536Z] Removing intermediate container 9298ac242392 [2020-08-31T18:51:53.536Z] ---> ed0c9d1fc904 [2020-08-31T18:51:53.536Z] Successfully built ed0c9d1fc904 [2020-08-31T18:51:53.536Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:51:54.433Z] + docker inspect -f . ci-base-image-arm64 [2020-08-31T18:51:54.433Z] . [Pipeline] withDockerContainer [2020-08-31T18:51:54.714Z] prd-ubuntu18.04-docker-arm64-4c-16g-816 does not seem to be running inside a container [2020-08-31T18:51:54.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/1 -v /w/workspace/device-mqtt-go/1:/w/workspace/device-mqtt-go/1:rw,z -v /w/workspace/device-mqtt-go/1@tmp:/w/workspace/device-mqtt-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-31T18:51:56.600Z] $ docker top 4cf6bd08deab93226a02bf26693c2b931744e25b9a3180475069a45ef659ff61 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T18:51:58.042Z] + go version [2020-08-31T18:51:58.042Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-31T18:51:59.096Z] + make test [2020-08-31T18:51:59.096Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-31T18:51:59.720Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-08-31T18:51:59.720Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.009s coverage: 28.3% of statements [2020-08-31T18:51:59.720Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-08-31T18:51:59.720Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-31T18:52:00.090Z] ? github.com/edgexfoundry/device-mqtt-go [no test files] [2020-08-31T18:52:01.673Z] gofmt -l . [2020-08-31T18:52:01.673Z] ["`gofmt -l .`" = ""] [2020-08-31T18:52:01.673Z] ./bin/test-attribution-txt.sh [2020-08-31T18:52:02.247Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-31T18:52:02.834Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T18:52:02.853Z] $ docker stop --time=1 6aea3981e4671aa9edbaa1cbdd0e5502a27621fc1cf2deed9ef033e24a770697 [2020-08-31T18:52:05.137Z] $ docker rm -f 6aea3981e4671aa9edbaa1cbdd0e5502a27621fc1cf2deed9ef033e24a770697 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T18:52:06.711Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T18:52:07.029Z] + ls -al . [2020-08-31T18:52:07.029Z] total 100 [2020-08-31T18:52:07.029Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 31 18:52 . [2020-08-31T18:52:07.029Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 18:50 .. [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 4678 Aug 31 18:50 Attribution.txt [2020-08-31T18:52:07.029Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 18:50 bin [2020-08-31T18:52:07.029Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 18:50 cmd [2020-08-31T18:52:07.029Z] -rw-r--r--. 1 jenkins jenkins 18939 Aug 31 18:51 coverage.out [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 1784 Aug 31 18:50 Dockerfile [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 953 Aug 31 18:50 Dockerfile.build [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 18:50 .dockerignore [2020-08-31T18:52:07.029Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 18:50 .git [2020-08-31T18:52:07.029Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 18:50 .github [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 328 Aug 31 18:50 .gitignore [2020-08-31T18:52:07.029Z] -rw-r--r--. 1 jenkins jenkins 510 Aug 31 18:52 go.mod [2020-08-31T18:52:07.029Z] -rw-r--r--. 1 jenkins jenkins 13621 Aug 31 18:52 go.sum [2020-08-31T18:52:07.029Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 18:50 internal [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 700 Aug 31 18:50 Jenkinsfile [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 18:50 LICENSE [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 902 Aug 31 18:50 Makefile [2020-08-31T18:52:07.029Z] drwxrwxr-x. 2 jenkins jenkins 23 Aug 31 18:50 mock [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 444 Aug 31 18:50 README.md [2020-08-31T18:52:07.029Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 31 18:50 .semver [2020-08-31T18:52:07.029Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 18:50 snap [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 18:48 VERSION [2020-08-31T18:52:07.029Z] -rw-rw-r--. 1 jenkins jenkins 227 Aug 31 18:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:52:07.363Z] + 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=d7447a91da9905bf33fee48a0edb56a4b77c94bd --label arch=amd64 --label version=0.0.0 . [2020-08-31T18:52:07.363Z] Sending build context to Docker daemon 619.5kB [2020-08-31T18:52:07.363Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-08-31T18:52:07.363Z] Step 2/22 : FROM ${BASE} AS builder [2020-08-31T18:52:07.363Z] ---> 79ce84548994 [2020-08-31T18:52:07.363Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-31T18:52:07.624Z] ---> Running in 23c582d826be [2020-08-31T18:52:07.892Z] Removing intermediate container 23c582d826be [2020-08-31T18:52:07.892Z] ---> c372934904be [2020-08-31T18:52:07.892Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T18:52:07.892Z] ---> Running in ee2e0d3c5307 [2020-08-31T18:52:08.156Z] Removing intermediate container ee2e0d3c5307 [2020-08-31T18:52:08.156Z] ---> 4fe286f7512c [2020-08-31T18:52:08.156Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T18:52:08.156Z] ---> Running in 3c4a6f0976b4 [2020-08-31T18:52:09.101Z] Removing intermediate container 3c4a6f0976b4 [2020-08-31T18:52:09.101Z] ---> 2bdd06413824 [2020-08-31T18:52:09.101Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T18:52:09.101Z] ---> Running in fd4e015236db [2020-08-31T18:52:09.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T18:52:10.304Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T18:52:10.880Z] OK: 237 MiB in 53 packages [2020-08-31T18:52:11.141Z] Removing intermediate container fd4e015236db [2020-08-31T18:52:11.141Z] ---> 4de12ee79a14 [2020-08-31T18:52:11.141Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-08-31T18:52:11.141Z] ---> Running in d64fbc381d8e [2020-08-31T18:52:11.404Z] Removing intermediate container d64fbc381d8e [2020-08-31T18:52:11.404Z] ---> ace200a032b5 [2020-08-31T18:52:11.404Z] Step 8/22 : COPY . . [2020-08-31T18:52:12.805Z] ---> 961d61217f1b [2020-08-31T18:52:12.805Z] Step 9/22 : ARG MAKE='make build' [2020-08-31T18:52:12.805Z] ---> Running in 888a0572ea3f [2020-08-31T18:52:12.805Z] Removing intermediate container 888a0572ea3f [2020-08-31T18:52:12.805Z] ---> dd5ea3470b8d [2020-08-31T18:52:12.805Z] Step 10/22 : RUN $MAKE [2020-08-31T18:52:12.805Z] ---> Running in b3e71c9d719b [2020-08-31T18:52:13.396Z] 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-08-31T18:52:23.506Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T18:52:26.819Z] Removing intermediate container b3e71c9d719b [2020-08-31T18:52:26.819Z] ---> 5d3505f766bd [2020-08-31T18:52:26.819Z] Step 11/22 : FROM alpine [2020-08-31T18:52:26.819Z] latest: Pulling from library/alpine [2020-08-31T18:52:26.819Z] df20fa9351a1: Already exists [2020-08-31T18:52:26.819Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T18:52:26.819Z] Status: Downloaded newer image for alpine:latest [2020-08-31T18:52:26.819Z] ---> a24bb4013296 [2020-08-31T18:52:26.819Z] Step 12/22 : ENV APP_PORT=49982 [2020-08-31T18:52:27.086Z] ---> Running in af7524b7bd56 [2020-08-31T18:52:27.086Z] Removing intermediate container af7524b7bd56 [2020-08-31T18:52:27.086Z] ---> 5cc50f32cf51 [2020-08-31T18:52:27.086Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-31T18:52:27.086Z] ---> Running in 7b47aab3332a [2020-08-31T18:52:27.347Z] Removing intermediate container 7b47aab3332a [2020-08-31T18:52:27.347Z] ---> 24637e560b53 [2020-08-31T18:52:27.347Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-08-31T18:52:27.919Z] ---> 28d4bd298bdb [2020-08-31T18:52:27.919Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-08-31T18:52:28.180Z] ---> 5164cd344444 [2020-08-31T18:52:28.180Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-08-31T18:52:28.441Z] ---> 17b2953c8acc [2020-08-31T18:52:28.441Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-08-31T18:52:28.441Z] ---> Running in bc7f13b6c072 [2020-08-31T18:52:28.703Z] Removing intermediate container bc7f13b6c072 [2020-08-31T18:52:28.703Z] ---> b9508b094b47 [2020-08-31T18:52:28.703Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-08-31T18:52:28.703Z] ---> Running in 53023d21ee19 [2020-08-31T18:52:28.703Z] Removing intermediate container 53023d21ee19 [2020-08-31T18:52:28.703Z] ---> 07ecd4128b8e [2020-08-31T18:52:28.703Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T18:52:28.964Z] ---> Running in 8532d99b684d [2020-08-31T18:52:28.964Z] Removing intermediate container 8532d99b684d [2020-08-31T18:52:28.964Z] ---> 8baa47f2a53e [2020-08-31T18:52:28.964Z] Step 20/22 : LABEL arch=amd64 [2020-08-31T18:52:28.964Z] ---> Running in 77618051ad0f [2020-08-31T18:52:29.226Z] Removing intermediate container 77618051ad0f [2020-08-31T18:52:29.226Z] ---> 3b2de989a2a9 [2020-08-31T18:52:29.226Z] Step 21/22 : LABEL git_sha=d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:52:29.226Z] ---> Running in 5715d014c39f [2020-08-31T18:52:29.490Z] Removing intermediate container 5715d014c39f [2020-08-31T18:52:29.490Z] ---> d7c3742a2cf3 [2020-08-31T18:52:29.490Z] Step 22/22 : LABEL version=0.0.0 [2020-08-31T18:52:29.490Z] ---> Running in 505d7ef610d6 [2020-08-31T18:52:29.490Z] Removing intermediate container 505d7ef610d6 [2020-08-31T18:52:29.490Z] ---> 7595f2ab1c62 [2020-08-31T18:52:29.490Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T18:52:29.490Z] Successfully built 7595f2ab1c62 [2020-08-31T18:52:29.490Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-08-31T18:52:32.491Z] ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] [2020-08-31T18:52:32.492Z] ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.026s coverage: 28.3% of statements [2020-08-31T18:52:32.492Z] ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] [2020-08-31T18:52:32.492Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-31T18:52:37.909Z] gofmt -l . [2020-08-31T18:52:37.909Z] ["`gofmt -l .`" = ""] [2020-08-31T18:52:37.909Z] ./bin/test-attribution-txt.sh [2020-08-31T18:52:38.502Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-31T18:52:38.813Z] Warning: overwriting stash ‘coverage-report’ [2020-08-31T18:52:39.506Z] Stashed 1 file(s) [Pipeline] } [2020-08-31T18:52:39.536Z] $ docker stop --time=1 4cf6bd08deab93226a02bf26693c2b931744e25b9a3180475069a45ef659ff61 [2020-08-31T18:52:41.766Z] $ docker rm -f 4cf6bd08deab93226a02bf26693c2b931744e25b9a3180475069a45ef659ff61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T18:52:43.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T18:52:43.667Z] + ls -al . [2020-08-31T18:52:43.667Z] total 136 [2020-08-31T18:52:43.667Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 18:52 . [2020-08-31T18:52:43.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:50 .. [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 18:50 .dockerignore [2020-08-31T18:52:43.667Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 18:50 .git [2020-08-31T18:52:43.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:50 .github [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 328 Aug 31 18:50 .gitignore [2020-08-31T18:52:43.667Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:50 .semver [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 4678 Aug 31 18:50 Attribution.txt [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 1784 Aug 31 18:50 Dockerfile [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 953 Aug 31 18:50 Dockerfile.build [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 700 Aug 31 18:50 Jenkinsfile [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 18:50 LICENSE [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 902 Aug 31 18:50 Makefile [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 444 Aug 31 18:50 README.md [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 18:48 VERSION [2020-08-31T18:52:43.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:50 bin [2020-08-31T18:52:43.667Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:50 cmd [2020-08-31T18:52:43.667Z] -rw-r--r-- 1 jenkins jenkins 18939 Aug 31 18:52 coverage.out [2020-08-31T18:52:43.667Z] -rw-r--r-- 1 jenkins jenkins 510 Aug 31 18:52 go.mod [2020-08-31T18:52:43.667Z] -rw-r--r-- 1 jenkins jenkins 13621 Aug 31 18:52 go.sum [2020-08-31T18:52:43.667Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 18:50 internal [2020-08-31T18:52:43.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 18:50 mock [2020-08-31T18:52:43.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 18:50 snap [2020-08-31T18:52:43.667Z] -rw-rw-r-- 1 jenkins jenkins 227 Aug 31 18:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:52:44.035Z] + 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=d7447a91da9905bf33fee48a0edb56a4b77c94bd --label arch=arm64 --label version=0.0.0 . [2020-08-31T18:52:44.307Z] Sending build context to Docker daemon 619.5kB [2020-08-31T18:52:44.307Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-08-31T18:52:44.307Z] Step 2/22 : FROM ${BASE} AS builder [2020-08-31T18:52:44.307Z] ---> ed0c9d1fc904 [2020-08-31T18:52:44.307Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-31T18:52:44.581Z] ---> Running in 75091cc858df [2020-08-31T18:52:45.178Z] Removing intermediate container 75091cc858df [2020-08-31T18:52:45.178Z] ---> 48efe76d88d3 [2020-08-31T18:52:45.178Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T18:52:45.178Z] ---> Running in cb150e2bd1d0 [2020-08-31T18:52:45.483Z] Still waiting to schedule task [2020-08-31T18:52:45.484Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-08-31T18:52:45.772Z] Removing intermediate container cb150e2bd1d0 [2020-08-31T18:52:45.772Z] ---> 39f83e57b4f4 [2020-08-31T18:52:45.772Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T18:52:45.772Z] ---> Running in 3b50f46d434a [2020-08-31T18:52:48.411Z] Removing intermediate container 3b50f46d434a [2020-08-31T18:52:48.411Z] ---> c52924dad25d [2020-08-31T18:52:48.411Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T18:52:48.411Z] ---> Running in 8d1c4bbc0de1 [2020-08-31T18:52:49.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T18:52:50.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T18:52:51.409Z] OK: 221 MiB in 53 packages [2020-08-31T18:52:52.388Z] Removing intermediate container 8d1c4bbc0de1 [2020-08-31T18:52:52.388Z] ---> 58d90e07140c [2020-08-31T18:52:52.388Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-08-31T18:52:52.664Z] ---> Running in 31be990b1983 [2020-08-31T18:52:53.258Z] Removing intermediate container 31be990b1983 [2020-08-31T18:52:53.258Z] ---> 7ad46d38cbb3 [2020-08-31T18:52:53.258Z] Step 8/22 : COPY . . [2020-08-31T18:52:54.257Z] ---> 101a7c59fe68 [2020-08-31T18:52:54.257Z] Step 9/22 : ARG MAKE='make build' [2020-08-31T18:52:54.257Z] ---> Running in 75a07d5f27ba [2020-08-31T18:52:54.535Z] Removing intermediate container 75a07d5f27ba [2020-08-31T18:52:54.535Z] ---> b76946027fc4 [2020-08-31T18:52:54.535Z] Step 10/22 : RUN $MAKE [2020-08-31T18:52:54.811Z] ---> Running in c251cdcf5f84 [2020-08-31T18:52:56.259Z] 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-08-31T18:53:23.068Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T18:53:31.379Z] Removing intermediate container c251cdcf5f84 [2020-08-31T18:53:31.379Z] ---> 9f3e672eb97d [2020-08-31T18:53:31.379Z] Step 11/22 : FROM alpine [2020-08-31T18:53:31.658Z] latest: Pulling from library/alpine [2020-08-31T18:53:31.658Z] b538f80385f9: Already exists [2020-08-31T18:53:31.932Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T18:53:31.932Z] Status: Downloaded newer image for alpine:latest [2020-08-31T18:53:31.932Z] ---> 62ee0e9f8440 [2020-08-31T18:53:31.932Z] Step 12/22 : ENV APP_PORT=49982 [2020-08-31T18:53:32.205Z] ---> Running in 30a5aba14d6a [2020-08-31T18:53:32.477Z] Removing intermediate container 30a5aba14d6a [2020-08-31T18:53:32.477Z] ---> 57c0ab68c28b [2020-08-31T18:53:32.477Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-31T18:53:32.748Z] ---> Running in 8814466f2878 [2020-08-31T18:53:33.020Z] Removing intermediate container 8814466f2878 [2020-08-31T18:53:33.020Z] ---> 303e23a4da86 [2020-08-31T18:53:33.020Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-08-31T18:53:34.993Z] ---> c275af9366bc [2020-08-31T18:53:34.993Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-08-31T18:53:35.264Z] ---> ae875bcafc56 [2020-08-31T18:53:35.264Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-08-31T18:53:35.862Z] ---> 4f254e691e88 [2020-08-31T18:53:35.862Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-08-31T18:53:36.133Z] ---> Running in 13d71b153b5d [2020-08-31T18:53:36.723Z] Removing intermediate container 13d71b153b5d [2020-08-31T18:53:36.723Z] ---> c80d0f38f6cd [2020-08-31T18:53:36.723Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-08-31T18:53:36.723Z] ---> Running in c97b402e59cd [2020-08-31T18:53:37.360Z] Removing intermediate container c97b402e59cd [2020-08-31T18:53:37.360Z] ---> d47567fc0f3b [2020-08-31T18:53:37.360Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T18:53:37.360Z] ---> Running in aa33801ad9bb [2020-08-31T18:53:37.651Z] Removing intermediate container aa33801ad9bb [2020-08-31T18:53:37.651Z] ---> fda71a35ad30 [2020-08-31T18:53:37.651Z] Step 20/22 : LABEL arch=arm64 [2020-08-31T18:53:37.946Z] ---> Running in 908d05d6fbac [2020-08-31T18:53:38.230Z] Removing intermediate container 908d05d6fbac [2020-08-31T18:53:38.230Z] ---> b3910ed49f89 [2020-08-31T18:53:38.230Z] Step 21/22 : LABEL git_sha=d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:53:38.507Z] ---> Running in 199d9b799beb [2020-08-31T18:53:38.780Z] Removing intermediate container 199d9b799beb [2020-08-31T18:53:38.780Z] ---> ac0b40039ba1 [2020-08-31T18:53:38.780Z] Step 22/22 : LABEL version=0.0.0 [2020-08-31T18:53:39.057Z] ---> Running in 8e51dfbeb544 [2020-08-31T18:53:39.336Z] Removing intermediate container 8e51dfbeb544 [2020-08-31T18:53:39.336Z] ---> a849598d3f94 [2020-08-31T18:53:39.336Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T18:53:39.336Z] Successfully built a849598d3f94 [2020-08-31T18:53:39.336Z] 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-08-31T18:53:49.558Z] Running on prd-centos7-docker-8c-8g-818 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] checkout [2020-08-31T18:53:51.562Z] using credential edgex-jenkins-ssh [2020-08-31T18:53:51.610Z] Cloning the remote Git repository [2020-08-31T18:53:51.610Z] Cloning with configured refspecs honoured and without tags [2020-08-31T18:53:51.502Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:53:51.583Z] > git init /w/workspace/gexfoundry_device-mqtt-go_PR-165 # timeout=10 [2020-08-31T18:53:51.606Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:53:51.606Z] > git --version # timeout=10 [2020-08-31T18:53:51.612Z] > git --version # 'git version 2.16.5' [2020-08-31T18:53:51.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:53:51.634Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:53:52.246Z] Fetching without tags [2020-08-31T18:53:52.640Z] Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:53:52.705Z] Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:53:52.705Z] Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) [2020-08-31T18:53:52.144Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:53:52.150Z] > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 [2020-08-31T18:53:52.155Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:53:52.164Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:53:52.174Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:53:52.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:53:52.178Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:53:52.606Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:53:52.612Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:53:52.643Z] > git remote # timeout=10 [2020-08-31T18:53:52.647Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T18:53:52.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:53:52.654Z] > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [2020-08-31T18:53:52.661Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T18:53:52.669Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:53:52.674Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:53:55.149Z] Still waiting to schedule task [2020-08-31T18:53:55.149Z] All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline [2020-08-31T18:53:56.245Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" [2020-08-31T18:53:56.272Z] > git --version # timeout=10 [2020-08-31T18:53:56.275Z] > git --version # 'git version 2.16.5' [2020-08-31T18:53:56.278Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T18:53:57.480Z] ++ find /w/workspace/device-mqtt-go/1 [2020-08-31T18:53:57.480Z] ++ grep snapcraft.yaml [2020-08-31T18:53:57.480Z] find: ‘/w/workspace/device-mqtt-go/1’: No such file or directory [2020-08-31T18:53:57.480Z] + grep -Po '^name: \K(.*)' [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T18:53:58.863Z] Failed in branch amd64 [2020-08-31T18:55:31.877Z] Running on prd-ubuntu18.04-docker-arm64-16c-16g-819 in /w/workspace/gexfoundry_device-mqtt-go_PR-165 [Pipeline] { [Pipeline] checkout [2020-08-31T18:55:36.470Z] using credential edgex-jenkins-ssh [2020-08-31T18:55:36.519Z] Cloning the remote Git repository [2020-08-31T18:55:36.519Z] Cloning with configured refspecs honoured and without tags [2020-08-31T18:55:36.543Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:55:36.640Z] > git init /w/workspace/gexfoundry_device-mqtt-go_PR-165 # timeout=10 [2020-08-31T18:55:36.692Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:55:36.693Z] > git --version # timeout=10 [2020-08-31T18:55:36.707Z] > git --version # 'git version 2.17.1' [2020-08-31T18:55:36.709Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:55:36.756Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:55:37.427Z] Fetching without tags [2020-08-31T18:55:37.896Z] Merging remotes/origin/master commit e79178b88edbb9292baeff06bb49682f9eadd771 into PR head commit d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:55:37.343Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:55:37.357Z] > git config --add remote.origin.fetch +refs/pull/165/head:refs/remotes/origin/PR-165 # timeout=10 [2020-08-31T18:55:37.370Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:55:37.394Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T18:55:37.417Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T18:55:37.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:55:37.429Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/165/head:refs/remotes/origin/PR-165 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T18:55:37.896Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:55:37.907Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:55:37.974Z] > git remote # timeout=10 [2020-08-31T18:55:37.988Z] > git config --get remote.origin.url # timeout=10 [2020-08-31T18:55:38.056Z] Merge succeeded, producing d7447a91da9905bf33fee48a0edb56a4b77c94bd [2020-08-31T18:55:38.056Z] Checking out Revision d7447a91da9905bf33fee48a0edb56a4b77c94bd (PR-165) [2020-08-31T18:55:37.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T18:55:38.007Z] > git merge e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [2020-08-31T18:55:38.024Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-31T18:55:38.044Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T18:55:38.071Z] > git checkout -f d7447a91da9905bf33fee48a0edb56a4b77c94bd # timeout=10 [2020-08-31T18:55:42.139Z] Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#164" [2020-08-31T18:55:42.186Z] > git --version # timeout=10 [2020-08-31T18:55:42.197Z] > git --version # 'git version 2.17.1' [2020-08-31T18:55:42.206Z] fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T18:55:43.609Z] + find /w/workspace/device-mqtt-go/1 [2020-08-31T18:55:43.609Z] + grep snapcraft.yaml [2020-08-31T18:55:43.609Z] find: ‘/w/workspace/device-mqtt-go/1’: No such file or directory [2020-08-31T18:55:43.609Z] + grep -Po ^name: \K(.*) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T18:55:45.017Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:55:48.457Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:55:48.805Z] ---> package-listing.sh [2020-08-31T18:55:48.805Z] ++ facter osfamily [2020-08-31T18:55:48.805Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T18:55:48.805Z] + OS_FAMILY=redhat [2020-08-31T18:55:48.805Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-165 [2020-08-31T18:55:48.805Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T18:55:48.805Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T18:55:48.805Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T18:55:48.805Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T18:55:48.805Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-165 ']' [2020-08-31T18:55:48.805Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T18:55:48.805Z] + case "${OS_FAMILY}" in [2020-08-31T18:55:48.805Z] + rpm -qa [2020-08-31T18:55:48.805Z] + sort [2020-08-31T18:55:53.011Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T18:55:53.011Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T18:55:53.011Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T18:55:53.011Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-165 ']' [2020-08-31T18:55:53.011Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-165/archives/ [2020-08-31T18:55:53.011Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-165/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:55:53.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T18:55:53.514Z] [2020-08-31T18:55:53.514Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T18:55:53.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T18:55:53.898Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T18:55:53.898Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T18:55:53.898Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T18:55:53.898Z] 756a868c4378: Pulling fs layer [2020-08-31T18:55:53.898Z] 444b2fc9a129: Pulling fs layer [2020-08-31T18:55:53.898Z] ea15f1150254: Pulling fs layer [2020-08-31T18:55:53.898Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T18:55:53.898Z] 28c525ee5125: Pulling fs layer [2020-08-31T18:55:53.898Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T18:55:53.898Z] 138eaada9080: Pulling fs layer [2020-08-31T18:55:53.898Z] 0622d0fa9048: Pulling fs layer [2020-08-31T18:55:53.898Z] 41b27a9f41bf: Waiting [2020-08-31T18:55:53.898Z] 28c525ee5125: Waiting [2020-08-31T18:55:53.898Z] 094b1ea09ed8: Waiting [2020-08-31T18:55:53.899Z] 138eaada9080: Waiting [2020-08-31T18:55:53.899Z] 0622d0fa9048: Waiting [2020-08-31T18:55:53.899Z] 444b2fc9a129: Waiting [2020-08-31T18:55:53.899Z] ea15f1150254: Waiting [2020-08-31T18:55:53.899Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T18:55:53.899Z] 2cc5ad85d9ab: Download complete [2020-08-31T18:55:53.899Z] 444b2fc9a129: Verifying Checksum [2020-08-31T18:55:53.899Z] 444b2fc9a129: Download complete [2020-08-31T18:55:53.899Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T18:55:53.899Z] c9b1b535fdd9: Download complete [2020-08-31T18:55:53.899Z] ea15f1150254: Verifying Checksum [2020-08-31T18:55:53.899Z] ea15f1150254: Download complete [2020-08-31T18:55:54.168Z] 28c525ee5125: Verifying Checksum [2020-08-31T18:55:54.168Z] 28c525ee5125: Download complete [2020-08-31T18:55:54.431Z] 756a868c4378: Verifying Checksum [2020-08-31T18:55:54.431Z] 756a868c4378: Download complete [2020-08-31T18:55:54.431Z] c9b1b535fdd9: Pull complete [2020-08-31T18:55:54.431Z] 138eaada9080: Verifying Checksum [2020-08-31T18:55:54.431Z] 138eaada9080: Download complete [2020-08-31T18:55:54.431Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T18:55:54.431Z] 094b1ea09ed8: Download complete [2020-08-31T18:55:54.431Z] 0622d0fa9048: Verifying Checksum [2020-08-31T18:55:54.431Z] 0622d0fa9048: Download complete [2020-08-31T18:55:55.008Z] 2cc5ad85d9ab: Pull complete [2020-08-31T18:55:55.008Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T18:55:55.008Z] 41b27a9f41bf: Download complete [2020-08-31T18:55:56.399Z] 756a868c4378: Pull complete [2020-08-31T18:55:56.399Z] 444b2fc9a129: Pull complete [2020-08-31T18:55:56.661Z] ea15f1150254: Pull complete [2020-08-31T18:56:00.881Z] 41b27a9f41bf: Pull complete [2020-08-31T18:56:00.881Z] 28c525ee5125: Pull complete [2020-08-31T18:56:03.432Z] 094b1ea09ed8: Pull complete [2020-08-31T18:56:03.432Z] 138eaada9080: Pull complete [2020-08-31T18:56:03.432Z] 0622d0fa9048: Pull complete [2020-08-31T18:56:03.432Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T18:56:03.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T18:56:03.432Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T18:56:03.619Z] prd-centos7-docker-4c-2g-815 does not seem to be running inside a container [2020-08-31T18:56:03.666Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/gexfoundry_device-mqtt-go_PR-165 -v /w/workspace/gexfoundry_device-mqtt-go_PR-165:/w/workspace/gexfoundry_device-mqtt-go_PR-165:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-165@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T18:56:07.202Z] $ docker top bfd9d42e7e3b8439a81034e23595b2b08c501b43adfc78aea64302d0774beda0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T18:56:07.629Z] provisioning config files... [2020-08-31T18:56:07.648Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-165@tmp/config6259276016453692278tmp [Pipeline] { [Pipeline] echo [2020-08-31T18:56:07.768Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:56:08.100Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T18:56:08.128Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T18:56:08.456Z] ---> logs-deploy.sh [2020-08-31T18:56:08.456Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-165/1 [2020-08-31T18:56:08.456Z] INFO: archiving workspace using pattern(s): [2020-08-31T18:56:09.398Z] Archives upload complete. [2020-08-31T18:56:09.659Z] INFO: archiving logs to Nexus