Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, 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-882 in /w/workspace/gexfoundry_device-mqtt-go_master [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_master # 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/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 Commit message: "Merge pull request #165 from venkata-subbareddyK/update-Dockerfile-forCMD" > git rev-list --no-walk e79178b88edbb9292baeff06bb49682f9eadd771 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T20:55:45.490Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T20:55:45.749Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T20:55:45.840Z] ========================================================= [2020-08-31T20:55:45.840Z] EdgeX Global Pipelines Version Info [2020-08-31T20:55:45.840Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:55:47.236Z] ------------------- [2020-08-31T20:55:47.236Z] stable info: [2020-08-31T20:55:47.236Z] ------------------- [2020-08-31T20:55:47.236Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T20:55:47.236Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:55:47.236Z] Message: update stable to v1.0.115 [2020-08-31T20:55:47.808Z] ------------------- [2020-08-31T20:55:47.808Z] experimental info: [2020-08-31T20:55:47.808Z] ------------------- [2020-08-31T20:55:47.808Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T20:55:47.808Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:55:47.808Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T20:55:48.135Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-08-31T20:55:48.218Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-08-31T20:55:48.303Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T20:55:48.398Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T20:55:48.495Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T20:55:48.589Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T20:55:48.674Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T20:55:48.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T20:55:48.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T20:55:48.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T20:55:49.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T20:55:49.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-08-31T20:55:49.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T20:55:49.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T20:55:49.441Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T20:55:49.529Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T20:55:49.630Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:55:49.729Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:55:49.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T20:55:49.888Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-08-31T20:55:49.996Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T20:55:50.076Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T20:55:50.264Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-08-31T20:55:50.368Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-08-31T20:55:50.498Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-08-31T20:55:50.663Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [Pipeline] echo [2020-08-31T20:55:50.771Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 347e199 [Pipeline] echo [2020-08-31T20:55:50.862Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T20:55:51.533Z] + git log --format=format:%s -1 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [Pipeline] echo [2020-08-31T20:55:51.588Z] GIT_COMMIT: 347e199ee4a649efaded5eeb3cc00e4bd21f3e25, Commit Message: Merge pull request #165 from venkata-subbareddyK/update-Dockerfile-forCMD [Pipeline] echo [2020-08-31T20:55:51.629Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:55:52.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:55:52.518Z] [2020-08-31T20:55:52.518Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:55:52.858Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:55:52.858Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T20:55:52.858Z] 31603596830f: Pulling fs layer [2020-08-31T20:55:52.858Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T20:55:52.858Z] 6ca5941a6612: Pulling fs layer [2020-08-31T20:55:52.858Z] ecc8261a40a4: Pulling fs layer [2020-08-31T20:55:52.858Z] ecc8261a40a4: Waiting [2020-08-31T20:55:52.858Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T20:55:52.858Z] 2a8b12db71e7: Download complete [2020-08-31T20:55:52.858Z] 31603596830f: Verifying Checksum [2020-08-31T20:55:52.858Z] 31603596830f: Download complete [2020-08-31T20:55:53.121Z] ecc8261a40a4: Verifying Checksum [2020-08-31T20:55:53.121Z] ecc8261a40a4: Download complete [2020-08-31T20:55:53.121Z] 6ca5941a6612: Verifying Checksum [2020-08-31T20:55:53.121Z] 6ca5941a6612: Download complete [2020-08-31T20:55:53.383Z] 31603596830f: Pull complete [2020-08-31T20:55:53.383Z] 2a8b12db71e7: Pull complete [2020-08-31T20:55:53.955Z] 6ca5941a6612: Pull complete [2020-08-31T20:55:54.214Z] ecc8261a40a4: Pull complete [2020-08-31T20:55:54.214Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T20:55:54.214Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:55:54.214Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T20:55:54.302Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T20:55:54.345Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T20:55:56.033Z] $ docker top 4ae052b64beb1d948c22191200ba53acffbd8ccb8d1c5af8566567515fcbdd0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T20:55:56.271Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:55:56.271Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:55:56.454Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:55:56.463Z] $ docker exec 4ae052b64beb1d948c22191200ba53acffbd8ccb8d1c5af8566567515fcbdd0a ssh-agent [2020-08-31T20:55:56.728Z] SSH_AUTH_SOCK=/tmp/ssh-mxloluerE4iX/agent.11 [2020-08-31T20:55:56.728Z] SSH_AGENT_PID=16 [2020-08-31T20:55:56.738Z] Running ssh-add (command line suppressed) [2020-08-31T20:55:56.853Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2874116576313682650.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2874116576313682650.key) [2020-08-31T20:55:56.896Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:55:57.323Z] + git describe --exact-match --tags HEAD [2020-08-31T20:55:57.323Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T20:55:57.349Z] $ docker exec --env ******** --env ******** 4ae052b64beb1d948c22191200ba53acffbd8ccb8d1c5af8566567515fcbdd0a ssh-agent -k [2020-08-31T20:55:57.453Z] unset SSH_AUTH_SOCK; [2020-08-31T20:55:57.453Z] unset SSH_AGENT_PID; [2020-08-31T20:55:57.453Z] echo Agent pid 16 killed; [2020-08-31T20:55:57.488Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T20:55:57.572Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T20:55:57.572Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T20:55:57.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:55:57.675Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:55:57.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:55:57.836Z] $ docker exec 4ae052b64beb1d948c22191200ba53acffbd8ccb8d1c5af8566567515fcbdd0a ssh-agent [2020-08-31T20:55:57.972Z] SSH_AUTH_SOCK=/tmp/ssh-h7y0TDSQEM9m/agent.45 [2020-08-31T20:55:57.972Z] SSH_AGENT_PID=51 [2020-08-31T20:55:57.978Z] Running ssh-add (command line suppressed) [2020-08-31T20:55:58.092Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7711367632298111241.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7711367632298111241.key) [2020-08-31T20:55:58.133Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:55:58.464Z] + git semver init [2020-08-31T20:55:58.464Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T20:55:58.464Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-08-31T20:55:58.464Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-08-31T20:55:58.464Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T20:55:58.464Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T20:55:58.464Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T20:55:58.464Z] # $SEMVER_BRANCH = master [2020-08-31T20:55:58.464Z] # $SEMVER_TEMP = /tmp/semver-181479759 [2020-08-31T20:55:58.464Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-08-31T20:55:58.726Z] # '/tmp/semver-181479759' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-08-31T20:55:58.726Z] # -> Force: false [2020-08-31T20:55:58.726Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-08-31T20:55:58.742Z] $ docker exec --env ******** --env ******** 4ae052b64beb1d948c22191200ba53acffbd8ccb8d1c5af8566567515fcbdd0a ssh-agent -k [2020-08-31T20:55:58.846Z] unset SSH_AUTH_SOCK; [2020-08-31T20:55:58.847Z] unset SSH_AGENT_PID; [2020-08-31T20:55:58.847Z] echo Agent pid 51 killed; [2020-08-31T20:55:58.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T20:55:59.339Z] + git semver [Pipeline] } [2020-08-31T20:55:59.358Z] $ docker stop --time=1 4ae052b64beb1d948c22191200ba53acffbd8ccb8d1c5af8566567515fcbdd0a [2020-08-31T20:56:00.673Z] $ docker rm -f 4ae052b64beb1d948c22191200ba53acffbd8ccb8d1c5af8566567515fcbdd0a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T20:56:01.289Z] Stashed 19 file(s) [Pipeline] echo [2020-08-31T20:56:01.291Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.1 [Pipeline] echo [2020-08-31T20:56:01.397Z] Archived original version: [1.2.3-dev.1] [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-31T20:56:16.778Z] Still waiting to schedule task [2020-08-31T20:56:16.778Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-31T20:56:16.780Z] Still waiting to schedule task [2020-08-31T20:56:16.780Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-31T20:57:41.584Z] Running on prd-centos7-docker-4c-2g-885 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-08-31T20:57:41.641Z] Running in /w/workspace/device-mqtt-go/15 [Pipeline] { [Pipeline] checkout [2020-08-31T20:57:45.174Z] using credential edgex-jenkins-ssh [2020-08-31T20:57:45.244Z] Cloning the remote Git repository [2020-08-31T20:57:45.244Z] Cloning with configured refspecs honoured and without tags [2020-08-31T20:57:45.283Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T20:57:45.362Z] > git init /w/workspace/device-mqtt-go/15 # timeout=10 [2020-08-31T20:57:45.416Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T20:57:45.416Z] > git --version # timeout=10 [2020-08-31T20:57:45.433Z] > git --version # 'git version 2.16.5' [2020-08-31T20:57:45.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:57:45.578Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:57:47.272Z] Fetching without tags [2020-08-31T20:57:47.678Z] Checking out Revision 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 (master) [2020-08-31T20:57:47.240Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T20:57:47.248Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:57:47.258Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T20:57:47.282Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T20:57:47.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:57:47.290Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:57:47.689Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T20:57:47.695Z] > git checkout -f 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-08-31T20:57:51.331Z] Commit message: "Merge pull request #165 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T20:57:52.112Z] ========================================================= [2020-08-31T20:57:52.112Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T20:57:52.112Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:57:52.767Z] + 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-31T20:57:53.355Z] Sending build context to Docker daemon 591.9kB [2020-08-31T20:57:53.355Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T20:57:53.355Z] Step 2/8 : FROM ${BASE} [2020-08-31T20:57:53.355Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T20:57:53.355Z] df20fa9351a1: Pulling fs layer [2020-08-31T20:57:53.355Z] ed8968b2872e: Pulling fs layer [2020-08-31T20:57:53.355Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T20:57:53.355Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T20:57:53.355Z] 1e091d79d1de: Pulling fs layer [2020-08-31T20:57:53.355Z] 481702a1767f: Pulling fs layer [2020-08-31T20:57:53.355Z] f64a6f60c768: Pulling fs layer [2020-08-31T20:57:53.355Z] e78d2573fc39: Pulling fs layer [2020-08-31T20:57:53.355Z] e876d2f968b6: Pulling fs layer [2020-08-31T20:57:53.355Z] ce8a83651883: Pulling fs layer [2020-08-31T20:57:53.355Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T20:57:53.355Z] 2dd03ba5bac4: Waiting [2020-08-31T20:57:53.355Z] 1e091d79d1de: Waiting [2020-08-31T20:57:53.355Z] 481702a1767f: Waiting [2020-08-31T20:57:53.355Z] f64a6f60c768: Waiting [2020-08-31T20:57:53.355Z] ce8a83651883: Waiting [2020-08-31T20:57:53.355Z] e78d2573fc39: Waiting [2020-08-31T20:57:53.355Z] 07967f4d0e4b: Waiting [2020-08-31T20:57:53.355Z] e876d2f968b6: Waiting [2020-08-31T20:57:53.355Z] a92cc7c5fd73: Verifying Checksum [2020-08-31T20:57:53.355Z] a92cc7c5fd73: Download complete [2020-08-31T20:57:53.355Z] ed8968b2872e: Download complete [2020-08-31T20:57:53.355Z] 1e091d79d1de: Verifying Checksum [2020-08-31T20:57:53.355Z] 1e091d79d1de: Download complete [2020-08-31T20:57:53.355Z] 481702a1767f: Verifying Checksum [2020-08-31T20:57:53.355Z] 481702a1767f: Download complete [2020-08-31T20:57:53.355Z] df20fa9351a1: Verifying Checksum [2020-08-31T20:57:53.355Z] df20fa9351a1: Download complete [2020-08-31T20:57:53.946Z] df20fa9351a1: Pull complete [2020-08-31T20:57:53.946Z] ed8968b2872e: Pull complete [2020-08-31T20:57:54.542Z] f64a6f60c768: Verifying Checksum [2020-08-31T20:57:54.542Z] f64a6f60c768: Download complete [2020-08-31T20:57:54.542Z] e876d2f968b6: Verifying Checksum [2020-08-31T20:57:54.542Z] e876d2f968b6: Download complete [2020-08-31T20:57:55.130Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T20:57:55.130Z] 2dd03ba5bac4: Download complete [2020-08-31T20:57:55.130Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T20:57:55.130Z] 07967f4d0e4b: Download complete [2020-08-31T20:57:55.130Z] e78d2573fc39: Download complete [2020-08-31T20:57:55.130Z] ce8a83651883: Verifying Checksum [2020-08-31T20:57:55.130Z] ce8a83651883: Download complete [2020-08-31T20:57:56.077Z] a92cc7c5fd73: Pull complete [2020-08-31T20:58:01.398Z] 2dd03ba5bac4: Pull complete [2020-08-31T20:58:01.398Z] 1e091d79d1de: Pull complete [2020-08-31T20:58:01.664Z] 481702a1767f: Pull complete [2020-08-31T20:58:06.970Z] f64a6f60c768: Pull complete [2020-08-31T20:58:09.535Z] e78d2573fc39: Pull complete [2020-08-31T20:58:09.535Z] e876d2f968b6: Pull complete [2020-08-31T20:58:10.975Z] ce8a83651883: Pull complete [2020-08-31T20:58:10.975Z] 07967f4d0e4b: Pull complete [2020-08-31T20:58:10.975Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T20:58:10.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T20:58:10.975Z] ---> 5d7c900382c6 [2020-08-31T20:58:10.975Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-31T20:58:12.365Z] ---> Running in 2efd57498b6d [2020-08-31T20:58:12.365Z] Removing intermediate container 2efd57498b6d [2020-08-31T20:58:12.365Z] ---> cfe5991911f8 [2020-08-31T20:58:12.365Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:58:12.365Z] ---> Running in 565cfa546f5f [2020-08-31T20:58:13.757Z] Removing intermediate container 565cfa546f5f [2020-08-31T20:58:13.757Z] ---> ed31bf4a539a [2020-08-31T20:58:13.757Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T20:58:13.757Z] ---> Running in 394b62d3bed3 [2020-08-31T20:58:14.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:14.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:15.479Z] (1/14) Installing libmagic (5.38-r0) [2020-08-31T20:58:15.479Z] (2/14) Installing file (5.38-r0) [2020-08-31T20:58:15.744Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-31T20:58:15.744Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-31T20:58:21.039Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-31T20:58:21.039Z] (6/14) Installing patch (2.7.6-r6) [2020-08-31T20:58:21.039Z] (7/14) Installing build-base (0.5-r2) [2020-08-31T20:58:21.039Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-31T20:58:21.039Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-31T20:58:21.302Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-31T20:58:21.566Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-31T20:58:21.566Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-31T20:58:21.828Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-31T20:58:21.828Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-31T20:58:22.098Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T20:58:22.098Z] OK: 237 MiB in 53 packages [2020-08-31T20:58:25.411Z] Removing intermediate container 394b62d3bed3 [2020-08-31T20:58:25.411Z] ---> 525d271e06b0 [2020-08-31T20:58:25.411Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-08-31T20:58:25.411Z] ---> Running in ce209761debc [2020-08-31T20:58:25.673Z] Removing intermediate container ce209761debc [2020-08-31T20:58:25.673Z] ---> bf086469c263 [2020-08-31T20:58:25.673Z] Step 7/8 : COPY . . [2020-08-31T20:58:26.631Z] ---> 9845d63ca36e [2020-08-31T20:58:26.631Z] Step 8/8 : RUN go mod download [2020-08-31T20:58:26.631Z] ---> Running in 196a28dcbbc5 [2020-08-31T20:58:28.550Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T20:58:28.550Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T20:58:28.813Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T20:58:28.813Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T20:58:28.813Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T20:58:28.813Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T20:58:28.813Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T20:58:28.813Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T20:58:28.813Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-08-31T20:58:29.075Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T20:58:29.075Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T20:58:29.075Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T20:58:29.075Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T20:58:29.075Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T20:58:29.075Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T20:58:29.075Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T20:58:29.337Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T20:58:29.337Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T20:58:29.337Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T20:58:29.337Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T20:58:29.337Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T20:58:29.337Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T20:58:29.337Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T20:58:29.598Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T20:58:29.598Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T20:58:29.598Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T20:58:29.598Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T20:58:29.598Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T20:58:29.598Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T20:58:29.598Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T20:58:29.858Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T20:58:29.858Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T20:58:29.858Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T20:58:29.858Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T20:58:29.858Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T20:58:29.858Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T20:58:29.858Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T20:58:30.119Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T20:58:30.119Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T20:58:30.119Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T20:58:30.119Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T20:58:30.119Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T20:58:30.119Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T20:58:30.119Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T20:58:30.380Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T20:58:30.380Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T20:58:30.380Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T20:58:30.380Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T20:58:30.380Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T20:58:30.380Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T20:58:30.642Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T20:58:30.642Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T20:58:30.642Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T20:58:30.642Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T20:58:30.642Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T20:58:30.642Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T20:58:30.642Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T20:58:30.642Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T20:58:30.905Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T20:58:30.905Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T20:58:30.905Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T20:58:30.905Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T20:58:30.905Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T20:58:30.905Z] go: finding github.com/spf13/cast v1.3.0 [2020-08-31T20:58:30.905Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T20:58:31.167Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T20:58:31.167Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T20:58:31.167Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T20:58:31.167Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T20:58:31.167Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-08-31T20:58:31.167Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T20:58:31.167Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T20:58:31.430Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-08-31T20:58:31.430Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-31T20:58:31.430Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T20:58:39.586Z] Removing intermediate container 196a28dcbbc5 [2020-08-31T20:58:39.586Z] ---> 8b9a482f1863 [2020-08-31T20:58:39.586Z] Successfully built 8b9a482f1863 [2020-08-31T20:58:39.586Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T20:58:42.249Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T20:58:42.545Z] + ls -al . [2020-08-31T20:58:42.545Z] total 64 [2020-08-31T20:58:42.545Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 31 20:57 . [2020-08-31T20:58:42.545Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 20:57 .. [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 4678 Aug 31 20:57 Attribution.txt [2020-08-31T20:58:42.545Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 20:57 bin [2020-08-31T20:58:42.545Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 20:57 cmd [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 1784 Aug 31 20:57 Dockerfile [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 953 Aug 31 20:57 Dockerfile.build [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 20:57 .dockerignore [2020-08-31T20:58:42.545Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 20:57 .git [2020-08-31T20:58:42.545Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 20:57 .github [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 328 Aug 31 20:57 .gitignore [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 510 Aug 31 20:57 go.mod [2020-08-31T20:58:42.545Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 20:57 internal [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 700 Aug 31 20:57 Jenkinsfile [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 20:57 LICENSE [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 902 Aug 31 20:57 Makefile [2020-08-31T20:58:42.545Z] drwxrwxr-x. 2 jenkins jenkins 23 Aug 31 20:57 mock [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 444 Aug 31 20:57 README.md [2020-08-31T20:58:42.545Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 31 20:57 .semver [2020-08-31T20:58:42.545Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 20:57 snap [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 20:56 VERSION [2020-08-31T20:58:42.545Z] -rw-rw-r--. 1 jenkins jenkins 227 Aug 31 20:57 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:58:42.851Z] + 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=347e199ee4a649efaded5eeb3cc00e4bd21f3e25 --label arch=amd64 --label version=1.2.3-dev.1 . [2020-08-31T20:58:42.851Z] Sending build context to Docker daemon 591.9kB [2020-08-31T20:58:42.851Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-08-31T20:58:42.851Z] Step 2/22 : FROM ${BASE} AS builder [2020-08-31T20:58:42.851Z] ---> 8b9a482f1863 [2020-08-31T20:58:42.851Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-31T20:58:43.115Z] ---> Running in 63602ca21a42 [2020-08-31T20:58:43.384Z] Removing intermediate container 63602ca21a42 [2020-08-31T20:58:43.384Z] ---> 15becca873af [2020-08-31T20:58:43.384Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T20:58:43.384Z] ---> Running in 1582aca48066 [2020-08-31T20:58:43.384Z] Removing intermediate container 1582aca48066 [2020-08-31T20:58:43.384Z] ---> a9d732ac8637 [2020-08-31T20:58:43.384Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:58:43.647Z] ---> Running in 5ac03e0fbf62 [2020-08-31T20:58:45.049Z] Removing intermediate container 5ac03e0fbf62 [2020-08-31T20:58:45.049Z] ---> aa61f1f54a42 [2020-08-31T20:58:45.049Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T20:58:45.049Z] ---> Running in d137792d6d0a [2020-08-31T20:58:45.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:46.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:46.827Z] OK: 237 MiB in 53 packages [2020-08-31T20:58:47.399Z] Removing intermediate container d137792d6d0a [2020-08-31T20:58:47.399Z] ---> d834f9f40cb6 [2020-08-31T20:58:47.399Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-08-31T20:58:47.399Z] ---> Running in 27a9bc3b94f1 [2020-08-31T20:58:47.399Z] Removing intermediate container 27a9bc3b94f1 [2020-08-31T20:58:47.399Z] ---> d28f86c0d979 [2020-08-31T20:58:47.399Z] Step 8/22 : COPY . . [2020-08-31T20:58:47.971Z] ---> d74f47418a69 [2020-08-31T20:58:47.971Z] Step 9/22 : ARG MAKE='make build' [2020-08-31T20:58:47.971Z] ---> Running in e10c56252b5d [2020-08-31T20:58:48.233Z] Removing intermediate container e10c56252b5d [2020-08-31T20:58:48.233Z] ---> 97111d0c9882 [2020-08-31T20:58:48.233Z] Step 10/22 : RUN $MAKE [2020-08-31T20:58:48.233Z] ---> Running in a30d1f36f4c5 [2020-08-31T20:58:48.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.1" -o cmd/device-mqtt ./cmd [2020-08-31T20:58:58.882Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T20:59:04.198Z] Removing intermediate container a30d1f36f4c5 [2020-08-31T20:59:04.198Z] ---> d9982c475f21 [2020-08-31T20:59:04.198Z] Step 11/22 : FROM alpine [2020-08-31T20:59:04.198Z] latest: Pulling from library/alpine [2020-08-31T20:59:04.198Z] df20fa9351a1: Already exists [2020-08-31T20:59:04.198Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T20:59:04.198Z] Status: Downloaded newer image for alpine:latest [2020-08-31T20:59:04.198Z] ---> a24bb4013296 [2020-08-31T20:59:04.198Z] Step 12/22 : ENV APP_PORT=49982 [2020-08-31T20:59:04.198Z] ---> Running in a0dfb7290060 [2020-08-31T20:59:04.198Z] Removing intermediate container a0dfb7290060 [2020-08-31T20:59:04.198Z] ---> e73144da9fa0 [2020-08-31T20:59:04.198Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-31T20:59:04.198Z] ---> Running in 4bf89a108f04 [2020-08-31T20:59:04.461Z] Removing intermediate container 4bf89a108f04 [2020-08-31T20:59:04.461Z] ---> b73be1e14ac6 [2020-08-31T20:59:04.461Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-08-31T20:59:05.032Z] ---> 142d6596b678 [2020-08-31T20:59:05.032Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-08-31T20:59:05.293Z] ---> 8ee75a954eb9 [2020-08-31T20:59:05.293Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-08-31T20:59:05.554Z] ---> c15683cc19cd [2020-08-31T20:59:05.554Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-08-31T20:59:05.554Z] ---> Running in bd47cc618578 [2020-08-31T20:59:05.815Z] Removing intermediate container bd47cc618578 [2020-08-31T20:59:05.815Z] ---> 6dae982135d6 [2020-08-31T20:59:05.815Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-08-31T20:59:05.815Z] ---> Running in 76b2f2ad81ad [2020-08-31T20:59:05.815Z] Removing intermediate container 76b2f2ad81ad [2020-08-31T20:59:05.815Z] ---> 6c629646551b [2020-08-31T20:59:05.815Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T20:59:06.759Z] ---> Running in 5389935fc0dc [2020-08-31T20:59:06.759Z] Removing intermediate container 5389935fc0dc [2020-08-31T20:59:06.759Z] ---> 6b59c4fd0e5e [2020-08-31T20:59:06.759Z] Step 20/22 : LABEL arch=amd64 [2020-08-31T20:59:07.022Z] ---> Running in 4f002ef19c77 [2020-08-31T20:59:07.022Z] Removing intermediate container 4f002ef19c77 [2020-08-31T20:59:07.022Z] ---> 7945c57d30fd [2020-08-31T20:59:07.022Z] Step 21/22 : LABEL git_sha=347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T20:59:07.022Z] ---> Running in e34aa4fc7237 [2020-08-31T20:59:07.284Z] Removing intermediate container e34aa4fc7237 [2020-08-31T20:59:07.284Z] ---> 7fd8df5f1898 [2020-08-31T20:59:07.284Z] Step 22/22 : LABEL version=1.2.3-dev.1 [2020-08-31T20:59:07.284Z] ---> Running in c90eb8a74253 [2020-08-31T20:59:07.545Z] Removing intermediate container c90eb8a74253 [2020-08-31T20:59:07.545Z] ---> eff163d5f6b7 [2020-08-31T20:59:07.545Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T20:59:07.545Z] Successfully built eff163d5f6b7 [2020-08-31T20:59:07.545Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-31T20:59:07.939Z] provisioning config files... [2020-08-31T20:59:07.972Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/15@tmp/config6732882295103819432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:59:08.489Z] ---> docker-login.sh [2020-08-31T20:59:08.490Z] nexus3.edgexfoundry.org:10001 [2020-08-31T20:59:08.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:08.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:08.759Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:08.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:08.759Z] [2020-08-31T20:59:08.759Z] Login Succeeded [2020-08-31T20:59:08.759Z] nexus3.edgexfoundry.org:10002 [2020-08-31T20:59:08.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:08.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:08.759Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:08.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:08.759Z] [2020-08-31T20:59:08.759Z] Login Succeeded [2020-08-31T20:59:08.759Z] nexus3.edgexfoundry.org:10003 [2020-08-31T20:59:09.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:09.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:09.023Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:09.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:09.023Z] [2020-08-31T20:59:09.023Z] Login Succeeded [2020-08-31T20:59:09.023Z] nexus3.edgexfoundry.org:10004 [2020-08-31T20:59:09.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:09.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:09.285Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:09.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:09.285Z] [2020-08-31T20:59:09.285Z] Login Succeeded [2020-08-31T20:59:09.285Z] docker.io [2020-08-31T20:59:09.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:09.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:09.546Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:09.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:09.546Z] [2020-08-31T20:59:09.546Z] Login Succeeded [2020-08-31T20:59:09.546Z] ---> docker-login.sh ends [Pipeline] } [2020-08-31T20:59:09.556Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T20:59:09.762Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-08-31T20:59:09.762Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T20:59:09.762Z] latest [2020-08-31T20:59:09.762Z] 1.2.3-dev.1 [2020-08-31T20:59:09.762Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [2020-08-31T20:59:09.762Z] master [2020-08-31T20:59:09.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:10.265Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:10.561Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T20:59:10.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-08-31T20:59:10.562Z] dbc6c0b5a14a: Preparing [2020-08-31T20:59:10.562Z] 88535910fd0d: Preparing [2020-08-31T20:59:10.562Z] 1af36d038b3d: Preparing [2020-08-31T20:59:10.562Z] 50644c29ef5a: Preparing [2020-08-31T20:59:10.562Z] 50644c29ef5a: Layer already exists [2020-08-31T20:59:10.562Z] 88535910fd0d: Pushed [2020-08-31T20:59:10.562Z] dbc6c0b5a14a: Pushed [2020-08-31T20:59:11.948Z] 1af36d038b3d: Pushed [2020-08-31T20:59:11.948Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25: digest: sha256:9b4dffe5c67e60fde169e83706996ff19223532b5d4d449a9cc71759248021a5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:12.259Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:12.556Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-08-31T20:59:12.556Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-08-31T20:59:12.556Z] dbc6c0b5a14a: Preparing [2020-08-31T20:59:12.556Z] 88535910fd0d: Preparing [2020-08-31T20:59:12.556Z] 1af36d038b3d: Preparing [2020-08-31T20:59:12.556Z] 50644c29ef5a: Preparing [2020-08-31T20:59:12.556Z] dbc6c0b5a14a: Layer already exists [2020-08-31T20:59:12.556Z] 1af36d038b3d: Layer already exists [2020-08-31T20:59:12.556Z] 88535910fd0d: Layer already exists [2020-08-31T20:59:12.556Z] 50644c29ef5a: Layer already exists [2020-08-31T20:59:12.556Z] latest: digest: sha256:9b4dffe5c67e60fde169e83706996ff19223532b5d4d449a9cc71759248021a5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:12.862Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:13.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.1 [2020-08-31T20:59:13.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-08-31T20:59:13.168Z] dbc6c0b5a14a: Preparing [2020-08-31T20:59:13.168Z] 88535910fd0d: Preparing [2020-08-31T20:59:13.168Z] 1af36d038b3d: Preparing [2020-08-31T20:59:13.168Z] 50644c29ef5a: Preparing [2020-08-31T20:59:13.168Z] 50644c29ef5a: Layer already exists [2020-08-31T20:59:13.168Z] 1af36d038b3d: Layer already exists [2020-08-31T20:59:13.168Z] 88535910fd0d: Layer already exists [2020-08-31T20:59:13.168Z] dbc6c0b5a14a: Layer already exists [2020-08-31T20:59:13.168Z] 1.2.3-dev.1: digest: sha256:9b4dffe5c67e60fde169e83706996ff19223532b5d4d449a9cc71759248021a5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:13.467Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:13.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [2020-08-31T20:59:13.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-08-31T20:59:13.764Z] dbc6c0b5a14a: Preparing [2020-08-31T20:59:13.764Z] 88535910fd0d: Preparing [2020-08-31T20:59:13.764Z] 1af36d038b3d: Preparing [2020-08-31T20:59:13.764Z] 50644c29ef5a: Preparing [2020-08-31T20:59:13.764Z] dbc6c0b5a14a: Layer already exists [2020-08-31T20:59:13.764Z] 1af36d038b3d: Layer already exists [2020-08-31T20:59:13.764Z] 50644c29ef5a: Layer already exists [2020-08-31T20:59:13.764Z] 88535910fd0d: Layer already exists [2020-08-31T20:59:13.765Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1: digest: sha256:9b4dffe5c67e60fde169e83706996ff19223532b5d4d449a9cc71759248021a5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:14.064Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:14.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-08-31T20:59:14.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-08-31T20:59:14.359Z] dbc6c0b5a14a: Preparing [2020-08-31T20:59:14.359Z] 88535910fd0d: Preparing [2020-08-31T20:59:14.359Z] 1af36d038b3d: Preparing [2020-08-31T20:59:14.359Z] 50644c29ef5a: Preparing [2020-08-31T20:59:14.359Z] 1af36d038b3d: Layer already exists [2020-08-31T20:59:14.359Z] 50644c29ef5a: Layer already exists [2020-08-31T20:59:14.359Z] dbc6c0b5a14a: Layer already exists [2020-08-31T20:59:14.359Z] 88535910fd0d: Layer already exists [2020-08-31T20:59:14.359Z] master: digest: sha256:9b4dffe5c67e60fde169e83706996ff19223532b5d4d449a9cc71759248021a5 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T20:59:14.524Z] ===================================================== [Pipeline] echo [2020-08-31T20:59:14.640Z] taggedImages: [2020-08-31T20:59:14.640Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T20:59:14.640Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-08-31T20:59:14.640Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.1 [2020-08-31T20:59:14.640Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [2020-08-31T20:59:14.640Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T20:59:37.790Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-887 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-08-31T20:59:37.898Z] Running in /w/workspace/device-mqtt-go/15 [Pipeline] { [Pipeline] checkout [2020-08-31T20:59:42.988Z] using credential edgex-jenkins-ssh [2020-08-31T20:59:43.054Z] Cloning the remote Git repository [2020-08-31T20:59:43.054Z] Cloning with configured refspecs honoured and without tags [2020-08-31T20:59:43.146Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T20:59:43.256Z] > git init /w/workspace/device-mqtt-go/15 # timeout=10 [2020-08-31T20:59:43.326Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T20:59:43.326Z] > git --version # timeout=10 [2020-08-31T20:59:43.358Z] > git --version # 'git version 2.17.1' [2020-08-31T20:59:43.360Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:59:43.415Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:59:44.166Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T20:59:44.229Z] Fetching without tags [2020-08-31T20:59:44.726Z] Checking out Revision 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 (master) [2020-08-31T20:59:44.194Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:59:44.228Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-08-31T20:59:44.261Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-08-31T20:59:44.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:59:44.274Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:59:44.770Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T20:59:44.798Z] > git checkout -f 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [2020-08-31T20:59:49.189Z] Commit message: "Merge pull request #165 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T20:59:50.102Z] ========================================================= [2020-08-31T20:59:50.102Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T20:59:50.102Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:51.254Z] + 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-31T20:59:52.241Z] Sending build context to Docker daemon 591.9kB [2020-08-31T20:59:52.241Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T20:59:52.241Z] Step 2/8 : FROM ${BASE} [2020-08-31T20:59:52.520Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T20:59:52.520Z] b538f80385f9: Pulling fs layer [2020-08-31T20:59:52.520Z] 74f711af9a0d: Pulling fs layer [2020-08-31T20:59:52.520Z] 99f96fe45779: Pulling fs layer [2020-08-31T20:59:52.520Z] fd7a069fd194: Pulling fs layer [2020-08-31T20:59:52.520Z] 66aa3694b03b: Pulling fs layer [2020-08-31T20:59:52.520Z] 170f70906a0f: Pulling fs layer [2020-08-31T20:59:52.520Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T20:59:52.520Z] e772456be8f7: Pulling fs layer [2020-08-31T20:59:52.520Z] c890913d741a: Pulling fs layer [2020-08-31T20:59:52.520Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T20:59:52.520Z] 09adf4765672: Pulling fs layer [2020-08-31T20:59:52.520Z] 66aa3694b03b: Waiting [2020-08-31T20:59:52.520Z] 170f70906a0f: Waiting [2020-08-31T20:59:52.520Z] ad7c5574e4b9: Waiting [2020-08-31T20:59:52.520Z] e772456be8f7: Waiting [2020-08-31T20:59:52.520Z] c890913d741a: Waiting [2020-08-31T20:59:52.520Z] 2480fcc9aa5a: Waiting [2020-08-31T20:59:52.520Z] 09adf4765672: Waiting [2020-08-31T20:59:52.520Z] fd7a069fd194: Waiting [2020-08-31T20:59:52.520Z] 99f96fe45779: Verifying Checksum [2020-08-31T20:59:52.520Z] 99f96fe45779: Download complete [2020-08-31T20:59:52.520Z] 74f711af9a0d: Download complete [2020-08-31T20:59:52.520Z] 66aa3694b03b: Download complete [2020-08-31T20:59:52.520Z] 170f70906a0f: Verifying Checksum [2020-08-31T20:59:52.520Z] 170f70906a0f: Download complete [2020-08-31T20:59:52.520Z] b538f80385f9: Verifying Checksum [2020-08-31T20:59:52.520Z] b538f80385f9: Download complete [2020-08-31T20:59:53.511Z] b538f80385f9: Pull complete [2020-08-31T20:59:54.170Z] 74f711af9a0d: Pull complete [2020-08-31T20:59:54.444Z] 99f96fe45779: Pull complete [2020-08-31T20:59:55.911Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T20:59:55.911Z] ad7c5574e4b9: Download complete [2020-08-31T20:59:55.911Z] c890913d741a: Verifying Checksum [2020-08-31T20:59:55.911Z] c890913d741a: Download complete [2020-08-31T20:59:57.893Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T20:59:57.893Z] 2480fcc9aa5a: Download complete [2020-08-31T20:59:57.893Z] e772456be8f7: Verifying Checksum [2020-08-31T20:59:57.893Z] e772456be8f7: Download complete [2020-08-31T20:59:57.893Z] 09adf4765672: Verifying Checksum [2020-08-31T20:59:57.893Z] 09adf4765672: Download complete [2020-08-31T20:59:58.488Z] fd7a069fd194: Verifying Checksum [2020-08-31T20:59:58.488Z] fd7a069fd194: Download complete [2020-08-31T21:00:10.905Z] fd7a069fd194: Pull complete [2020-08-31T21:00:10.905Z] 66aa3694b03b: Pull complete [2020-08-31T21:00:10.905Z] 170f70906a0f: Pull complete [2020-08-31T21:00:14.309Z] ad7c5574e4b9: Pull complete [2020-08-31T21:00:18.630Z] e772456be8f7: Pull complete [2020-08-31T21:00:18.914Z] c890913d741a: Pull complete [2020-08-31T21:00:21.544Z] 2480fcc9aa5a: Pull complete [2020-08-31T21:00:21.544Z] 09adf4765672: Pull complete [2020-08-31T21:00:21.544Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T21:00:21.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T21:00:21.544Z] ---> 2248a725d1cf [2020-08-31T21:00:21.544Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-31T21:00:25.849Z] ---> Running in 6052c6108da5 [2020-08-31T21:00:26.122Z] Removing intermediate container 6052c6108da5 [2020-08-31T21:00:26.122Z] ---> 224db96b4b55 [2020-08-31T21:00:26.122Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:00:26.122Z] ---> Running in 10c01f95ba56 [2020-08-31T21:00:28.735Z] Removing intermediate container 10c01f95ba56 [2020-08-31T21:00:28.735Z] ---> 91e44d8575d4 [2020-08-31T21:00:28.736Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T21:00:29.010Z] ---> Running in 8f200047d0c0 [2020-08-31T21:00:30.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:00:31.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:00:32.011Z] (1/14) Installing libmagic (5.38-r0) [2020-08-31T21:00:32.011Z] (2/14) Installing file (5.38-r0) [2020-08-31T21:00:32.282Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-31T21:00:32.282Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-31T21:00:36.570Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-31T21:00:36.570Z] (6/14) Installing patch (2.7.6-r6) [2020-08-31T21:00:36.838Z] (7/14) Installing build-base (0.5-r2) [2020-08-31T21:00:36.838Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-31T21:00:36.838Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-31T21:00:37.107Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-31T21:00:37.377Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-31T21:00:37.377Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-31T21:00:37.646Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-31T21:00:37.646Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-31T21:00:37.917Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:00:37.917Z] OK: 221 MiB in 53 packages [2020-08-31T21:00:42.208Z] Removing intermediate container 8f200047d0c0 [2020-08-31T21:00:42.208Z] ---> 5d703c40fef9 [2020-08-31T21:00:42.208Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-08-31T21:00:42.479Z] ---> Running in 2ae9bb551330 [2020-08-31T21:00:42.753Z] Removing intermediate container 2ae9bb551330 [2020-08-31T21:00:42.753Z] ---> da42a6398494 [2020-08-31T21:00:42.753Z] Step 7/8 : COPY . . [2020-08-31T21:00:43.728Z] ---> 58af18d445bc [2020-08-31T21:00:43.728Z] Step 8/8 : RUN go mod download [2020-08-31T21:00:43.728Z] ---> Running in 45ba4f3618be [2020-08-31T21:00:47.115Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:00:47.115Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T21:00:47.115Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:00:47.115Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:00:47.115Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:00:47.115Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:00:47.115Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:00:47.115Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:00:47.387Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-08-31T21:00:47.387Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T21:00:47.387Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:00:47.387Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:00:47.387Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T21:00:47.387Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:00:47.387Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T21:00:47.657Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:00:47.657Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:00:47.657Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:00:47.657Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:00:47.657Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:00:47.657Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:00:47.657Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T21:00:47.929Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T21:00:47.929Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:00:47.929Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:00:47.929Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:00:47.929Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:00:47.929Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:00:47.929Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:00:48.199Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:00:48.199Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:00:48.199Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-31T21:00:48.199Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:00:48.199Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:00:48.199Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:00:48.199Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-31T21:00:48.469Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:00:48.469Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:00:48.469Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:00:48.469Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:00:48.469Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:00:48.469Z] go: finding github.com/kr/pretty v0.1.0 [2020-08-31T21:00:48.469Z] go: finding github.com/kr/pty v1.1.1 [2020-08-31T21:00:48.742Z] go: finding github.com/kr/text v0.1.0 [2020-08-31T21:00:48.742Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:00:48.742Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:00:48.742Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-31T21:00:48.742Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:00:48.742Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:00:48.742Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:00:49.013Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-31T21:00:49.013Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:00:49.013Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:00:49.013Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:00:49.013Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:00:49.013Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:00:49.013Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:00:49.283Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:00:49.283Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:00:49.283Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:00:49.283Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:00:49.283Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-31T21:00:49.283Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:00:49.283Z] go: finding github.com/spf13/cast v1.3.0 [2020-08-31T21:00:49.552Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T21:00:49.552Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T21:00:49.552Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:00:49.552Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:00:49.552Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T21:00:49.552Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-08-31T21:00:49.552Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:00:49.824Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T21:00:49.824Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-08-31T21:00:49.824Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-08-31T21:00:49.824Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:00:59.979Z] Removing intermediate container 45ba4f3618be [2020-08-31T21:00:59.979Z] ---> 8adb6fdd1615 [2020-08-31T21:00:59.979Z] Successfully built 8adb6fdd1615 [2020-08-31T21:00:59.979Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T21:01:01.213Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:01:01.548Z] + ls -al . [2020-08-31T21:01:01.549Z] total 100 [2020-08-31T21:01:01.549Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 20:59 . [2020-08-31T21:01:01.549Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 20:59 .. [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 20:59 .dockerignore [2020-08-31T21:01:01.549Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 20:59 .git [2020-08-31T21:01:01.549Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 20:59 .github [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 328 Aug 31 20:59 .gitignore [2020-08-31T21:01:01.549Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 20:59 .semver [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 4678 Aug 31 20:59 Attribution.txt [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 1784 Aug 31 20:59 Dockerfile [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 953 Aug 31 20:59 Dockerfile.build [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 700 Aug 31 20:59 Jenkinsfile [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 20:59 LICENSE [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 902 Aug 31 20:59 Makefile [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 444 Aug 31 20:59 README.md [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 20:56 VERSION [2020-08-31T21:01:01.549Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 20:59 bin [2020-08-31T21:01:01.549Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 20:59 cmd [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 510 Aug 31 20:59 go.mod [2020-08-31T21:01:01.549Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 20:59 internal [2020-08-31T21:01:01.549Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 20:59 mock [2020-08-31T21:01:01.549Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 20:59 snap [2020-08-31T21:01:01.549Z] -rw-rw-r-- 1 jenkins jenkins 227 Aug 31 20:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:01:01.903Z] + 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=347e199ee4a649efaded5eeb3cc00e4bd21f3e25 --label arch=arm64 --label version=1.2.3-dev.1 . [2020-08-31T21:01:02.177Z] Sending build context to Docker daemon 591.9kB [2020-08-31T21:01:02.177Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-08-31T21:01:02.177Z] Step 2/22 : FROM ${BASE} AS builder [2020-08-31T21:01:02.177Z] ---> 8adb6fdd1615 [2020-08-31T21:01:02.177Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-31T21:01:02.451Z] ---> Running in d33058336270 [2020-08-31T21:01:03.044Z] Removing intermediate container d33058336270 [2020-08-31T21:01:03.044Z] ---> 933c34463558 [2020-08-31T21:01:03.044Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-08-31T21:01:03.044Z] ---> Running in 57593980af0b [2020-08-31T21:01:03.638Z] Removing intermediate container 57593980af0b [2020-08-31T21:01:03.638Z] ---> fb73ad32bace [2020-08-31T21:01:03.638Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:01:03.638Z] ---> Running in af403ade4845 [2020-08-31T21:01:06.246Z] Removing intermediate container af403ade4845 [2020-08-31T21:01:06.246Z] ---> 79b0bf2f0f5c [2020-08-31T21:01:06.246Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-31T21:01:06.246Z] ---> Running in 41a54e403cd8 [2020-08-31T21:01:07.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:01:08.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:01:08.930Z] OK: 221 MiB in 53 packages [2020-08-31T21:01:10.368Z] Removing intermediate container 41a54e403cd8 [2020-08-31T21:01:10.368Z] ---> f4871593274b [2020-08-31T21:01:10.368Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-08-31T21:01:10.368Z] ---> Running in e0b7c138f789 [2020-08-31T21:01:10.645Z] Removing intermediate container e0b7c138f789 [2020-08-31T21:01:10.645Z] ---> 2fc0fc6dfae4 [2020-08-31T21:01:10.645Z] Step 8/22 : COPY . . [2020-08-31T21:01:11.621Z] ---> 5553b46a10e3 [2020-08-31T21:01:11.621Z] Step 9/22 : ARG MAKE='make build' [2020-08-31T21:01:11.895Z] ---> Running in ed329f85f0dd [2020-08-31T21:01:12.167Z] Removing intermediate container ed329f85f0dd [2020-08-31T21:01:12.167Z] ---> 763c75d1a501 [2020-08-31T21:01:12.167Z] Step 10/22 : RUN $MAKE [2020-08-31T21:01:12.439Z] ---> Running in a90104e09e4b [2020-08-31T21:01:13.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.1" -o cmd/device-mqtt ./cmd [2020-08-31T21:01:40.696Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T21:01:48.978Z] Removing intermediate container a90104e09e4b [2020-08-31T21:01:48.978Z] ---> 9a1a92551b7e [2020-08-31T21:01:48.978Z] Step 11/22 : FROM alpine [2020-08-31T21:01:48.978Z] latest: Pulling from library/alpine [2020-08-31T21:01:48.978Z] b538f80385f9: Already exists [2020-08-31T21:01:48.978Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-31T21:01:48.978Z] Status: Downloaded newer image for alpine:latest [2020-08-31T21:01:48.978Z] ---> 62ee0e9f8440 [2020-08-31T21:01:48.978Z] Step 12/22 : ENV APP_PORT=49982 [2020-08-31T21:01:48.979Z] ---> Running in d5d4b75cb60a [2020-08-31T21:01:49.250Z] Removing intermediate container d5d4b75cb60a [2020-08-31T21:01:49.250Z] ---> 7efe0f984c21 [2020-08-31T21:01:49.250Z] Step 13/22 : EXPOSE $APP_PORT [2020-08-31T21:01:49.250Z] ---> Running in 6a3a0243eb95 [2020-08-31T21:01:49.844Z] Removing intermediate container 6a3a0243eb95 [2020-08-31T21:01:49.844Z] ---> d1ccc92b4009 [2020-08-31T21:01:49.844Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-08-31T21:01:51.275Z] ---> 4b17a32a541e [2020-08-31T21:01:51.275Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-08-31T21:01:52.250Z] ---> cc3732332134 [2020-08-31T21:01:52.250Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-08-31T21:01:52.842Z] ---> 518e6732828f [2020-08-31T21:01:52.842Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-08-31T21:01:52.842Z] ---> Running in 9c099a2baea2 [2020-08-31T21:01:53.435Z] Removing intermediate container 9c099a2baea2 [2020-08-31T21:01:53.435Z] ---> a1b6055051ff [2020-08-31T21:01:53.435Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-08-31T21:01:53.435Z] ---> Running in 2b712695fa7a [2020-08-31T21:01:54.028Z] Removing intermediate container 2b712695fa7a [2020-08-31T21:01:54.028Z] ---> 36ae07e7556d [2020-08-31T21:01:54.028Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T21:01:54.028Z] ---> Running in 9c929065042b [2020-08-31T21:01:54.622Z] Removing intermediate container 9c929065042b [2020-08-31T21:01:54.622Z] ---> 0487c1d1845e [2020-08-31T21:01:54.622Z] Step 20/22 : LABEL arch=arm64 [2020-08-31T21:01:54.622Z] ---> Running in 291bab392ab1 [2020-08-31T21:01:55.219Z] Removing intermediate container 291bab392ab1 [2020-08-31T21:01:55.219Z] ---> 7609d41bbeb5 [2020-08-31T21:01:55.219Z] Step 21/22 : LABEL git_sha=347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:01:55.219Z] ---> Running in c914be97e226 [2020-08-31T21:01:55.813Z] Removing intermediate container c914be97e226 [2020-08-31T21:01:55.813Z] ---> 3196854a0704 [2020-08-31T21:01:55.813Z] Step 22/22 : LABEL version=1.2.3-dev.1 [2020-08-31T21:01:55.813Z] ---> Running in 4eaaca8db18a [2020-08-31T21:01:56.087Z] Removing intermediate container 4eaaca8db18a [2020-08-31T21:01:56.087Z] ---> 06f96521df28 [2020-08-31T21:01:56.087Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:01:56.356Z] Successfully built 06f96521df28 [2020-08-31T21:01:56.356Z] Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-31T21:01:56.766Z] provisioning config files... [2020-08-31T21:01:56.806Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/15@tmp/config4836626740301976726tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:01:57.195Z] ---> docker-login.sh [2020-08-31T21:01:57.195Z] nexus3.edgexfoundry.org:10001 [2020-08-31T21:01:57.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:01:57.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:01:57.737Z] Configure a credential helper to remove this warning. See [2020-08-31T21:01:57.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:01:57.737Z] [2020-08-31T21:01:57.737Z] Login Succeeded [2020-08-31T21:01:57.737Z] nexus3.edgexfoundry.org:10002 [2020-08-31T21:01:58.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:01:58.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:01:58.280Z] Configure a credential helper to remove this warning. See [2020-08-31T21:01:58.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:01:58.280Z] [2020-08-31T21:01:58.280Z] Login Succeeded [2020-08-31T21:01:58.280Z] nexus3.edgexfoundry.org:10003 [2020-08-31T21:01:58.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:01:58.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:01:58.819Z] Configure a credential helper to remove this warning. See [2020-08-31T21:01:58.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:01:58.819Z] [2020-08-31T21:01:58.819Z] Login Succeeded [2020-08-31T21:01:58.819Z] nexus3.edgexfoundry.org:10004 [2020-08-31T21:01:59.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:01:59.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:01:59.092Z] Configure a credential helper to remove this warning. See [2020-08-31T21:01:59.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:01:59.092Z] [2020-08-31T21:01:59.092Z] Login Succeeded [2020-08-31T21:01:59.092Z] docker.io [2020-08-31T21:01:59.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:01:59.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:01:59.952Z] Configure a credential helper to remove this warning. See [2020-08-31T21:01:59.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:01:59.952Z] [2020-08-31T21:01:59.952Z] Login Succeeded [2020-08-31T21:01:59.952Z] ---> docker-login.sh ends [Pipeline] } [2020-08-31T21:01:59.968Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:02:00.252Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-08-31T21:02:00.252Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:02:00.252Z] latest [2020-08-31T21:02:00.252Z] 1.2.3-dev.1 [2020-08-31T21:02:00.252Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [2020-08-31T21:02:00.252Z] master [2020-08-31T21:02:00.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:00.831Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:01.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:02:01.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-08-31T21:02:01.170Z] 46e72df695ca: Preparing [2020-08-31T21:02:01.170Z] 2811c9871272: Preparing [2020-08-31T21:02:01.170Z] c9ef0786c58f: Preparing [2020-08-31T21:02:01.170Z] e2f13739ad41: Preparing [2020-08-31T21:02:01.170Z] e2f13739ad41: Layer already exists [2020-08-31T21:02:01.443Z] 2811c9871272: Pushed [2020-08-31T21:02:01.443Z] 46e72df695ca: Pushed [2020-08-31T21:02:04.854Z] c9ef0786c58f: Pushed [2020-08-31T21:02:04.854Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25: digest: sha256:60bf27c6d9193b138699f3e268214b48e58e89ebb6ad65ef238705b20e46f60d size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:05.251Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:05.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-08-31T21:02:05.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-08-31T21:02:05.641Z] 46e72df695ca: Preparing [2020-08-31T21:02:05.641Z] 2811c9871272: Preparing [2020-08-31T21:02:05.641Z] c9ef0786c58f: Preparing [2020-08-31T21:02:05.641Z] e2f13739ad41: Preparing [2020-08-31T21:02:05.641Z] 2811c9871272: Layer already exists [2020-08-31T21:02:05.641Z] c9ef0786c58f: Layer already exists [2020-08-31T21:02:05.641Z] e2f13739ad41: Layer already exists [2020-08-31T21:02:05.641Z] 46e72df695ca: Layer already exists [2020-08-31T21:02:05.927Z] latest: digest: sha256:60bf27c6d9193b138699f3e268214b48e58e89ebb6ad65ef238705b20e46f60d size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:06.333Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:06.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.1 [2020-08-31T21:02:06.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-08-31T21:02:06.743Z] 46e72df695ca: Preparing [2020-08-31T21:02:06.743Z] 2811c9871272: Preparing [2020-08-31T21:02:06.743Z] c9ef0786c58f: Preparing [2020-08-31T21:02:06.743Z] e2f13739ad41: Preparing [2020-08-31T21:02:06.743Z] e2f13739ad41: Layer already exists [2020-08-31T21:02:06.743Z] 46e72df695ca: Layer already exists [2020-08-31T21:02:06.743Z] c9ef0786c58f: Layer already exists [2020-08-31T21:02:06.743Z] 2811c9871272: Layer already exists [2020-08-31T21:02:07.018Z] 1.2.3-dev.1: digest: sha256:60bf27c6d9193b138699f3e268214b48e58e89ebb6ad65ef238705b20e46f60d size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:07.383Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:07.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [2020-08-31T21:02:07.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-08-31T21:02:07.753Z] 46e72df695ca: Preparing [2020-08-31T21:02:07.753Z] 2811c9871272: Preparing [2020-08-31T21:02:07.753Z] c9ef0786c58f: Preparing [2020-08-31T21:02:07.753Z] e2f13739ad41: Preparing [2020-08-31T21:02:07.753Z] 46e72df695ca: Layer already exists [2020-08-31T21:02:07.753Z] 2811c9871272: Layer already exists [2020-08-31T21:02:07.753Z] c9ef0786c58f: Layer already exists [2020-08-31T21:02:07.753Z] e2f13739ad41: Layer already exists [2020-08-31T21:02:08.054Z] 347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1: digest: sha256:60bf27c6d9193b138699f3e268214b48e58e89ebb6ad65ef238705b20e46f60d size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:08.424Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:08.763Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-08-31T21:02:08.763Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-08-31T21:02:08.763Z] 46e72df695ca: Preparing [2020-08-31T21:02:08.763Z] 2811c9871272: Preparing [2020-08-31T21:02:08.763Z] c9ef0786c58f: Preparing [2020-08-31T21:02:08.763Z] e2f13739ad41: Preparing [2020-08-31T21:02:08.763Z] c9ef0786c58f: Layer already exists [2020-08-31T21:02:08.763Z] e2f13739ad41: Layer already exists [2020-08-31T21:02:08.763Z] 46e72df695ca: Layer already exists [2020-08-31T21:02:08.763Z] 2811c9871272: Layer already exists [2020-08-31T21:02:09.037Z] master: digest: sha256:60bf27c6d9193b138699f3e268214b48e58e89ebb6ad65ef238705b20e46f60d size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:02:09.215Z] ===================================================== [Pipeline] echo [2020-08-31T21:02:09.293Z] taggedImages: [2020-08-31T21:02:09.293Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:02:09.293Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-08-31T21:02:09.293Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.1 [2020-08-31T21:02:09.293Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25-1.2.3-dev.1 [2020-08-31T21:02:09.293Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-31T21:02:11.558Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-31T21:02:11.559Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-31T21:02:11.613Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:11.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:02:11.958Z] [2020-08-31T21:02:11.958Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:12.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:02:12.332Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-31T21:02:12.332Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-31T21:02:12.332Z] 408f87550127: Pulling fs layer [2020-08-31T21:02:12.332Z] fe522b08c979: Pulling fs layer [2020-08-31T21:02:12.332Z] 221eaa008020: Pulling fs layer [2020-08-31T21:02:12.332Z] 2a4607e5d6b9: Pulling fs layer [2020-08-31T21:02:12.332Z] 8f79b27c4fd2: Pulling fs layer [2020-08-31T21:02:12.332Z] e5c8dbe1645b: Pulling fs layer [2020-08-31T21:02:12.332Z] 23e8b3b47431: Pulling fs layer [2020-08-31T21:02:12.332Z] 5c568d65a230: Pulling fs layer [2020-08-31T21:02:12.332Z] 2a4607e5d6b9: Waiting [2020-08-31T21:02:12.332Z] 23e8b3b47431: Waiting [2020-08-31T21:02:12.332Z] 8f79b27c4fd2: Waiting [2020-08-31T21:02:12.332Z] 5c568d65a230: Waiting [2020-08-31T21:02:12.333Z] e5c8dbe1645b: Waiting [2020-08-31T21:02:12.333Z] 221eaa008020: Waiting [2020-08-31T21:02:12.333Z] fe522b08c979: Download complete [2020-08-31T21:02:12.333Z] 408f87550127: Download complete [2020-08-31T21:02:12.333Z] 2a4607e5d6b9: Verifying Checksum [2020-08-31T21:02:12.333Z] 2a4607e5d6b9: Download complete [2020-08-31T21:02:12.333Z] 8f79b27c4fd2: Verifying Checksum [2020-08-31T21:02:12.333Z] 8f79b27c4fd2: Download complete [2020-08-31T21:02:12.333Z] cbdbe7a5bc2a: Verifying Checksum [2020-08-31T21:02:12.333Z] cbdbe7a5bc2a: Download complete [2020-08-31T21:02:12.598Z] cbdbe7a5bc2a: Pull complete [2020-08-31T21:02:12.865Z] 408f87550127: Pull complete [2020-08-31T21:02:12.865Z] e5c8dbe1645b: Verifying Checksum [2020-08-31T21:02:12.865Z] e5c8dbe1645b: Download complete [2020-08-31T21:02:13.134Z] fe522b08c979: Pull complete [2020-08-31T21:02:13.401Z] 23e8b3b47431: Verifying Checksum [2020-08-31T21:02:13.401Z] 23e8b3b47431: Download complete [2020-08-31T21:02:13.664Z] 5c568d65a230: Verifying Checksum [2020-08-31T21:02:13.664Z] 5c568d65a230: Download complete [2020-08-31T21:02:13.931Z] 221eaa008020: Verifying Checksum [2020-08-31T21:02:13.931Z] 221eaa008020: Download complete [2020-08-31T21:02:19.238Z] 221eaa008020: Pull complete [2020-08-31T21:02:19.238Z] 2a4607e5d6b9: Pull complete [2020-08-31T21:02:19.238Z] 8f79b27c4fd2: Pull complete [2020-08-31T21:02:21.157Z] e5c8dbe1645b: Pull complete [2020-08-31T21:02:25.365Z] 23e8b3b47431: Pull complete [2020-08-31T21:02:25.938Z] 5c568d65a230: Pull complete [2020-08-31T21:02:25.938Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-31T21:02:25.938Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:02:25.938Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-31T21:02:26.093Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:02:26.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-mqtt-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-31T21:02:26.898Z] $ docker top dabe3ac5c64a3831da39fe06fa6948293921bb4f273685bb4dabf07eb0a84186 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T21:02:27.348Z] + snyk monitor '--org=edgex-jenkins' [2020-08-31T21:02:33.941Z] [2020-08-31T21:02:33.941Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-08-31T21:02:33.941Z] [2020-08-31T21:02:33.941Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/4c52a878-0678-40a4-82b1-0bcf830b0d57 [2020-08-31T21:02:33.941Z] [2020-08-31T21:02:33.941Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-31T21:02:33.941Z] [2020-08-31T21:02:33.941Z] [2020-08-31T21:02:33.941Z] Snyk CLI supports Node.js 8 and higher. [2020-08-31T21:02:33.941Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-31T21:02:33.941Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-31T21:02:33.941Z] [2020-08-31T21:02:33.941Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-31T21:02:33.941Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-31T21:02:33.958Z] $ docker stop --time=1 dabe3ac5c64a3831da39fe06fa6948293921bb4f273685bb4dabf07eb0a84186 [2020-08-31T21:02:36.540Z] $ docker rm -f dabe3ac5c64a3831da39fe06fa6948293921bb4f273685bb4dabf07eb0a84186 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:37.539Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:02:37.539Z] [2020-08-31T21:02:37.539Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:37.890Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:02:37.890Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-31T21:02:37.890Z] e7c96db7181b: Pulling fs layer [2020-08-31T21:02:37.890Z] 1868ca2cb446: Pulling fs layer [2020-08-31T21:02:37.890Z] 136be5d0fe8e: Pulling fs layer [2020-08-31T21:02:37.890Z] 894bfe63afcb: Pulling fs layer [2020-08-31T21:02:37.890Z] 894bfe63afcb: Waiting [2020-08-31T21:02:37.890Z] 1868ca2cb446: Verifying Checksum [2020-08-31T21:02:37.890Z] 1868ca2cb446: Download complete [2020-08-31T21:02:37.890Z] 136be5d0fe8e: Verifying Checksum [2020-08-31T21:02:37.890Z] 136be5d0fe8e: Download complete [2020-08-31T21:02:37.890Z] e7c96db7181b: Verifying Checksum [2020-08-31T21:02:37.890Z] e7c96db7181b: Download complete [2020-08-31T21:02:37.890Z] 894bfe63afcb: Verifying Checksum [2020-08-31T21:02:38.151Z] e7c96db7181b: Pull complete [2020-08-31T21:02:38.411Z] 1868ca2cb446: Pull complete [2020-08-31T21:02:38.411Z] 136be5d0fe8e: Pull complete [2020-08-31T21:02:38.672Z] 894bfe63afcb: Pull complete [2020-08-31T21:02:38.672Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-31T21:02:38.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:02:38.672Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-31T21:02:38.755Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:02:38.799Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:02:39.829Z] $ docker top 806753f3e68f0c80aab70a204144d27c2453b0bbe98e524aefb25c2e5bf8dbfa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:02:40.321Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:02:40.321Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:02:44.669Z] $ docker stop --time=1 806753f3e68f0c80aab70a204144d27c2453b0bbe98e524aefb25c2e5bf8dbfa [2020-08-31T21:02:45.973Z] $ docker rm -f 806753f3e68f0c80aab70a204144d27c2453b0bbe98e524aefb25c2e5bf8dbfa [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:46.403Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:02:46.403Z] . [Pipeline] withDockerContainer [2020-08-31T21:02:46.490Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:02:46.533Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:02:47.007Z] $ docker top e75baada36cda089080f2b1e5e05e22e9b5acdf9fe30d4582d097dc1dc082d54 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:02:47.499Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:02:47.500Z] + tee [2020-08-31T21:02:47.500Z] clair timeout 1m0s [2020-08-31T21:02:47.500Z] docker timeout: 1m0s [2020-08-31T21:02:47.500Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:02:48.167Z] $ docker stop --time=1 e75baada36cda089080f2b1e5e05e22e9b5acdf9fe30d4582d097dc1dc082d54 [2020-08-31T21:02:49.461Z] $ docker rm -f e75baada36cda089080f2b1e5e05e22e9b5acdf9fe30d4582d097dc1dc082d54 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:02:49.899Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-08-31T21:02:49.910Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_347e199ee4a649efaded5eeb3cc00e4bd21f3e25.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:02:49.958Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:50.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:02:50.294Z] . [Pipeline] withDockerContainer [2020-08-31T21:02:50.378Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:02:50.420Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:02:50.907Z] $ docker top 969889635fbeae041be220c05d7ce5a38d81aff376f2aafc9c033d4fde445597 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:02:51.393Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:02:51.394Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:02:54.863Z] $ docker stop --time=1 969889635fbeae041be220c05d7ce5a38d81aff376f2aafc9c033d4fde445597 [2020-08-31T21:02:56.175Z] $ docker rm -f 969889635fbeae041be220c05d7ce5a38d81aff376f2aafc9c033d4fde445597 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:56.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:02:56.625Z] . [Pipeline] withDockerContainer [2020-08-31T21:02:56.710Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:02:56.752Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:02:57.239Z] $ docker top 9dd365f83eac3d43590949b5019e5ddef1219caba412659480ba70f34b6a54ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:02:57.717Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:347e199ee4a649efaded5eeb3cc00e4bd21f3e25 [2020-08-31T21:02:57.717Z] + tee [2020-08-31T21:02:57.717Z] clair timeout 1m0s [2020-08-31T21:02:57.717Z] docker timeout: 1m0s [2020-08-31T21:02:57.717Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:02:58.383Z] $ docker stop --time=1 9dd365f83eac3d43590949b5019e5ddef1219caba412659480ba70f34b6a54ef [2020-08-31T21:02:59.711Z] $ docker rm -f 9dd365f83eac3d43590949b5019e5ddef1219caba412659480ba70f34b6a54ef [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:03:00.191Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-08-31T21:03:00.203Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_347e199ee4a649efaded5eeb3cc00e4bd21f3e25.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:03:00.337Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:01.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:03:01.522Z] . [Pipeline] withDockerContainer [2020-08-31T21:03:01.607Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:03:02.226Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:03:02.850Z] $ docker top 2d3c3ab22ee07febb6858c1e506857dab560d70fd885b84e79c0db25003bede2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:03:03.097Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:03:03.097Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:03:03.282Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:03:03.290Z] $ docker exec 2d3c3ab22ee07febb6858c1e506857dab560d70fd885b84e79c0db25003bede2 ssh-agent [2020-08-31T21:03:03.432Z] SSH_AUTH_SOCK=/tmp/ssh-WNUBOvzP800D/agent.12 [2020-08-31T21:03:03.432Z] SSH_AGENT_PID=17 [2020-08-31T21:03:03.438Z] Running ssh-add (command line suppressed) [2020-08-31T21:03:03.558Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2103936298868115453.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2103936298868115453.key) [2020-08-31T21:03:03.597Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:03:03.918Z] + git semver tag [2020-08-31T21:03:03.918Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:03:03.918Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-08-31T21:03:03.918Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-08-31T21:03:03.918Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:03:03.918Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:03:03.918Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:03:03.918Z] # $SEMVER_BRANCH = master [2020-08-31T21:03:03.918Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-08-31T21:03:03.918Z] # 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 HEAD [2020-08-31T21:03:03.918Z] # -> Force: false [2020-08-31T21:03:03.918Z] # 03541fca261715d489f46aef0ae928bf0c5e2e5c refs/tags/v1.2.3-dev.1 [Pipeline] } [2020-08-31T21:03:03.933Z] $ docker exec --env ******** --env ******** 2d3c3ab22ee07febb6858c1e506857dab560d70fd885b84e79c0db25003bede2 ssh-agent -k [2020-08-31T21:03:04.040Z] unset SSH_AUTH_SOCK; [2020-08-31T21:03:04.040Z] unset SSH_AGENT_PID; [2020-08-31T21:03:04.040Z] echo Agent pid 17 killed; [2020-08-31T21:03:04.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:03:04.508Z] + git semver [Pipeline] } [2020-08-31T21:03:04.529Z] $ docker stop --time=1 2d3c3ab22ee07febb6858c1e506857dab560d70fd885b84e79c0db25003bede2 [2020-08-31T21:03:05.828Z] $ docker rm -f 2d3c3ab22ee07febb6858c1e506857dab560d70fd885b84e79c0db25003bede2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:06.386Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:03:06.386Z] [2020-08-31T21:03:06.386Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:06.736Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:03:06.736Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-31T21:03:06.736Z] ab5ef0e58194: Pulling fs layer [2020-08-31T21:03:06.736Z] 9712f1f96733: Pulling fs layer [2020-08-31T21:03:06.736Z] 63f879dbbcfc: Pulling fs layer [2020-08-31T21:03:06.736Z] 0d9ebad4ef96: Pulling fs layer [2020-08-31T21:03:06.736Z] e9a5061849ea: Pulling fs layer [2020-08-31T21:03:06.736Z] d747dcd14b5f: Pulling fs layer [2020-08-31T21:03:06.736Z] 2de7ff778b66: Pulling fs layer [2020-08-31T21:03:06.736Z] e9a5061849ea: Waiting [2020-08-31T21:03:06.736Z] d747dcd14b5f: Waiting [2020-08-31T21:03:06.736Z] 2de7ff778b66: Waiting [2020-08-31T21:03:06.736Z] 0d9ebad4ef96: Waiting [2020-08-31T21:03:06.736Z] 9712f1f96733: Verifying Checksum [2020-08-31T21:03:06.736Z] 9712f1f96733: Download complete [2020-08-31T21:03:07.689Z] 63f879dbbcfc: Verifying Checksum [2020-08-31T21:03:07.689Z] 63f879dbbcfc: Download complete [2020-08-31T21:03:07.950Z] e9a5061849ea: Verifying Checksum [2020-08-31T21:03:07.950Z] e9a5061849ea: Download complete [2020-08-31T21:03:07.950Z] d747dcd14b5f: Verifying Checksum [2020-08-31T21:03:07.950Z] d747dcd14b5f: Download complete [2020-08-31T21:03:07.950Z] ab5ef0e58194: Verifying Checksum [2020-08-31T21:03:07.950Z] ab5ef0e58194: Download complete [2020-08-31T21:03:08.210Z] 2de7ff778b66: Verifying Checksum [2020-08-31T21:03:08.210Z] 2de7ff778b66: Download complete [2020-08-31T21:03:08.210Z] 0d9ebad4ef96: Verifying Checksum [2020-08-31T21:03:08.210Z] 0d9ebad4ef96: Download complete [2020-08-31T21:03:12.412Z] ab5ef0e58194: Pull complete [2020-08-31T21:03:12.412Z] 9712f1f96733: Pull complete [2020-08-31T21:03:14.331Z] 63f879dbbcfc: Pull complete [2020-08-31T21:03:20.927Z] 0d9ebad4ef96: Pull complete [2020-08-31T21:03:20.927Z] e9a5061849ea: Pull complete [2020-08-31T21:03:20.927Z] d747dcd14b5f: Pull complete [2020-08-31T21:03:25.144Z] 2de7ff778b66: Pull complete [2020-08-31T21:03:25.144Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-31T21:03:25.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:03:25.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-31T21:03:25.321Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:03:25.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-31T21:03:29.490Z] $ docker top 3edd0a9be7d3c0a48e018e8bdedb1127d7afcd4fba42e4becc894c2448c377f3 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:03:29.717Z] provisioning config files... [2020-08-31T21:03:29.729Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3106239504013183184tmp [2020-08-31T21:03:29.747Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7087183495474041603tmp [2020-08-31T21:03:29.760Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1386618836794588068tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:03:29.815Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:03:30.111Z] ---> sigul-configuration.sh [2020-08-31T21:03:30.111Z] gpg: directory `/root/.gnupg' created [2020-08-31T21:03:30.111Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-31T21:03:30.111Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-31T21:03:30.111Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-31T21:03:30.111Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-31T21:03:30.111Z] gpg: CAST5 encrypted data [2020-08-31T21:03:30.370Z] gpg: encrypted with 1 passphrase [2020-08-31T21:03:30.370Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-31T21:03:30.663Z] + mkdir /home/jenkins [2020-08-31T21:03:30.663Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-31T21:03:30.954Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-31T21:03:30.963Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:03:31.253Z] ---> sigul-install.sh [2020-08-31T21:03:37.832Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-31T21:03:38.122Z] + git tag --list [2020-08-31T21:03:38.122Z] v1.2.3-dev.1 [Pipeline] sh [2020-08-31T21:03:38.418Z] + lftools sign git-tag v1.2.3-dev.1 [2020-08-31T21:03:39.800Z] Signing Git tag with Sigul... [2020-08-31T21:03:39.800Z] Signing v1.2.3-dev.1 [2020-08-31T21:03:40.370Z] Error: Authentication failed [Pipeline] echo [2020-08-31T21:03:40.379Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:03:40.676Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-31T21:03:40.684Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-31T21:03:40.862Z] $ docker stop --time=1 3edd0a9be7d3c0a48e018e8bdedb1127d7afcd4fba42e4becc894c2448c377f3 [2020-08-31T21:03:42.699Z] $ docker rm -f 3edd0a9be7d3c0a48e018e8bdedb1127d7afcd4fba42e4becc894c2448c377f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:43.571Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:03:43.572Z] . [Pipeline] withDockerContainer [2020-08-31T21:03:43.718Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:03:43.766Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:03:44.372Z] $ docker top fedffbfb3f9d8689694c58ed1744ea418e5e2f51c5ad01b01e2c6afd0e9e8bcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:03:44.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:03:44.699Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:03:44.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:03:44.884Z] $ docker exec fedffbfb3f9d8689694c58ed1744ea418e5e2f51c5ad01b01e2c6afd0e9e8bcb ssh-agent [2020-08-31T21:03:45.040Z] SSH_AUTH_SOCK=/tmp/ssh-jPxWsARQwejH/agent.11 [2020-08-31T21:03:45.040Z] SSH_AGENT_PID=17 [2020-08-31T21:03:45.047Z] Running ssh-add (command line suppressed) [2020-08-31T21:03:45.168Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3176448676556209495.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3176448676556209495.key) [2020-08-31T21:03:45.213Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:03:45.539Z] + git semver bump pre [2020-08-31T21:03:45.539Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:03:45.539Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-08-31T21:03:45.539Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-08-31T21:03:45.539Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:03:45.539Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:03:45.539Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:03:45.539Z] # $SEMVER_BRANCH = master [2020-08-31T21:03:45.539Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-08-31T21:03:45.539Z] 1.2.3-dev.2 [Pipeline] } [2020-08-31T21:03:45.553Z] $ docker exec --env ******** --env ******** fedffbfb3f9d8689694c58ed1744ea418e5e2f51c5ad01b01e2c6afd0e9e8bcb ssh-agent -k [2020-08-31T21:03:45.685Z] unset SSH_AUTH_SOCK; [2020-08-31T21:03:45.685Z] unset SSH_AGENT_PID; [2020-08-31T21:03:45.685Z] echo Agent pid 17 killed; [2020-08-31T21:03:45.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:03:46.160Z] + git semver [Pipeline] } [2020-08-31T21:03:46.180Z] $ docker stop --time=1 fedffbfb3f9d8689694c58ed1744ea418e5e2f51c5ad01b01e2c6afd0e9e8bcb [2020-08-31T21:03:47.508Z] $ docker rm -f fedffbfb3f9d8689694c58ed1744ea418e5e2f51c5ad01b01e2c6afd0e9e8bcb [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:47.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:03:47.982Z] . [Pipeline] withDockerContainer [2020-08-31T21:03:48.072Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:03:48.120Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:03:48.729Z] $ docker top 088009f0e97661bf6e85f24c0a05e27f0c121a20bbc035c5f27da27e6e96d6fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:03:49.276Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:03:49.276Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:03:49.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:03:49.453Z] $ docker exec 088009f0e97661bf6e85f24c0a05e27f0c121a20bbc035c5f27da27e6e96d6fe ssh-agent [2020-08-31T21:03:49.599Z] SSH_AUTH_SOCK=/tmp/ssh-NDTfzrfDfMYO/agent.12 [2020-08-31T21:03:49.599Z] SSH_AGENT_PID=17 [2020-08-31T21:03:49.605Z] Running ssh-add (command line suppressed) [2020-08-31T21:03:49.723Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6039672907343391620.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6039672907343391620.key) [2020-08-31T21:03:49.765Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:03:50.084Z] + git semver push [2020-08-31T21:03:50.084Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:03:50.084Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-08-31T21:03:50.084Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-08-31T21:03:50.084Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:03:50.084Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:03:50.084Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:03:50.084Z] # $SEMVER_BRANCH = master [2020-08-31T21:03:50.084Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-08-31T21:03:56.673Z] $ docker exec --env ******** --env ******** 088009f0e97661bf6e85f24c0a05e27f0c121a20bbc035c5f27da27e6e96d6fe ssh-agent -k [2020-08-31T21:03:56.786Z] unset SSH_AUTH_SOCK; [2020-08-31T21:03:56.786Z] unset SSH_AGENT_PID; [2020-08-31T21:03:56.786Z] echo Agent pid 17 killed; [2020-08-31T21:03:56.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:03:57.299Z] + git semver [Pipeline] } [2020-08-31T21:03:57.319Z] $ docker stop --time=1 088009f0e97661bf6e85f24c0a05e27f0c121a20bbc035c5f27da27e6e96d6fe [2020-08-31T21:03:58.623Z] $ docker rm -f 088009f0e97661bf6e85f24c0a05e27f0c121a20bbc035c5f27da27e6e96d6fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:03:59.737Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:04:00.300Z] ---> package-listing.sh [2020-08-31T21:04:00.300Z] ++ facter osfamily [2020-08-31T21:04:00.300Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T21:04:00.300Z] + OS_FAMILY=redhat [2020-08-31T21:04:00.300Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-08-31T21:04:00.300Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T21:04:00.300Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T21:04:00.300Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T21:04:00.300Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T21:04:00.300Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-08-31T21:04:00.300Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T21:04:00.300Z] + case "${OS_FAMILY}" in [2020-08-31T21:04:00.300Z] + rpm -qa [2020-08-31T21:04:00.300Z] + sort [2020-08-31T21:04:04.525Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T21:04:04.525Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T21:04:04.525Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T21:04:04.525Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-08-31T21:04:04.525Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-08-31T21:04:04.525Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:05.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:04:05.068Z] [2020-08-31T21:04:05.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:05.415Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:04:05.415Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T21:04:05.415Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T21:04:05.415Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T21:04:05.415Z] 756a868c4378: Pulling fs layer [2020-08-31T21:04:05.415Z] 444b2fc9a129: Pulling fs layer [2020-08-31T21:04:05.415Z] ea15f1150254: Pulling fs layer [2020-08-31T21:04:05.415Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T21:04:05.415Z] 28c525ee5125: Pulling fs layer [2020-08-31T21:04:05.415Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T21:04:05.415Z] 138eaada9080: Pulling fs layer [2020-08-31T21:04:05.415Z] 0622d0fa9048: Pulling fs layer [2020-08-31T21:04:05.415Z] 444b2fc9a129: Waiting [2020-08-31T21:04:05.415Z] 094b1ea09ed8: Waiting [2020-08-31T21:04:05.415Z] 138eaada9080: Waiting [2020-08-31T21:04:05.415Z] 0622d0fa9048: Waiting [2020-08-31T21:04:05.415Z] 41b27a9f41bf: Waiting [2020-08-31T21:04:05.415Z] 28c525ee5125: Waiting [2020-08-31T21:04:05.415Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T21:04:05.415Z] 2cc5ad85d9ab: Download complete [2020-08-31T21:04:05.415Z] 444b2fc9a129: Verifying Checksum [2020-08-31T21:04:05.415Z] 444b2fc9a129: Download complete [2020-08-31T21:04:05.415Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T21:04:05.415Z] c9b1b535fdd9: Download complete [2020-08-31T21:04:05.415Z] ea15f1150254: Verifying Checksum [2020-08-31T21:04:05.415Z] ea15f1150254: Download complete [2020-08-31T21:04:05.681Z] 28c525ee5125: Verifying Checksum [2020-08-31T21:04:05.681Z] 28c525ee5125: Download complete [2020-08-31T21:04:05.681Z] 756a868c4378: Verifying Checksum [2020-08-31T21:04:05.681Z] 756a868c4378: Download complete [2020-08-31T21:04:05.943Z] c9b1b535fdd9: Pull complete [2020-08-31T21:04:05.943Z] 138eaada9080: Verifying Checksum [2020-08-31T21:04:05.943Z] 138eaada9080: Download complete [2020-08-31T21:04:05.943Z] 0622d0fa9048: Verifying Checksum [2020-08-31T21:04:05.943Z] 0622d0fa9048: Download complete [2020-08-31T21:04:06.211Z] 094b1ea09ed8: Verifying Checksum [2020-08-31T21:04:06.211Z] 094b1ea09ed8: Download complete [2020-08-31T21:04:06.471Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T21:04:06.471Z] 41b27a9f41bf: Download complete [2020-08-31T21:04:07.045Z] 2cc5ad85d9ab: Pull complete [2020-08-31T21:04:08.976Z] 756a868c4378: Pull complete [2020-08-31T21:04:08.976Z] 444b2fc9a129: Pull complete [2020-08-31T21:04:09.241Z] ea15f1150254: Pull complete [2020-08-31T21:04:13.462Z] 41b27a9f41bf: Pull complete [2020-08-31T21:04:13.462Z] 28c525ee5125: Pull complete [2020-08-31T21:04:14.856Z] 094b1ea09ed8: Pull complete [2020-08-31T21:04:14.856Z] 138eaada9080: Pull complete [2020-08-31T21:04:15.118Z] 0622d0fa9048: Pull complete [2020-08-31T21:04:15.118Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T21:04:15.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:04:15.118Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T21:04:15.229Z] prd-centos7-docker-4c-2g-882 does not seem to be running inside a container [2020-08-31T21:04:15.274Z] $ 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_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T21:04:17.773Z] $ docker top 5144f32498b523749dcabb7f28c74deda0befe6927824cf2dde771e4da77afa6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:04:17.993Z] provisioning config files... [2020-08-31T21:04:18.005Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config5652848591047198517tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:04:18.068Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:04:18.371Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T21:04:18.380Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:04:18.669Z] ---> logs-deploy.sh [2020-08-31T21:04:18.669Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/15 [2020-08-31T21:04:18.669Z] INFO: archiving workspace using pattern(s): [2020-08-31T21:04:19.612Z] Archives upload complete. [2020-08-31T21:04:19.872Z] INFO: archiving logs to Nexus