Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a4d671bc363cd3b6b16a5de27983df7bd02b35a1 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2188 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 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (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 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 Commit message: "Merge pull request #166 from bill-mahoney/snapVersion" > git rev-list --no-walk fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-10T22:59:09.889Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-10T22:59:10.221Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-10T22:59:10.390Z] ========================================================= [2020-09-10T22:59:10.390Z] EdgeX Global Pipelines Version Info [2020-09-10T22:59:10.390Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-10T22:59:11.867Z] ------------------- [2020-09-10T22:59:11.867Z] stable info: [2020-09-10T22:59:11.867Z] ------------------- [2020-09-10T22:59:11.867Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-10T22:59:11.867Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-10T22:59:11.867Z] Message: update stable to v1.0.119 [2020-09-10T22:59:12.812Z] ------------------- [2020-09-10T22:59:12.812Z] experimental info: [2020-09-10T22:59:12.812Z] ------------------- [2020-09-10T22:59:12.812Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-10T22:59:12.812Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-10T22:59:12.812Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-10T22:59:13.186Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-10T22:59:13.290Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-10T22:59:13.389Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-10T22:59:13.494Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-10T22:59:13.620Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-10T22:59:13.755Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-10T22:59:13.868Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-10T22:59:13.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-10T22:59:14.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-10T22:59:14.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-10T22:59:14.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-10T22:59:14.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-10T22:59:14.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-10T22:59:14.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-10T22:59:14.781Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T22:59:14.881Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-10T22:59:15.009Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-10T22:59:15.112Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-10T22:59:15.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-10T22:59:15.311Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-10T22:59:15.419Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-10T22:59:15.520Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-10T22:59:15.620Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-10T22:59:15.720Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-10T22:59:15.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-10T22:59:15.943Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] echo [2020-09-10T22:59:16.040Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4d671b [Pipeline] echo [2020-09-10T22:59:16.144Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-10T22:59:16.785Z] + git log --format=format:%s -1 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] echo [2020-09-10T22:59:16.848Z] GIT_COMMIT: a4d671bc363cd3b6b16a5de27983df7bd02b35a1, Commit Message: Merge pull request #166 from bill-mahoney/snapVersion [Pipeline] echo [2020-09-10T22:59:16.901Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-10T22:59:17.889Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T22:59:18.150Z] [2020-09-10T22:59:18.150Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T22:59:18.508Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T22:59:18.508Z] latest: Pulling from edgex-devops/git-semver [2020-09-10T22:59:18.508Z] 31603596830f: Pulling fs layer [2020-09-10T22:59:18.508Z] 2a8b12db71e7: Pulling fs layer [2020-09-10T22:59:18.508Z] 6ca5941a6612: Pulling fs layer [2020-09-10T22:59:18.508Z] ecc8261a40a4: Pulling fs layer [2020-09-10T22:59:18.508Z] ecc8261a40a4: Waiting [2020-09-10T22:59:18.508Z] 2a8b12db71e7: Verifying Checksum [2020-09-10T22:59:18.508Z] 2a8b12db71e7: Download complete [2020-09-10T22:59:18.771Z] 31603596830f: Verifying Checksum [2020-09-10T22:59:18.771Z] 31603596830f: Download complete [2020-09-10T22:59:18.771Z] ecc8261a40a4: Download complete [2020-09-10T22:59:18.771Z] 6ca5941a6612: Verifying Checksum [2020-09-10T22:59:18.771Z] 6ca5941a6612: Download complete [2020-09-10T22:59:19.033Z] 31603596830f: Pull complete [2020-09-10T22:59:19.033Z] 2a8b12db71e7: Pull complete [2020-09-10T22:59:19.987Z] 6ca5941a6612: Pull complete [2020-09-10T22:59:19.987Z] ecc8261a40a4: Pull complete [2020-09-10T22:59:19.987Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-10T22:59:19.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T22:59:19.987Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-10T22:59:20.084Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T22:59:20.138Z] $ 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-09-10T22:59:22.225Z] $ docker top 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T22:59:22.597Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T22:59:22.597Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T22:59:22.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T22:59:22.837Z] $ docker exec 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent [2020-09-10T22:59:23.029Z] SSH_AUTH_SOCK=/tmp/ssh-xZHeCLg4oC65/agent.11 [2020-09-10T22:59:23.029Z] SSH_AGENT_PID=16 [2020-09-10T22:59:23.040Z] Running ssh-add (command line suppressed) [2020-09-10T22:59:23.168Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864674118267873708.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864674118267873708.key) [2020-09-10T22:59:23.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T22:59:23.540Z] + git describe --exact-match --tags HEAD [2020-09-10T22:59:23.540Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-10T22:59:23.637Z] $ docker exec --env ******** --env ******** 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent -k [2020-09-10T22:59:23.778Z] unset SSH_AUTH_SOCK; [2020-09-10T22:59:23.778Z] unset SSH_AGENT_PID; [2020-09-10T22:59:23.778Z] echo Agent pid 16 killed; [2020-09-10T22:59:23.812Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-10T22:59:23.915Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-10T22:59:23.915Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-10T22:59:24.020Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T22:59:24.020Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T22:59:24.176Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T22:59:24.191Z] $ docker exec 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent [2020-09-10T22:59:24.332Z] SSH_AUTH_SOCK=/tmp/ssh-RY2zRsMD0tk9/agent.44 [2020-09-10T22:59:24.332Z] SSH_AGENT_PID=50 [2020-09-10T22:59:24.338Z] Running ssh-add (command line suppressed) [2020-09-10T22:59:24.468Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_679889786204010635.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_679889786204010635.key) [2020-09-10T22:59:24.505Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T22:59:24.841Z] + git semver init [2020-09-10T22:59:24.841Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T22:59:24.841Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-10T22:59:24.841Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-10T22:59:24.841Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T22:59:24.841Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T22:59:24.841Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T22:59:24.841Z] # $SEMVER_BRANCH = master [2020-09-10T22:59:24.841Z] # $SEMVER_TEMP = /tmp/semver-915793845 [2020-09-10T22:59:24.841Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-10T22:59:25.102Z] # '/tmp/semver-915793845' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-09-10T22:59:25.102Z] # -> Force: false [2020-09-10T22:59:25.102Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-09-10T22:59:25.125Z] $ docker exec --env ******** --env ******** 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent -k [2020-09-10T22:59:25.233Z] unset SSH_AUTH_SOCK; [2020-09-10T22:59:25.233Z] unset SSH_AGENT_PID; [2020-09-10T22:59:25.233Z] echo Agent pid 50 killed; [2020-09-10T22:59:25.264Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T22:59:25.744Z] + git semver [Pipeline] } [2020-09-10T22:59:25.771Z] $ docker stop --time=1 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 [2020-09-10T22:59:27.161Z] $ docker rm -f 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-10T22:59:27.850Z] Stashed 21 file(s) [Pipeline] echo [2020-09-10T22:59:27.854Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.3 [Pipeline] echo [2020-09-10T22:59:27.950Z] Archived original version: [1.2.3-dev.3] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-10T22:59:43.393Z] Still waiting to schedule task [2020-09-10T22:59:43.393Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-10T22:59:43.395Z] Still waiting to schedule task [2020-09-10T22:59:43.395Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-10T23:02:19.936Z] Running on prd-centos7-docker-4c-2g-2190 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-09-10T23:02:19.994Z] Running in /w/workspace/device-mqtt-go/17 [Pipeline] { [Pipeline] checkout [2020-09-10T23:02:22.491Z] using credential edgex-jenkins-ssh [2020-09-10T23:02:22.555Z] Cloning the remote Git repository [2020-09-10T23:02:22.555Z] Cloning with configured refspecs honoured and without tags [2020-09-10T23:02:23.236Z] Fetching without tags [2020-09-10T23:02:22.592Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-10T23:02:22.656Z] > git init /w/workspace/device-mqtt-go/17 # timeout=10 [2020-09-10T23:02:22.700Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-10T23:02:22.701Z] > git --version # timeout=10 [2020-09-10T23:02:22.710Z] > git --version # 'git version 2.16.5' [2020-09-10T23:02:22.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T23:02:22.735Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T23:02:23.215Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-10T23:02:23.225Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T23:02:23.240Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-10T23:02:23.251Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-10T23:02:23.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T23:02:23.256Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T23:02:23.658Z] Checking out Revision a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (master) [2020-09-10T23:02:23.680Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T23:02:23.684Z] > git checkout -f a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-10T23:02:27.246Z] Commit message: "Merge pull request #166 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-10T23:02:28.105Z] ========================================================= [2020-09-10T23:02:28.105Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-10T23:02:28.105Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:02:28.714Z] + 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-09-10T23:02:28.984Z] Sending build context to Docker daemon 606.2kB [2020-09-10T23:02:28.984Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-10T23:02:28.984Z] Step 2/8 : FROM ${BASE} [2020-09-10T23:02:28.984Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-10T23:02:28.984Z] df20fa9351a1: Pulling fs layer [2020-09-10T23:02:28.984Z] ed8968b2872e: Pulling fs layer [2020-09-10T23:02:28.984Z] a92cc7c5fd73: Pulling fs layer [2020-09-10T23:02:28.984Z] 2dd03ba5bac4: Pulling fs layer [2020-09-10T23:02:28.984Z] 1e091d79d1de: Pulling fs layer [2020-09-10T23:02:28.984Z] 481702a1767f: Pulling fs layer [2020-09-10T23:02:28.984Z] f64a6f60c768: Pulling fs layer [2020-09-10T23:02:28.984Z] e78d2573fc39: Pulling fs layer [2020-09-10T23:02:28.984Z] e876d2f968b6: Pulling fs layer [2020-09-10T23:02:28.984Z] ce8a83651883: Pulling fs layer [2020-09-10T23:02:28.984Z] 07967f4d0e4b: Pulling fs layer [2020-09-10T23:02:28.984Z] 2dd03ba5bac4: Waiting [2020-09-10T23:02:28.984Z] 1e091d79d1de: Waiting [2020-09-10T23:02:28.984Z] 481702a1767f: Waiting [2020-09-10T23:02:28.984Z] f64a6f60c768: Waiting [2020-09-10T23:02:28.984Z] e78d2573fc39: Waiting [2020-09-10T23:02:28.984Z] ce8a83651883: Waiting [2020-09-10T23:02:28.984Z] e876d2f968b6: Waiting [2020-09-10T23:02:28.984Z] 07967f4d0e4b: Waiting [2020-09-10T23:02:28.984Z] a92cc7c5fd73: Verifying Checksum [2020-09-10T23:02:28.984Z] a92cc7c5fd73: Download complete [2020-09-10T23:02:28.984Z] ed8968b2872e: Download complete [2020-09-10T23:02:29.250Z] 1e091d79d1de: Verifying Checksum [2020-09-10T23:02:29.250Z] 1e091d79d1de: Download complete [2020-09-10T23:02:29.250Z] 481702a1767f: Verifying Checksum [2020-09-10T23:02:29.250Z] 481702a1767f: Download complete [2020-09-10T23:02:29.250Z] df20fa9351a1: Verifying Checksum [2020-09-10T23:02:29.250Z] df20fa9351a1: Download complete [2020-09-10T23:02:29.513Z] df20fa9351a1: Pull complete [2020-09-10T23:02:29.513Z] ed8968b2872e: Pull complete [2020-09-10T23:02:29.778Z] a92cc7c5fd73: Pull complete [2020-09-10T23:02:31.702Z] f64a6f60c768: Verifying Checksum [2020-09-10T23:02:31.702Z] f64a6f60c768: Download complete [2020-09-10T23:02:31.702Z] e876d2f968b6: Verifying Checksum [2020-09-10T23:02:31.702Z] e876d2f968b6: Download complete [2020-09-10T23:02:32.653Z] e78d2573fc39: Verifying Checksum [2020-09-10T23:02:32.653Z] e78d2573fc39: Download complete [2020-09-10T23:02:32.653Z] 07967f4d0e4b: Verifying Checksum [2020-09-10T23:02:32.653Z] 07967f4d0e4b: Download complete [2020-09-10T23:02:32.653Z] ce8a83651883: Verifying Checksum [2020-09-10T23:02:32.653Z] ce8a83651883: Download complete [2020-09-10T23:02:32.916Z] 2dd03ba5bac4: Verifying Checksum [2020-09-10T23:02:32.916Z] 2dd03ba5bac4: Download complete [2020-09-10T23:02:38.237Z] 2dd03ba5bac4: Pull complete [2020-09-10T23:02:38.237Z] 1e091d79d1de: Pull complete [2020-09-10T23:02:38.237Z] 481702a1767f: Pull complete [2020-09-10T23:02:43.562Z] f64a6f60c768: Pull complete [2020-09-10T23:02:46.132Z] e78d2573fc39: Pull complete [2020-09-10T23:02:46.398Z] e876d2f968b6: Pull complete [2020-09-10T23:02:47.346Z] ce8a83651883: Pull complete [2020-09-10T23:02:47.611Z] 07967f4d0e4b: Pull complete [2020-09-10T23:02:47.611Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-10T23:02:47.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-10T23:02:47.611Z] ---> 5d7c900382c6 [2020-09-10T23:02:47.611Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-10T23:02:49.005Z] ---> Running in dfb16ff74e10 [2020-09-10T23:02:49.269Z] Removing intermediate container dfb16ff74e10 [2020-09-10T23:02:49.269Z] ---> 016cd5493a61 [2020-09-10T23:02:49.269Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T23:02:49.269Z] ---> Running in bf547acf9133 [2020-09-10T23:02:50.666Z] Removing intermediate container bf547acf9133 [2020-09-10T23:02:50.666Z] ---> c259d0765a38 [2020-09-10T23:02:50.666Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-10T23:02:50.666Z] ---> Running in 0d7aecc24404 [2020-09-10T23:02:51.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T23:02:52.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T23:02:52.453Z] (1/14) Installing libmagic (5.38-r0) [2020-09-10T23:02:53.027Z] (2/14) Installing file (5.38-r0) [2020-09-10T23:02:53.027Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-10T23:02:53.294Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-10T23:02:57.508Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-10T23:02:57.508Z] (6/14) Installing patch (2.7.6-r6) [2020-09-10T23:02:57.508Z] (7/14) Installing build-base (0.5-r2) [2020-09-10T23:02:57.508Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-10T23:02:57.770Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-10T23:02:57.770Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-10T23:02:58.031Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-10T23:02:58.292Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-10T23:02:58.292Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-10T23:02:58.292Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-10T23:02:58.554Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T23:02:58.554Z] OK: 237 MiB in 53 packages [2020-09-10T23:03:01.869Z] Removing intermediate container 0d7aecc24404 [2020-09-10T23:03:01.869Z] ---> 9a21d30e72cf [2020-09-10T23:03:01.869Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-10T23:03:01.869Z] ---> Running in 19688db6499d [2020-09-10T23:03:02.136Z] Removing intermediate container 19688db6499d [2020-09-10T23:03:02.136Z] ---> 0f1a9f2a6606 [2020-09-10T23:03:02.136Z] Step 7/8 : COPY . . [2020-09-10T23:03:02.712Z] ---> 7c15c8bfa6fa [2020-09-10T23:03:02.712Z] Step 8/8 : RUN go mod download [2020-09-10T23:03:02.973Z] ---> Running in 6d623e868523 [2020-09-10T23:03:04.895Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-10T23:03:04.895Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-10T23:03:04.895Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-10T23:03:04.895Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-10T23:03:04.895Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-10T23:03:04.895Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-10T23:03:04.895Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-10T23:03:04.895Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-10T23:03:04.895Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-10T23:03:05.469Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-10T23:03:05.469Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-10T23:03:05.469Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-10T23:03:05.469Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-10T23:03:05.469Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-10T23:03:05.469Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-10T23:03:05.469Z] go: finding github.com/fatih/color v1.7.0 [2020-09-10T23:03:05.469Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-10T23:03:05.469Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-10T23:03:05.469Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-10T23:03:05.731Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-10T23:03:05.731Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-10T23:03:05.731Z] go: finding github.com/google/uuid v1.1.1 [2020-09-10T23:03:05.732Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-10T23:03:05.732Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-10T23:03:05.995Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-10T23:03:05.995Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-10T23:03:05.995Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-10T23:03:05.995Z] go: finding github.com/kr/pty v1.1.1 [2020-09-10T23:03:06.259Z] go: finding github.com/kr/text v0.1.0 [2020-09-10T23:03:06.259Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T23:03:06.259Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T23:03:06.259Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-10T23:03:06.259Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-10T23:03:06.259Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-10T23:03:06.259Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-10T23:03:06.259Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-10T23:03:06.259Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-10T23:03:06.259Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-10T23:03:06.259Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-10T23:03:06.522Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-10T23:03:06.522Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-10T23:03:06.522Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-10T23:03:06.522Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-10T23:03:06.522Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-10T23:03:06.522Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-10T23:03:06.522Z] go: finding github.com/posener/complete v1.1.1 [2020-09-10T23:03:06.522Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-10T23:03:06.522Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-10T23:03:06.522Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-10T23:03:06.522Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-10T23:03:06.783Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-10T23:03:06.783Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-10T23:03:06.783Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-10T23:03:06.783Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-10T23:03:06.783Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-10T23:03:06.783Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-10T23:03:06.783Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-10T23:03:06.783Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-10T23:03:06.783Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-10T23:03:06.783Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-10T23:03:14.957Z] Removing intermediate container 6d623e868523 [2020-09-10T23:03:14.957Z] ---> ca123ba72698 [2020-09-10T23:03:14.957Z] Successfully built ca123ba72698 [2020-09-10T23:03:14.957Z] 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-09-10T23:03:18.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-10T23:03:18.458Z] + ls -al . [2020-09-10T23:03:18.458Z] total 64 [2020-09-10T23:03:18.458Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 10 23:02 . [2020-09-10T23:03:18.458Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 10 23:02 .. [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 10 23:02 Attribution.txt [2020-09-10T23:03:18.458Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 10 23:02 bin [2020-09-10T23:03:18.458Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 10 23:02 cmd [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 10 23:02 Dockerfile [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 10 23:02 Dockerfile.build [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 10 23:02 .dockerignore [2020-09-10T23:03:18.458Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 10 23:02 .git [2020-09-10T23:03:18.458Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 10 23:02 .github [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 336 Sep 10 23:02 .gitignore [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 510 Sep 10 23:02 go.mod [2020-09-10T23:03:18.458Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 10 23:02 internal [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 10 23:02 Jenkinsfile [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 10 23:02 LICENSE [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 10 23:02 Makefile [2020-09-10T23:03:18.458Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 10 23:02 mock [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 10 23:02 README.md [2020-09-10T23:03:18.458Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 10 23:02 .semver [2020-09-10T23:03:18.458Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 10 23:02 snap [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 10 22:59 VERSION [2020-09-10T23:03:18.458Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 10 23:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:18.767Z] + 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=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 --label arch=amd64 --label version=1.2.3-dev.3 . [2020-09-10T23:03:19.027Z] Sending build context to Docker daemon 606.2kB [2020-09-10T23:03:19.028Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-10T23:03:19.028Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-10T23:03:19.028Z] ---> ca123ba72698 [2020-09-10T23:03:19.028Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-10T23:03:19.028Z] ---> Running in 169fceb271bc [2020-09-10T23:03:19.290Z] Removing intermediate container 169fceb271bc [2020-09-10T23:03:19.290Z] ---> 8017a069c20f [2020-09-10T23:03:19.290Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-10T23:03:19.290Z] ---> Running in 23a30f7e9e71 [2020-09-10T23:03:19.290Z] Removing intermediate container 23a30f7e9e71 [2020-09-10T23:03:19.290Z] ---> 4faa53242032 [2020-09-10T23:03:19.290Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T23:03:19.553Z] ---> Running in d4476ddf380d [2020-09-10T23:03:20.941Z] Removing intermediate container d4476ddf380d [2020-09-10T23:03:20.942Z] ---> 2045067265d2 [2020-09-10T23:03:20.942Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-10T23:03:20.942Z] ---> Running in 2fcaa701f432 [2020-09-10T23:03:21.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-10T23:03:22.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-10T23:03:22.663Z] OK: 237 MiB in 53 packages [2020-09-10T23:03:22.924Z] Removing intermediate container 2fcaa701f432 [2020-09-10T23:03:22.925Z] ---> 7c978a5b0d10 [2020-09-10T23:03:22.925Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-10T23:03:23.186Z] ---> Running in 988526d26e0e [2020-09-10T23:03:23.187Z] Removing intermediate container 988526d26e0e [2020-09-10T23:03:23.187Z] ---> 1a9050046582 [2020-09-10T23:03:23.187Z] Step 8/22 : COPY . . [2020-09-10T23:03:23.760Z] ---> 7067f0d9adca [2020-09-10T23:03:23.760Z] Step 9/22 : ARG MAKE='make build' [2020-09-10T23:03:24.028Z] ---> Running in c1b189ec223f [2020-09-10T23:03:24.028Z] Removing intermediate container c1b189ec223f [2020-09-10T23:03:24.028Z] ---> 412339d995e1 [2020-09-10T23:03:24.028Z] Step 10/22 : RUN $MAKE [2020-09-10T23:03:24.028Z] ---> Running in 06b8ec438d76 [2020-09-10T23:03:24.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.3" -o cmd/device-mqtt ./cmd [2020-09-10T23:03:34.716Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-10T23:03:38.941Z] Removing intermediate container 06b8ec438d76 [2020-09-10T23:03:38.941Z] ---> fb7e128d06c4 [2020-09-10T23:03:38.941Z] Step 11/22 : FROM alpine [2020-09-10T23:03:38.941Z] latest: Pulling from library/alpine [2020-09-10T23:03:38.941Z] df20fa9351a1: Already exists [2020-09-10T23:03:38.941Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-10T23:03:38.941Z] Status: Downloaded newer image for alpine:latest [2020-09-10T23:03:38.941Z] ---> a24bb4013296 [2020-09-10T23:03:38.941Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-10T23:03:38.941Z] ---> Running in 64629d994323 [2020-09-10T23:03:38.941Z] Removing intermediate container 64629d994323 [2020-09-10T23:03:38.941Z] ---> 3ccd9eaf5cd6 [2020-09-10T23:03:38.941Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T23:03:39.202Z] ---> Running in 39499b98d8e8 [2020-09-10T23:03:39.202Z] Removing intermediate container 39499b98d8e8 [2020-09-10T23:03:39.202Z] ---> e201f80ab886 [2020-09-10T23:03:39.202Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-10T23:03:39.776Z] ---> 27b724560a7b [2020-09-10T23:03:39.776Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-10T23:03:40.038Z] ---> 6e529d5a94c6 [2020-09-10T23:03:40.038Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-10T23:03:40.299Z] ---> e74cd3a0f0c0 [2020-09-10T23:03:40.299Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-10T23:03:40.299Z] ---> Running in 39cdec68ebbe [2020-09-10T23:03:40.562Z] Removing intermediate container 39cdec68ebbe [2020-09-10T23:03:40.562Z] ---> c5ed1349a1be [2020-09-10T23:03:40.562Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-10T23:03:40.562Z] ---> Running in d85d87562505 [2020-09-10T23:03:40.823Z] Removing intermediate container d85d87562505 [2020-09-10T23:03:40.823Z] ---> 9f49a1732948 [2020-09-10T23:03:40.823Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T23:03:40.823Z] ---> Running in 5a65e8b9583f [2020-09-10T23:03:41.084Z] Removing intermediate container 5a65e8b9583f [2020-09-10T23:03:41.084Z] ---> 51dd21e77753 [2020-09-10T23:03:41.084Z] Step 20/22 : LABEL arch=amd64 [2020-09-10T23:03:41.084Z] ---> Running in 1b6b6182208f [2020-09-10T23:03:41.084Z] Removing intermediate container 1b6b6182208f [2020-09-10T23:03:41.084Z] ---> 5ea96168ffe4 [2020-09-10T23:03:41.084Z] Step 21/22 : LABEL git_sha=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:03:41.344Z] ---> Running in dd1f3371876e [2020-09-10T23:03:41.344Z] Removing intermediate container dd1f3371876e [2020-09-10T23:03:41.344Z] ---> b605e7381cdb [2020-09-10T23:03:41.344Z] Step 22/22 : LABEL version=1.2.3-dev.3 [2020-09-10T23:03:41.344Z] ---> Running in 6a5948fc3152 [2020-09-10T23:03:41.605Z] Removing intermediate container 6a5948fc3152 [2020-09-10T23:03:41.605Z] ---> a6a8aa285b89 [2020-09-10T23:03:41.605Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-10T23:03:41.605Z] Successfully built a6a8aa285b89 [2020-09-10T23:03:41.605Z] 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-09-10T23:03:42.105Z] provisioning config files... [2020-09-10T23:03:42.139Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/17@tmp/config8339993739207798886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:03:42.644Z] ---> docker-login.sh [2020-09-10T23:03:42.644Z] nexus3.edgexfoundry.org:10001 [2020-09-10T23:03:42.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:03:42.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:03:42.927Z] Configure a credential helper to remove this warning. See [2020-09-10T23:03:42.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:03:42.927Z] [2020-09-10T23:03:42.927Z] Login Succeeded [2020-09-10T23:03:42.927Z] nexus3.edgexfoundry.org:10002 [2020-09-10T23:03:42.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:03:42.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:03:42.927Z] Configure a credential helper to remove this warning. See [2020-09-10T23:03:42.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:03:42.927Z] [2020-09-10T23:03:42.927Z] Login Succeeded [2020-09-10T23:03:42.927Z] nexus3.edgexfoundry.org:10003 [2020-09-10T23:03:43.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:03:43.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:03:43.240Z] Configure a credential helper to remove this warning. See [2020-09-10T23:03:43.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:03:43.240Z] [2020-09-10T23:03:43.240Z] Login Succeeded [2020-09-10T23:03:43.240Z] nexus3.edgexfoundry.org:10004 [2020-09-10T23:03:43.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:03:43.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:03:43.512Z] Configure a credential helper to remove this warning. See [2020-09-10T23:03:43.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:03:43.512Z] [2020-09-10T23:03:43.512Z] Login Succeeded [2020-09-10T23:03:43.512Z] docker.io [2020-09-10T23:03:43.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:03:43.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:03:43.774Z] Configure a credential helper to remove this warning. See [2020-09-10T23:03:43.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:03:43.774Z] [2020-09-10T23:03:43.774Z] Login Succeeded [2020-09-10T23:03:43.774Z] ---> docker-login.sh ends [Pipeline] } [2020-09-10T23:03:43.784Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T23:03:44.014Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-09-10T23:03:44.014Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:03:44.014Z] latest [2020-09-10T23:03:44.014Z] 1.2.3-dev.3 [2020-09-10T23:03:44.014Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [2020-09-10T23:03:44.014Z] master [2020-09-10T23:03:44.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:44.543Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:44.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:03:44.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-10T23:03:44.843Z] 34a7aac1fee8: Preparing [2020-09-10T23:03:44.843Z] d9ca8d61afaa: Preparing [2020-09-10T23:03:44.843Z] b04495f58612: Preparing [2020-09-10T23:03:44.843Z] 50644c29ef5a: Preparing [2020-09-10T23:03:44.843Z] 50644c29ef5a: Layer already exists [2020-09-10T23:03:44.843Z] 34a7aac1fee8: Pushed [2020-09-10T23:03:44.843Z] d9ca8d61afaa: Pushed [2020-09-10T23:03:46.238Z] b04495f58612: Pushed [2020-09-10T23:03:46.500Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:46.813Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:47.121Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-09-10T23:03:47.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-10T23:03:47.121Z] 34a7aac1fee8: Preparing [2020-09-10T23:03:47.121Z] d9ca8d61afaa: Preparing [2020-09-10T23:03:47.121Z] b04495f58612: Preparing [2020-09-10T23:03:47.121Z] 50644c29ef5a: Preparing [2020-09-10T23:03:47.121Z] d9ca8d61afaa: Layer already exists [2020-09-10T23:03:47.121Z] 50644c29ef5a: Layer already exists [2020-09-10T23:03:47.121Z] 34a7aac1fee8: Layer already exists [2020-09-10T23:03:47.121Z] b04495f58612: Layer already exists [2020-09-10T23:03:47.121Z] latest: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:47.428Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:47.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.3 [2020-09-10T23:03:47.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-10T23:03:47.724Z] 34a7aac1fee8: Preparing [2020-09-10T23:03:47.724Z] d9ca8d61afaa: Preparing [2020-09-10T23:03:47.724Z] b04495f58612: Preparing [2020-09-10T23:03:47.724Z] 50644c29ef5a: Preparing [2020-09-10T23:03:47.724Z] 50644c29ef5a: Layer already exists [2020-09-10T23:03:47.724Z] d9ca8d61afaa: Layer already exists [2020-09-10T23:03:47.724Z] b04495f58612: Layer already exists [2020-09-10T23:03:47.724Z] 34a7aac1fee8: Layer already exists [2020-09-10T23:03:47.724Z] 1.2.3-dev.3: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:48.028Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:48.326Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [2020-09-10T23:03:48.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-10T23:03:48.326Z] 34a7aac1fee8: Preparing [2020-09-10T23:03:48.326Z] d9ca8d61afaa: Preparing [2020-09-10T23:03:48.326Z] b04495f58612: Preparing [2020-09-10T23:03:48.326Z] 50644c29ef5a: Preparing [2020-09-10T23:03:48.326Z] 34a7aac1fee8: Layer already exists [2020-09-10T23:03:48.326Z] d9ca8d61afaa: Layer already exists [2020-09-10T23:03:48.326Z] 50644c29ef5a: Layer already exists [2020-09-10T23:03:48.326Z] b04495f58612: Layer already exists [2020-09-10T23:03:48.326Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:48.631Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:03:48.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-09-10T23:03:48.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-10T23:03:48.932Z] 34a7aac1fee8: Preparing [2020-09-10T23:03:48.932Z] d9ca8d61afaa: Preparing [2020-09-10T23:03:48.932Z] b04495f58612: Preparing [2020-09-10T23:03:48.932Z] 50644c29ef5a: Preparing [2020-09-10T23:03:48.932Z] d9ca8d61afaa: Layer already exists [2020-09-10T23:03:48.932Z] 50644c29ef5a: Layer already exists [2020-09-10T23:03:48.932Z] b04495f58612: Layer already exists [2020-09-10T23:03:48.932Z] 34a7aac1fee8: Layer already exists [2020-09-10T23:03:48.932Z] master: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T23:03:49.205Z] ===================================================== [Pipeline] echo [2020-09-10T23:03:49.257Z] taggedImages: [2020-09-10T23:03:49.257Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:03:49.257Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-09-10T23:03:49.257Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.3 [2020-09-10T23:03:49.257Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [2020-09-10T23:03:49.257Z] - 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-09-10T23:04:13.931Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2191 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-09-10T23:04:13.993Z] Running in /w/workspace/device-mqtt-go/17 [Pipeline] { [Pipeline] checkout [2020-09-10T23:04:19.210Z] using credential edgex-jenkins-ssh [2020-09-10T23:04:19.267Z] Cloning the remote Git repository [2020-09-10T23:04:19.267Z] Cloning with configured refspecs honoured and without tags [2020-09-10T23:04:19.358Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-10T23:04:19.484Z] > git init /w/workspace/device-mqtt-go/17 # timeout=10 [2020-09-10T23:04:19.552Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-10T23:04:19.553Z] > git --version # timeout=10 [2020-09-10T23:04:19.582Z] > git --version # 'git version 2.17.1' [2020-09-10T23:04:19.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T23:04:19.659Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T23:04:20.316Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-10T23:04:20.334Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T23:04:20.377Z] Fetching without tags [2020-09-10T23:04:20.864Z] Checking out Revision a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (master) [2020-09-10T23:04:20.366Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-10T23:04:20.405Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-10T23:04:20.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-10T23:04:20.422Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-10T23:04:20.902Z] > git config core.sparsecheckout # timeout=10 [2020-09-10T23:04:20.923Z] > git checkout -f a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 [2020-09-10T23:04:25.419Z] Commit message: "Merge pull request #166 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-10T23:04:26.448Z] ========================================================= [2020-09-10T23:04:26.448Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-10T23:04:26.448Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:04:27.593Z] + 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-09-10T23:04:28.209Z] Sending build context to Docker daemon 606.2kB [2020-09-10T23:04:28.485Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-10T23:04:28.485Z] Step 2/8 : FROM ${BASE} [2020-09-10T23:04:28.761Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-10T23:04:28.761Z] b538f80385f9: Pulling fs layer [2020-09-10T23:04:28.761Z] 74f711af9a0d: Pulling fs layer [2020-09-10T23:04:28.761Z] 99f96fe45779: Pulling fs layer [2020-09-10T23:04:28.761Z] fd7a069fd194: Pulling fs layer [2020-09-10T23:04:28.761Z] 66aa3694b03b: Pulling fs layer [2020-09-10T23:04:28.761Z] 170f70906a0f: Pulling fs layer [2020-09-10T23:04:28.761Z] ad7c5574e4b9: Pulling fs layer [2020-09-10T23:04:28.761Z] e772456be8f7: Pulling fs layer [2020-09-10T23:04:28.761Z] c890913d741a: Pulling fs layer [2020-09-10T23:04:28.761Z] 2480fcc9aa5a: Pulling fs layer [2020-09-10T23:04:28.761Z] 09adf4765672: Pulling fs layer [2020-09-10T23:04:28.761Z] fd7a069fd194: Waiting [2020-09-10T23:04:28.761Z] 66aa3694b03b: Waiting [2020-09-10T23:04:28.761Z] 170f70906a0f: Waiting [2020-09-10T23:04:28.761Z] ad7c5574e4b9: Waiting [2020-09-10T23:04:28.761Z] e772456be8f7: Waiting [2020-09-10T23:04:28.761Z] c890913d741a: Waiting [2020-09-10T23:04:28.761Z] 2480fcc9aa5a: Waiting [2020-09-10T23:04:28.761Z] 09adf4765672: Waiting [2020-09-10T23:04:28.761Z] 99f96fe45779: Verifying Checksum [2020-09-10T23:04:28.761Z] 99f96fe45779: Download complete [2020-09-10T23:04:28.761Z] 74f711af9a0d: Verifying Checksum [2020-09-10T23:04:28.761Z] 74f711af9a0d: Download complete [2020-09-10T23:04:29.371Z] 66aa3694b03b: Download complete [2020-09-10T23:04:29.371Z] 170f70906a0f: Verifying Checksum [2020-09-10T23:04:29.371Z] 170f70906a0f: Download complete [2020-09-10T23:04:29.371Z] b538f80385f9: Download complete [2020-09-10T23:04:30.039Z] b538f80385f9: Pull complete [2020-09-10T23:04:30.682Z] 74f711af9a0d: Pull complete [2020-09-10T23:04:31.289Z] 99f96fe45779: Pull complete [2020-09-10T23:04:32.278Z] ad7c5574e4b9: Verifying Checksum [2020-09-10T23:04:32.278Z] ad7c5574e4b9: Download complete [2020-09-10T23:04:32.278Z] c890913d741a: Verifying Checksum [2020-09-10T23:04:34.274Z] 2480fcc9aa5a: Verifying Checksum [2020-09-10T23:04:34.274Z] 2480fcc9aa5a: Download complete [2020-09-10T23:04:34.274Z] 09adf4765672: Verifying Checksum [2020-09-10T23:04:34.274Z] 09adf4765672: Download complete [2020-09-10T23:04:34.554Z] e772456be8f7: Download complete [2020-09-10T23:04:35.156Z] fd7a069fd194: Verifying Checksum [2020-09-10T23:04:35.156Z] fd7a069fd194: Download complete [2020-09-10T23:04:47.653Z] fd7a069fd194: Pull complete [2020-09-10T23:04:47.653Z] 66aa3694b03b: Pull complete [2020-09-10T23:04:47.653Z] 170f70906a0f: Pull complete [2020-09-10T23:04:51.048Z] ad7c5574e4b9: Pull complete [2020-09-10T23:04:55.391Z] e772456be8f7: Pull complete [2020-09-10T23:04:55.391Z] c890913d741a: Pull complete [2020-09-10T23:04:58.021Z] 2480fcc9aa5a: Pull complete [2020-09-10T23:04:58.301Z] 09adf4765672: Pull complete [2020-09-10T23:04:58.301Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-10T23:04:58.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-10T23:04:58.301Z] ---> 2248a725d1cf [2020-09-10T23:04:58.301Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-10T23:05:02.630Z] ---> Running in fac62971ec2a [2020-09-10T23:05:02.630Z] Removing intermediate container fac62971ec2a [2020-09-10T23:05:02.630Z] ---> d791e4a8adbd [2020-09-10T23:05:02.630Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T23:05:02.906Z] ---> Running in 04c2c60d6e7a [2020-09-10T23:05:05.546Z] Removing intermediate container 04c2c60d6e7a [2020-09-10T23:05:05.546Z] ---> e1a91bdd8729 [2020-09-10T23:05:05.546Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-10T23:05:05.546Z] ---> Running in 9336a6f3ebf0 [2020-09-10T23:05:06.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T23:05:07.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T23:05:08.540Z] (1/14) Installing libmagic (5.38-r0) [2020-09-10T23:05:08.540Z] (2/14) Installing file (5.38-r0) [2020-09-10T23:05:08.812Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-10T23:05:08.812Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-10T23:05:13.103Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-10T23:05:13.103Z] (6/14) Installing patch (2.7.6-r6) [2020-09-10T23:05:13.103Z] (7/14) Installing build-base (0.5-r2) [2020-09-10T23:05:13.103Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-10T23:05:13.103Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-10T23:05:13.103Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-10T23:05:13.377Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-10T23:05:13.377Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-10T23:05:13.377Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-10T23:05:13.649Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-10T23:05:13.649Z] Executing busybox-1.31.1-r16.trigger [2020-09-10T23:05:13.649Z] OK: 221 MiB in 53 packages [2020-09-10T23:05:17.963Z] Removing intermediate container 9336a6f3ebf0 [2020-09-10T23:05:17.963Z] ---> 8c427aebf3c3 [2020-09-10T23:05:17.963Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-10T23:05:18.236Z] ---> Running in 4b7cc6ad720c [2020-09-10T23:05:18.830Z] Removing intermediate container 4b7cc6ad720c [2020-09-10T23:05:18.830Z] ---> 93fe4de266a8 [2020-09-10T23:05:18.830Z] Step 7/8 : COPY . . [2020-09-10T23:05:19.424Z] ---> 085607885c8c [2020-09-10T23:05:19.424Z] Step 8/8 : RUN go mod download [2020-09-10T23:05:19.696Z] ---> Running in 4575a83d8873 [2020-09-10T23:05:22.304Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-10T23:05:22.304Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-10T23:05:22.304Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-10T23:05:22.304Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-10T23:05:22.304Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-10T23:05:22.575Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-10T23:05:22.575Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-10T23:05:22.575Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-10T23:05:22.575Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-10T23:05:22.575Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-10T23:05:22.575Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-10T23:05:22.575Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-10T23:05:22.575Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-10T23:05:22.575Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-10T23:05:22.575Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-10T23:05:22.575Z] go: finding github.com/fatih/color v1.7.0 [2020-09-10T23:05:22.848Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-10T23:05:22.848Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-10T23:05:22.848Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-10T23:05:22.848Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-10T23:05:22.848Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-10T23:05:22.848Z] go: finding github.com/google/uuid v1.1.1 [2020-09-10T23:05:22.848Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-10T23:05:22.848Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-10T23:05:22.848Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-10T23:05:22.848Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-10T23:05:23.121Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-10T23:05:23.392Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-10T23:05:23.392Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-10T23:05:23.392Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-10T23:05:23.392Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-10T23:05:23.392Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-10T23:05:23.392Z] go: finding github.com/kr/pty v1.1.1 [2020-09-10T23:05:23.392Z] go: finding github.com/kr/text v0.1.0 [2020-09-10T23:05:23.392Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-10T23:05:23.392Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-10T23:05:23.392Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-10T23:05:23.392Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-10T23:05:23.663Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-10T23:05:23.663Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-10T23:05:23.663Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-10T23:05:23.663Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-10T23:05:23.663Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-10T23:05:23.934Z] go: finding github.com/posener/complete v1.1.1 [2020-09-10T23:05:23.934Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-10T23:05:23.934Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-10T23:05:23.934Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-10T23:05:23.934Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-10T23:05:23.934Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-10T23:05:23.934Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-10T23:05:23.934Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-10T23:05:23.934Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-10T23:05:23.934Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-10T23:05:23.934Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-10T23:05:24.209Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-10T23:05:24.209Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-10T23:05:24.209Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-10T23:05:24.209Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-10T23:05:34.375Z] Removing intermediate container 4575a83d8873 [2020-09-10T23:05:34.375Z] ---> 349880e43f7b [2020-09-10T23:05:34.375Z] Successfully built 349880e43f7b [2020-09-10T23:05:34.375Z] 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-09-10T23:05:35.368Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-10T23:05:35.703Z] + ls -al . [2020-09-10T23:05:35.703Z] total 100 [2020-09-10T23:05:35.703Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 10 23:04 . [2020-09-10T23:05:35.703Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 23:04 .. [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 10 23:04 .dockerignore [2020-09-10T23:05:35.703Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 10 23:04 .git [2020-09-10T23:05:35.703Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 23:04 .github [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 336 Sep 10 23:04 .gitignore [2020-09-10T23:05:35.703Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 23:04 .semver [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 10 23:04 Attribution.txt [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 10 23:04 Dockerfile [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 10 23:04 Dockerfile.build [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 10 23:04 Jenkinsfile [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 10 23:04 LICENSE [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 10 23:04 Makefile [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 10 23:04 README.md [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 10 22:59 VERSION [2020-09-10T23:05:35.703Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 23:04 bin [2020-09-10T23:05:35.703Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 23:04 cmd [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 510 Sep 10 23:04 go.mod [2020-09-10T23:05:35.703Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 23:04 internal [2020-09-10T23:05:35.703Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 23:04 mock [2020-09-10T23:05:35.703Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 23:04 snap [2020-09-10T23:05:35.703Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 10 23:04 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:05:36.043Z] + 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=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 --label arch=arm64 --label version=1.2.3-dev.3 . [2020-09-10T23:05:36.316Z] Sending build context to Docker daemon 606.2kB [2020-09-10T23:05:36.316Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-10T23:05:36.316Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-10T23:05:36.316Z] ---> 349880e43f7b [2020-09-10T23:05:36.316Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-10T23:05:36.590Z] ---> Running in 9906268887d2 [2020-09-10T23:05:37.187Z] Removing intermediate container 9906268887d2 [2020-09-10T23:05:37.187Z] ---> d86aca17979f [2020-09-10T23:05:37.187Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-10T23:05:37.187Z] ---> Running in e014bb5c3fc5 [2020-09-10T23:05:37.783Z] Removing intermediate container e014bb5c3fc5 [2020-09-10T23:05:37.783Z] ---> 9fd60df8ca17 [2020-09-10T23:05:37.783Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-10T23:05:37.783Z] ---> Running in 8c1734d0892e [2020-09-10T23:05:40.399Z] Removing intermediate container 8c1734d0892e [2020-09-10T23:05:40.400Z] ---> d54a12018995 [2020-09-10T23:05:40.400Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-10T23:05:40.400Z] ---> Running in 2ca26d1c14e3 [2020-09-10T23:05:41.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-10T23:05:42.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-10T23:05:42.934Z] OK: 221 MiB in 53 packages [2020-09-10T23:05:43.908Z] Removing intermediate container 2ca26d1c14e3 [2020-09-10T23:05:43.908Z] ---> 14ccabaf036a [2020-09-10T23:05:43.908Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-10T23:05:43.908Z] ---> Running in 858fb22550a5 [2020-09-10T23:05:44.503Z] Removing intermediate container 858fb22550a5 [2020-09-10T23:05:44.503Z] ---> 580d696fe883 [2020-09-10T23:05:44.503Z] Step 8/22 : COPY . . [2020-09-10T23:05:45.097Z] ---> 05ff9849750b [2020-09-10T23:05:45.097Z] Step 9/22 : ARG MAKE='make build' [2020-09-10T23:05:45.371Z] ---> Running in 740d294f6905 [2020-09-10T23:05:45.966Z] Removing intermediate container 740d294f6905 [2020-09-10T23:05:45.966Z] ---> 23620232a794 [2020-09-10T23:05:45.966Z] Step 10/22 : RUN $MAKE [2020-09-10T23:05:45.966Z] ---> Running in 2b3e9b9414ab [2020-09-10T23:05:47.403Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.3" -o cmd/device-mqtt ./cmd [2020-09-10T23:06:14.291Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-10T23:06:22.582Z] Removing intermediate container 2b3e9b9414ab [2020-09-10T23:06:22.582Z] ---> db776babedfd [2020-09-10T23:06:22.582Z] Step 11/22 : FROM alpine [2020-09-10T23:06:22.582Z] latest: Pulling from library/alpine [2020-09-10T23:06:22.582Z] b538f80385f9: Already exists [2020-09-10T23:06:22.582Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-10T23:06:22.582Z] Status: Downloaded newer image for alpine:latest [2020-09-10T23:06:22.582Z] ---> 62ee0e9f8440 [2020-09-10T23:06:22.582Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-10T23:06:22.582Z] ---> Running in 37c3af34bda0 [2020-09-10T23:06:23.173Z] Removing intermediate container 37c3af34bda0 [2020-09-10T23:06:23.174Z] ---> f66840155619 [2020-09-10T23:06:23.174Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-10T23:06:23.174Z] ---> Running in 6bde85c37808 [2020-09-10T23:06:23.765Z] Removing intermediate container 6bde85c37808 [2020-09-10T23:06:23.765Z] ---> 239bc74c797a [2020-09-10T23:06:23.765Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-10T23:06:25.193Z] ---> 9f3d9ca19703 [2020-09-10T23:06:25.193Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-10T23:06:25.785Z] ---> 41a433e38d57 [2020-09-10T23:06:25.785Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-10T23:06:26.380Z] ---> 5134ee00c830 [2020-09-10T23:06:26.380Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-10T23:06:26.653Z] ---> Running in 79a6655d4da8 [2020-09-10T23:06:26.924Z] Removing intermediate container 79a6655d4da8 [2020-09-10T23:06:26.924Z] ---> 584124e9cd2c [2020-09-10T23:06:26.924Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-10T23:06:27.196Z] ---> Running in 5cae32a26626 [2020-09-10T23:06:27.468Z] Removing intermediate container 5cae32a26626 [2020-09-10T23:06:27.468Z] ---> 535a3ff229f7 [2020-09-10T23:06:27.468Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-10T23:06:27.741Z] ---> Running in a7a17916a056 [2020-09-10T23:06:28.013Z] Removing intermediate container a7a17916a056 [2020-09-10T23:06:28.013Z] ---> 43312963913f [2020-09-10T23:06:28.013Z] Step 20/22 : LABEL arch=arm64 [2020-09-10T23:06:28.285Z] ---> Running in daef9259285f [2020-09-10T23:06:28.559Z] Removing intermediate container daef9259285f [2020-09-10T23:06:28.559Z] ---> 0ba42b76a85a [2020-09-10T23:06:28.559Z] Step 21/22 : LABEL git_sha=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:06:28.832Z] ---> Running in f5320c1649cd [2020-09-10T23:06:29.104Z] Removing intermediate container f5320c1649cd [2020-09-10T23:06:29.104Z] ---> a8f3c21c7ddf [2020-09-10T23:06:29.104Z] Step 22/22 : LABEL version=1.2.3-dev.3 [2020-09-10T23:06:29.377Z] ---> Running in cf2edd5b89be [2020-09-10T23:06:29.649Z] Removing intermediate container cf2edd5b89be [2020-09-10T23:06:29.649Z] ---> 1dbc7bd40870 [2020-09-10T23:06:29.649Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-10T23:06:29.649Z] Successfully built 1dbc7bd40870 [2020-09-10T23:06:29.649Z] 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-09-10T23:06:30.519Z] provisioning config files... [2020-09-10T23:06:30.571Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/17@tmp/config4680419857417723984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:06:30.981Z] ---> docker-login.sh [2020-09-10T23:06:30.981Z] nexus3.edgexfoundry.org:10001 [2020-09-10T23:06:31.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:06:31.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:06:31.526Z] Configure a credential helper to remove this warning. See [2020-09-10T23:06:31.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:06:31.526Z] [2020-09-10T23:06:31.526Z] Login Succeeded [2020-09-10T23:06:31.526Z] nexus3.edgexfoundry.org:10002 [2020-09-10T23:06:31.804Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:06:32.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:06:32.078Z] Configure a credential helper to remove this warning. See [2020-09-10T23:06:32.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:06:32.078Z] [2020-09-10T23:06:32.078Z] Login Succeeded [2020-09-10T23:06:32.078Z] nexus3.edgexfoundry.org:10003 [2020-09-10T23:06:32.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:06:32.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:06:32.672Z] Configure a credential helper to remove this warning. See [2020-09-10T23:06:32.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:06:32.672Z] [2020-09-10T23:06:32.672Z] Login Succeeded [2020-09-10T23:06:32.672Z] nexus3.edgexfoundry.org:10004 [2020-09-10T23:06:32.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:06:33.218Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:06:33.218Z] Configure a credential helper to remove this warning. See [2020-09-10T23:06:33.218Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:06:33.218Z] [2020-09-10T23:06:33.218Z] Login Succeeded [2020-09-10T23:06:33.218Z] docker.io [2020-09-10T23:06:33.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-10T23:06:34.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-10T23:06:34.086Z] Configure a credential helper to remove this warning. See [2020-09-10T23:06:34.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-10T23:06:34.086Z] [2020-09-10T23:06:34.086Z] Login Succeeded [2020-09-10T23:06:34.086Z] ---> docker-login.sh ends [Pipeline] } [2020-09-10T23:06:34.103Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T23:06:34.324Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-09-10T23:06:34.324Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:06:34.324Z] latest [2020-09-10T23:06:34.324Z] 1.2.3-dev.3 [2020-09-10T23:06:34.324Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [2020-09-10T23:06:34.324Z] master [2020-09-10T23:06:34.324Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:34.881Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:35.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:06:35.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-10T23:06:35.213Z] 8f938704a375: Preparing [2020-09-10T23:06:35.213Z] 3f3986ea8ed4: Preparing [2020-09-10T23:06:35.213Z] b3d193b6e43a: Preparing [2020-09-10T23:06:35.213Z] e2f13739ad41: Preparing [2020-09-10T23:06:35.484Z] e2f13739ad41: Layer already exists [2020-09-10T23:06:35.484Z] 8f938704a375: Pushed [2020-09-10T23:06:35.484Z] 3f3986ea8ed4: Pushed [2020-09-10T23:06:38.863Z] b3d193b6e43a: Pushed [2020-09-10T23:06:39.135Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:39.483Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:39.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-09-10T23:06:39.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-10T23:06:39.931Z] 8f938704a375: Preparing [2020-09-10T23:06:39.932Z] 3f3986ea8ed4: Preparing [2020-09-10T23:06:39.932Z] b3d193b6e43a: Preparing [2020-09-10T23:06:39.932Z] e2f13739ad41: Preparing [2020-09-10T23:06:39.932Z] 3f3986ea8ed4: Layer already exists [2020-09-10T23:06:39.932Z] b3d193b6e43a: Layer already exists [2020-09-10T23:06:39.932Z] 8f938704a375: Layer already exists [2020-09-10T23:06:39.932Z] e2f13739ad41: Layer already exists [2020-09-10T23:06:40.209Z] latest: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:40.583Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:40.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.3 [2020-09-10T23:06:40.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-10T23:06:40.969Z] 8f938704a375: Preparing [2020-09-10T23:06:40.969Z] 3f3986ea8ed4: Preparing [2020-09-10T23:06:40.969Z] b3d193b6e43a: Preparing [2020-09-10T23:06:40.969Z] e2f13739ad41: Preparing [2020-09-10T23:06:41.244Z] e2f13739ad41: Layer already exists [2020-09-10T23:06:41.244Z] 8f938704a375: Layer already exists [2020-09-10T23:06:41.244Z] b3d193b6e43a: Layer already exists [2020-09-10T23:06:41.244Z] 3f3986ea8ed4: Layer already exists [2020-09-10T23:06:41.244Z] 1.2.3-dev.3: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:41.645Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:42.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [2020-09-10T23:06:42.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-10T23:06:42.070Z] 8f938704a375: Preparing [2020-09-10T23:06:42.070Z] 3f3986ea8ed4: Preparing [2020-09-10T23:06:42.070Z] b3d193b6e43a: Preparing [2020-09-10T23:06:42.070Z] e2f13739ad41: Preparing [2020-09-10T23:06:42.355Z] 8f938704a375: Layer already exists [2020-09-10T23:06:42.355Z] e2f13739ad41: Layer already exists [2020-09-10T23:06:42.355Z] b3d193b6e43a: Layer already exists [2020-09-10T23:06:42.355Z] 3f3986ea8ed4: Layer already exists [2020-09-10T23:06:42.355Z] a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:42.719Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:43.054Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-09-10T23:06:43.054Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-10T23:06:43.054Z] 8f938704a375: Preparing [2020-09-10T23:06:43.054Z] 3f3986ea8ed4: Preparing [2020-09-10T23:06:43.054Z] b3d193b6e43a: Preparing [2020-09-10T23:06:43.054Z] e2f13739ad41: Preparing [2020-09-10T23:06:43.054Z] 3f3986ea8ed4: Layer already exists [2020-09-10T23:06:43.054Z] e2f13739ad41: Layer already exists [2020-09-10T23:06:43.054Z] 8f938704a375: Layer already exists [2020-09-10T23:06:43.054Z] b3d193b6e43a: Layer already exists [2020-09-10T23:06:43.324Z] master: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-10T23:06:43.537Z] ===================================================== [Pipeline] echo [2020-09-10T23:06:43.588Z] taggedImages: [2020-09-10T23:06:43.588Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:06:43.588Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-09-10T23:06:43.588Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.3 [2020-09-10T23:06:43.588Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [2020-09-10T23:06:43.588Z] - 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-09-10T23:06:45.887Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-10T23:06:45.889Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-10T23:06:45.951Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:46.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T23:06:46.318Z] [2020-09-10T23:06:46.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:06:46.674Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T23:06:46.674Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-10T23:06:46.674Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-10T23:06:46.674Z] 408f87550127: Pulling fs layer [2020-09-10T23:06:46.674Z] fe522b08c979: Pulling fs layer [2020-09-10T23:06:46.674Z] 221eaa008020: Pulling fs layer [2020-09-10T23:06:46.674Z] 2a4607e5d6b9: Pulling fs layer [2020-09-10T23:06:46.674Z] 8f79b27c4fd2: Pulling fs layer [2020-09-10T23:06:46.674Z] e5c8dbe1645b: Pulling fs layer [2020-09-10T23:06:46.674Z] 23e8b3b47431: Pulling fs layer [2020-09-10T23:06:46.674Z] 5c568d65a230: Pulling fs layer [2020-09-10T23:06:46.674Z] 8f79b27c4fd2: Waiting [2020-09-10T23:06:46.674Z] e5c8dbe1645b: Waiting [2020-09-10T23:06:46.674Z] 23e8b3b47431: Waiting [2020-09-10T23:06:46.674Z] 5c568d65a230: Waiting [2020-09-10T23:06:46.674Z] 221eaa008020: Waiting [2020-09-10T23:06:46.674Z] 2a4607e5d6b9: Waiting [2020-09-10T23:06:46.674Z] fe522b08c979: Download complete [2020-09-10T23:06:46.674Z] 408f87550127: Download complete [2020-09-10T23:06:46.674Z] 2a4607e5d6b9: Verifying Checksum [2020-09-10T23:06:46.674Z] 2a4607e5d6b9: Download complete [2020-09-10T23:06:47.250Z] 8f79b27c4fd2: Verifying Checksum [2020-09-10T23:06:47.250Z] 8f79b27c4fd2: Download complete [2020-09-10T23:06:47.250Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-10T23:06:47.250Z] cbdbe7a5bc2a: Download complete [2020-09-10T23:06:47.515Z] cbdbe7a5bc2a: Pull complete [2020-09-10T23:06:47.783Z] 408f87550127: Pull complete [2020-09-10T23:06:47.783Z] fe522b08c979: Pull complete [2020-09-10T23:06:48.046Z] e5c8dbe1645b: Download complete [2020-09-10T23:06:48.995Z] 23e8b3b47431: Verifying Checksum [2020-09-10T23:06:48.995Z] 23e8b3b47431: Download complete [2020-09-10T23:06:48.995Z] 5c568d65a230: Verifying Checksum [2020-09-10T23:06:48.995Z] 5c568d65a230: Download complete [2020-09-10T23:06:49.946Z] 221eaa008020: Download complete [2020-09-10T23:06:55.265Z] 221eaa008020: Pull complete [2020-09-10T23:06:55.265Z] 2a4607e5d6b9: Pull complete [2020-09-10T23:06:55.265Z] 8f79b27c4fd2: Pull complete [2020-09-10T23:06:57.189Z] e5c8dbe1645b: Pull complete [2020-09-10T23:07:00.504Z] 23e8b3b47431: Pull complete [2020-09-10T23:07:01.457Z] 5c568d65a230: Pull complete [2020-09-10T23:07:01.457Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-10T23:07:01.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-10T23:07:01.457Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-10T23:07:01.657Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:07:01.718Z] $ 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-09-10T23:07:02.678Z] $ docker top 6f49566ee9cd77a39ba4b91f48ce99e562c65adf4c2019679a2d11bac309fc2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T23:07:03.272Z] + snyk monitor '--org=edgex-jenkins' [2020-09-10T23:07:09.870Z] [2020-09-10T23:07:09.870Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-09-10T23:07:09.870Z] [2020-09-10T23:07:09.870Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/31841ad2-7dd1-459d-9caa-cf0090e50b51 [2020-09-10T23:07:09.870Z] [2020-09-10T23:07:09.870Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-10T23:07:09.870Z] [2020-09-10T23:07:09.870Z] [2020-09-10T23:07:09.870Z] Snyk CLI supports Node.js 8 and higher. [2020-09-10T23:07:09.870Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-10T23:07:09.870Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-10T23:07:09.870Z] [2020-09-10T23:07:09.870Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-10T23:07:09.870Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-10T23:07:09.894Z] $ docker stop --time=1 6f49566ee9cd77a39ba4b91f48ce99e562c65adf4c2019679a2d11bac309fc2f [2020-09-10T23:07:13.105Z] $ docker rm -f 6f49566ee9cd77a39ba4b91f48ce99e562c65adf4c2019679a2d11bac309fc2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:07:14.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T23:07:14.385Z] [2020-09-10T23:07:14.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:07:14.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T23:07:14.769Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-10T23:07:14.769Z] e7c96db7181b: Pulling fs layer [2020-09-10T23:07:14.769Z] 1868ca2cb446: Pulling fs layer [2020-09-10T23:07:14.769Z] 136be5d0fe8e: Pulling fs layer [2020-09-10T23:07:14.769Z] 894bfe63afcb: Pulling fs layer [2020-09-10T23:07:14.769Z] 894bfe63afcb: Waiting [2020-09-10T23:07:14.769Z] 1868ca2cb446: Verifying Checksum [2020-09-10T23:07:14.769Z] 1868ca2cb446: Download complete [2020-09-10T23:07:14.769Z] 136be5d0fe8e: Download complete [2020-09-10T23:07:14.769Z] e7c96db7181b: Verifying Checksum [2020-09-10T23:07:14.769Z] e7c96db7181b: Download complete [2020-09-10T23:07:14.769Z] 894bfe63afcb: Verifying Checksum [2020-09-10T23:07:14.769Z] 894bfe63afcb: Download complete [2020-09-10T23:07:15.032Z] e7c96db7181b: Pull complete [2020-09-10T23:07:15.293Z] 1868ca2cb446: Pull complete [2020-09-10T23:07:15.293Z] 136be5d0fe8e: Pull complete [2020-09-10T23:07:15.556Z] 894bfe63afcb: Pull complete [2020-09-10T23:07:15.556Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-10T23:07:15.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T23:07:15.556Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-10T23:07:15.677Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:07:15.734Z] $ 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-09-10T23:07:16.690Z] $ docker top 936d5fe19f3cfac85efa5e0400f444fe1331a9d1c848b04b23f36d62a17d07f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T23:07:17.268Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:07:17.268Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T23:07:21.674Z] $ docker stop --time=1 936d5fe19f3cfac85efa5e0400f444fe1331a9d1c848b04b23f36d62a17d07f2 [2020-09-10T23:07:23.015Z] $ docker rm -f 936d5fe19f3cfac85efa5e0400f444fe1331a9d1c848b04b23f36d62a17d07f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:07:23.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T23:07:23.480Z] . [Pipeline] withDockerContainer [2020-09-10T23:07:23.575Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:07:23.630Z] $ 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-09-10T23:07:24.233Z] $ docker top 4f14866cf7f6ab1823c80ebb709ea20b359e2839ea68c7ff6e6cc867835e3710 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T23:07:24.776Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:07:24.776Z] + tee [2020-09-10T23:07:24.776Z] clair timeout 1m0s [2020-09-10T23:07:24.776Z] docker timeout: 1m0s [2020-09-10T23:07:24.776Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T23:07:25.470Z] $ docker stop --time=1 4f14866cf7f6ab1823c80ebb709ea20b359e2839ea68c7ff6e6cc867835e3710 [2020-09-10T23:07:26.818Z] $ docker rm -f 4f14866cf7f6ab1823c80ebb709ea20b359e2839ea68c7ff6e6cc867835e3710 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T23:07:27.319Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-09-10T23:07:27.331Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_a4d671bc363cd3b6b16a5de27983df7bd02b35a1.html [Pipeline] writeFile [Pipeline] step [2020-09-10T23:07:27.393Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:07:27.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T23:07:27.744Z] . [Pipeline] withDockerContainer [2020-09-10T23:07:27.834Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:07:27.886Z] $ 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-09-10T23:07:28.498Z] $ docker top 45fccd585ca4d473083fbb9df49d332c6ad0916859856810ce84d80c2ec7b1a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T23:07:29.089Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:07:29.089Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T23:07:32.660Z] $ docker stop --time=1 45fccd585ca4d473083fbb9df49d332c6ad0916859856810ce84d80c2ec7b1a3 [2020-09-10T23:07:34.033Z] $ docker rm -f 45fccd585ca4d473083fbb9df49d332c6ad0916859856810ce84d80c2ec7b1a3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:07:34.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-10T23:07:34.523Z] . [Pipeline] withDockerContainer [2020-09-10T23:07:34.725Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:07:34.877Z] $ 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-09-10T23:07:35.561Z] $ docker top 6339f152f79b1ee9c0635a21add6f8d5e7ae8ded02a20068f7713df73a839a87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-10T23:07:36.085Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [2020-09-10T23:07:36.085Z] + tee [2020-09-10T23:07:36.085Z] clair timeout 1m0s [2020-09-10T23:07:36.085Z] docker timeout: 1m0s [2020-09-10T23:07:36.085Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-10T23:07:36.818Z] $ docker stop --time=1 6339f152f79b1ee9c0635a21add6f8d5e7ae8ded02a20068f7713df73a839a87 [2020-09-10T23:07:38.167Z] $ docker rm -f 6339f152f79b1ee9c0635a21add6f8d5e7ae8ded02a20068f7713df73a839a87 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-10T23:07:38.736Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-09-10T23:07:38.749Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_a4d671bc363cd3b6b16a5de27983df7bd02b35a1.html [Pipeline] writeFile [Pipeline] step [2020-09-10T23:07:38.822Z] 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-09-10T23:07:39.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T23:07:39.865Z] . [Pipeline] withDockerContainer [2020-09-10T23:07:39.954Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:07:40.007Z] $ 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-09-10T23:07:40.658Z] $ docker top 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T23:07:40.975Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T23:07:40.975Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T23:07:41.195Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T23:07:41.210Z] $ docker exec 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed ssh-agent [2020-09-10T23:07:41.368Z] SSH_AUTH_SOCK=/tmp/ssh-LDnpjxsc6AT3/agent.12 [2020-09-10T23:07:41.368Z] SSH_AGENT_PID=17 [2020-09-10T23:07:41.374Z] Running ssh-add (command line suppressed) [2020-09-10T23:07:41.505Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4190834366814454034.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4190834366814454034.key) [2020-09-10T23:07:41.544Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T23:07:41.881Z] + git semver tag [2020-09-10T23:07:41.881Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T23:07:41.881Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-10T23:07:41.881Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-10T23:07:41.881Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T23:07:41.881Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T23:07:41.881Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T23:07:41.881Z] # $SEMVER_BRANCH = master [2020-09-10T23:07:41.881Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-09-10T23:07:41.881Z] # a4d671bc363cd3b6b16a5de27983df7bd02b35a1 HEAD [2020-09-10T23:07:41.881Z] # -> Force: false [2020-09-10T23:07:41.881Z] # c79c52eb85632380caf72319a5670b47a048e607 refs/tags/v1.2.3-dev.3 [Pipeline] } [2020-09-10T23:07:41.904Z] $ docker exec --env ******** --env ******** 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed ssh-agent -k [2020-09-10T23:07:42.014Z] unset SSH_AUTH_SOCK; [2020-09-10T23:07:42.015Z] unset SSH_AGENT_PID; [2020-09-10T23:07:42.015Z] echo Agent pid 17 killed; [2020-09-10T23:07:42.052Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T23:07:42.550Z] + git semver [Pipeline] } [2020-09-10T23:07:42.577Z] $ docker stop --time=1 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed [2020-09-10T23:07:43.936Z] $ docker rm -f 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:07:44.568Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T23:07:44.568Z] [2020-09-10T23:07:44.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:07:44.921Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T23:07:44.921Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-10T23:07:44.921Z] ab5ef0e58194: Pulling fs layer [2020-09-10T23:07:44.921Z] 9712f1f96733: Pulling fs layer [2020-09-10T23:07:44.921Z] 63f879dbbcfc: Pulling fs layer [2020-09-10T23:07:44.921Z] 0d9ebad4ef96: Pulling fs layer [2020-09-10T23:07:44.921Z] e9a5061849ea: Pulling fs layer [2020-09-10T23:07:44.921Z] d747dcd14b5f: Pulling fs layer [2020-09-10T23:07:44.921Z] 2de7ff778b66: Pulling fs layer [2020-09-10T23:07:44.921Z] e9a5061849ea: Waiting [2020-09-10T23:07:44.921Z] d747dcd14b5f: Waiting [2020-09-10T23:07:44.921Z] 2de7ff778b66: Waiting [2020-09-10T23:07:44.921Z] 0d9ebad4ef96: Waiting [2020-09-10T23:07:44.921Z] 9712f1f96733: Verifying Checksum [2020-09-10T23:07:44.921Z] 9712f1f96733: Download complete [2020-09-10T23:07:46.315Z] 63f879dbbcfc: Verifying Checksum [2020-09-10T23:07:46.315Z] 63f879dbbcfc: Download complete [2020-09-10T23:07:46.582Z] e9a5061849ea: Verifying Checksum [2020-09-10T23:07:46.582Z] e9a5061849ea: Download complete [2020-09-10T23:07:46.582Z] d747dcd14b5f: Verifying Checksum [2020-09-10T23:07:46.582Z] d747dcd14b5f: Download complete [2020-09-10T23:07:46.844Z] 2de7ff778b66: Verifying Checksum [2020-09-10T23:07:46.844Z] 2de7ff778b66: Download complete [2020-09-10T23:07:47.105Z] ab5ef0e58194: Verifying Checksum [2020-09-10T23:07:47.105Z] ab5ef0e58194: Download complete [2020-09-10T23:07:47.105Z] 0d9ebad4ef96: Verifying Checksum [2020-09-10T23:07:47.105Z] 0d9ebad4ef96: Download complete [2020-09-10T23:07:50.422Z] ab5ef0e58194: Pull complete [2020-09-10T23:07:50.685Z] 9712f1f96733: Pull complete [2020-09-10T23:07:53.233Z] 63f879dbbcfc: Pull complete [2020-09-10T23:07:59.849Z] 0d9ebad4ef96: Pull complete [2020-09-10T23:08:00.795Z] e9a5061849ea: Pull complete [2020-09-10T23:08:01.058Z] d747dcd14b5f: Pull complete [2020-09-10T23:08:04.378Z] 2de7ff778b66: Pull complete [2020-09-10T23:08:04.378Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-10T23:08:04.378Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-10T23:08:04.378Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-10T23:08:04.563Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:08:04.616Z] $ 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-09-10T23:08:08.102Z] $ docker top 646b23eed42df2b56f82a7530c48204c4c7860bccc8763dc09565a595bac214c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-10T23:08:08.361Z] provisioning config files... [2020-09-10T23:08:08.378Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3900135785150409328tmp [2020-09-10T23:08:08.397Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4389375350221284958tmp [2020-09-10T23:08:08.415Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8714835461387046989tmp [Pipeline] { [Pipeline] echo [2020-09-10T23:08:08.482Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:08:08.778Z] ---> sigul-configuration.sh [2020-09-10T23:08:08.778Z] gpg: directory `/root/.gnupg' created [2020-09-10T23:08:08.778Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-10T23:08:08.778Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-10T23:08:08.778Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-10T23:08:08.778Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-10T23:08:08.778Z] gpg: CAST5 encrypted data [2020-09-10T23:08:09.039Z] gpg: encrypted with 1 passphrase [2020-09-10T23:08:09.039Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-10T23:08:09.342Z] + mkdir /home/jenkins [2020-09-10T23:08:09.342Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-10T23:08:09.644Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2020-09-10T23:08:09.655Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:08:09.950Z] ---> sigul-install.sh [2020-09-10T23:08:28.082Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-10T23:08:28.383Z] + git tag --list [2020-09-10T23:08:28.383Z] v1.2.3-dev.3 [Pipeline] sh [2020-09-10T23:08:28.682Z] + lftools sign git-tag v1.2.3-dev.3 [2020-09-10T23:08:30.070Z] Signing Git tag with Sigul... [2020-09-10T23:08:30.070Z] Signing v1.2.3-dev.3 [Pipeline] echo [2020-09-10T23:08:30.654Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:08:30.953Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-10T23:08:30.962Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-10T23:08:31.095Z] $ docker stop --time=1 646b23eed42df2b56f82a7530c48204c4c7860bccc8763dc09565a595bac214c [2020-09-10T23:08:33.201Z] $ docker rm -f 646b23eed42df2b56f82a7530c48204c4c7860bccc8763dc09565a595bac214c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:08:34.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T23:08:34.116Z] . [Pipeline] withDockerContainer [2020-09-10T23:08:34.211Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:08:34.266Z] $ 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-09-10T23:08:34.870Z] $ docker top 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T23:08:35.187Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T23:08:35.187Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T23:08:35.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T23:08:35.395Z] $ docker exec 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 ssh-agent [2020-09-10T23:08:35.563Z] SSH_AUTH_SOCK=/tmp/ssh-5WqWFkvhRH7M/agent.11 [2020-09-10T23:08:35.563Z] SSH_AGENT_PID=16 [2020-09-10T23:08:35.570Z] Running ssh-add (command line suppressed) [2020-09-10T23:08:35.710Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2679874226869373954.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2679874226869373954.key) [2020-09-10T23:08:35.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T23:08:36.105Z] + git semver bump pre [2020-09-10T23:08:36.105Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T23:08:36.105Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-10T23:08:36.105Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-10T23:08:36.105Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T23:08:36.105Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T23:08:36.105Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T23:08:36.105Z] # $SEMVER_BRANCH = master [2020-09-10T23:08:36.105Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-09-10T23:08:36.105Z] 1.2.3-dev.4 [Pipeline] } [2020-09-10T23:08:36.130Z] $ docker exec --env ******** --env ******** 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 ssh-agent -k [2020-09-10T23:08:36.244Z] unset SSH_AUTH_SOCK; [2020-09-10T23:08:36.244Z] unset SSH_AGENT_PID; [2020-09-10T23:08:36.244Z] echo Agent pid 16 killed; [2020-09-10T23:08:36.282Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T23:08:36.802Z] + git semver [Pipeline] } [2020-09-10T23:08:36.831Z] $ docker stop --time=1 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 [2020-09-10T23:08:38.170Z] $ docker rm -f 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:08:38.699Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-10T23:08:38.699Z] . [Pipeline] withDockerContainer [2020-09-10T23:08:38.797Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:08:38.852Z] $ 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-09-10T23:08:39.438Z] $ docker top 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-10T23:08:39.765Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-10T23:08:39.766Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-10T23:08:39.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-10T23:08:39.969Z] $ docker exec 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f ssh-agent [2020-09-10T23:08:40.130Z] SSH_AUTH_SOCK=/tmp/ssh-52uIa1o3PzEX/agent.12 [2020-09-10T23:08:40.130Z] SSH_AGENT_PID=18 [2020-09-10T23:08:40.138Z] Running ssh-add (command line suppressed) [2020-09-10T23:08:40.269Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3250581191239109246.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3250581191239109246.key) [2020-09-10T23:08:40.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-10T23:08:40.679Z] + git semver push [2020-09-10T23:08:40.679Z] # -> Open(): unable to determine branch for HEAD [2020-09-10T23:08:40.679Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-10T23:08:40.679Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-10T23:08:40.679Z] # $SEMVER_REMOTE_NAME = origin [2020-09-10T23:08:40.679Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-10T23:08:40.679Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-10T23:08:40.679Z] # $SEMVER_BRANCH = master [2020-09-10T23:08:40.679Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-09-10T23:08:47.333Z] $ docker exec --env ******** --env ******** 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f ssh-agent -k [2020-09-10T23:08:47.469Z] unset SSH_AUTH_SOCK; [2020-09-10T23:08:47.469Z] unset SSH_AGENT_PID; [2020-09-10T23:08:47.469Z] echo Agent pid 18 killed; [2020-09-10T23:08:47.516Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-10T23:08:48.016Z] + git semver [Pipeline] } [2020-09-10T23:08:48.045Z] $ docker stop --time=1 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f [2020-09-10T23:08:49.377Z] $ docker rm -f 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f [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-09-10T23:08:51.030Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:08:51.604Z] ---> package-listing.sh [2020-09-10T23:08:51.604Z] ++ facter osfamily [2020-09-10T23:08:51.604Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-10T23:08:51.604Z] + OS_FAMILY=redhat [2020-09-10T23:08:51.604Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-09-10T23:08:51.604Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-10T23:08:51.604Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-10T23:08:51.604Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-10T23:08:51.604Z] + PACKAGES=/tmp/packages_start.txt [2020-09-10T23:08:51.604Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-09-10T23:08:51.604Z] + PACKAGES=/tmp/packages_end.txt [2020-09-10T23:08:51.604Z] + case "${OS_FAMILY}" in [2020-09-10T23:08:51.604Z] + rpm -qa [2020-09-10T23:08:51.604Z] + sort [2020-09-10T23:08:55.825Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-10T23:08:55.826Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-10T23:08:55.826Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-10T23:08:55.826Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-09-10T23:08:55.826Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-09-10T23:08:55.826Z] + 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-09-10T23:08:56.338Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T23:08:56.338Z] [2020-09-10T23:08:56.338Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-10T23:08:56.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T23:08:56.697Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-10T23:08:56.697Z] df20fa9351a1: Pulling fs layer [2020-09-10T23:08:56.697Z] 36b3adc4ff6f: Pulling fs layer [2020-09-10T23:08:56.697Z] 8ad3a11d3b57: Pulling fs layer [2020-09-10T23:08:56.697Z] 46f8f816bc3b: Pulling fs layer [2020-09-10T23:08:56.697Z] 0dadc02b9964: Pulling fs layer [2020-09-10T23:08:56.697Z] ce6a7cf60c04: Pulling fs layer [2020-09-10T23:08:56.697Z] 7a184a31f384: Pulling fs layer [2020-09-10T23:08:56.697Z] 0879bd2ef858: Pulling fs layer [2020-09-10T23:08:56.697Z] 46f8f816bc3b: Waiting [2020-09-10T23:08:56.697Z] ce6a7cf60c04: Waiting [2020-09-10T23:08:56.697Z] 7a184a31f384: Waiting [2020-09-10T23:08:56.697Z] 0879bd2ef858: Waiting [2020-09-10T23:08:56.697Z] 0dadc02b9964: Waiting [2020-09-10T23:08:56.697Z] 36b3adc4ff6f: Verifying Checksum [2020-09-10T23:08:56.697Z] 36b3adc4ff6f: Download complete [2020-09-10T23:08:56.697Z] 46f8f816bc3b: Download complete [2020-09-10T23:08:56.967Z] df20fa9351a1: Verifying Checksum [2020-09-10T23:08:56.967Z] df20fa9351a1: Download complete [2020-09-10T23:08:56.967Z] ce6a7cf60c04: Verifying Checksum [2020-09-10T23:08:56.967Z] ce6a7cf60c04: Download complete [2020-09-10T23:08:56.967Z] 0dadc02b9964: Verifying Checksum [2020-09-10T23:08:56.967Z] 0dadc02b9964: Download complete [2020-09-10T23:08:56.967Z] 7a184a31f384: Verifying Checksum [2020-09-10T23:08:56.967Z] 7a184a31f384: Download complete [2020-09-10T23:08:56.967Z] 8ad3a11d3b57: Verifying Checksum [2020-09-10T23:08:56.967Z] 8ad3a11d3b57: Download complete [2020-09-10T23:08:57.229Z] df20fa9351a1: Pull complete [2020-09-10T23:08:57.493Z] 36b3adc4ff6f: Pull complete [2020-09-10T23:08:57.493Z] 0879bd2ef858: Verifying Checksum [2020-09-10T23:08:57.493Z] 0879bd2ef858: Download complete [2020-09-10T23:08:58.072Z] 8ad3a11d3b57: Pull complete [2020-09-10T23:08:58.072Z] 46f8f816bc3b: Pull complete [2020-09-10T23:08:58.334Z] 0dadc02b9964: Pull complete [2020-09-10T23:08:58.596Z] ce6a7cf60c04: Pull complete [2020-09-10T23:08:58.596Z] 7a184a31f384: Pull complete [2020-09-10T23:09:01.907Z] 0879bd2ef858: Pull complete [2020-09-10T23:09:01.907Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-10T23:09:01.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-10T23:09:01.907Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-10T23:09:02.071Z] prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container [2020-09-10T23:09:02.126Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/gexfoundry_device-mqtt-go_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-09-10T23:09:04.838Z] $ docker top fd5ae3d21a8fb3969279ab1197d152b5aa5b92c797808285dd59c1424491d3d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-10T23:09:05.339Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-10T23:09:05.635Z] + ls /var/log/sa-host [2020-09-10T23:09:05.635Z] + sadf -c /var/log/sa-host/sa05 [2020-09-10T23:09:05.635Z] file_magic: OK [2020-09-10T23:09:05.635Z] HZ: Using current value: 100 [2020-09-10T23:09:05.635Z] file_header: OK [2020-09-10T23:09:05.635Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-10T23:09:05.635Z] Statistics: [2020-09-10T23:09:05.635Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T23:09:05.635Z] File successfully converted to sysstat format version 12.2.1 [2020-09-10T23:09:05.635Z] + sadf -c /var/log/sa-host/sa10 [2020-09-10T23:09:05.635Z] file_magic: OK [2020-09-10T23:09:05.635Z] HZ: Using current value: 100 [2020-09-10T23:09:05.635Z] file_header: OK [2020-09-10T23:09:05.635Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-10T23:09:05.635Z] Statistics: [2020-09-10T23:09:05.635Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-10T23:09:05.635Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-10T23:09:05.703Z] provisioning config files... [2020-09-10T23:09:05.718Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7980142375520151587tmp [Pipeline] { [Pipeline] echo [2020-09-10T23:09:05.814Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:09:06.115Z] ---> create-netrc.sh [Pipeline] echo [2020-09-10T23:09:06.126Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-10T23:09:06.421Z] ---> logs-deploy.sh [2020-09-10T23:09:06.422Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/17 [2020-09-10T23:09:06.422Z] INFO: archiving workspace using pattern(s): [2020-09-10T23:09:07.809Z] Archives upload complete. [2020-09-10T23:09:07.809Z] INFO: archiving logs to Nexus