Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 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-1776 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 > 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 Checking out Revision fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 Commit message: "Merge pull request #167 from hahattan/dependabot" > git rev-list --no-walk 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-08T04:44:39.652Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-08T04:44:39.881Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-08T04:44:39.961Z] ========================================================= [2020-09-08T04:44:39.961Z] EdgeX Global Pipelines Version Info [2020-09-08T04:44:39.961Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:44:41.367Z] ------------------- [2020-09-08T04:44:41.367Z] stable info: [2020-09-08T04:44:41.367Z] ------------------- [2020-09-08T04:44:41.367Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:44:41.367Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:44:41.367Z] Message: update stable to v1.0.119 [2020-09-08T04:44:42.313Z] ------------------- [2020-09-08T04:44:42.313Z] experimental info: [2020-09-08T04:44:42.313Z] ------------------- [2020-09-08T04:44:42.313Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-08T04:44:42.313Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-08T04:44:42.313Z] Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-08T04:44:42.663Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-09-08T04:44:42.754Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-09-08T04:44:42.829Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-08T04:44:42.905Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-08T04:44:42.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-08T04:44:43.058Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-08T04:44:43.145Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-08T04:44:43.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-08T04:44:43.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-08T04:44:43.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-08T04:44:43.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-08T04:44:43.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-09-08T04:44:43.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-08T04:44:43.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-08T04:44:43.851Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:44:43.929Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-08T04:44:44.007Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:44:44.081Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-08T04:44:44.163Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-08T04:44:44.285Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-08T04:44:44.366Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-08T04:44:44.449Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-08T04:44:44.535Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-08T04:44:44.617Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-08T04:44:44.721Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-08T04:44:44.816Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] echo [2020-09-08T04:44:44.902Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe2df51 [Pipeline] echo [2020-09-08T04:44:44.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-08T04:44:45.565Z] + git log --format=format:%s -1 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] echo [2020-09-08T04:44:45.622Z] GIT_COMMIT: fe2df51579bf0cce1b2e428c0c04fcb23a980c4d, Commit Message: Merge pull request #167 from hahattan/dependabot [Pipeline] echo [2020-09-08T04:44:45.663Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:44:46.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:44:46.719Z] [2020-09-08T04:44:46.719Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:44:47.062Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:44:47.062Z] latest: Pulling from edgex-devops/git-semver [2020-09-08T04:44:47.062Z] 31603596830f: Pulling fs layer [2020-09-08T04:44:47.062Z] 2a8b12db71e7: Pulling fs layer [2020-09-08T04:44:47.062Z] 6ca5941a6612: Pulling fs layer [2020-09-08T04:44:47.062Z] ecc8261a40a4: Pulling fs layer [2020-09-08T04:44:47.062Z] ecc8261a40a4: Waiting [2020-09-08T04:44:47.062Z] 2a8b12db71e7: Download complete [2020-09-08T04:44:47.327Z] 31603596830f: Verifying Checksum [2020-09-08T04:44:47.327Z] 31603596830f: Download complete [2020-09-08T04:44:47.327Z] ecc8261a40a4: Verifying Checksum [2020-09-08T04:44:47.327Z] ecc8261a40a4: Download complete [2020-09-08T04:44:47.327Z] 6ca5941a6612: Verifying Checksum [2020-09-08T04:44:47.327Z] 6ca5941a6612: Download complete [2020-09-08T04:44:47.588Z] 31603596830f: Pull complete [2020-09-08T04:44:47.588Z] 2a8b12db71e7: Pull complete [2020-09-08T04:44:48.539Z] 6ca5941a6612: Pull complete [2020-09-08T04:44:48.800Z] ecc8261a40a4: Pull complete [2020-09-08T04:44:48.800Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-08T04:44:48.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:44:48.800Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-08T04:44:48.909Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:44:48.985Z] $ 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-08T04:44:50.996Z] $ docker top 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T04:44:51.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:44:51.306Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:44:51.513Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:44:51.518Z] $ docker exec 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent [2020-09-08T04:44:51.671Z] SSH_AUTH_SOCK=/tmp/ssh-YblzgaSjJm0u/agent.12 [2020-09-08T04:44:51.671Z] SSH_AGENT_PID=17 [2020-09-08T04:44:51.683Z] Running ssh-add (command line suppressed) [2020-09-08T04:44:51.814Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5479316718292563732.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5479316718292563732.key) [2020-09-08T04:44:51.859Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:44:52.219Z] + git describe --exact-match --tags HEAD [2020-09-08T04:44:52.219Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-08T04:44:52.239Z] $ docker exec --env ******** --env ******** 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent -k [2020-09-08T04:44:52.347Z] unset SSH_AUTH_SOCK; [2020-09-08T04:44:52.347Z] unset SSH_AGENT_PID; [2020-09-08T04:44:52.348Z] echo Agent pid 17 killed; [2020-09-08T04:44:52.391Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-08T04:44:52.468Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-08T04:44:52.468Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-08T04:44:52.561Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:44:52.561Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:44:52.715Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:44:52.720Z] $ docker exec 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent [2020-09-08T04:44:52.868Z] SSH_AUTH_SOCK=/tmp/ssh-0NVLiqXnkwRm/agent.47 [2020-09-08T04:44:52.868Z] SSH_AGENT_PID=53 [2020-09-08T04:44:52.874Z] Running ssh-add (command line suppressed) [2020-09-08T04:44:52.987Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1910609243337064181.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1910609243337064181.key) [2020-09-08T04:44:53.035Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:44:53.360Z] + git semver init [2020-09-08T04:44:53.360Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T04:44:53.360Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-08T04:44:53.360Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-08T04:44:53.360Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T04:44:53.360Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T04:44:53.360Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T04:44:53.360Z] # $SEMVER_BRANCH = master [2020-09-08T04:44:53.360Z] # $SEMVER_TEMP = /tmp/semver-470130563 [2020-09-08T04:44:53.360Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-09-08T04:44:53.934Z] # '/tmp/semver-470130563' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-09-08T04:44:53.934Z] # -> Force: false [2020-09-08T04:44:53.934Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-09-08T04:44:53.947Z] $ docker exec --env ******** --env ******** 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent -k [2020-09-08T04:44:54.081Z] unset SSH_AUTH_SOCK; [2020-09-08T04:44:54.082Z] unset SSH_AGENT_PID; [2020-09-08T04:44:54.082Z] echo Agent pid 53 killed; [2020-09-08T04:44:54.136Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T04:44:54.579Z] + git semver [Pipeline] } [2020-09-08T04:44:54.600Z] $ docker stop --time=1 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 [2020-09-08T04:44:55.982Z] $ docker rm -f 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-08T04:44:56.647Z] Stashed 20 file(s) [Pipeline] echo [2020-09-08T04:44:56.650Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.2 [Pipeline] echo [2020-09-08T04:44:56.732Z] Archived original version: [1.2.3-dev.2] [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-08T04:45:12.138Z] Still waiting to schedule task [2020-09-08T04:45:12.138Z] ‘prd-centos7-docker-4c-2g-1777’ is offline; ‘prd-centos7-docker-4c-2g-213’ is offline [2020-09-08T04:45:12.140Z] Still waiting to schedule task [2020-09-08T04:45:12.140Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-08T04:47:06.914Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1779 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-09-08T04:47:06.959Z] Running in /w/workspace/device-mqtt-go/16 [Pipeline] { [Pipeline] checkout [2020-09-08T04:47:12.195Z] using credential edgex-jenkins-ssh [2020-09-08T04:47:12.244Z] Cloning the remote Git repository [2020-09-08T04:47:12.244Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:47:12.307Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:47:12.425Z] > git init /w/workspace/device-mqtt-go/16 # timeout=10 [2020-09-08T04:47:12.495Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:47:12.496Z] > git --version # timeout=10 [2020-09-08T04:47:12.517Z] > git --version # 'git version 2.17.1' [2020-09-08T04:47:12.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:47:12.606Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:47:13.349Z] Fetching without tags [2020-09-08T04:47:13.833Z] Checking out Revision fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (master) [2020-09-08T04:47:13.262Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:47:13.289Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:47:13.327Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:47:13.365Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:47:13.365Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:47:13.377Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:47:13.911Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:47:13.937Z] > git checkout -f fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:47:18.260Z] Commit message: "Merge pull request #167 from hahattan/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T04:47:19.180Z] ========================================================= [2020-09-08T04:47:19.180Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-08T04:47:19.180Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:47:20.181Z] + 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-08T04:47:21.180Z] Sending build context to Docker daemon 599.6kB [2020-09-08T04:47:21.180Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:47:21.180Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:47:21.465Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-08T04:47:21.465Z] b538f80385f9: Pulling fs layer [2020-09-08T04:47:21.465Z] 74f711af9a0d: Pulling fs layer [2020-09-08T04:47:21.465Z] 99f96fe45779: Pulling fs layer [2020-09-08T04:47:21.465Z] fd7a069fd194: Pulling fs layer [2020-09-08T04:47:21.465Z] 66aa3694b03b: Pulling fs layer [2020-09-08T04:47:21.465Z] 170f70906a0f: Pulling fs layer [2020-09-08T04:47:21.465Z] ad7c5574e4b9: Pulling fs layer [2020-09-08T04:47:21.465Z] e772456be8f7: Pulling fs layer [2020-09-08T04:47:21.465Z] c890913d741a: Pulling fs layer [2020-09-08T04:47:21.465Z] 2480fcc9aa5a: Pulling fs layer [2020-09-08T04:47:21.465Z] 09adf4765672: Pulling fs layer [2020-09-08T04:47:21.465Z] fd7a069fd194: Waiting [2020-09-08T04:47:21.465Z] c890913d741a: Waiting [2020-09-08T04:47:21.465Z] 66aa3694b03b: Waiting [2020-09-08T04:47:21.465Z] 2480fcc9aa5a: Waiting [2020-09-08T04:47:21.465Z] 170f70906a0f: Waiting [2020-09-08T04:47:21.465Z] 09adf4765672: Waiting [2020-09-08T04:47:21.465Z] ad7c5574e4b9: Waiting [2020-09-08T04:47:21.465Z] e772456be8f7: Waiting [2020-09-08T04:47:21.465Z] 99f96fe45779: Verifying Checksum [2020-09-08T04:47:21.465Z] 99f96fe45779: Download complete [2020-09-08T04:47:21.465Z] 74f711af9a0d: Verifying Checksum [2020-09-08T04:47:21.465Z] 74f711af9a0d: Download complete [2020-09-08T04:47:21.465Z] 66aa3694b03b: Verifying Checksum [2020-09-08T04:47:21.465Z] 66aa3694b03b: Download complete [2020-09-08T04:47:21.465Z] 170f70906a0f: Verifying Checksum [2020-09-08T04:47:21.465Z] 170f70906a0f: Download complete [2020-09-08T04:47:21.745Z] b538f80385f9: Download complete [2020-09-08T04:47:22.349Z] b538f80385f9: Pull complete [2020-09-08T04:47:22.961Z] 74f711af9a0d: Pull complete [2020-09-08T04:47:23.564Z] 99f96fe45779: Pull complete [2020-09-08T04:47:25.478Z] Running on prd-centos7-docker-4c-2g-1781 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-09-08T04:47:25.522Z] Running in /w/workspace/device-mqtt-go/16 [Pipeline] { [2020-09-08T04:47:25.573Z] ad7c5574e4b9: Download complete [2020-09-08T04:47:25.573Z] c890913d741a: Verifying Checksum [2020-09-08T04:47:25.573Z] c890913d741a: Download complete [Pipeline] checkout [2020-09-08T04:47:27.032Z] e772456be8f7: Verifying Checksum [2020-09-08T04:47:27.032Z] e772456be8f7: Download complete [2020-09-08T04:47:27.032Z] 09adf4765672: Verifying Checksum [2020-09-08T04:47:27.032Z] 09adf4765672: Download complete [2020-09-08T04:47:27.637Z] 2480fcc9aa5a: Verifying Checksum [2020-09-08T04:47:27.637Z] 2480fcc9aa5a: Download complete [2020-09-08T04:47:28.204Z] using credential edgex-jenkins-ssh [2020-09-08T04:47:28.255Z] Cloning the remote Git repository [2020-09-08T04:47:28.255Z] Cloning with configured refspecs honoured and without tags [2020-09-08T04:47:29.043Z] Fetching without tags [2020-09-08T04:47:29.074Z] fd7a069fd194: Download complete [2020-09-08T04:47:28.281Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:47:28.347Z] > git init /w/workspace/device-mqtt-go/16 # timeout=10 [2020-09-08T04:47:28.396Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:47:28.396Z] > git --version # timeout=10 [2020-09-08T04:47:28.405Z] > git --version # 'git version 2.16.5' [2020-09-08T04:47:28.405Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:47:28.428Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:47:29.019Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:47:29.030Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:47:29.039Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-09-08T04:47:29.049Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-09-08T04:47:29.051Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-08T04:47:29.059Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-08T04:47:29.441Z] Checking out Revision fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (master) [2020-09-08T04:47:29.451Z] > git config core.sparsecheckout # timeout=10 [2020-09-08T04:47:29.455Z] > git checkout -f fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [2020-09-08T04:47:33.021Z] Commit message: "Merge pull request #167 from hahattan/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-08T04:47:33.700Z] ========================================================= [2020-09-08T04:47:33.700Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-08T04:47:33.700Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:47:34.285Z] + 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-08T04:47:34.546Z] Sending build context to Docker daemon 599.6kB [2020-09-08T04:47:34.546Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-08T04:47:34.546Z] Step 2/8 : FROM ${BASE} [2020-09-08T04:47:34.546Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-08T04:47:34.546Z] df20fa9351a1: Pulling fs layer [2020-09-08T04:47:34.546Z] ed8968b2872e: Pulling fs layer [2020-09-08T04:47:34.546Z] a92cc7c5fd73: Pulling fs layer [2020-09-08T04:47:34.546Z] 2dd03ba5bac4: Pulling fs layer [2020-09-08T04:47:34.546Z] 1e091d79d1de: Pulling fs layer [2020-09-08T04:47:34.546Z] 481702a1767f: Pulling fs layer [2020-09-08T04:47:34.546Z] f64a6f60c768: Pulling fs layer [2020-09-08T04:47:34.546Z] e78d2573fc39: Pulling fs layer [2020-09-08T04:47:34.546Z] e876d2f968b6: Pulling fs layer [2020-09-08T04:47:34.546Z] ce8a83651883: Pulling fs layer [2020-09-08T04:47:34.546Z] 07967f4d0e4b: Pulling fs layer [2020-09-08T04:47:34.546Z] 2dd03ba5bac4: Waiting [2020-09-08T04:47:34.546Z] 1e091d79d1de: Waiting [2020-09-08T04:47:34.546Z] 481702a1767f: Waiting [2020-09-08T04:47:34.546Z] ce8a83651883: Waiting [2020-09-08T04:47:34.546Z] f64a6f60c768: Waiting [2020-09-08T04:47:34.546Z] 07967f4d0e4b: Waiting [2020-09-08T04:47:34.546Z] e78d2573fc39: Waiting [2020-09-08T04:47:34.546Z] e876d2f968b6: Waiting [2020-09-08T04:47:34.810Z] a92cc7c5fd73: Verifying Checksum [2020-09-08T04:47:34.810Z] a92cc7c5fd73: Download complete [2020-09-08T04:47:34.810Z] ed8968b2872e: Verifying Checksum [2020-09-08T04:47:34.810Z] ed8968b2872e: Download complete [2020-09-08T04:47:34.810Z] 1e091d79d1de: Verifying Checksum [2020-09-08T04:47:34.810Z] 1e091d79d1de: Download complete [2020-09-08T04:47:34.810Z] 481702a1767f: Verifying Checksum [2020-09-08T04:47:34.810Z] 481702a1767f: Download complete [2020-09-08T04:47:34.810Z] df20fa9351a1: Verifying Checksum [2020-09-08T04:47:34.810Z] df20fa9351a1: Download complete [2020-09-08T04:47:35.080Z] df20fa9351a1: Pull complete [2020-09-08T04:47:35.341Z] ed8968b2872e: Pull complete [2020-09-08T04:47:35.341Z] a92cc7c5fd73: Pull complete [2020-09-08T04:47:36.727Z] f64a6f60c768: Verifying Checksum [2020-09-08T04:47:36.727Z] f64a6f60c768: Download complete [2020-09-08T04:47:36.727Z] e876d2f968b6: Verifying Checksum [2020-09-08T04:47:36.727Z] e876d2f968b6: Download complete [2020-09-08T04:47:37.678Z] ce8a83651883: Verifying Checksum [2020-09-08T04:47:37.678Z] ce8a83651883: Download complete [2020-09-08T04:47:37.678Z] 07967f4d0e4b: Verifying Checksum [2020-09-08T04:47:37.678Z] 07967f4d0e4b: Download complete [2020-09-08T04:47:38.252Z] e78d2573fc39: Verifying Checksum [2020-09-08T04:47:38.252Z] e78d2573fc39: Download complete [2020-09-08T04:47:38.252Z] 2dd03ba5bac4: Verifying Checksum [2020-09-08T04:47:38.252Z] 2dd03ba5bac4: Download complete [2020-09-08T04:47:41.479Z] fd7a069fd194: Pull complete [2020-09-08T04:47:41.479Z] 66aa3694b03b: Pull complete [2020-09-08T04:47:41.479Z] 170f70906a0f: Pull complete [2020-09-08T04:47:44.118Z] ad7c5574e4b9: Pull complete [2020-09-08T04:47:44.866Z] 2dd03ba5bac4: Pull complete [2020-09-08T04:47:44.866Z] 1e091d79d1de: Pull complete [2020-09-08T04:47:44.866Z] 481702a1767f: Pull complete [2020-09-08T04:47:49.080Z] f64a6f60c768: Pull complete [2020-09-08T04:47:49.545Z] e772456be8f7: Pull complete [2020-09-08T04:47:49.545Z] c890913d741a: Pull complete [2020-09-08T04:47:51.525Z] 2480fcc9aa5a: Pull complete [2020-09-08T04:47:51.798Z] 09adf4765672: Pull complete [2020-09-08T04:47:51.798Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-08T04:47:51.798Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-08T04:47:51.798Z] ---> 2248a725d1cf [2020-09-08T04:47:51.798Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:47:52.424Z] e78d2573fc39: Pull complete [2020-09-08T04:47:52.424Z] e876d2f968b6: Pull complete [2020-09-08T04:47:53.001Z] ce8a83651883: Pull complete [2020-09-08T04:47:53.265Z] 07967f4d0e4b: Pull complete [2020-09-08T04:47:53.265Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-08T04:47:53.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-08T04:47:53.265Z] ---> 5d7c900382c6 [2020-09-08T04:47:53.265Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-08T04:47:55.185Z] ---> Running in 1d40d9276206 [2020-09-08T04:47:55.185Z] Removing intermediate container 1d40d9276206 [2020-09-08T04:47:55.185Z] ---> c360526cdab8 [2020-09-08T04:47:55.185Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:47:55.185Z] ---> Running in 4bcb6e852f97 [2020-09-08T04:47:56.096Z] ---> Running in b3a3f115657d [2020-09-08T04:47:56.576Z] Removing intermediate container 4bcb6e852f97 [2020-09-08T04:47:56.576Z] ---> c7fc023a5d2b [2020-09-08T04:47:56.576Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T04:47:56.576Z] ---> Running in 843b49fde6e6 [2020-09-08T04:47:56.687Z] Removing intermediate container b3a3f115657d [2020-09-08T04:47:56.687Z] ---> 7004591db160 [2020-09-08T04:47:56.687Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:47:56.687Z] ---> Running in 673a4f74b1f3 [2020-09-08T04:47:57.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:47:57.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:47:58.302Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:47:58.563Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:47:58.563Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:47:58.563Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:47:59.300Z] Removing intermediate container 673a4f74b1f3 [2020-09-08T04:47:59.300Z] ---> aae0f76834c9 [2020-09-08T04:47:59.300Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-08T04:47:59.300Z] ---> Running in c1cd953ca14e [2020-09-08T04:48:00.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:48:01.126Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:48:01.126Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:48:01.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:48:01.388Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:48:01.388Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:48:01.388Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:48:01.649Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T04:48:01.911Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:48:01.911Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:48:01.911Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:48:02.187Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:48:02.187Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:48:02.187Z] OK: 237 MiB in 53 packages [2020-09-08T04:48:02.315Z] (1/14) Installing libmagic (5.38-r0) [2020-09-08T04:48:02.315Z] (2/14) Installing file (5.38-r0) [2020-09-08T04:48:02.587Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-08T04:48:02.587Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-08T04:48:05.531Z] Removing intermediate container 843b49fde6e6 [2020-09-08T04:48:05.531Z] ---> bdff3be02283 [2020-09-08T04:48:05.531Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T04:48:05.531Z] ---> Running in 35191a555b1e [2020-09-08T04:48:05.793Z] Removing intermediate container 35191a555b1e [2020-09-08T04:48:05.793Z] ---> 3e2c0159aca0 [2020-09-08T04:48:05.793Z] Step 7/8 : COPY . . [2020-09-08T04:48:06.364Z] ---> 7a30ad4abab1 [2020-09-08T04:48:06.364Z] Step 8/8 : RUN go mod download [2020-09-08T04:48:06.626Z] ---> Running in 8386589fde88 [2020-09-08T04:48:07.954Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-08T04:48:07.954Z] (6/14) Installing patch (2.7.6-r6) [2020-09-08T04:48:07.954Z] (7/14) Installing build-base (0.5-r2) [2020-09-08T04:48:08.226Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-08T04:48:08.226Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-08T04:48:08.226Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-08T04:48:08.544Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:48:08.544Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:48:08.544Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:48:08.544Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:48:08.544Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:48:08.544Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:48:08.544Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:48:08.544Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:48:08.544Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:48:08.544Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:48:08.544Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:48:08.544Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:48:08.544Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:48:08.544Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:48:08.544Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:48:08.544Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:48:08.544Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:48:08.805Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:48:08.805Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:48:08.805Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:48:08.805Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:48:08.805Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:48:08.805Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:48:08.805Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:48:08.805Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:48:08.805Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:48:08.805Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:48:08.805Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:48:08.805Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:48:08.820Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-08T04:48:08.820Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-08T04:48:08.820Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:48:09.066Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:48:09.090Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-08T04:48:09.090Z] Executing busybox-1.31.1-r16.trigger [2020-09-08T04:48:09.328Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:48:09.328Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:48:09.328Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:48:09.328Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:48:09.328Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:48:09.328Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:48:09.328Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:48:09.328Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:48:09.328Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:48:09.328Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:48:09.328Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:48:09.328Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:48:09.362Z] OK: 221 MiB in 53 packages [2020-09-08T04:48:09.592Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:48:09.592Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:48:09.592Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:48:09.592Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:48:09.592Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:48:09.593Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:48:09.593Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:48:09.593Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:48:09.593Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:48:09.593Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:48:09.593Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:48:09.593Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:48:09.854Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:48:09.854Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:48:09.854Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:48:09.854Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:48:09.854Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:48:09.854Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:48:09.854Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:48:09.854Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:48:09.854Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:48:09.854Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:48:10.115Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:48:10.115Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:48:10.115Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:48:13.665Z] Removing intermediate container c1cd953ca14e [2020-09-08T04:48:13.665Z] ---> 1fa8721b3bcc [2020-09-08T04:48:13.665Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-09-08T04:48:13.665Z] ---> Running in 47441dadeb8a [2020-09-08T04:48:13.936Z] Removing intermediate container 47441dadeb8a [2020-09-08T04:48:13.936Z] ---> ca1ea8a73610 [2020-09-08T04:48:13.936Z] Step 7/8 : COPY . . [2020-09-08T04:48:14.911Z] ---> b62e8c97c415 [2020-09-08T04:48:14.911Z] Step 8/8 : RUN go mod download [2020-09-08T04:48:15.194Z] ---> Running in ec5d7c875168 [2020-09-08T04:48:17.810Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-08T04:48:17.810Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-08T04:48:17.810Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-08T04:48:17.810Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-08T04:48:17.810Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-08T04:48:17.810Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-08T04:48:17.810Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-08T04:48:17.810Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-08T04:48:17.810Z] go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 [2020-09-08T04:48:17.810Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-08T04:48:17.810Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-08T04:48:17.810Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-08T04:48:18.081Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-08T04:48:18.081Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-08T04:48:18.081Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-08T04:48:18.081Z] go: finding github.com/fatih/color v1.7.0 [2020-09-08T04:48:18.081Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-08T04:48:18.081Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-08T04:48:18.081Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-08T04:48:18.081Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-08T04:48:18.081Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-08T04:48:18.081Z] go: finding github.com/google/uuid v1.1.1 [2020-09-08T04:48:18.081Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-08T04:48:18.081Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-08T04:48:18.353Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-08T04:48:18.624Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-08T04:48:18.624Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-08T04:48:18.624Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-08T04:48:18.624Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-08T04:48:18.624Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-08T04:48:18.624Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-08T04:48:18.624Z] go: finding github.com/kr/pretty v0.1.0 [2020-09-08T04:48:18.624Z] go: finding github.com/kr/pty v1.1.1 [2020-09-08T04:48:18.624Z] go: finding github.com/kr/text v0.1.0 [2020-09-08T04:48:18.624Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-08T04:48:18.624Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-08T04:48:18.624Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-08T04:48:18.895Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-08T04:48:18.895Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-08T04:48:18.895Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-08T04:48:19.167Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-08T04:48:19.167Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-08T04:48:19.167Z] go: finding github.com/posener/complete v1.1.1 [2020-09-08T04:48:19.167Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-08T04:48:19.167Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-08T04:48:19.167Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-08T04:48:19.167Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-08T04:48:19.167Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-08T04:48:19.167Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-08T04:48:19.167Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-08T04:48:19.167Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-08T04:48:19.167Z] go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd [2020-09-08T04:48:19.442Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-08T04:48:19.442Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-08T04:48:19.442Z] go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 [2020-09-08T04:48:19.442Z] go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce [2020-09-08T04:48:19.442Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-08T04:48:20.164Z] Removing intermediate container 8386589fde88 [2020-09-08T04:48:20.164Z] ---> ddf29842a449 [2020-09-08T04:48:20.164Z] Successfully built ddf29842a449 [2020-09-08T04:48:20.164Z] 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-08T04:48:22.860Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T04:48:23.162Z] + ls -al . [2020-09-08T04:48:23.162Z] total 64 [2020-09-08T04:48:23.162Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:47 . [2020-09-08T04:48:23.162Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 8 04:47 .. [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:47 Attribution.txt [2020-09-08T04:48:23.162Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:47 bin [2020-09-08T04:48:23.162Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:47 cmd [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:47 Dockerfile [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:47 Dockerfile.build [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:47 .dockerignore [2020-09-08T04:48:23.162Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 8 04:47 .git [2020-09-08T04:48:23.162Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:47 .github [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:47 .gitignore [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 510 Sep 8 04:47 go.mod [2020-09-08T04:48:23.162Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:47 internal [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:47 Jenkinsfile [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:47 LICENSE [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:47 Makefile [2020-09-08T04:48:23.162Z] drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:47 mock [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:47 README.md [2020-09-08T04:48:23.162Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 8 04:47 .semver [2020-09-08T04:48:23.162Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:47 snap [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 8 04:44 VERSION [2020-09-08T04:48:23.162Z] -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:23.471Z] + 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=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d --label arch=amd64 --label version=1.2.3-dev.2 . [2020-09-08T04:48:23.732Z] Sending build context to Docker daemon 599.6kB [2020-09-08T04:48:23.732Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:48:23.732Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:48:23.732Z] ---> ddf29842a449 [2020-09-08T04:48:23.732Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:48:23.732Z] ---> Running in 6dc69c172f44 [2020-09-08T04:48:23.994Z] Removing intermediate container 6dc69c172f44 [2020-09-08T04:48:23.994Z] ---> 49582a457391 [2020-09-08T04:48:23.994Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:48:23.994Z] ---> Running in 8489e1dced27 [2020-09-08T04:48:24.257Z] Removing intermediate container 8489e1dced27 [2020-09-08T04:48:24.257Z] ---> 3d2bddda0c85 [2020-09-08T04:48:24.257Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:48:24.257Z] ---> Running in 74083eef2785 [2020-09-08T04:48:25.669Z] Removing intermediate container 74083eef2785 [2020-09-08T04:48:25.669Z] ---> fbb00d8e1327 [2020-09-08T04:48:25.669Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:48:25.929Z] ---> Running in 52018a919c98 [2020-09-08T04:48:26.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-08T04:48:27.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-08T04:48:27.706Z] OK: 237 MiB in 53 packages [2020-09-08T04:48:27.966Z] Removing intermediate container 52018a919c98 [2020-09-08T04:48:27.966Z] ---> 7b4b90843303 [2020-09-08T04:48:27.966Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:48:28.228Z] ---> Running in fbc8e348ae23 [2020-09-08T04:48:28.228Z] Removing intermediate container fbc8e348ae23 [2020-09-08T04:48:28.228Z] ---> c7d0df29d3dd [2020-09-08T04:48:28.228Z] Step 8/22 : COPY . . [2020-09-08T04:48:28.799Z] ---> 2c2d567e9706 [2020-09-08T04:48:28.799Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:48:29.060Z] ---> Running in b9fd9266f91f [2020-09-08T04:48:29.060Z] Removing intermediate container b9fd9266f91f [2020-09-08T04:48:29.060Z] ---> fdd4a28c7415 [2020-09-08T04:48:29.060Z] Step 10/22 : RUN $MAKE [2020-09-08T04:48:29.060Z] ---> Running in 0cfd9a263e95 [2020-09-08T04:48:29.595Z] Removing intermediate container ec5d7c875168 [2020-09-08T04:48:29.595Z] ---> b74c4b013db2 [2020-09-08T04:48:29.595Z] Successfully built b74c4b013db2 [2020-09-08T04:48:29.595Z] Successfully tagged ci-base-image-arm64:latest [2020-09-08T04:48:29.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.2" -o cmd/device-mqtt ./cmd [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-08T04:48:30.593Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-08T04:48:30.929Z] + ls -al . [2020-09-08T04:48:30.929Z] total 100 [2020-09-08T04:48:30.929Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:47 . [2020-09-08T04:48:30.929Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:47 .. [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:47 .dockerignore [2020-09-08T04:48:30.929Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:47 .git [2020-09-08T04:48:30.929Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:47 .github [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:47 .gitignore [2020-09-08T04:48:30.929Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:47 .semver [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:47 Attribution.txt [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:47 Dockerfile [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:47 Dockerfile.build [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:47 Jenkinsfile [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:47 LICENSE [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:47 Makefile [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:47 README.md [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 8 04:44 VERSION [2020-09-08T04:48:30.929Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:47 bin [2020-09-08T04:48:30.929Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:47 cmd [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 510 Sep 8 04:47 go.mod [2020-09-08T04:48:30.929Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:47 internal [2020-09-08T04:48:30.929Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:47 mock [2020-09-08T04:48:30.929Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:47 snap [2020-09-08T04:48:30.929Z] -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:31.278Z] + 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=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d --label arch=arm64 --label version=1.2.3-dev.2 . [2020-09-08T04:48:31.550Z] Sending build context to Docker daemon 599.6kB [2020-09-08T04:48:31.550Z] Step 1/22 : ARG BASE=golang:1.13-alpine [2020-09-08T04:48:31.823Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-08T04:48:31.823Z] ---> b74c4b013db2 [2020-09-08T04:48:31.823Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-08T04:48:31.823Z] ---> Running in f52bcb8ba909 [2020-09-08T04:48:32.419Z] Removing intermediate container f52bcb8ba909 [2020-09-08T04:48:32.419Z] ---> f2f45aa0d541 [2020-09-08T04:48:32.419Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-08T04:48:32.419Z] ---> Running in 3c5c97204a8b [2020-09-08T04:48:33.012Z] Removing intermediate container 3c5c97204a8b [2020-09-08T04:48:33.012Z] ---> 0e4b40620494 [2020-09-08T04:48:33.012Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-08T04:48:33.012Z] ---> Running in 166a15d41639 [2020-09-08T04:48:35.622Z] Removing intermediate container 166a15d41639 [2020-09-08T04:48:35.622Z] ---> 1d97bb81336e [2020-09-08T04:48:35.622Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-08T04:48:35.622Z] ---> Running in 82186b175a71 [2020-09-08T04:48:37.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-08T04:48:38.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-08T04:48:39.005Z] OK: 221 MiB in 53 packages [2020-09-08T04:48:39.771Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:48:39.985Z] Removing intermediate container 82186b175a71 [2020-09-08T04:48:39.985Z] ---> aadde3052d89 [2020-09-08T04:48:39.985Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-09-08T04:48:39.985Z] ---> Running in c8de03357852 [2020-09-08T04:48:40.579Z] Removing intermediate container c8de03357852 [2020-09-08T04:48:40.579Z] ---> c34a283e1a3f [2020-09-08T04:48:40.579Z] Step 8/22 : COPY . . [2020-09-08T04:48:41.555Z] ---> de80bab3850e [2020-09-08T04:48:41.555Z] Step 9/22 : ARG MAKE='make build' [2020-09-08T04:48:41.555Z] ---> Running in 90d0832e4e62 [2020-09-08T04:48:42.158Z] Removing intermediate container 90d0832e4e62 [2020-09-08T04:48:42.158Z] ---> afeb09abe260 [2020-09-08T04:48:42.158Z] Step 10/22 : RUN $MAKE [2020-09-08T04:48:42.158Z] ---> Running in efc0402b4407 [2020-09-08T04:48:43.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.2" -o cmd/device-mqtt ./cmd [2020-09-08T04:48:43.988Z] Removing intermediate container 0cfd9a263e95 [2020-09-08T04:48:43.988Z] ---> 6c7814dfa484 [2020-09-08T04:48:43.988Z] Step 11/22 : FROM alpine [2020-09-08T04:48:43.988Z] latest: Pulling from library/alpine [2020-09-08T04:48:43.988Z] df20fa9351a1: Already exists [2020-09-08T04:48:44.560Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:48:44.560Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:48:44.560Z] ---> a24bb4013296 [2020-09-08T04:48:44.560Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:48:44.560Z] ---> Running in f60d09a23d45 [2020-09-08T04:48:44.560Z] Removing intermediate container f60d09a23d45 [2020-09-08T04:48:44.560Z] ---> f09eeeef419c [2020-09-08T04:48:44.560Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:48:44.821Z] ---> Running in ecb9e3c69254 [2020-09-08T04:48:44.821Z] Removing intermediate container ecb9e3c69254 [2020-09-08T04:48:44.821Z] ---> c804ca4b585c [2020-09-08T04:48:44.821Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:48:45.397Z] ---> 30d367f277ff [2020-09-08T04:48:45.397Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:48:45.661Z] ---> 28a768f2c65e [2020-09-08T04:48:45.661Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:48:45.921Z] ---> 65a8ce16cbc3 [2020-09-08T04:48:45.921Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:48:45.921Z] ---> Running in 554fa5cb809b [2020-09-08T04:48:46.183Z] Removing intermediate container 554fa5cb809b [2020-09-08T04:48:46.183Z] ---> d532a2b025e3 [2020-09-08T04:48:46.183Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:48:46.183Z] ---> Running in 3686897b3c14 [2020-09-08T04:48:46.444Z] Removing intermediate container 3686897b3c14 [2020-09-08T04:48:46.444Z] ---> a2a5c826aef7 [2020-09-08T04:48:46.444Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:48:46.444Z] ---> Running in 03e0e8cb7910 [2020-09-08T04:48:46.444Z] Removing intermediate container 03e0e8cb7910 [2020-09-08T04:48:46.444Z] ---> 0072278edd9c [2020-09-08T04:48:46.444Z] Step 20/22 : LABEL arch=amd64 [2020-09-08T04:48:46.707Z] ---> Running in 6d0205d465c5 [2020-09-08T04:48:46.707Z] Removing intermediate container 6d0205d465c5 [2020-09-08T04:48:46.707Z] ---> 3a8fe63f10fb [2020-09-08T04:48:46.707Z] Step 21/22 : LABEL git_sha=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:48:46.707Z] ---> Running in a43c233ab31b [2020-09-08T04:48:46.968Z] Removing intermediate container a43c233ab31b [2020-09-08T04:48:46.968Z] ---> a859cdba8307 [2020-09-08T04:48:46.968Z] Step 22/22 : LABEL version=1.2.3-dev.2 [2020-09-08T04:48:46.968Z] ---> Running in e929e58d4bce [2020-09-08T04:48:47.229Z] Removing intermediate container e929e58d4bce [2020-09-08T04:48:47.229Z] ---> 878f60f245b0 [2020-09-08T04:48:47.229Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:48:47.229Z] Successfully built 878f60f245b0 [2020-09-08T04:48:47.229Z] 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-08T04:48:47.630Z] provisioning config files... [2020-09-08T04:48:47.667Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/16@tmp/config3128880355090993418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:48:48.022Z] ---> docker-login.sh [2020-09-08T04:48:48.022Z] nexus3.edgexfoundry.org:10001 [2020-09-08T04:48:48.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:48:48.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:48:48.289Z] Configure a credential helper to remove this warning. See [2020-09-08T04:48:48.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:48:48.289Z] [2020-09-08T04:48:48.289Z] Login Succeeded [2020-09-08T04:48:48.289Z] nexus3.edgexfoundry.org:10002 [2020-09-08T04:48:48.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:48:48.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:48:48.289Z] Configure a credential helper to remove this warning. See [2020-09-08T04:48:48.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:48:48.289Z] [2020-09-08T04:48:48.289Z] Login Succeeded [2020-09-08T04:48:48.289Z] nexus3.edgexfoundry.org:10003 [2020-09-08T04:48:48.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:48:48.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:48:48.552Z] Configure a credential helper to remove this warning. See [2020-09-08T04:48:48.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:48:48.552Z] [2020-09-08T04:48:48.552Z] Login Succeeded [2020-09-08T04:48:48.552Z] nexus3.edgexfoundry.org:10004 [2020-09-08T04:48:48.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:48:48.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:48:48.812Z] Configure a credential helper to remove this warning. See [2020-09-08T04:48:48.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:48:48.812Z] [2020-09-08T04:48:48.812Z] Login Succeeded [2020-09-08T04:48:48.812Z] docker.io [2020-09-08T04:48:48.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:48:49.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:48:49.074Z] Configure a credential helper to remove this warning. See [2020-09-08T04:48:49.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:48:49.074Z] [2020-09-08T04:48:49.074Z] Login Succeeded [2020-09-08T04:48:49.074Z] ---> docker-login.sh ends [Pipeline] } [2020-09-08T04:48:49.083Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T04:48:49.331Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-09-08T04:48:49.331Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:48:49.331Z] latest [2020-09-08T04:48:49.331Z] 1.2.3-dev.2 [2020-09-08T04:48:49.331Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [2020-09-08T04:48:49.331Z] master [2020-09-08T04:48:49.331Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:49.831Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:50.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:48:50.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-08T04:48:50.125Z] 2d888085ee15: Preparing [2020-09-08T04:48:50.125Z] fefe3587e258: Preparing [2020-09-08T04:48:50.125Z] a96a58feb792: Preparing [2020-09-08T04:48:50.125Z] 50644c29ef5a: Preparing [2020-09-08T04:48:50.125Z] 50644c29ef5a: Layer already exists [2020-09-08T04:48:50.125Z] 2d888085ee15: Pushed [2020-09-08T04:48:50.125Z] fefe3587e258: Pushed [2020-09-08T04:48:51.527Z] a96a58feb792: Pushed [2020-09-08T04:48:51.527Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:51.834Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:52.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-09-08T04:48:52.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-08T04:48:52.132Z] 2d888085ee15: Preparing [2020-09-08T04:48:52.132Z] fefe3587e258: Preparing [2020-09-08T04:48:52.132Z] a96a58feb792: Preparing [2020-09-08T04:48:52.132Z] 50644c29ef5a: Preparing [2020-09-08T04:48:52.132Z] fefe3587e258: Layer already exists [2020-09-08T04:48:52.132Z] 2d888085ee15: Layer already exists [2020-09-08T04:48:52.132Z] 50644c29ef5a: Layer already exists [2020-09-08T04:48:52.132Z] a96a58feb792: Layer already exists [2020-09-08T04:48:52.132Z] latest: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:52.437Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:52.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.2 [2020-09-08T04:48:52.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-08T04:48:52.734Z] 2d888085ee15: Preparing [2020-09-08T04:48:52.734Z] fefe3587e258: Preparing [2020-09-08T04:48:52.734Z] a96a58feb792: Preparing [2020-09-08T04:48:52.734Z] 50644c29ef5a: Preparing [2020-09-08T04:48:52.734Z] a96a58feb792: Layer already exists [2020-09-08T04:48:52.734Z] 2d888085ee15: Layer already exists [2020-09-08T04:48:52.734Z] 50644c29ef5a: Layer already exists [2020-09-08T04:48:52.734Z] fefe3587e258: Layer already exists [2020-09-08T04:48:52.734Z] 1.2.3-dev.2: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:53.043Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:53.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [2020-09-08T04:48:53.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-08T04:48:53.342Z] 2d888085ee15: Preparing [2020-09-08T04:48:53.342Z] fefe3587e258: Preparing [2020-09-08T04:48:53.342Z] a96a58feb792: Preparing [2020-09-08T04:48:53.342Z] 50644c29ef5a: Preparing [2020-09-08T04:48:53.342Z] 50644c29ef5a: Layer already exists [2020-09-08T04:48:53.342Z] 2d888085ee15: Layer already exists [2020-09-08T04:48:53.342Z] fefe3587e258: Layer already exists [2020-09-08T04:48:53.342Z] a96a58feb792: Layer already exists [2020-09-08T04:48:53.342Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:53.652Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:48:53.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-09-08T04:48:53.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-09-08T04:48:53.956Z] 2d888085ee15: Preparing [2020-09-08T04:48:53.956Z] fefe3587e258: Preparing [2020-09-08T04:48:53.956Z] a96a58feb792: Preparing [2020-09-08T04:48:53.956Z] 50644c29ef5a: Preparing [2020-09-08T04:48:53.956Z] a96a58feb792: Layer already exists [2020-09-08T04:48:53.956Z] fefe3587e258: Layer already exists [2020-09-08T04:48:53.956Z] 2d888085ee15: Layer already exists [2020-09-08T04:48:53.956Z] 50644c29ef5a: Layer already exists [2020-09-08T04:48:53.956Z] master: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T04:48:54.146Z] ===================================================== [Pipeline] echo [2020-09-08T04:48:54.214Z] taggedImages: [2020-09-08T04:48:54.214Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:48:54.214Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-09-08T04:48:54.214Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.2 [2020-09-08T04:48:54.214Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [2020-09-08T04:48:54.214Z] - 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-08T04:49:10.476Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-08T04:49:20.654Z] Removing intermediate container efc0402b4407 [2020-09-08T04:49:20.654Z] ---> a2d0c6d008a6 [2020-09-08T04:49:20.654Z] Step 11/22 : FROM alpine [2020-09-08T04:49:20.654Z] latest: Pulling from library/alpine [2020-09-08T04:49:20.654Z] b538f80385f9: Already exists [2020-09-08T04:49:20.654Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-08T04:49:20.654Z] Status: Downloaded newer image for alpine:latest [2020-09-08T04:49:20.654Z] ---> 62ee0e9f8440 [2020-09-08T04:49:20.654Z] Step 12/22 : ENV APP_PORT=49982 [2020-09-08T04:49:20.927Z] ---> Running in 75bc128acd28 [2020-09-08T04:49:21.200Z] Removing intermediate container 75bc128acd28 [2020-09-08T04:49:21.200Z] ---> f4e5325eaa15 [2020-09-08T04:49:21.200Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-08T04:49:21.473Z] ---> Running in bf69a99f8075 [2020-09-08T04:49:22.079Z] Removing intermediate container bf69a99f8075 [2020-09-08T04:49:22.079Z] ---> 48cada609d5d [2020-09-08T04:49:22.079Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-09-08T04:49:23.520Z] ---> 7ce010c8e2ad [2020-09-08T04:49:23.520Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-09-08T04:49:24.112Z] ---> 34b4ec64c81a [2020-09-08T04:49:24.112Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-09-08T04:49:25.085Z] ---> 6f986133b3a0 [2020-09-08T04:49:25.085Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-09-08T04:49:25.085Z] ---> Running in f1c4a98cad03 [2020-09-08T04:49:25.358Z] Removing intermediate container f1c4a98cad03 [2020-09-08T04:49:25.358Z] ---> 05c94a79592d [2020-09-08T04:49:25.358Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-09-08T04:49:25.630Z] ---> Running in 89928dc06a4d [2020-09-08T04:49:26.223Z] Removing intermediate container 89928dc06a4d [2020-09-08T04:49:26.223Z] ---> 32809c3fbde3 [2020-09-08T04:49:26.223Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-08T04:49:26.223Z] ---> Running in 28676ec56257 [2020-09-08T04:49:26.495Z] Removing intermediate container 28676ec56257 [2020-09-08T04:49:26.495Z] ---> 4f0ca87351d9 [2020-09-08T04:49:26.495Z] Step 20/22 : LABEL arch=arm64 [2020-09-08T04:49:26.769Z] ---> Running in 12127c2cd5f7 [2020-09-08T04:49:27.360Z] Removing intermediate container 12127c2cd5f7 [2020-09-08T04:49:27.360Z] ---> 35df700fa855 [2020-09-08T04:49:27.360Z] Step 21/22 : LABEL git_sha=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:49:27.360Z] ---> Running in 5e6b37140c77 [2020-09-08T04:49:27.959Z] Removing intermediate container 5e6b37140c77 [2020-09-08T04:49:27.959Z] ---> 257518d66835 [2020-09-08T04:49:27.959Z] Step 22/22 : LABEL version=1.2.3-dev.2 [2020-09-08T04:49:27.959Z] ---> Running in 910af943273a [2020-09-08T04:49:28.560Z] Removing intermediate container 910af943273a [2020-09-08T04:49:28.560Z] ---> 983db2fc5e01 [2020-09-08T04:49:28.560Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-08T04:49:28.560Z] Successfully built 983db2fc5e01 [2020-09-08T04:49:28.560Z] 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-08T04:49:28.948Z] provisioning config files... [2020-09-08T04:49:28.990Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/16@tmp/config7149586809645583817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:49:29.402Z] ---> docker-login.sh [2020-09-08T04:49:29.402Z] nexus3.edgexfoundry.org:10001 [2020-09-08T04:49:29.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:49:29.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:49:29.946Z] Configure a credential helper to remove this warning. See [2020-09-08T04:49:29.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:49:29.946Z] [2020-09-08T04:49:29.946Z] Login Succeeded [2020-09-08T04:49:29.946Z] nexus3.edgexfoundry.org:10002 [2020-09-08T04:49:30.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:49:30.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:49:30.491Z] Configure a credential helper to remove this warning. See [2020-09-08T04:49:30.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:49:30.491Z] [2020-09-08T04:49:30.491Z] Login Succeeded [2020-09-08T04:49:30.491Z] nexus3.edgexfoundry.org:10003 [2020-09-08T04:49:30.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:49:31.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:49:31.035Z] Configure a credential helper to remove this warning. See [2020-09-08T04:49:31.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:49:31.035Z] [2020-09-08T04:49:31.035Z] Login Succeeded [2020-09-08T04:49:31.035Z] nexus3.edgexfoundry.org:10004 [2020-09-08T04:49:31.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:49:31.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:49:31.579Z] Configure a credential helper to remove this warning. See [2020-09-08T04:49:31.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:49:31.579Z] [2020-09-08T04:49:31.579Z] Login Succeeded [2020-09-08T04:49:31.579Z] docker.io [2020-09-08T04:49:31.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-08T04:49:32.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-08T04:49:32.122Z] Configure a credential helper to remove this warning. See [2020-09-08T04:49:32.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-08T04:49:32.122Z] [2020-09-08T04:49:32.122Z] Login Succeeded [2020-09-08T04:49:32.394Z] ---> docker-login.sh ends [Pipeline] } [2020-09-08T04:49:32.410Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T04:49:32.589Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-09-08T04:49:32.589Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:49:32.589Z] latest [2020-09-08T04:49:32.589Z] 1.2.3-dev.2 [2020-09-08T04:49:32.589Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [2020-09-08T04:49:32.589Z] master [2020-09-08T04:49:32.589Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:33.079Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:33.434Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:49:33.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-08T04:49:33.434Z] 42260f162807: Preparing [2020-09-08T04:49:33.434Z] a0fef1daa751: Preparing [2020-09-08T04:49:33.434Z] c5469c31ecf8: Preparing [2020-09-08T04:49:33.434Z] e2f13739ad41: Preparing [2020-09-08T04:49:33.706Z] e2f13739ad41: Layer already exists [2020-09-08T04:49:33.706Z] a0fef1daa751: Pushed [2020-09-08T04:49:33.706Z] 42260f162807: Pushed [2020-09-08T04:49:37.090Z] c5469c31ecf8: Pushed [2020-09-08T04:49:37.365Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:37.722Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:38.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-09-08T04:49:38.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-08T04:49:38.067Z] 42260f162807: Preparing [2020-09-08T04:49:38.067Z] a0fef1daa751: Preparing [2020-09-08T04:49:38.067Z] c5469c31ecf8: Preparing [2020-09-08T04:49:38.067Z] e2f13739ad41: Preparing [2020-09-08T04:49:38.339Z] c5469c31ecf8: Layer already exists [2020-09-08T04:49:38.340Z] a0fef1daa751: Layer already exists [2020-09-08T04:49:38.340Z] 42260f162807: Layer already exists [2020-09-08T04:49:38.340Z] e2f13739ad41: Layer already exists [2020-09-08T04:49:38.340Z] latest: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:38.680Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:39.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.2 [2020-09-08T04:49:39.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-08T04:49:39.025Z] 42260f162807: Preparing [2020-09-08T04:49:39.025Z] a0fef1daa751: Preparing [2020-09-08T04:49:39.025Z] c5469c31ecf8: Preparing [2020-09-08T04:49:39.025Z] e2f13739ad41: Preparing [2020-09-08T04:49:39.025Z] e2f13739ad41: Layer already exists [2020-09-08T04:49:39.025Z] c5469c31ecf8: Layer already exists [2020-09-08T04:49:39.025Z] 42260f162807: Layer already exists [2020-09-08T04:49:39.025Z] a0fef1daa751: Layer already exists [2020-09-08T04:49:39.297Z] 1.2.3-dev.2: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:39.635Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:39.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [2020-09-08T04:49:39.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-08T04:49:39.972Z] 42260f162807: Preparing [2020-09-08T04:49:39.972Z] a0fef1daa751: Preparing [2020-09-08T04:49:39.972Z] c5469c31ecf8: Preparing [2020-09-08T04:49:39.972Z] e2f13739ad41: Preparing [2020-09-08T04:49:39.972Z] 42260f162807: Layer already exists [2020-09-08T04:49:39.972Z] c5469c31ecf8: Layer already exists [2020-09-08T04:49:39.972Z] a0fef1daa751: Layer already exists [2020-09-08T04:49:39.972Z] e2f13739ad41: Layer already exists [2020-09-08T04:49:40.248Z] fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:40.590Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:40.929Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-09-08T04:49:40.929Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-09-08T04:49:40.929Z] 42260f162807: Preparing [2020-09-08T04:49:40.929Z] a0fef1daa751: Preparing [2020-09-08T04:49:40.929Z] c5469c31ecf8: Preparing [2020-09-08T04:49:40.929Z] e2f13739ad41: Preparing [2020-09-08T04:49:41.201Z] e2f13739ad41: Layer already exists [2020-09-08T04:49:41.201Z] c5469c31ecf8: Layer already exists [2020-09-08T04:49:41.201Z] 42260f162807: Layer already exists [2020-09-08T04:49:41.201Z] a0fef1daa751: Layer already exists [2020-09-08T04:49:41.201Z] master: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-08T04:49:41.402Z] ===================================================== [Pipeline] echo [2020-09-08T04:49:41.447Z] taggedImages: [2020-09-08T04:49:41.448Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:49:41.448Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-09-08T04:49:41.448Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.2 [2020-09-08T04:49:41.448Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [2020-09-08T04:49:41.448Z] - 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-08T04:49:43.541Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-08T04:49:43.543Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-08T04:49:43.589Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:43.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-08T04:49:43.936Z] [2020-09-08T04:49:43.936Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:49:44.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-08T04:49:44.277Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-08T04:49:44.277Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-08T04:49:44.277Z] 408f87550127: Pulling fs layer [2020-09-08T04:49:44.277Z] fe522b08c979: Pulling fs layer [2020-09-08T04:49:44.277Z] 221eaa008020: Pulling fs layer [2020-09-08T04:49:44.277Z] 2a4607e5d6b9: Pulling fs layer [2020-09-08T04:49:44.277Z] 8f79b27c4fd2: Pulling fs layer [2020-09-08T04:49:44.277Z] e5c8dbe1645b: Pulling fs layer [2020-09-08T04:49:44.277Z] 23e8b3b47431: Pulling fs layer [2020-09-08T04:49:44.277Z] 5c568d65a230: Pulling fs layer [2020-09-08T04:49:44.277Z] 221eaa008020: Waiting [2020-09-08T04:49:44.277Z] 2a4607e5d6b9: Waiting [2020-09-08T04:49:44.277Z] 8f79b27c4fd2: Waiting [2020-09-08T04:49:44.277Z] e5c8dbe1645b: Waiting [2020-09-08T04:49:44.277Z] 23e8b3b47431: Waiting [2020-09-08T04:49:44.277Z] 5c568d65a230: Waiting [2020-09-08T04:49:44.277Z] fe522b08c979: Verifying Checksum [2020-09-08T04:49:44.277Z] fe522b08c979: Download complete [2020-09-08T04:49:44.277Z] 408f87550127: Download complete [2020-09-08T04:49:44.277Z] 2a4607e5d6b9: Verifying Checksum [2020-09-08T04:49:44.278Z] 2a4607e5d6b9: Download complete [2020-09-08T04:49:44.278Z] 8f79b27c4fd2: Verifying Checksum [2020-09-08T04:49:44.278Z] 8f79b27c4fd2: Download complete [2020-09-08T04:49:44.278Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-08T04:49:44.852Z] cbdbe7a5bc2a: Pull complete [2020-09-08T04:49:44.852Z] 408f87550127: Pull complete [2020-09-08T04:49:45.113Z] fe522b08c979: Pull complete [2020-09-08T04:49:45.113Z] e5c8dbe1645b: Download complete [2020-09-08T04:49:46.060Z] 23e8b3b47431: Verifying Checksum [2020-09-08T04:49:46.060Z] 23e8b3b47431: Download complete [2020-09-08T04:49:46.060Z] 5c568d65a230: Verifying Checksum [2020-09-08T04:49:46.060Z] 5c568d65a230: Download complete [2020-09-08T04:49:47.008Z] 221eaa008020: Verifying Checksum [2020-09-08T04:49:47.008Z] 221eaa008020: Download complete [2020-09-08T04:49:52.332Z] 221eaa008020: Pull complete [2020-09-08T04:49:52.332Z] 2a4607e5d6b9: Pull complete [2020-09-08T04:49:52.332Z] 8f79b27c4fd2: Pull complete [2020-09-08T04:49:54.386Z] e5c8dbe1645b: Pull complete [2020-09-08T04:49:58.610Z] 23e8b3b47431: Pull complete [2020-09-08T04:49:59.191Z] 5c568d65a230: Pull complete [2020-09-08T04:49:59.191Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-08T04:49:59.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-08T04:49:59.191Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-08T04:49:59.357Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:49:59.401Z] $ 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-08T04:50:00.251Z] $ docker top 7b9e306d45cb27b79e9ec9efb78f873e9e375f02f889cc20226887183c3ce1a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:50:00.806Z] + snyk monitor '--org=edgex-jenkins' [2020-09-08T04:50:18.930Z] [2020-09-08T04:50:18.930Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-09-08T04:50:18.930Z] [2020-09-08T04:50:18.930Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/ca9e5d08-5991-46e6-874b-3674316ce656 [2020-09-08T04:50:18.930Z] [2020-09-08T04:50:18.930Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-08T04:50:18.930Z] [2020-09-08T04:50:18.930Z] [2020-09-08T04:50:18.930Z] Snyk CLI supports Node.js 8 and higher. [2020-09-08T04:50:18.930Z] 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-08T04:50:18.930Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-08T04:50:18.930Z] [2020-09-08T04:50:18.930Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-08T04:50:18.930Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-08T04:50:18.947Z] $ docker stop --time=1 7b9e306d45cb27b79e9ec9efb78f873e9e375f02f889cc20226887183c3ce1a6 [2020-09-08T04:50:21.155Z] $ docker rm -f 7b9e306d45cb27b79e9ec9efb78f873e9e375f02f889cc20226887183c3ce1a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:22.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T04:50:22.434Z] [2020-09-08T04:50:22.434Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:22.780Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T04:50:22.780Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-08T04:50:22.780Z] e7c96db7181b: Pulling fs layer [2020-09-08T04:50:22.780Z] 1868ca2cb446: Pulling fs layer [2020-09-08T04:50:22.780Z] 136be5d0fe8e: Pulling fs layer [2020-09-08T04:50:22.780Z] 894bfe63afcb: Pulling fs layer [2020-09-08T04:50:22.780Z] 1868ca2cb446: Verifying Checksum [2020-09-08T04:50:22.780Z] 1868ca2cb446: Download complete [2020-09-08T04:50:22.780Z] 136be5d0fe8e: Verifying Checksum [2020-09-08T04:50:22.780Z] 136be5d0fe8e: Download complete [2020-09-08T04:50:22.780Z] e7c96db7181b: Download complete [2020-09-08T04:50:23.042Z] 894bfe63afcb: Verifying Checksum [2020-09-08T04:50:23.042Z] 894bfe63afcb: Download complete [2020-09-08T04:50:23.303Z] e7c96db7181b: Pull complete [2020-09-08T04:50:23.303Z] 1868ca2cb446: Pull complete [2020-09-08T04:50:23.564Z] 136be5d0fe8e: Pull complete [2020-09-08T04:50:23.825Z] 894bfe63afcb: Pull complete [2020-09-08T04:50:23.825Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-08T04:50:23.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T04:50:23.825Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-08T04:50:23.920Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:50:23.963Z] $ 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-08T04:50:25.000Z] $ docker top 51fc53f755a91650401201aeb4e2ab8fac2d0006448c0e8c6ce9c4c48d34d582 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:50:25.595Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:50:25.595Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T04:50:29.952Z] $ docker stop --time=1 51fc53f755a91650401201aeb4e2ab8fac2d0006448c0e8c6ce9c4c48d34d582 [2020-09-08T04:50:31.298Z] $ docker rm -f 51fc53f755a91650401201aeb4e2ab8fac2d0006448c0e8c6ce9c4c48d34d582 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:31.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T04:50:31.754Z] . [Pipeline] withDockerContainer [2020-09-08T04:50:31.842Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:50:31.883Z] $ 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-08T04:50:32.542Z] $ docker top b31cb7e5a3e6808f34f6bc4067713c5ed48158030e723702a3c58223a26526bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:50:33.098Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:50:33.098Z] + tee [2020-09-08T04:50:33.098Z] clair timeout 1m0s [2020-09-08T04:50:33.098Z] docker timeout: 1m0s [2020-09-08T04:50:33.098Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T04:50:33.773Z] $ docker stop --time=1 b31cb7e5a3e6808f34f6bc4067713c5ed48158030e723702a3c58223a26526bc [2020-09-08T04:50:35.174Z] $ docker rm -f b31cb7e5a3e6808f34f6bc4067713c5ed48158030e723702a3c58223a26526bc [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-08T04:50:35.645Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-09-08T04:50:35.657Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_fe2df51579bf0cce1b2e428c0c04fcb23a980c4d.html [Pipeline] writeFile [Pipeline] step [2020-09-08T04:50:35.708Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:36.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T04:50:36.051Z] . [Pipeline] withDockerContainer [2020-09-08T04:50:36.149Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:50:36.199Z] $ 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-08T04:50:36.787Z] $ docker top 564eea7ea43b6b8e32101942cb87d19e4f3fdb13d96e076adc74cb8b31d2013f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:50:37.292Z] + tee [2020-09-08T04:50:37.292Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T04:50:40.744Z] $ docker stop --time=1 564eea7ea43b6b8e32101942cb87d19e4f3fdb13d96e076adc74cb8b31d2013f [2020-09-08T04:50:42.099Z] $ docker rm -f 564eea7ea43b6b8e32101942cb87d19e4f3fdb13d96e076adc74cb8b31d2013f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:42.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-08T04:50:42.555Z] . [Pipeline] withDockerContainer [2020-09-08T04:50:42.645Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:50:42.690Z] $ 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-08T04:50:43.324Z] $ docker top 9f0ffd26f9b411c9050a6d6d9ea58df4f4ab5204fdff6b9f436c4e3be25b0790 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-08T04:50:43.891Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [2020-09-08T04:50:43.892Z] + tee [2020-09-08T04:50:43.892Z] clair timeout 1m0s [2020-09-08T04:50:43.892Z] docker timeout: 1m0s [2020-09-08T04:50:43.892Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-08T04:50:44.562Z] $ docker stop --time=1 9f0ffd26f9b411c9050a6d6d9ea58df4f4ab5204fdff6b9f436c4e3be25b0790 [2020-09-08T04:50:45.949Z] $ docker rm -f 9f0ffd26f9b411c9050a6d6d9ea58df4f4ab5204fdff6b9f436c4e3be25b0790 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-08T04:50:46.433Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-09-08T04:50:46.446Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_fe2df51579bf0cce1b2e428c0c04fcb23a980c4d.html [Pipeline] writeFile [Pipeline] step [2020-09-08T04:50:46.579Z] 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-08T04:50:47.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:50:47.528Z] . [Pipeline] withDockerContainer [2020-09-08T04:50:47.622Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:50:47.667Z] $ 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-08T04:50:48.377Z] $ docker top f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T04:50:48.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:50:48.630Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:50:48.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:50:48.845Z] $ docker exec f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 ssh-agent [2020-09-08T04:50:49.009Z] SSH_AUTH_SOCK=/tmp/ssh-QacLwLIg7rWB/agent.12 [2020-09-08T04:50:49.009Z] SSH_AGENT_PID=17 [2020-09-08T04:50:49.016Z] Running ssh-add (command line suppressed) [2020-09-08T04:50:49.149Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7356069415342777190.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7356069415342777190.key) [2020-09-08T04:50:49.197Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:50:49.527Z] + git semver tag [2020-09-08T04:50:49.528Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T04:50:49.528Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-08T04:50:49.528Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-08T04:50:49.528Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T04:50:49.528Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T04:50:49.528Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T04:50:49.528Z] # $SEMVER_BRANCH = master [2020-09-08T04:50:49.528Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-09-08T04:50:49.528Z] # fe2df51579bf0cce1b2e428c0c04fcb23a980c4d HEAD [2020-09-08T04:50:49.528Z] # -> Force: false [2020-09-08T04:50:49.528Z] # ba541c7cd7292fdea5ad8ac880819aa3442af299 refs/tags/v1.2.3-dev.2 [Pipeline] } [2020-09-08T04:50:49.539Z] $ docker exec --env ******** --env ******** f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 ssh-agent -k [2020-09-08T04:50:49.652Z] unset SSH_AUTH_SOCK; [2020-09-08T04:50:49.652Z] unset SSH_AGENT_PID; [2020-09-08T04:50:49.652Z] echo Agent pid 17 killed; [2020-09-08T04:50:49.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T04:50:50.155Z] + git semver [Pipeline] } [2020-09-08T04:50:50.172Z] $ docker stop --time=1 f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 [2020-09-08T04:50:51.515Z] $ docker rm -f f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:52.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-08T04:50:52.080Z] [2020-09-08T04:50:52.080Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:50:52.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-08T04:50:52.420Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-08T04:50:52.420Z] ab5ef0e58194: Pulling fs layer [2020-09-08T04:50:52.420Z] 9712f1f96733: Pulling fs layer [2020-09-08T04:50:52.420Z] 63f879dbbcfc: Pulling fs layer [2020-09-08T04:50:52.420Z] 0d9ebad4ef96: Pulling fs layer [2020-09-08T04:50:52.420Z] e9a5061849ea: Pulling fs layer [2020-09-08T04:50:52.420Z] d747dcd14b5f: Pulling fs layer [2020-09-08T04:50:52.420Z] 2de7ff778b66: Pulling fs layer [2020-09-08T04:50:52.420Z] e9a5061849ea: Waiting [2020-09-08T04:50:52.420Z] d747dcd14b5f: Waiting [2020-09-08T04:50:52.420Z] 2de7ff778b66: Waiting [2020-09-08T04:50:52.420Z] 0d9ebad4ef96: Waiting [2020-09-08T04:50:52.420Z] 9712f1f96733: Verifying Checksum [2020-09-08T04:50:52.420Z] 9712f1f96733: Download complete [2020-09-08T04:50:53.809Z] 63f879dbbcfc: Verifying Checksum [2020-09-08T04:50:53.809Z] 63f879dbbcfc: Download complete [2020-09-08T04:50:53.809Z] e9a5061849ea: Verifying Checksum [2020-09-08T04:50:53.809Z] e9a5061849ea: Download complete [2020-09-08T04:50:53.809Z] d747dcd14b5f: Verifying Checksum [2020-09-08T04:50:53.809Z] d747dcd14b5f: Download complete [2020-09-08T04:50:54.070Z] 2de7ff778b66: Verifying Checksum [2020-09-08T04:50:54.070Z] 2de7ff778b66: Download complete [2020-09-08T04:50:54.331Z] 0d9ebad4ef96: Verifying Checksum [2020-09-08T04:50:54.331Z] 0d9ebad4ef96: Download complete [2020-09-08T04:50:54.901Z] ab5ef0e58194: Verifying Checksum [2020-09-08T04:50:54.901Z] ab5ef0e58194: Download complete [2020-09-08T04:51:00.217Z] ab5ef0e58194: Pull complete [2020-09-08T04:51:00.217Z] 9712f1f96733: Pull complete [2020-09-08T04:51:01.606Z] 63f879dbbcfc: Pull complete [2020-09-08T04:51:09.760Z] 0d9ebad4ef96: Pull complete [2020-09-08T04:51:09.760Z] e9a5061849ea: Pull complete [2020-09-08T04:51:09.760Z] d747dcd14b5f: Pull complete [2020-09-08T04:51:13.971Z] 2de7ff778b66: Pull complete [2020-09-08T04:51:13.971Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-08T04:51:13.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-08T04:51:13.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-08T04:51:14.166Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:51:14.213Z] $ 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-08T04:51:17.703Z] $ docker top f1f22638ca6ffa9fb07771a276510dece28cc4f5fe634fbb0000237bd363e83c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:51:17.944Z] provisioning config files... [2020-09-08T04:51:17.964Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6102123992137672165tmp [2020-09-08T04:51:17.983Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6969202277706245752tmp [2020-09-08T04:51:17.998Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1203047992490716778tmp [Pipeline] { [Pipeline] echo [2020-09-08T04:51:18.049Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:51:18.343Z] ---> sigul-configuration.sh [2020-09-08T04:51:18.343Z] gpg: directory `/root/.gnupg' created [2020-09-08T04:51:18.343Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-08T04:51:18.343Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-08T04:51:18.343Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-08T04:51:18.343Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-08T04:51:18.343Z] gpg: CAST5 encrypted data [2020-09-08T04:51:18.605Z] gpg: encrypted with 1 passphrase [2020-09-08T04:51:18.605Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-08T04:51:18.902Z] + mkdir /home/jenkins [2020-09-08T04:51:18.902Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-08T04:51:19.199Z] + 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-08T04:51:19.209Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:51:19.504Z] ---> sigul-install.sh [2020-09-08T04:51:24.882Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-08T04:51:25.182Z] + git tag --list [2020-09-08T04:51:25.182Z] v1.2.3-dev.2 [Pipeline] sh [2020-09-08T04:51:25.487Z] + lftools sign git-tag v1.2.3-dev.2 [2020-09-08T04:51:26.873Z] Signing Git tag with Sigul... [2020-09-08T04:51:26.873Z] Signing v1.2.3-dev.2 [Pipeline] echo [2020-09-08T04:51:27.829Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:51:28.122Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-08T04:51:28.132Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-08T04:51:28.240Z] $ docker stop --time=1 f1f22638ca6ffa9fb07771a276510dece28cc4f5fe634fbb0000237bd363e83c [2020-09-08T04:51:30.253Z] $ docker rm -f f1f22638ca6ffa9fb07771a276510dece28cc4f5fe634fbb0000237bd363e83c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:51:31.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:51:31.101Z] . [Pipeline] withDockerContainer [2020-09-08T04:51:31.207Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:51:31.258Z] $ 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-08T04:51:31.976Z] $ docker top ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T04:51:32.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:51:32.307Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:51:32.539Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:51:32.544Z] $ docker exec ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 ssh-agent [2020-09-08T04:51:32.727Z] SSH_AUTH_SOCK=/tmp/ssh-cCNkEwEPeJpz/agent.12 [2020-09-08T04:51:32.727Z] SSH_AGENT_PID=17 [2020-09-08T04:51:32.735Z] Running ssh-add (command line suppressed) [2020-09-08T04:51:32.877Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1134685289608193169.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1134685289608193169.key) [2020-09-08T04:51:32.936Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:51:33.277Z] + git semver bump pre [2020-09-08T04:51:33.277Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T04:51:33.277Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-08T04:51:33.277Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-08T04:51:33.277Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T04:51:33.277Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T04:51:33.277Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T04:51:33.277Z] # $SEMVER_BRANCH = master [2020-09-08T04:51:33.277Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-09-08T04:51:33.277Z] 1.2.3-dev.3 [Pipeline] } [2020-09-08T04:51:33.292Z] $ docker exec --env ******** --env ******** ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 ssh-agent -k [2020-09-08T04:51:33.438Z] unset SSH_AUTH_SOCK; [2020-09-08T04:51:33.438Z] unset SSH_AGENT_PID; [2020-09-08T04:51:33.438Z] echo Agent pid 17 killed; [2020-09-08T04:51:33.490Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T04:51:33.990Z] + git semver [Pipeline] } [2020-09-08T04:51:34.009Z] $ docker stop --time=1 ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 [2020-09-08T04:51:35.393Z] $ docker rm -f ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:51:35.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-08T04:51:35.906Z] . [Pipeline] withDockerContainer [2020-09-08T04:51:35.999Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:51:36.071Z] $ 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-08T04:51:36.719Z] $ docker top 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-08T04:51:37.011Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-08T04:51:37.011Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-08T04:51:37.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-08T04:51:37.224Z] $ docker exec 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd ssh-agent [2020-09-08T04:51:37.447Z] SSH_AUTH_SOCK=/tmp/ssh-gIQImA7ifYRa/agent.11 [2020-09-08T04:51:37.447Z] SSH_AGENT_PID=16 [2020-09-08T04:51:37.459Z] Running ssh-add (command line suppressed) [2020-09-08T04:51:37.613Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7788559437251238759.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7788559437251238759.key) [2020-09-08T04:51:37.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-08T04:51:38.017Z] + git semver push [2020-09-08T04:51:38.017Z] # -> Open(): unable to determine branch for HEAD [2020-09-08T04:51:38.017Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-09-08T04:51:38.017Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-09-08T04:51:38.017Z] # $SEMVER_REMOTE_NAME = origin [2020-09-08T04:51:38.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-08T04:51:38.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-08T04:51:38.017Z] # $SEMVER_BRANCH = master [2020-09-08T04:51:38.017Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-09-08T04:51:44.641Z] $ docker exec --env ******** --env ******** 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd ssh-agent -k [2020-09-08T04:51:44.786Z] unset SSH_AUTH_SOCK; [2020-09-08T04:51:44.787Z] unset SSH_AGENT_PID; [2020-09-08T04:51:44.787Z] echo Agent pid 16 killed; [2020-09-08T04:51:44.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-08T04:51:45.418Z] + git semver [Pipeline] } [2020-09-08T04:51:45.493Z] $ docker stop --time=1 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd [2020-09-08T04:51:46.862Z] $ docker rm -f 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd [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-08T04:51:48.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:51:48.641Z] ---> package-listing.sh [2020-09-08T04:51:48.641Z] ++ facter osfamily [2020-09-08T04:51:48.641Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-08T04:51:48.641Z] + OS_FAMILY=redhat [2020-09-08T04:51:48.641Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-09-08T04:51:48.642Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-08T04:51:48.642Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-08T04:51:48.642Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-08T04:51:48.642Z] + PACKAGES=/tmp/packages_start.txt [2020-09-08T04:51:48.642Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-09-08T04:51:48.642Z] + PACKAGES=/tmp/packages_end.txt [2020-09-08T04:51:48.642Z] + case "${OS_FAMILY}" in [2020-09-08T04:51:48.642Z] + rpm -qa [2020-09-08T04:51:48.642Z] + sort [2020-09-08T04:51:52.864Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-08T04:51:52.864Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-08T04:51:52.864Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-08T04:51:52.864Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-09-08T04:51:52.864Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-09-08T04:51:52.864Z] + 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-08T04:51:53.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:51:53.302Z] [2020-09-08T04:51:53.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-08T04:51:53.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:51:53.645Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-08T04:51:53.645Z] df20fa9351a1: Pulling fs layer [2020-09-08T04:51:53.645Z] 36b3adc4ff6f: Pulling fs layer [2020-09-08T04:51:53.645Z] 8ad3a11d3b57: Pulling fs layer [2020-09-08T04:51:53.645Z] 46f8f816bc3b: Pulling fs layer [2020-09-08T04:51:53.645Z] 0dadc02b9964: Pulling fs layer [2020-09-08T04:51:53.645Z] ce6a7cf60c04: Pulling fs layer [2020-09-08T04:51:53.645Z] 7a184a31f384: Pulling fs layer [2020-09-08T04:51:53.645Z] 0879bd2ef858: Pulling fs layer [2020-09-08T04:51:53.645Z] 46f8f816bc3b: Waiting [2020-09-08T04:51:53.645Z] 0dadc02b9964: Waiting [2020-09-08T04:51:53.645Z] ce6a7cf60c04: Waiting [2020-09-08T04:51:53.645Z] 0879bd2ef858: Waiting [2020-09-08T04:51:53.645Z] 7a184a31f384: Waiting [2020-09-08T04:51:53.645Z] 36b3adc4ff6f: Download complete [2020-09-08T04:51:53.645Z] 46f8f816bc3b: Download complete [2020-09-08T04:51:53.645Z] df20fa9351a1: Verifying Checksum [2020-09-08T04:51:53.645Z] df20fa9351a1: Download complete [2020-09-08T04:51:53.645Z] ce6a7cf60c04: Verifying Checksum [2020-09-08T04:51:53.645Z] ce6a7cf60c04: Download complete [2020-09-08T04:51:53.645Z] 7a184a31f384: Verifying Checksum [2020-09-08T04:51:53.645Z] 7a184a31f384: Download complete [2020-09-08T04:51:53.645Z] 0dadc02b9964: Verifying Checksum [2020-09-08T04:51:53.645Z] 0dadc02b9964: Download complete [2020-09-08T04:51:53.916Z] 8ad3a11d3b57: Verifying Checksum [2020-09-08T04:51:53.916Z] 8ad3a11d3b57: Download complete [2020-09-08T04:51:53.916Z] df20fa9351a1: Pull complete [2020-09-08T04:51:54.190Z] 36b3adc4ff6f: Pull complete [2020-09-08T04:51:54.190Z] 0879bd2ef858: Verifying Checksum [2020-09-08T04:51:54.190Z] 0879bd2ef858: Download complete [2020-09-08T04:51:54.766Z] 8ad3a11d3b57: Pull complete [2020-09-08T04:51:55.031Z] 46f8f816bc3b: Pull complete [2020-09-08T04:51:55.292Z] 0dadc02b9964: Pull complete [2020-09-08T04:51:55.292Z] ce6a7cf60c04: Pull complete [2020-09-08T04:51:55.554Z] 7a184a31f384: Pull complete [2020-09-08T04:51:58.127Z] 0879bd2ef858: Pull complete [2020-09-08T04:51:58.127Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-08T04:51:58.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-08T04:51:58.127Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-08T04:51:58.239Z] prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container [2020-09-08T04:51:58.286Z] $ 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-08T04:52:00.909Z] $ docker top 7891c1086fe75e10d929478fd5adb6ca512ecc31ca78c99062c6d1b0b5ab04c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-08T04:52:01.403Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-08T04:52:01.697Z] + ls /var/log/sa-host [2020-09-08T04:52:01.698Z] + sadf -c /var/log/sa-host/sa05 [2020-09-08T04:52:01.698Z] file_magic: OK [2020-09-08T04:52:01.698Z] HZ: Using current value: 100 [2020-09-08T04:52:01.698Z] file_header: OK [2020-09-08T04:52:01.698Z] 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-08T04:52:01.698Z] Statistics: [2020-09-08T04:52:01.698Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T04:52:01.698Z] File successfully converted to sysstat format version 12.2.1 [2020-09-08T04:52:01.698Z] + sadf -c /var/log/sa-host/sa08 [2020-09-08T04:52:01.698Z] file_magic: OK [2020-09-08T04:52:01.698Z] HZ: Using current value: 100 [2020-09-08T04:52:01.698Z] file_header: OK [2020-09-08T04:52:01.698Z] 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-08T04:52:01.698Z] Statistics: [2020-09-08T04:52:01.698Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-08T04:52:01.698Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-08T04:52:01.753Z] provisioning config files... [2020-09-08T04:52:01.773Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4386973133209707169tmp [Pipeline] { [Pipeline] echo [2020-09-08T04:52:01.857Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:52:02.154Z] ---> create-netrc.sh [Pipeline] echo [2020-09-08T04:52:02.164Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-08T04:52:02.457Z] ---> logs-deploy.sh [2020-09-08T04:52:02.457Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/16 [2020-09-08T04:52:02.457Z] INFO: archiving workspace using pattern(s): [2020-09-08T04:52:03.842Z] Archives upload complete. [2020-09-08T04:52:03.843Z] INFO: archiving logs to Nexus