Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-mqtt-go-settings PROJECT: device-mqtt-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5873 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 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 --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 Commit message: "Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0" > git rev-list --no-walk f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T09:47:51.614Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T09:47:51.992Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T09:47:52.097Z] ========================================================= [2020-10-16T09:47:52.097Z] EdgeX Global Pipelines Version Info [2020-10-16T09:47:52.097Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:47:53.565Z] ------------------- [2020-10-16T09:47:53.565Z] stable info: [2020-10-16T09:47:53.565Z] ------------------- [2020-10-16T09:47:53.565Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:47:53.565Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:47:53.565Z] Message: update stable to v1.0.144 [2020-10-16T09:47:54.508Z] ------------------- [2020-10-16T09:47:54.508Z] experimental info: [2020-10-16T09:47:54.508Z] ------------------- [2020-10-16T09:47:54.508Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:47:54.508Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:47:54.508Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T09:47:54.828Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo [2020-10-16T09:47:54.910Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo [2020-10-16T09:47:54.992Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T09:47:55.074Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T09:47:55.172Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T09:47:55.263Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T09:47:55.373Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T09:47:55.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T09:47:55.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-16T09:47:55.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T09:47:55.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T09:47:55.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo [2020-10-16T09:47:55.878Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T09:47:55.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T09:47:56.054Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:47:56.200Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:47:56.342Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:47:56.473Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:47:56.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T09:47:56.655Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T09:47:56.743Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-16T09:47:56.825Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-16T09:47:56.909Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T09:47:57.028Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T09:47:57.114Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T09:47:57.193Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T09:47:57.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T09:47:57.364Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T09:47:57.448Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] echo [2020-10-16T09:47:57.534Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12b1a35 [Pipeline] echo [2020-10-16T09:47:57.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:47:58.206Z] + git log --format=format:%s -1 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] echo [2020-10-16T09:47:58.266Z] GIT_COMMIT: 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b, Commit Message: Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0 [Pipeline] echo [2020-10-16T09:47:58.310Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:47:59.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:47:59.348Z] [2020-10-16T09:47:59.348Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:47:59.691Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:47:59.691Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T09:47:59.691Z] 31603596830f: Pulling fs layer [2020-10-16T09:47:59.691Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T09:47:59.691Z] 6ca5941a6612: Pulling fs layer [2020-10-16T09:47:59.691Z] ecc8261a40a4: Pulling fs layer [2020-10-16T09:47:59.691Z] ecc8261a40a4: Waiting [2020-10-16T09:47:59.691Z] 2a8b12db71e7: Download complete [2020-10-16T09:47:59.957Z] 31603596830f: Verifying Checksum [2020-10-16T09:47:59.957Z] 31603596830f: Download complete [2020-10-16T09:47:59.957Z] ecc8261a40a4: Verifying Checksum [2020-10-16T09:47:59.957Z] ecc8261a40a4: Download complete [2020-10-16T09:47:59.957Z] 6ca5941a6612: Verifying Checksum [2020-10-16T09:47:59.957Z] 6ca5941a6612: Download complete [2020-10-16T09:48:00.221Z] 31603596830f: Pull complete [2020-10-16T09:48:00.221Z] 2a8b12db71e7: Pull complete [2020-10-16T09:48:01.171Z] 6ca5941a6612: Pull complete [2020-10-16T09:48:01.442Z] ecc8261a40a4: Pull complete [2020-10-16T09:48:01.442Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T09:48:01.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:48:01.442Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T09:48:01.553Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:48:01.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:48:03.550Z] $ docker top 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:48:03.894Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:48:03.894Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:48:04.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:48:04.093Z] $ docker exec 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent [2020-10-16T09:48:04.250Z] SSH_AUTH_SOCK=/tmp/ssh-wsP8fuTlyvGo/agent.12 [2020-10-16T09:48:04.250Z] SSH_AGENT_PID=18 [2020-10-16T09:48:04.260Z] Running ssh-add (command line suppressed) [2020-10-16T09:48:04.382Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7692458574914783167.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7692458574914783167.key) [2020-10-16T09:48:04.434Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:48:04.763Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T09:48:04.785Z] $ docker exec --env ******** --env ******** 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent -k [2020-10-16T09:48:04.896Z] unset SSH_AUTH_SOCK; [2020-10-16T09:48:04.897Z] unset SSH_AGENT_PID; [2020-10-16T09:48:04.897Z] echo Agent pid 18 killed; [2020-10-16T09:48:04.942Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T09:48:05.084Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:48:05.084Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:48:05.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:48:05.258Z] $ docker exec 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent [2020-10-16T09:48:05.427Z] SSH_AUTH_SOCK=/tmp/ssh-8G5G0Tvzzy6V/agent.48 [2020-10-16T09:48:05.427Z] SSH_AGENT_PID=53 [2020-10-16T09:48:05.434Z] Running ssh-add (command line suppressed) [2020-10-16T09:48:05.555Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_604799275425890381.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_604799275425890381.key) [2020-10-16T09:48:05.605Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:48:05.943Z] + git semver init [2020-10-16T09:48:05.943Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:48:05.943Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-10-16T09:48:05.943Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-10-16T09:48:05.943Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:48:05.943Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:48:05.943Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:48:05.943Z] # $SEMVER_BRANCH = master [2020-10-16T09:48:05.943Z] # $SEMVER_TEMP = /tmp/semver-828653959 [2020-10-16T09:48:05.943Z] # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP [2020-10-16T09:48:06.205Z] # '/tmp/semver-828653959' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' [2020-10-16T09:48:06.205Z] # -> Force: false [2020-10-16T09:48:06.205Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-10-16T09:48:06.218Z] $ docker exec --env ******** --env ******** 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent -k [2020-10-16T09:48:06.330Z] unset SSH_AUTH_SOCK; [2020-10-16T09:48:06.330Z] unset SSH_AGENT_PID; [2020-10-16T09:48:06.331Z] echo Agent pid 53 killed; [2020-10-16T09:48:06.373Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:48:06.903Z] + git semver [Pipeline] } [2020-10-16T09:48:06.922Z] $ docker stop --time=1 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 [2020-10-16T09:48:08.265Z] $ docker rm -f 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T09:48:08.739Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T09:48:09.118Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T09:48:09.120Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-10-16T09:48:24.674Z] Still waiting to schedule task [2020-10-16T09:48:24.674Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-16T09:48:24.676Z] Still waiting to schedule task [2020-10-16T09:48:24.676Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-16T09:49:20.355Z] Running on prd-centos7-docker-4c-2g-5876 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-10-16T09:49:20.439Z] Running in /w/workspace/device-mqtt-go/20 [Pipeline] { [Pipeline] checkout [2020-10-16T09:49:23.231Z] using credential edgex-jenkins-ssh [2020-10-16T09:49:23.324Z] Cloning the remote Git repository [2020-10-16T09:49:23.084Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:49:23.174Z] > git init /w/workspace/device-mqtt-go/20 # timeout=10 [2020-10-16T09:49:23.745Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:49:23.746Z] > git --version # timeout=10 [2020-10-16T09:49:23.753Z] > git --version # 'git version 2.16.5' [2020-10-16T09:49:23.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:49:23.897Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:49:24.514Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:49:24.524Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:49:24.537Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:49:24.551Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:49:24.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:49:24.555Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:49:25.108Z] Checking out Revision 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (master) [2020-10-16T09:49:25.000Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:49:25.020Z] > git checkout -f 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-16T09:49:28.668Z] Commit message: "Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T09:49:29.498Z] ========================================================= [2020-10-16T09:49:29.498Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T09:49:29.498Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:49:30.141Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-16T09:49:31.088Z] Sending build context to Docker daemon 446.5kB [2020-10-16T09:49:31.088Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:49:31.088Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:49:31.088Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T09:49:31.088Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:49:31.088Z] ed8968b2872e: Pulling fs layer [2020-10-16T09:49:31.088Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T09:49:31.088Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T09:49:31.088Z] e73272ec9a57: Pulling fs layer [2020-10-16T09:49:31.088Z] 1e910a182e73: Pulling fs layer [2020-10-16T09:49:31.088Z] 4e634b169226: Pulling fs layer [2020-10-16T09:49:31.088Z] e871e8e8d7a9: Waiting [2020-10-16T09:49:31.088Z] e73272ec9a57: Waiting [2020-10-16T09:49:31.088Z] 1e910a182e73: Waiting [2020-10-16T09:49:31.088Z] 4e634b169226: Waiting [2020-10-16T09:49:31.350Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T09:49:31.350Z] a92cc7c5fd73: Download complete [2020-10-16T09:49:31.350Z] ed8968b2872e: Verifying Checksum [2020-10-16T09:49:31.350Z] ed8968b2872e: Download complete [2020-10-16T09:49:31.350Z] e73272ec9a57: Verifying Checksum [2020-10-16T09:49:31.350Z] e73272ec9a57: Download complete [2020-10-16T09:49:31.350Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:49:31.350Z] df20fa9351a1: Download complete [2020-10-16T09:49:31.350Z] 1e910a182e73: Verifying Checksum [2020-10-16T09:49:31.350Z] 1e910a182e73: Download complete [2020-10-16T09:49:31.350Z] df20fa9351a1: Pull complete [2020-10-16T09:49:31.613Z] ed8968b2872e: Pull complete [2020-10-16T09:49:31.875Z] a92cc7c5fd73: Pull complete [2020-10-16T09:49:33.799Z] 4e634b169226: Verifying Checksum [2020-10-16T09:49:33.799Z] 4e634b169226: Download complete [2020-10-16T09:49:34.064Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T09:49:34.064Z] e871e8e8d7a9: Download complete [2020-10-16T09:49:38.323Z] e871e8e8d7a9: Pull complete [2020-10-16T09:49:38.589Z] e73272ec9a57: Pull complete [2020-10-16T09:49:38.589Z] 1e910a182e73: Pull complete [2020-10-16T09:49:48.618Z] 4e634b169226: Pull complete [2020-10-16T09:49:48.618Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T09:49:48.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T09:49:48.618Z] ---> f7629b54cfaa [2020-10-16T09:49:48.618Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-16T09:49:48.618Z] ---> Running in 541e61e1b5b2 [2020-10-16T09:49:48.618Z] Removing intermediate container 541e61e1b5b2 [2020-10-16T09:49:48.618Z] ---> 9d055d5927d9 [2020-10-16T09:49:48.618Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:49:48.618Z] ---> Running in d238098b7564 [2020-10-16T09:49:49.566Z] Removing intermediate container d238098b7564 [2020-10-16T09:49:49.566Z] ---> 6324a4a3ef11 [2020-10-16T09:49:49.566Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-16T09:49:49.829Z] ---> Running in 71d39f68d931 [2020-10-16T09:49:50.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:49:51.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:49:52.744Z] (1/14) Installing libmagic (5.38-r0) [2020-10-16T09:49:53.009Z] (2/14) Installing file (5.38-r0) [2020-10-16T09:49:53.009Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-16T09:49:53.279Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-16T09:50:08.199Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-16T09:50:08.199Z] (6/14) Installing patch (2.7.6-r6) [2020-10-16T09:50:08.199Z] (7/14) Installing build-base (0.5-r2) [2020-10-16T09:50:08.199Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-16T09:50:08.199Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-16T09:50:08.199Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-16T09:50:08.199Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-16T09:50:08.199Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-16T09:50:08.199Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-16T09:50:08.199Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-16T09:50:08.199Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T09:50:08.199Z] OK: 237 MiB in 53 packages [2020-10-16T09:50:10.771Z] Removing intermediate container 71d39f68d931 [2020-10-16T09:50:10.771Z] ---> 0c84a81ed297 [2020-10-16T09:50:10.771Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-16T09:50:10.771Z] ---> Running in 9c1dc8ed1fa8 [2020-10-16T09:50:11.033Z] Removing intermediate container 9c1dc8ed1fa8 [2020-10-16T09:50:11.033Z] ---> 587152f860fe [2020-10-16T09:50:11.033Z] Step 7/8 : COPY . . [2020-10-16T09:50:11.606Z] ---> e8e3c600a56d [2020-10-16T09:50:11.606Z] Step 8/8 : RUN go mod download [2020-10-16T09:50:11.606Z] ---> Running in 93ba88db2c4b [2020-10-16T09:50:19.533Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5877 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws [2020-10-16T09:50:19.588Z] Running in /w/workspace/device-mqtt-go/20 [Pipeline] { [Pipeline] checkout [2020-10-16T09:50:23.904Z] Removing intermediate container 93ba88db2c4b [2020-10-16T09:50:23.904Z] ---> 578819e47d2f [2020-10-16T09:50:23.904Z] Successfully built 578819e47d2f [2020-10-16T09:50:23.904Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:24.241Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:50:24.241Z] . [Pipeline] withDockerContainer [2020-10-16T09:50:24.432Z] prd-centos7-docker-4c-2g-5876 does not seem to be running inside a container [2020-10-16T09:50:24.513Z] using credential edgex-jenkins-ssh [2020-10-16T09:50:24.517Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/20 -v /w/workspace/device-mqtt-go/20:/w/workspace/device-mqtt-go/20:rw,z -v /w/workspace/device-mqtt-go/20@tmp:/w/workspace/device-mqtt-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-16T09:50:24.583Z] Cloning the remote Git repository [2020-10-16T09:50:24.643Z] Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:50:24.766Z] > git init /w/workspace/device-mqtt-go/20 # timeout=10 [2020-10-16T09:50:25.685Z] $ docker top 4d1cd1a571f8e2e27ab487b0c297cea345e3c2efb84e29d824ddb8944cfff2cb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:50:24.840Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:50:24.841Z] > git --version # timeout=10 [2020-10-16T09:50:24.861Z] > git --version # 'git version 2.17.1' [2020-10-16T09:50:24.862Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:50:24.926Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:50:25.687Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:50:25.705Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:50:25.740Z] > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 [2020-10-16T09:50:25.780Z] Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git [2020-10-16T09:50:25.781Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:50:25.794Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:50:26.203Z] + go version [2020-10-16T09:50:26.203Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T09:50:26.215Z] $ docker stop --time=1 4d1cd1a571f8e2e27ab487b0c297cea345e3c2efb84e29d824ddb8944cfff2cb [2020-10-16T09:50:26.250Z] Checking out Revision 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (master) [2020-10-16T09:50:26.281Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:50:26.311Z] > git checkout -f 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 [2020-10-16T09:50:27.547Z] $ docker rm -f 4d1cd1a571f8e2e27ab487b0c297cea345e3c2efb84e29d824ddb8944cfff2cb [Pipeline] // withDockerContainer [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] sh [2020-10-16T09:50:30.739Z] Commit message: "Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0" [2020-10-16T09:50:30.788Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] withEnv [Pipeline] { [2020-10-16T09:50:31.080Z] + ls -al . [2020-10-16T09:50:31.080Z] total 64 [2020-10-16T09:50:31.080Z] drwxrwxr-x. 9 jenkins jenkins 4096 Oct 16 09:49 . [2020-10-16T09:50:31.080Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 09:49 .. [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 5255 Oct 16 09:49 Attribution.txt [2020-10-16T09:50:31.080Z] drwxrwxr-x. 2 jenkins jenkins 87 Oct 16 09:49 bin [2020-10-16T09:50:31.080Z] drwxrwxr-x. 3 jenkins jenkins 32 Oct 16 09:49 cmd [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 1784 Oct 16 09:49 Dockerfile [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 953 Oct 16 09:49 Dockerfile.build [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:49 .dockerignore [2020-10-16T09:50:31.080Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 16 09:49 .git [2020-10-16T09:50:31.080Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:49 .github [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 336 Oct 16 09:49 .gitignore [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 546 Oct 16 09:49 go.mod [2020-10-16T09:50:31.080Z] drwxrwxr-x. 3 jenkins jenkins 20 Oct 16 09:49 internal [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 677 Oct 16 09:49 Jenkinsfile [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 11340 Oct 16 09:49 LICENSE [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 902 Oct 16 09:49 Makefile [2020-10-16T09:50:31.080Z] drwxrwxr-x. 2 jenkins jenkins 23 Oct 16 09:49 mock [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 444 Oct 16 09:49 README.md [2020-10-16T09:50:31.080Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:49 snap [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 11 Oct 16 09:48 VERSION [2020-10-16T09:50:31.080Z] -rw-rw-r--. 1 jenkins jenkins 227 Oct 16 09:49 version.go [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-16T09:50:31.423Z] + 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=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b --label arch=amd64 --label version=1.2.3-dev.6 . [2020-10-16T09:50:31.423Z] Sending build context to Docker daemon 446.5kB [2020-10-16T09:50:31.423Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-16T09:50:31.423Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-16T09:50:31.423Z] ---> 578819e47d2f [2020-10-16T09:50:31.423Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [Pipeline] echo [2020-10-16T09:50:31.557Z] ========================================================= [2020-10-16T09:50:31.557Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T09:50:31.557Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:31.689Z] ---> Running in 064c28407c34 [2020-10-16T09:50:31.689Z] Removing intermediate container 064c28407c34 [2020-10-16T09:50:31.689Z] ---> 926f8d452278 [2020-10-16T09:50:31.689Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-16T09:50:31.689Z] ---> Running in 41c97ba1854e [2020-10-16T09:50:31.957Z] Removing intermediate container 41c97ba1854e [2020-10-16T09:50:31.957Z] ---> b4551792effc [2020-10-16T09:50:31.957Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:50:31.957Z] ---> Running in 19b8a7a04324 [2020-10-16T09:50:32.558Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-16T09:50:32.910Z] Removing intermediate container 19b8a7a04324 [2020-10-16T09:50:32.910Z] ---> dc883bd36636 [2020-10-16T09:50:32.910Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-16T09:50:32.910Z] ---> Running in c8f2225f6892 [2020-10-16T09:50:33.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:50:33.598Z] Sending build context to Docker daemon 446.5kB [2020-10-16T09:50:33.598Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:50:33.598Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:50:33.877Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T09:50:33.877Z] b538f80385f9: Pulling fs layer [2020-10-16T09:50:33.877Z] 74f711af9a0d: Pulling fs layer [2020-10-16T09:50:33.877Z] 99f96fe45779: Pulling fs layer [2020-10-16T09:50:33.877Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T09:50:33.877Z] 45590311c82a: Pulling fs layer [2020-10-16T09:50:33.877Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T09:50:33.877Z] 209524e5b208: Pulling fs layer [2020-10-16T09:50:33.877Z] 45590311c82a: Waiting [2020-10-16T09:50:33.877Z] 69ca0ff8b7b3: Waiting [2020-10-16T09:50:33.877Z] 209524e5b208: Waiting [2020-10-16T09:50:33.877Z] 8529a6b9a6be: Waiting [2020-10-16T09:50:33.877Z] 99f96fe45779: Verifying Checksum [2020-10-16T09:50:33.877Z] 99f96fe45779: Download complete [2020-10-16T09:50:33.877Z] 74f711af9a0d: Verifying Checksum [2020-10-16T09:50:33.877Z] 74f711af9a0d: Download complete [2020-10-16T09:50:33.877Z] 45590311c82a: Verifying Checksum [2020-10-16T09:50:33.877Z] 45590311c82a: Download complete [2020-10-16T09:50:33.877Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T09:50:33.877Z] 69ca0ff8b7b3: Download complete [2020-10-16T09:50:33.877Z] b538f80385f9: Verifying Checksum [2020-10-16T09:50:33.877Z] b538f80385f9: Download complete [2020-10-16T09:50:34.114Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:50:34.483Z] b538f80385f9: Pull complete [2020-10-16T09:50:34.687Z] OK: 237 MiB in 53 packages [2020-10-16T09:50:35.113Z] 74f711af9a0d: Pull complete [2020-10-16T09:50:35.262Z] Removing intermediate container c8f2225f6892 [2020-10-16T09:50:35.262Z] ---> 89e1d15ed588 [2020-10-16T09:50:35.262Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-16T09:50:35.262Z] ---> Running in bbf115ee1bfc [2020-10-16T09:50:35.262Z] Removing intermediate container bbf115ee1bfc [2020-10-16T09:50:35.262Z] ---> 8b3b98f23bf2 [2020-10-16T09:50:35.262Z] Step 8/22 : COPY . . [2020-10-16T09:50:35.714Z] 99f96fe45779: Pull complete [2020-10-16T09:50:35.835Z] ---> 98382df1eeb8 [2020-10-16T09:50:35.835Z] Step 9/22 : ARG MAKE='make build' [2020-10-16T09:50:36.098Z] ---> Running in 52e3cdd01661 [2020-10-16T09:50:36.098Z] Removing intermediate container 52e3cdd01661 [2020-10-16T09:50:36.098Z] ---> 7edd621722ac [2020-10-16T09:50:36.098Z] Step 10/22 : RUN $MAKE [2020-10-16T09:50:36.098Z] ---> Running in 17034a8bcf70 [2020-10-16T09:50:36.312Z] 209524e5b208: Verifying Checksum [2020-10-16T09:50:36.312Z] 209524e5b208: Download complete [2020-10-16T09:50:36.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.6" -o cmd/device-mqtt ./cmd [2020-10-16T09:50:37.756Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T09:50:37.756Z] 8529a6b9a6be: Download complete [2020-10-16T09:50:44.908Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:50:47.458Z] Removing intermediate container 17034a8bcf70 [2020-10-16T09:50:47.458Z] ---> 72b1e1fbb087 [2020-10-16T09:50:47.458Z] Step 11/22 : FROM alpine [2020-10-16T09:50:47.930Z] 8529a6b9a6be: Pull complete [2020-10-16T09:50:47.930Z] 45590311c82a: Pull complete [2020-10-16T09:50:48.205Z] 69ca0ff8b7b3: Pull complete [2020-10-16T09:50:48.399Z] latest: Pulling from library/alpine [2020-10-16T09:50:48.399Z] df20fa9351a1: Already exists [2020-10-16T09:50:48.399Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T09:50:48.399Z] Status: Downloaded newer image for alpine:latest [2020-10-16T09:50:48.399Z] ---> a24bb4013296 [2020-10-16T09:50:48.399Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-16T09:50:48.399Z] ---> Running in 7b9851b9eb89 [2020-10-16T09:50:48.660Z] Removing intermediate container 7b9851b9eb89 [2020-10-16T09:50:48.660Z] ---> db809ca6851a [2020-10-16T09:50:48.660Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T09:50:48.660Z] ---> Running in 96327f864a3b [2020-10-16T09:50:48.922Z] Removing intermediate container 96327f864a3b [2020-10-16T09:50:48.922Z] ---> 514950dd61e5 [2020-10-16T09:50:48.922Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-16T09:50:49.497Z] ---> ad07faa73c47 [2020-10-16T09:50:49.497Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-16T09:50:49.497Z] ---> d41677e40198 [2020-10-16T09:50:49.497Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-16T09:50:49.758Z] ---> a490c5ab9276 [2020-10-16T09:50:49.758Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-16T09:50:50.019Z] ---> Running in a6ac26cbc59d [2020-10-16T09:50:50.019Z] Removing intermediate container a6ac26cbc59d [2020-10-16T09:50:50.019Z] ---> 5194054694b7 [2020-10-16T09:50:50.019Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-16T09:50:50.019Z] ---> Running in 02137f35401e [2020-10-16T09:50:50.279Z] Removing intermediate container 02137f35401e [2020-10-16T09:50:50.280Z] ---> bf1df2dab7b6 [2020-10-16T09:50:50.280Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:50:50.280Z] ---> Running in bf04923cee1f [2020-10-16T09:50:50.541Z] Removing intermediate container bf04923cee1f [2020-10-16T09:50:50.541Z] ---> 429a71dad055 [2020-10-16T09:50:50.541Z] Step 20/22 : LABEL arch=amd64 [2020-10-16T09:50:50.541Z] ---> Running in 2b9b38f866c6 [2020-10-16T09:50:50.801Z] Removing intermediate container 2b9b38f866c6 [2020-10-16T09:50:50.801Z] ---> e82efc6f494a [2020-10-16T09:50:50.801Z] Step 21/22 : LABEL git_sha=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:50:50.801Z] ---> Running in 0eb3e890188a [2020-10-16T09:50:51.062Z] Removing intermediate container 0eb3e890188a [2020-10-16T09:50:51.062Z] ---> 177c7c55cebb [2020-10-16T09:50:51.062Z] Step 22/22 : LABEL version=1.2.3-dev.6 [2020-10-16T09:50:51.062Z] ---> Running in f108e623f913 [2020-10-16T09:50:51.062Z] Removing intermediate container f108e623f913 [2020-10-16T09:50:51.062Z] ---> 7b09e34c4277 [2020-10-16T09:50:51.062Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:50:51.062Z] Successfully built 7b09e34c4277 [2020-10-16T09:50:51.323Z] Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-16T09:50:51.855Z] provisioning config files... [2020-10-16T09:50:51.887Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/20@tmp/config5260426063867927793tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:50:52.234Z] ---> docker-login.sh [2020-10-16T09:50:52.234Z] nexus3.edgexfoundry.org:10001 [2020-10-16T09:50:52.234Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:50:52.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:50:52.497Z] Configure a credential helper to remove this warning. See [2020-10-16T09:50:52.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:50:52.497Z] [2020-10-16T09:50:52.497Z] Login Succeeded [2020-10-16T09:50:52.497Z] nexus3.edgexfoundry.org:10002 [2020-10-16T09:50:52.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:50:52.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:50:52.497Z] Configure a credential helper to remove this warning. See [2020-10-16T09:50:52.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:50:52.497Z] [2020-10-16T09:50:52.497Z] Login Succeeded [2020-10-16T09:50:52.497Z] nexus3.edgexfoundry.org:10003 [2020-10-16T09:50:52.527Z] 209524e5b208: Pull complete [2020-10-16T09:50:52.527Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T09:50:52.527Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T09:50:52.527Z] ---> 5bddaf1c2fca [2020-10-16T09:50:52.527Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-16T09:50:52.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:50:52.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:50:52.760Z] Configure a credential helper to remove this warning. See [2020-10-16T09:50:52.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:50:52.760Z] [2020-10-16T09:50:52.760Z] Login Succeeded [2020-10-16T09:50:52.760Z] nexus3.edgexfoundry.org:10004 [2020-10-16T09:50:52.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:50:53.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:50:53.021Z] Configure a credential helper to remove this warning. See [2020-10-16T09:50:53.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:50:53.021Z] [2020-10-16T09:50:53.021Z] Login Succeeded [2020-10-16T09:50:53.021Z] docker.io [2020-10-16T09:50:53.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:50:53.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:50:53.281Z] Configure a credential helper to remove this warning. See [2020-10-16T09:50:53.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:50:53.281Z] [2020-10-16T09:50:53.281Z] Login Succeeded [2020-10-16T09:50:53.281Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T09:50:53.291Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T09:50:53.572Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: [2020-10-16T09:50:53.572Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:50:53.572Z] latest [2020-10-16T09:50:53.572Z] 1.2.3-dev.6 [2020-10-16T09:50:53.572Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [2020-10-16T09:50:53.572Z] master [2020-10-16T09:50:53.572Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:54.062Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:54.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:50:54.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-10-16T09:50:54.360Z] 344f35e45a42: Preparing [2020-10-16T09:50:54.360Z] 31fe88dac762: Preparing [2020-10-16T09:50:54.360Z] b9babbf74a2b: Preparing [2020-10-16T09:50:54.360Z] 50644c29ef5a: Preparing [2020-10-16T09:50:54.360Z] 50644c29ef5a: Layer already exists [2020-10-16T09:50:54.622Z] 344f35e45a42: Pushed [2020-10-16T09:50:54.622Z] 31fe88dac762: Pushed [2020-10-16T09:50:55.170Z] ---> Running in 433593cfbfae [2020-10-16T09:50:55.170Z] Removing intermediate container 433593cfbfae [2020-10-16T09:50:55.170Z] ---> d2e3cef82e76 [2020-10-16T09:50:55.170Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:50:55.170Z] ---> Running in 6cafb11fdb0f [2020-10-16T09:50:55.563Z] b9babbf74a2b: Pushed [2020-10-16T09:50:55.825Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:56.135Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:56.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-10-16T09:50:56.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-10-16T09:50:56.429Z] 344f35e45a42: Preparing [2020-10-16T09:50:56.429Z] 31fe88dac762: Preparing [2020-10-16T09:50:56.429Z] b9babbf74a2b: Preparing [2020-10-16T09:50:56.429Z] 50644c29ef5a: Preparing [2020-10-16T09:50:56.429Z] b9babbf74a2b: Layer already exists [2020-10-16T09:50:56.429Z] 50644c29ef5a: Layer already exists [2020-10-16T09:50:56.429Z] 31fe88dac762: Layer already exists [2020-10-16T09:50:56.429Z] 344f35e45a42: Layer already exists [2020-10-16T09:50:56.691Z] latest: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:56.995Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:57.295Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.6 [2020-10-16T09:50:57.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-10-16T09:50:57.296Z] 344f35e45a42: Preparing [2020-10-16T09:50:57.296Z] 31fe88dac762: Preparing [2020-10-16T09:50:57.296Z] b9babbf74a2b: Preparing [2020-10-16T09:50:57.296Z] 50644c29ef5a: Preparing [2020-10-16T09:50:57.296Z] 50644c29ef5a: Layer already exists [2020-10-16T09:50:57.296Z] 344f35e45a42: Layer already exists [2020-10-16T09:50:57.296Z] b9babbf74a2b: Layer already exists [2020-10-16T09:50:57.296Z] 31fe88dac762: Layer already exists [2020-10-16T09:50:57.296Z] 1.2.3-dev.6: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:57.602Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:57.803Z] Removing intermediate container 6cafb11fdb0f [2020-10-16T09:50:57.803Z] ---> 1753058423eb [2020-10-16T09:50:57.803Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-16T09:50:57.803Z] ---> Running in 6b55553a0d8a [2020-10-16T09:50:57.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [2020-10-16T09:50:57.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-10-16T09:50:57.897Z] 344f35e45a42: Preparing [2020-10-16T09:50:57.897Z] 31fe88dac762: Preparing [2020-10-16T09:50:57.897Z] b9babbf74a2b: Preparing [2020-10-16T09:50:57.897Z] 50644c29ef5a: Preparing [2020-10-16T09:50:57.897Z] b9babbf74a2b: Layer already exists [2020-10-16T09:50:57.897Z] 31fe88dac762: Layer already exists [2020-10-16T09:50:57.897Z] 50644c29ef5a: Layer already exists [2020-10-16T09:50:57.897Z] 344f35e45a42: Layer already exists [2020-10-16T09:50:57.897Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:58.207Z] + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:50:58.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [2020-10-16T09:50:58.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] [2020-10-16T09:50:58.505Z] 344f35e45a42: Preparing [2020-10-16T09:50:58.505Z] 31fe88dac762: Preparing [2020-10-16T09:50:58.505Z] b9babbf74a2b: Preparing [2020-10-16T09:50:58.505Z] 50644c29ef5a: Preparing [2020-10-16T09:50:58.505Z] 344f35e45a42: Layer already exists [2020-10-16T09:50:58.505Z] b9babbf74a2b: Layer already exists [2020-10-16T09:50:58.505Z] 50644c29ef5a: Layer already exists [2020-10-16T09:50:58.505Z] 31fe88dac762: Layer already exists [2020-10-16T09:50:58.505Z] master: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T09:50:58.747Z] ===================================================== [Pipeline] echo [2020-10-16T09:50:58.798Z] taggedImages: [2020-10-16T09:50:58.798Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:50:58.798Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [2020-10-16T09:50:58.798Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.6 [2020-10-16T09:50:58.798Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [2020-10-16T09:50:58.798Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-10-16T09:50:59.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 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-10-16T09:51:00.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:51:00.820Z] (1/14) Installing libmagic (5.38-r0) [2020-10-16T09:51:01.091Z] (2/14) Installing file (5.38-r0) [2020-10-16T09:51:01.364Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-16T09:51:01.364Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-16T09:51:04.743Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-16T09:51:04.744Z] (6/14) Installing patch (2.7.6-r6) [2020-10-16T09:51:04.744Z] (7/14) Installing build-base (0.5-r2) [2020-10-16T09:51:05.020Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-16T09:51:05.020Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-16T09:51:05.020Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-16T09:51:05.613Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-16T09:51:05.613Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-16T09:51:05.613Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-16T09:51:06.211Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-16T09:51:06.211Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T09:51:06.211Z] OK: 221 MiB in 53 packages [2020-10-16T09:51:10.545Z] Removing intermediate container 6b55553a0d8a [2020-10-16T09:51:10.545Z] ---> e1fbe7473743 [2020-10-16T09:51:10.545Z] Step 6/8 : WORKDIR /device-mqtt-go [2020-10-16T09:51:10.545Z] ---> Running in 887f1f0e01eb [2020-10-16T09:51:11.142Z] Removing intermediate container 887f1f0e01eb [2020-10-16T09:51:11.142Z] ---> e15f02dd4591 [2020-10-16T09:51:11.142Z] Step 7/8 : COPY . . [2020-10-16T09:51:11.740Z] ---> 89202fa7094f [2020-10-16T09:51:11.740Z] Step 8/8 : RUN go mod download [2020-10-16T09:51:12.014Z] ---> Running in 9ca07cd8c8a3 [2020-10-16T09:51:27.099Z] Removing intermediate container 9ca07cd8c8a3 [2020-10-16T09:51:27.099Z] ---> cf1746881331 [2020-10-16T09:51:27.099Z] Successfully built cf1746881331 [2020-10-16T09:51:27.099Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:51:27.501Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:51:27.501Z] . [Pipeline] withDockerContainer [2020-10-16T09:51:27.747Z] prd-ubuntu18.04-docker-arm64-4c-16g-5877 does not seem to be running inside a container [2020-10-16T09:51:27.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/20 -v /w/workspace/device-mqtt-go/20:/w/workspace/device-mqtt-go/20:rw,z -v /w/workspace/device-mqtt-go/20@tmp:/w/workspace/device-mqtt-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-16T09:51:29.669Z] $ docker top 914f472cf58c66f8e12ae6f27533298719e026f746c3ab32b3084a7078e96f12 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:51:31.085Z] + go version [2020-10-16T09:51:31.085Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T09:51:31.111Z] $ docker stop --time=1 914f472cf58c66f8e12ae6f27533298719e026f746c3ab32b3084a7078e96f12 [2020-10-16T09:51:33.000Z] $ docker rm -f 914f472cf58c66f8e12ae6f27533298719e026f746c3ab32b3084a7078e96f12 [Pipeline] // withDockerContainer [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-10-16T09:51:34.270Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:51:34.611Z] + ls -al . [2020-10-16T09:51:34.611Z] total 96 [2020-10-16T09:51:34.611Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 16 09:50 . [2020-10-16T09:51:34.611Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:50 .. [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:50 .dockerignore [2020-10-16T09:51:34.611Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:50 .git [2020-10-16T09:51:34.611Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:50 .github [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 336 Oct 16 09:50 .gitignore [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 5255 Oct 16 09:50 Attribution.txt [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 1784 Oct 16 09:50 Dockerfile [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 953 Oct 16 09:50 Dockerfile.build [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 16 09:50 Jenkinsfile [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 16 09:50 LICENSE [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 902 Oct 16 09:50 Makefile [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 444 Oct 16 09:50 README.md [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 16 09:48 VERSION [2020-10-16T09:51:34.611Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:50 bin [2020-10-16T09:51:34.611Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:50 cmd [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 546 Oct 16 09:50 go.mod [2020-10-16T09:51:34.611Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:50 internal [2020-10-16T09:51:34.611Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:50 mock [2020-10-16T09:51:34.611Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:50 snap [2020-10-16T09:51:34.611Z] -rw-rw-r-- 1 jenkins jenkins 227 Oct 16 09:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:51:34.959Z] + 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=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b --label arch=arm64 --label version=1.2.3-dev.6 . [2020-10-16T09:51:35.236Z] Sending build context to Docker daemon 446.5kB [2020-10-16T09:51:35.236Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-10-16T09:51:35.236Z] Step 2/22 : FROM ${BASE} AS builder [2020-10-16T09:51:35.236Z] ---> cf1746881331 [2020-10-16T09:51:35.236Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-10-16T09:51:35.510Z] ---> Running in cfe4a81ad496 [2020-10-16T09:51:36.106Z] Removing intermediate container cfe4a81ad496 [2020-10-16T09:51:36.106Z] ---> 32aeadb70c32 [2020-10-16T09:51:36.106Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-10-16T09:51:36.106Z] ---> Running in 883829370bfb [2020-10-16T09:51:36.380Z] Removing intermediate container 883829370bfb [2020-10-16T09:51:36.380Z] ---> e65b271a349b [2020-10-16T09:51:36.380Z] Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:51:36.654Z] ---> Running in 299857c86f87 [2020-10-16T09:51:39.296Z] Removing intermediate container 299857c86f87 [2020-10-16T09:51:39.296Z] ---> 0ba92eba5ede [2020-10-16T09:51:39.296Z] Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-16T09:51:39.296Z] ---> Running in e86a4ec29359 [2020-10-16T09:51:40.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:51:41.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:51:41.846Z] OK: 221 MiB in 53 packages [2020-10-16T09:51:42.830Z] Removing intermediate container e86a4ec29359 [2020-10-16T09:51:42.830Z] ---> 0a8254b5e0f2 [2020-10-16T09:51:42.830Z] Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go [2020-10-16T09:51:43.107Z] ---> Running in f2072f2de70b [2020-10-16T09:51:43.382Z] Removing intermediate container f2072f2de70b [2020-10-16T09:51:43.382Z] ---> 37a993180673 [2020-10-16T09:51:43.382Z] Step 8/22 : COPY . . [2020-10-16T09:51:44.379Z] ---> 1cd91ab330aa [2020-10-16T09:51:44.379Z] Step 9/22 : ARG MAKE='make build' [2020-10-16T09:51:44.379Z] ---> Running in 67d0fa937519 [2020-10-16T09:51:44.981Z] Removing intermediate container 67d0fa937519 [2020-10-16T09:51:44.981Z] ---> f72d1836cd4a [2020-10-16T09:51:44.981Z] Step 10/22 : RUN $MAKE [2020-10-16T09:51:44.981Z] ---> Running in 501e5bbbeae9 [2020-10-16T09:51:46.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.6" -o cmd/device-mqtt ./cmd [2020-10-16T09:52:13.279Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-10-16T09:52:17.597Z] Removing intermediate container 501e5bbbeae9 [2020-10-16T09:52:17.597Z] ---> c9c50b2de20e [2020-10-16T09:52:17.597Z] Step 11/22 : FROM alpine [2020-10-16T09:52:17.868Z] latest: Pulling from library/alpine [2020-10-16T09:52:18.140Z] b538f80385f9: Already exists [2020-10-16T09:52:18.140Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T09:52:18.140Z] Status: Downloaded newer image for alpine:latest [2020-10-16T09:52:18.140Z] ---> 62ee0e9f8440 [2020-10-16T09:52:18.140Z] Step 12/22 : ENV APP_PORT=49982 [2020-10-16T09:52:18.415Z] ---> Running in 122c41ecc05b [2020-10-16T09:52:18.688Z] Removing intermediate container 122c41ecc05b [2020-10-16T09:52:18.688Z] ---> 48c4a780ea59 [2020-10-16T09:52:18.688Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T09:52:18.963Z] ---> Running in 94caca96c94b [2020-10-16T09:52:19.238Z] Removing intermediate container 94caca96c94b [2020-10-16T09:52:19.238Z] ---> 0aa1affade0f [2020-10-16T09:52:19.238Z] Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / [2020-10-16T09:52:20.681Z] ---> fe6ec37bb744 [2020-10-16T09:52:20.681Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / [2020-10-16T09:52:21.284Z] ---> 57b6f89b15d3 [2020-10-16T09:52:21.284Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / [2020-10-16T09:52:21.892Z] ---> 69ff8376fb23 [2020-10-16T09:52:21.892Z] Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-10-16T09:52:22.168Z] ---> Running in 0a71f2192fc9 [2020-10-16T09:52:22.442Z] Removing intermediate container 0a71f2192fc9 [2020-10-16T09:52:22.442Z] ---> 74c3f8559c68 [2020-10-16T09:52:22.442Z] Step 18/22 : ENTRYPOINT ["/device-mqtt"] [2020-10-16T09:52:22.716Z] ---> Running in 4f52eebc006f [2020-10-16T09:52:22.989Z] Removing intermediate container 4f52eebc006f [2020-10-16T09:52:22.989Z] ---> 34375d211335 [2020-10-16T09:52:22.989Z] Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:52:23.265Z] ---> Running in 924d8e4011a5 [2020-10-16T09:52:23.860Z] Removing intermediate container 924d8e4011a5 [2020-10-16T09:52:23.860Z] ---> 84461f8183c0 [2020-10-16T09:52:23.860Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T09:52:23.860Z] ---> Running in cf2032cb4236 [2020-10-16T09:52:24.456Z] Removing intermediate container cf2032cb4236 [2020-10-16T09:52:24.456Z] ---> 23249a94a866 [2020-10-16T09:52:24.456Z] Step 21/22 : LABEL git_sha=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:52:24.456Z] ---> Running in f60713c133f7 [2020-10-16T09:52:24.730Z] Removing intermediate container f60713c133f7 [2020-10-16T09:52:24.730Z] ---> ef52b1ebd0eb [2020-10-16T09:52:24.730Z] Step 22/22 : LABEL version=1.2.3-dev.6 [2020-10-16T09:52:25.005Z] ---> Running in fb8fdf12a23d [2020-10-16T09:52:25.600Z] Removing intermediate container fb8fdf12a23d [2020-10-16T09:52:25.600Z] ---> de49d14a957a [2020-10-16T09:52:25.600Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:52:25.600Z] Successfully built de49d14a957a [2020-10-16T09:52:25.600Z] 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-10-16T09:52:26.106Z] provisioning config files... [2020-10-16T09:52:26.181Z] copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/20@tmp/config8253773734961010954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:52:26.591Z] ---> docker-login.sh [2020-10-16T09:52:26.591Z] nexus3.edgexfoundry.org:10001 [2020-10-16T09:52:26.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:52:27.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:52:27.138Z] Configure a credential helper to remove this warning. See [2020-10-16T09:52:27.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:52:27.138Z] [2020-10-16T09:52:27.138Z] Login Succeeded [2020-10-16T09:52:27.138Z] nexus3.edgexfoundry.org:10002 [2020-10-16T09:52:27.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:52:27.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:52:27.686Z] Configure a credential helper to remove this warning. See [2020-10-16T09:52:27.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:52:27.686Z] [2020-10-16T09:52:27.686Z] Login Succeeded [2020-10-16T09:52:27.686Z] nexus3.edgexfoundry.org:10003 [2020-10-16T09:52:27.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:52:28.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:52:28.238Z] Configure a credential helper to remove this warning. See [2020-10-16T09:52:28.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:52:28.238Z] [2020-10-16T09:52:28.238Z] Login Succeeded [2020-10-16T09:52:28.238Z] nexus3.edgexfoundry.org:10004 [2020-10-16T09:52:28.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:52:28.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:52:28.786Z] Configure a credential helper to remove this warning. See [2020-10-16T09:52:28.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:52:28.786Z] [2020-10-16T09:52:28.786Z] Login Succeeded [2020-10-16T09:52:28.786Z] docker.io [2020-10-16T09:52:29.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-16T09:52:29.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-16T09:52:29.666Z] Configure a credential helper to remove this warning. See [2020-10-16T09:52:29.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-16T09:52:29.666Z] [2020-10-16T09:52:29.666Z] Login Succeeded [2020-10-16T09:52:29.666Z] ---> docker-login.sh ends [Pipeline] } [2020-10-16T09:52:29.683Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T09:52:29.917Z] [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: [2020-10-16T09:52:29.917Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:52:29.917Z] latest [2020-10-16T09:52:29.917Z] 1.2.3-dev.6 [2020-10-16T09:52:29.917Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [2020-10-16T09:52:29.917Z] master [2020-10-16T09:52:29.917Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:30.471Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:30.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:52:30.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-10-16T09:52:30.811Z] 183c44972efa: Preparing [2020-10-16T09:52:30.811Z] af485007b379: Preparing [2020-10-16T09:52:30.811Z] 5509fd96e7ba: Preparing [2020-10-16T09:52:30.811Z] e2f13739ad41: Preparing [2020-10-16T09:52:31.083Z] e2f13739ad41: Layer already exists [2020-10-16T09:52:31.083Z] af485007b379: Pushed [2020-10-16T09:52:31.083Z] 183c44972efa: Pushed [2020-10-16T09:52:33.686Z] 5509fd96e7ba: Pushed [2020-10-16T09:52:33.961Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:34.442Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:34.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-10-16T09:52:34.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-10-16T09:52:34.883Z] 183c44972efa: Preparing [2020-10-16T09:52:34.883Z] af485007b379: Preparing [2020-10-16T09:52:34.883Z] 5509fd96e7ba: Preparing [2020-10-16T09:52:34.883Z] e2f13739ad41: Preparing [2020-10-16T09:52:34.883Z] af485007b379: Layer already exists [2020-10-16T09:52:34.883Z] 183c44972efa: Layer already exists [2020-10-16T09:52:34.883Z] 5509fd96e7ba: Layer already exists [2020-10-16T09:52:34.883Z] e2f13739ad41: Layer already exists [2020-10-16T09:52:35.173Z] latest: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:35.544Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:35.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.6 [2020-10-16T09:52:35.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-10-16T09:52:35.957Z] 183c44972efa: Preparing [2020-10-16T09:52:35.957Z] af485007b379: Preparing [2020-10-16T09:52:35.957Z] 5509fd96e7ba: Preparing [2020-10-16T09:52:35.957Z] e2f13739ad41: Preparing [2020-10-16T09:52:35.957Z] 5509fd96e7ba: Layer already exists [2020-10-16T09:52:35.957Z] 183c44972efa: Layer already exists [2020-10-16T09:52:35.957Z] e2f13739ad41: Layer already exists [2020-10-16T09:52:35.957Z] af485007b379: Layer already exists [2020-10-16T09:52:36.232Z] 1.2.3-dev.6: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:36.723Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:37.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [2020-10-16T09:52:37.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-10-16T09:52:37.353Z] 183c44972efa: Preparing [2020-10-16T09:52:37.353Z] af485007b379: Preparing [2020-10-16T09:52:37.353Z] 5509fd96e7ba: Preparing [2020-10-16T09:52:37.353Z] e2f13739ad41: Preparing [2020-10-16T09:52:37.353Z] 5509fd96e7ba: Layer already exists [2020-10-16T09:52:37.353Z] e2f13739ad41: Layer already exists [2020-10-16T09:52:37.353Z] 183c44972efa: Layer already exists [2020-10-16T09:52:37.353Z] af485007b379: Layer already exists [2020-10-16T09:52:37.628Z] 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:37.976Z] + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:38.314Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [2020-10-16T09:52:38.314Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] [2020-10-16T09:52:38.314Z] 183c44972efa: Preparing [2020-10-16T09:52:38.314Z] af485007b379: Preparing [2020-10-16T09:52:38.314Z] 5509fd96e7ba: Preparing [2020-10-16T09:52:38.314Z] e2f13739ad41: Preparing [2020-10-16T09:52:38.314Z] 183c44972efa: Layer already exists [2020-10-16T09:52:38.314Z] af485007b379: Layer already exists [2020-10-16T09:52:38.314Z] e2f13739ad41: Layer already exists [2020-10-16T09:52:38.314Z] 5509fd96e7ba: Layer already exists [2020-10-16T09:52:38.586Z] master: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-16T09:52:38.790Z] ===================================================== [Pipeline] echo [2020-10-16T09:52:38.852Z] taggedImages: [2020-10-16T09:52:38.852Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:52:38.852Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [2020-10-16T09:52:38.852Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.6 [2020-10-16T09:52:38.852Z] - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [2020-10-16T09:52:38.852Z] - 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-10-16T09:52:41.436Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T09:52:41.438Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T09:52:41.505Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:41.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T09:52:41.906Z] [2020-10-16T09:52:41.906Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:52:42.272Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T09:52:42.272Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T09:52:42.272Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T09:52:42.272Z] 408f87550127: Pulling fs layer [2020-10-16T09:52:42.272Z] fe522b08c979: Pulling fs layer [2020-10-16T09:52:42.272Z] 221eaa008020: Pulling fs layer [2020-10-16T09:52:42.272Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T09:52:42.272Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T09:52:42.272Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T09:52:42.273Z] 23e8b3b47431: Pulling fs layer [2020-10-16T09:52:42.273Z] 5c568d65a230: Pulling fs layer [2020-10-16T09:52:42.273Z] 8f79b27c4fd2: Waiting [2020-10-16T09:52:42.273Z] e5c8dbe1645b: Waiting [2020-10-16T09:52:42.273Z] 23e8b3b47431: Waiting [2020-10-16T09:52:42.273Z] 5c568d65a230: Waiting [2020-10-16T09:52:42.273Z] 221eaa008020: Waiting [2020-10-16T09:52:42.273Z] 2a4607e5d6b9: Waiting [2020-10-16T09:52:42.273Z] fe522b08c979: Verifying Checksum [2020-10-16T09:52:42.273Z] fe522b08c979: Download complete [2020-10-16T09:52:42.273Z] 408f87550127: Verifying Checksum [2020-10-16T09:52:42.273Z] 408f87550127: Download complete [2020-10-16T09:52:42.273Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T09:52:42.273Z] 2a4607e5d6b9: Download complete [2020-10-16T09:52:42.273Z] 8f79b27c4fd2: Download complete [2020-10-16T09:52:42.273Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-16T09:52:42.273Z] cbdbe7a5bc2a: Download complete [2020-10-16T09:52:42.539Z] cbdbe7a5bc2a: Pull complete [2020-10-16T09:52:42.800Z] 408f87550127: Pull complete [2020-10-16T09:52:42.800Z] fe522b08c979: Pull complete [2020-10-16T09:52:43.371Z] e5c8dbe1645b: Verifying Checksum [2020-10-16T09:52:43.371Z] e5c8dbe1645b: Download complete [2020-10-16T09:52:47.584Z] 5c568d65a230: Verifying Checksum [2020-10-16T09:52:47.584Z] 5c568d65a230: Download complete [2020-10-16T09:52:47.584Z] 23e8b3b47431: Verifying Checksum [2020-10-16T09:52:47.584Z] 23e8b3b47431: Download complete [2020-10-16T09:52:48.533Z] 221eaa008020: Verifying Checksum [2020-10-16T09:52:48.533Z] 221eaa008020: Download complete [2020-10-16T09:52:53.862Z] 221eaa008020: Pull complete [2020-10-16T09:52:53.862Z] 2a4607e5d6b9: Pull complete [2020-10-16T09:52:53.862Z] 8f79b27c4fd2: Pull complete [2020-10-16T09:52:55.807Z] e5c8dbe1645b: Pull complete [2020-10-16T09:52:59.127Z] 23e8b3b47431: Pull complete [2020-10-16T09:53:00.076Z] 5c568d65a230: Pull complete [2020-10-16T09:53:00.076Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T09:53:00.076Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T09:53:00.076Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T09:53:00.211Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:53:00.259Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-16T09:53:01.496Z] $ docker top 644e080e74aed950e41b0f23eae2372dca385af7403c75eaa7972ea4dcd80d01 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:53:02.026Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T09:53:07.373Z] [2020-10-16T09:53:07.373Z] Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... [2020-10-16T09:53:07.373Z] [2020-10-16T09:53:07.373Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/071532ae-12b9-4c8a-838b-fa9b8cdc6cd9 [2020-10-16T09:53:07.373Z] [2020-10-16T09:53:07.373Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T09:53:07.373Z] [2020-10-16T09:53:07.373Z] [2020-10-16T09:53:07.373Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T09:53:07.373Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-16T09:53:07.373Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T09:53:07.373Z] [2020-10-16T09:53:07.373Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T09:53:07.373Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T09:53:07.373Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T09:53:07.373Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T09:53:07.387Z] $ docker stop --time=1 644e080e74aed950e41b0f23eae2372dca385af7403c75eaa7972ea4dcd80d01 [2020-10-16T09:53:09.449Z] $ docker rm -f 644e080e74aed950e41b0f23eae2372dca385af7403c75eaa7972ea4dcd80d01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:11.053Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T09:53:11.053Z] [2020-10-16T09:53:11.053Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:11.456Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T09:53:11.456Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-16T09:53:11.456Z] e7c96db7181b: Pulling fs layer [2020-10-16T09:53:11.456Z] 1868ca2cb446: Pulling fs layer [2020-10-16T09:53:11.456Z] 136be5d0fe8e: Pulling fs layer [2020-10-16T09:53:11.456Z] 894bfe63afcb: Pulling fs layer [2020-10-16T09:53:11.456Z] 894bfe63afcb: Waiting [2020-10-16T09:53:11.456Z] 1868ca2cb446: Verifying Checksum [2020-10-16T09:53:11.456Z] 1868ca2cb446: Download complete [2020-10-16T09:53:11.456Z] 136be5d0fe8e: Download complete [2020-10-16T09:53:11.456Z] e7c96db7181b: Download complete [2020-10-16T09:53:11.456Z] 894bfe63afcb: Verifying Checksum [2020-10-16T09:53:11.456Z] 894bfe63afcb: Download complete [2020-10-16T09:53:11.718Z] e7c96db7181b: Pull complete [2020-10-16T09:53:11.980Z] 1868ca2cb446: Pull complete [2020-10-16T09:53:11.980Z] 136be5d0fe8e: Pull complete [2020-10-16T09:53:12.241Z] 894bfe63afcb: Pull complete [2020-10-16T09:53:12.241Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-16T09:53:12.241Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T09:53:12.241Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-16T09:53:12.332Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:53:12.373Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T09:53:13.329Z] $ docker top 491a07e7f0fa46cf300f13d2627f26bf33aad81caa80877abe81f1133b145013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:53:13.860Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:53:13.860Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T09:53:17.355Z] $ docker stop --time=1 491a07e7f0fa46cf300f13d2627f26bf33aad81caa80877abe81f1133b145013 [2020-10-16T09:53:18.717Z] $ docker rm -f 491a07e7f0fa46cf300f13d2627f26bf33aad81caa80877abe81f1133b145013 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:19.249Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T09:53:19.250Z] . [Pipeline] withDockerContainer [2020-10-16T09:53:19.356Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:53:19.441Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T09:53:20.050Z] $ docker top 39d57e5ca459e4d579b6fb078e1dee4b33539e6d2707d988c0da246081d05d3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:53:20.674Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:53:20.674Z] + tee [2020-10-16T09:53:20.674Z] clair timeout 1m0s [2020-10-16T09:53:20.674Z] docker timeout: 1m0s [2020-10-16T09:53:20.674Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T09:53:21.402Z] $ docker stop --time=1 39d57e5ca459e4d579b6fb078e1dee4b33539e6d2707d988c0da246081d05d3c [2020-10-16T09:53:22.824Z] $ docker rm -f 39d57e5ca459e4d579b6fb078e1dee4b33539e6d2707d988c0da246081d05d3c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T09:53:23.336Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-10-16T09:53:23.365Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_12b1a35b74ef9c89c590951cdcdb7fdae4622f9b.html [Pipeline] writeFile [Pipeline] step [2020-10-16T09:53:23.434Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:23.805Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T09:53:23.805Z] . [Pipeline] withDockerContainer [2020-10-16T09:53:23.917Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:53:24.025Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T09:53:24.772Z] $ docker top 827cd64ebe46b56e7fb436b869ae556af48c74ae93dbdd33b075113bd2d8a40f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:53:25.409Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:53:25.409Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T09:53:28.948Z] $ docker stop --time=1 827cd64ebe46b56e7fb436b869ae556af48c74ae93dbdd33b075113bd2d8a40f [2020-10-16T09:53:30.291Z] $ docker rm -f 827cd64ebe46b56e7fb436b869ae556af48c74ae93dbdd33b075113bd2d8a40f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:30.801Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-16T09:53:30.801Z] . [Pipeline] withDockerContainer [2020-10-16T09:53:30.965Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:53:31.049Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-10-16T09:53:31.615Z] $ docker top dc01443bef253c2b5b7a73daf84d7bdaa76f0f9235e88ef7dc44798b1ba0c01e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-16T09:53:32.217Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [2020-10-16T09:53:32.217Z] + tee [2020-10-16T09:53:32.217Z] clair timeout 1m0s [2020-10-16T09:53:32.217Z] docker timeout: 1m0s [2020-10-16T09:53:32.217Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-16T09:53:32.962Z] $ docker stop --time=1 dc01443bef253c2b5b7a73daf84d7bdaa76f0f9235e88ef7dc44798b1ba0c01e [2020-10-16T09:53:34.298Z] $ docker rm -f dc01443bef253c2b5b7a73daf84d7bdaa76f0f9235e88ef7dc44798b1ba0c01e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T09:53:34.805Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo [2020-10-16T09:53:34.820Z] Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_12b1a35b74ef9c89c590951cdcdb7fdae4622f9b.html [Pipeline] writeFile [Pipeline] step [2020-10-16T09:53:34.877Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2020-10-16T09:53:36.271Z] + git log --format=format:%s -1 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:36.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:53:36.621Z] . [Pipeline] withDockerContainer [2020-10-16T09:53:36.719Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:53:36.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:53:37.388Z] $ docker top aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:53:37.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:53:37.727Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:53:37.928Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:53:37.934Z] $ docker exec aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed ssh-agent [2020-10-16T09:53:38.090Z] SSH_AUTH_SOCK=/tmp/ssh-x5R9r5KKAaDE/agent.11 [2020-10-16T09:53:38.090Z] SSH_AGENT_PID=16 [2020-10-16T09:53:38.101Z] Running ssh-add (command line suppressed) [2020-10-16T09:53:38.228Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5974039219851364056.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5974039219851364056.key) [2020-10-16T09:53:38.308Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:53:38.683Z] + git semver tag [2020-10-16T09:53:38.683Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:53:38.683Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-10-16T09:53:38.683Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-10-16T09:53:38.683Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:53:38.683Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:53:38.683Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:53:38.683Z] # $SEMVER_BRANCH = master [2020-10-16T09:53:38.683Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-10-16T09:53:38.683Z] # 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b HEAD [2020-10-16T09:53:38.683Z] # -> Force: false [2020-10-16T09:53:38.683Z] # ed690bcf5e7b7b6c3f8ebc4d6631dddfbbce2a40 refs/tags/v1.2.3-dev.6 [Pipeline] } [2020-10-16T09:53:38.696Z] $ docker exec --env ******** --env ******** aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed ssh-agent -k [2020-10-16T09:53:38.804Z] unset SSH_AUTH_SOCK; [2020-10-16T09:53:38.804Z] unset SSH_AGENT_PID; [2020-10-16T09:53:38.804Z] echo Agent pid 16 killed; [2020-10-16T09:53:38.848Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:53:39.311Z] + git semver [Pipeline] } [2020-10-16T09:53:39.328Z] $ docker stop --time=1 aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed [2020-10-16T09:53:40.664Z] $ docker rm -f aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:41.287Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T09:53:41.288Z] [2020-10-16T09:53:41.288Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:53:41.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T09:53:41.631Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T09:53:41.631Z] ab5ef0e58194: Pulling fs layer [2020-10-16T09:53:41.631Z] 9712f1f96733: Pulling fs layer [2020-10-16T09:53:41.631Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T09:53:41.631Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T09:53:41.631Z] e9a5061849ea: Pulling fs layer [2020-10-16T09:53:41.631Z] d747dcd14b5f: Pulling fs layer [2020-10-16T09:53:41.631Z] 2de7ff778b66: Pulling fs layer [2020-10-16T09:53:41.631Z] e9a5061849ea: Waiting [2020-10-16T09:53:41.631Z] d747dcd14b5f: Waiting [2020-10-16T09:53:41.631Z] 2de7ff778b66: Waiting [2020-10-16T09:53:41.631Z] 0d9ebad4ef96: Waiting [2020-10-16T09:53:41.631Z] 9712f1f96733: Download complete [2020-10-16T09:53:43.019Z] 63f879dbbcfc: Download complete [2020-10-16T09:53:43.280Z] e9a5061849ea: Verifying Checksum [2020-10-16T09:53:43.280Z] e9a5061849ea: Download complete [2020-10-16T09:53:43.280Z] d747dcd14b5f: Download complete [2020-10-16T09:53:43.550Z] 2de7ff778b66: Verifying Checksum [2020-10-16T09:53:43.550Z] 2de7ff778b66: Download complete [2020-10-16T09:53:44.131Z] ab5ef0e58194: Verifying Checksum [2020-10-16T09:53:44.131Z] ab5ef0e58194: Download complete [2020-10-16T09:53:44.131Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T09:53:44.131Z] 0d9ebad4ef96: Download complete [2020-10-16T09:53:48.056Z] ab5ef0e58194: Pull complete [2020-10-16T09:53:48.056Z] 9712f1f96733: Pull complete [2020-10-16T09:53:51.319Z] 63f879dbbcfc: Pull complete [2020-10-16T09:53:56.805Z] 0d9ebad4ef96: Pull complete [2020-10-16T09:53:56.805Z] e9a5061849ea: Pull complete [2020-10-16T09:53:56.805Z] d747dcd14b5f: Pull complete [2020-10-16T09:54:00.156Z] 2de7ff778b66: Pull complete [2020-10-16T09:54:00.156Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T09:54:00.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T09:54:00.157Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T09:54:00.316Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:54:00.384Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-16T09:54:04.229Z] $ docker top e721c65c19c3f7f3a0c52335d990ef79d6730d5dc1473e5fb5cec64fb81b2c71 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:54:04.459Z] provisioning config files... [2020-10-16T09:54:04.510Z] copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6567914552739243419tmp [2020-10-16T09:54:04.539Z] copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4398215023393258916tmp [2020-10-16T09:54:04.555Z] copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4904211596790236920tmp [Pipeline] { [Pipeline] echo [2020-10-16T09:54:04.616Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:04.915Z] ---> sigul-configuration.sh [2020-10-16T09:54:04.915Z] gpg: directory `/root/.gnupg' created [2020-10-16T09:54:04.915Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T09:54:04.915Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T09:54:04.915Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T09:54:04.915Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T09:54:04.915Z] gpg: CAST5 encrypted data [2020-10-16T09:54:05.176Z] gpg: encrypted with 1 passphrase [2020-10-16T09:54:05.176Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T09:54:05.467Z] + mkdir /home/jenkins [2020-10-16T09:54:05.467Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T09:54:05.770Z] + 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-10-16T09:54:05.780Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:06.075Z] ---> sigul-install.sh [2020-10-16T09:54:11.370Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T09:54:11.676Z] + git tag --list [2020-10-16T09:54:11.676Z] 0.7.1 [2020-10-16T09:54:11.676Z] v1.0.0 [2020-10-16T09:54:11.676Z] v1.1.0 [2020-10-16T09:54:11.676Z] v1.1.1 [2020-10-16T09:54:11.676Z] v1.2.0 [2020-10-16T09:54:11.676Z] v1.2.1 [2020-10-16T09:54:11.676Z] v1.2.2 [2020-10-16T09:54:11.676Z] v1.2.2-dev.1 [2020-10-16T09:54:11.676Z] v1.2.2-dev.2 [2020-10-16T09:54:11.676Z] v1.2.3-dev.1 [2020-10-16T09:54:11.676Z] v1.2.3-dev.2 [2020-10-16T09:54:11.676Z] v1.2.3-dev.3 [2020-10-16T09:54:11.676Z] v1.2.3-dev.4 [2020-10-16T09:54:11.676Z] v1.2.3-dev.5 [2020-10-16T09:54:11.676Z] v1.2.3-dev.6 [Pipeline] sh [2020-10-16T09:54:11.968Z] + lftools sign git-tag v1.2.3-dev.6 [2020-10-16T09:54:12.909Z] Signing Git tag with Sigul... [2020-10-16T09:54:12.909Z] Signing v1.2.3-dev.6 [Pipeline] echo [2020-10-16T09:54:14.300Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:14.794Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T09:54:14.838Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T09:54:14.949Z] $ docker stop --time=1 e721c65c19c3f7f3a0c52335d990ef79d6730d5dc1473e5fb5cec64fb81b2c71 [2020-10-16T09:54:16.934Z] $ docker rm -f e721c65c19c3f7f3a0c52335d990ef79d6730d5dc1473e5fb5cec64fb81b2c71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:54:18.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:54:18.009Z] . [Pipeline] withDockerContainer [2020-10-16T09:54:18.101Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:54:18.143Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:54:18.764Z] $ docker top 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:54:19.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:54:19.066Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:54:19.252Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:54:19.257Z] $ docker exec 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 ssh-agent [2020-10-16T09:54:19.424Z] SSH_AUTH_SOCK=/tmp/ssh-vPtpOr1A9I4k/agent.11 [2020-10-16T09:54:19.424Z] SSH_AGENT_PID=16 [2020-10-16T09:54:19.432Z] Running ssh-add (command line suppressed) [2020-10-16T09:54:19.561Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6223575505245259578.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6223575505245259578.key) [2020-10-16T09:54:19.612Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:54:19.951Z] + git semver bump pre [2020-10-16T09:54:19.951Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:54:19.951Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-10-16T09:54:19.951Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-10-16T09:54:19.951Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:54:19.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:54:19.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:54:19.951Z] # $SEMVER_BRANCH = master [2020-10-16T09:54:19.951Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [2020-10-16T09:54:19.951Z] 1.2.3-dev.7 [Pipeline] } [2020-10-16T09:54:19.964Z] $ docker exec --env ******** --env ******** 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 ssh-agent -k [2020-10-16T09:54:20.087Z] unset SSH_AUTH_SOCK; [2020-10-16T09:54:20.087Z] unset SSH_AGENT_PID; [2020-10-16T09:54:20.087Z] echo Agent pid 16 killed; [2020-10-16T09:54:20.132Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:54:20.789Z] + git semver [Pipeline] } [2020-10-16T09:54:20.809Z] $ docker stop --time=1 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 [2020-10-16T09:54:22.163Z] $ docker rm -f 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:54:22.683Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:54:22.683Z] . [Pipeline] withDockerContainer [2020-10-16T09:54:22.774Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:54:22.817Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:54:23.434Z] $ docker top 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:54:23.761Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:54:23.761Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:54:23.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:54:23.945Z] $ docker exec 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 ssh-agent [2020-10-16T09:54:24.109Z] SSH_AUTH_SOCK=/tmp/ssh-51hWyTTzIJSC/agent.11 [2020-10-16T09:54:24.109Z] SSH_AGENT_PID=16 [2020-10-16T09:54:24.115Z] Running ssh-add (command line suppressed) [2020-10-16T09:54:24.240Z] Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5324610897642009640.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5324610897642009640.key) [2020-10-16T09:54:24.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:54:24.626Z] + git semver push [2020-10-16T09:54:24.626Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:54:24.626Z] # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git [2020-10-16T09:54:24.626Z] # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master [2020-10-16T09:54:24.626Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:54:24.626Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:54:24.626Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:54:24.626Z] # $SEMVER_BRANCH = master [2020-10-16T09:54:24.626Z] # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } [2020-10-16T09:54:31.226Z] $ docker exec --env ******** --env ******** 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 ssh-agent -k [2020-10-16T09:54:31.377Z] unset SSH_AUTH_SOCK; [2020-10-16T09:54:31.377Z] unset SSH_AGENT_PID; [2020-10-16T09:54:31.377Z] echo Agent pid 16 killed; [2020-10-16T09:54:31.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:54:31.901Z] + git semver [Pipeline] } [2020-10-16T09:54:31.917Z] $ docker stop --time=1 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 [2020-10-16T09:54:33.616Z] $ docker rm -f 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 [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-10-16T09:54:35.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:35.638Z] ---> package-listing.sh [2020-10-16T09:54:35.638Z] ++ facter osfamily [2020-10-16T09:54:35.638Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T09:54:35.638Z] + OS_FAMILY=redhat [2020-10-16T09:54:35.638Z] + workspace=/w/workspace/gexfoundry_device-mqtt-go_master [2020-10-16T09:54:35.638Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T09:54:35.638Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T09:54:35.638Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T09:54:35.638Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T09:54:35.638Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-10-16T09:54:35.638Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T09:54:35.638Z] + case "${OS_FAMILY}" in [2020-10-16T09:54:35.638Z] + rpm -qa [2020-10-16T09:54:35.638Z] + sort [2020-10-16T09:54:39.842Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T09:54:39.842Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T09:54:39.842Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T09:54:39.842Z] + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' [2020-10-16T09:54:39.842Z] + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [2020-10-16T09:54:39.842Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo [2020-10-16T09:54:39.855Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T09:54:40.145Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:54:40.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:54:40.443Z] [2020-10-16T09:54:40.443Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:54:40.787Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:54:40.787Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T09:54:40.787Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:54:40.787Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T09:54:40.787Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T09:54:40.787Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T09:54:40.787Z] 93b61091891f: Pulling fs layer [2020-10-16T09:54:40.787Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T09:54:40.787Z] 5e14af77c1be: Pulling fs layer [2020-10-16T09:54:40.787Z] 01666e4c0597: Pulling fs layer [2020-10-16T09:54:40.787Z] aa168da1d23b: Pulling fs layer [2020-10-16T09:54:40.787Z] 93b9cdb0e59b: Waiting [2020-10-16T09:54:40.787Z] 5e14af77c1be: Waiting [2020-10-16T09:54:40.787Z] 01666e4c0597: Waiting [2020-10-16T09:54:40.787Z] aa168da1d23b: Waiting [2020-10-16T09:54:40.787Z] 46f8f816bc3b: Waiting [2020-10-16T09:54:40.787Z] 93b61091891f: Waiting [2020-10-16T09:54:40.787Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T09:54:40.787Z] 36b3adc4ff6f: Download complete [2020-10-16T09:54:40.787Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T09:54:40.787Z] 46f8f816bc3b: Download complete [2020-10-16T09:54:40.787Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:54:40.787Z] 93b61091891f: Download complete [2020-10-16T09:54:40.787Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T09:54:40.787Z] 93b9cdb0e59b: Download complete [2020-10-16T09:54:41.055Z] 5e14af77c1be: Verifying Checksum [2020-10-16T09:54:41.055Z] 5e14af77c1be: Download complete [2020-10-16T09:54:41.055Z] 01666e4c0597: Verifying Checksum [2020-10-16T09:54:41.055Z] 01666e4c0597: Download complete [2020-10-16T09:54:41.055Z] df20fa9351a1: Pull complete [2020-10-16T09:54:41.319Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T09:54:41.319Z] 8ad3a11d3b57: Download complete [2020-10-16T09:54:41.319Z] 36b3adc4ff6f: Pull complete [2020-10-16T09:54:42.712Z] 8ad3a11d3b57: Pull complete [2020-10-16T09:54:42.973Z] aa168da1d23b: Verifying Checksum [2020-10-16T09:54:42.973Z] aa168da1d23b: Download complete [2020-10-16T09:54:43.234Z] 46f8f816bc3b: Pull complete [2020-10-16T09:54:44.179Z] 93b61091891f: Pull complete [2020-10-16T09:54:44.179Z] 93b9cdb0e59b: Pull complete [2020-10-16T09:54:44.179Z] 5e14af77c1be: Pull complete [2020-10-16T09:54:44.439Z] 01666e4c0597: Pull complete [2020-10-16T09:54:51.035Z] aa168da1d23b: Pull complete [2020-10-16T09:54:51.035Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T09:54:51.035Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:54:51.035Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T09:54:51.154Z] prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container [2020-10-16T09:54:51.193Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T09:54:54.049Z] $ docker top 020cfcd6d959da483ce09e26a76f35ca615e1e34b31f5e2f5ff2f2f7b693413c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:54:54.588Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T09:54:54.880Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T09:54:55.171Z] + ls /var/log/sa-host [2020-10-16T09:54:55.171Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T09:54:55.171Z] file_magic: OK [2020-10-16T09:54:55.171Z] HZ: Using current value: 100 [2020-10-16T09:54:55.171Z] file_header: OK [2020-10-16T09:54:55.171Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T09:54:55.171Z] Statistics: [2020-10-16T09:54:55.171Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T09:54:55.171Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T09:54:55.171Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T09:54:55.171Z] file_magic: OK [2020-10-16T09:54:55.171Z] HZ: Using current value: 100 [2020-10-16T09:54:55.171Z] file_header: OK [2020-10-16T09:54:55.171Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T09:54:55.171Z] Statistics: [2020-10-16T09:54:55.171Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T09:54:55.171Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:54:55.807Z] provisioning config files... [2020-10-16T09:54:55.822Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1812814846630486081tmp [Pipeline] { [Pipeline] echo [2020-10-16T09:54:55.908Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:56.198Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T09:54:56.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T09:54:56.328Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:56.620Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T09:54:56.634Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:56.927Z] ---> sudo-logs.sh [2020-10-16T09:54:56.927Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T09:54:56.937Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:57.317Z] ---> job-cost.sh [2020-10-16T09:54:57.317Z] lf-activate-venv: SKIPPING [2020-10-16T09:54:57.317Z] INFO: No Stack... [2020-10-16T09:54:58.751Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T09:54:59.012Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T09:54:59.025Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:54:59.324Z] ---> logs-deploy.sh [2020-10-16T09:54:59.325Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/20 [2020-10-16T09:54:59.325Z] INFO: archiving workspace using pattern(s): [2020-10-16T09:55:00.712Z] Archives upload complete. [2020-10-16T09:55:00.973Z] INFO: archiving logs to Nexus