Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c5c0b25878f760de5fc762f4e5751ff9b1eaad85 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-883 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c5c0b25878f760de5fc762f4e5751ff9b1eaad85 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c5c0b25878f760de5fc762f4e5751ff9b1eaad85 # timeout=10 Commit message: "Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD" > git rev-list --no-walk ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-31T20:57:08.235Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-31T20:57:08.494Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-31T20:57:08.579Z] ========================================================= [2020-08-31T20:57:08.579Z] EdgeX Global Pipelines Version Info [2020-08-31T20:57:08.579Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:57:11.103Z] ------------------- [2020-08-31T20:57:11.103Z] stable info: [2020-08-31T20:57:11.103Z] ------------------- [2020-08-31T20:57:11.103Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-31T20:57:11.103Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:57:11.103Z] Message: update stable to v1.0.115 [2020-08-31T20:57:11.712Z] ------------------- [2020-08-31T20:57:11.712Z] experimental info: [2020-08-31T20:57:11.712Z] ------------------- [2020-08-31T20:57:11.712Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-31T20:57:11.712Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-08-31T20:57:11.712Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-08-31T20:57:12.432Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-08-31T20:57:12.513Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-08-31T20:57:12.593Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-08-31T20:57:12.676Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-08-31T20:57:12.786Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-08-31T20:57:12.864Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-08-31T20:57:12.941Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-08-31T20:57:13.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-08-31T20:57:13.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-08-31T20:57:13.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-08-31T20:57:13.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-08-31T20:57:13.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-08-31T20:57:13.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-08-31T20:57:13.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-08-31T20:57:13.625Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T20:57:13.704Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-08-31T20:57:13.801Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:57:13.890Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-08-31T20:57:13.971Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-08-31T20:57:14.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-08-31T20:57:14.175Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-08-31T20:57:14.256Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-08-31T20:57:14.350Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-08-31T20:57:14.430Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-08-31T20:57:14.511Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-08-31T20:57:14.592Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] echo [2020-08-31T20:57:14.678Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c5c0b25 [Pipeline] echo [2020-08-31T20:57:14.762Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T20:57:15.371Z] + git log --format=format:%s -1 c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] echo [2020-08-31T20:57:15.449Z] GIT_COMMIT: c5c0b25878f760de5fc762f4e5751ff9b1eaad85, Commit Message: Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD [Pipeline] echo [2020-08-31T20:57:15.490Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:57:16.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:57:16.607Z] [2020-08-31T20:57:16.607Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:57:17.020Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:57:17.020Z] latest: Pulling from edgex-devops/git-semver [2020-08-31T20:57:17.020Z] 31603596830f: Pulling fs layer [2020-08-31T20:57:17.020Z] 2a8b12db71e7: Pulling fs layer [2020-08-31T20:57:17.020Z] 6ca5941a6612: Pulling fs layer [2020-08-31T20:57:17.020Z] ecc8261a40a4: Pulling fs layer [2020-08-31T20:57:17.020Z] ecc8261a40a4: Waiting [2020-08-31T20:57:17.020Z] 2a8b12db71e7: Verifying Checksum [2020-08-31T20:57:17.020Z] 2a8b12db71e7: Download complete [2020-08-31T20:57:17.298Z] 31603596830f: Verifying Checksum [2020-08-31T20:57:17.298Z] 31603596830f: Download complete [2020-08-31T20:57:17.573Z] ecc8261a40a4: Verifying Checksum [2020-08-31T20:57:17.573Z] ecc8261a40a4: Download complete [2020-08-31T20:57:17.573Z] 6ca5941a6612: Verifying Checksum [2020-08-31T20:57:17.573Z] 6ca5941a6612: Download complete [2020-08-31T20:57:17.876Z] 31603596830f: Pull complete [2020-08-31T20:57:18.141Z] 2a8b12db71e7: Pull complete [2020-08-31T20:57:19.610Z] 6ca5941a6612: Pull complete [2020-08-31T20:57:19.610Z] ecc8261a40a4: Pull complete [2020-08-31T20:57:19.610Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-31T20:57:19.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T20:57:19.873Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-31T20:57:20.174Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T20:57:20.627Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T20:57:23.099Z] $ docker top 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T20:57:23.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:57:23.435Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:57:23.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:57:23.736Z] $ docker exec 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent [2020-08-31T20:57:23.946Z] SSH_AUTH_SOCK=/tmp/ssh-mxAbtBqV50zZ/agent.13 [2020-08-31T20:57:23.946Z] SSH_AGENT_PID=18 [2020-08-31T20:57:23.963Z] Running ssh-add (command line suppressed) [2020-08-31T20:57:24.216Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8390571243702856959.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8390571243702856959.key) [2020-08-31T20:57:24.288Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:57:24.630Z] + git describe --exact-match --tags HEAD [2020-08-31T20:57:24.630Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-31T20:57:24.676Z] $ docker exec --env ******** --env ******** 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent -k [2020-08-31T20:57:24.846Z] unset SSH_AUTH_SOCK; [2020-08-31T20:57:24.847Z] unset SSH_AGENT_PID; [2020-08-31T20:57:24.847Z] echo Agent pid 18 killed; [2020-08-31T20:57:24.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-31T20:57:25.023Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-31T20:57:25.023Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-31T20:57:25.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T20:57:25.120Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T20:57:25.486Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T20:57:25.494Z] $ docker exec 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent [2020-08-31T20:57:25.768Z] SSH_AUTH_SOCK=/tmp/ssh-8hyxPUeFDXOJ/agent.47 [2020-08-31T20:57:25.768Z] SSH_AGENT_PID=52 [2020-08-31T20:57:25.777Z] Running ssh-add (command line suppressed) [2020-08-31T20:57:25.920Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6168069097574955757.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6168069097574955757.key) [2020-08-31T20:57:26.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T20:57:26.371Z] + git semver init [2020-08-31T20:57:26.371Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T20:57:26.371Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-31T20:57:26.371Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-31T20:57:26.371Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T20:57:26.371Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T20:57:26.371Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T20:57:26.371Z] # $SEMVER_BRANCH = master [2020-08-31T20:57:26.371Z] # $SEMVER_TEMP = /tmp/semver-869278274 [2020-08-31T20:57:26.371Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-08-31T20:57:27.095Z] # '/tmp/semver-869278274' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-08-31T20:57:27.095Z] # -> Force: false [2020-08-31T20:57:27.095Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-31T20:57:27.257Z] $ docker exec --env ******** --env ******** 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent -k [2020-08-31T20:57:27.447Z] unset SSH_AUTH_SOCK; [2020-08-31T20:57:27.447Z] unset SSH_AGENT_PID; [2020-08-31T20:57:27.447Z] echo Agent pid 52 killed; [2020-08-31T20:57:27.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T20:57:27.975Z] + git semver [Pipeline] } [2020-08-31T20:57:28.023Z] $ docker stop --time=1 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf [2020-08-31T20:57:29.564Z] $ docker rm -f 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-31T20:57:30.650Z] Stashed 21 file(s) [Pipeline] echo [2020-08-31T20:57:30.653Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.2 [Pipeline] echo [2020-08-31T20:57:30.757Z] Archived original version: [1.2.3-dev.2] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-31T20:57:46.240Z] Still waiting to schedule task [2020-08-31T20:57:46.240Z] ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-886’ is offline [2020-08-31T20:57:46.242Z] Still waiting to schedule task [2020-08-31T20:57:46.242Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-881’ [2020-08-31T20:57:52.554Z] Running on prd-centos7-docker-4c-2g-886 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-31T20:57:52.600Z] Running in /w/workspace/device-modbus-go/20 [Pipeline] { [Pipeline] checkout [2020-08-31T20:57:55.918Z] using credential edgex-jenkins-ssh [2020-08-31T20:57:55.978Z] Cloning the remote Git repository [2020-08-31T20:57:55.978Z] Cloning with configured refspecs honoured and without tags [2020-08-31T20:57:56.002Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-31T20:57:56.070Z] > git init /w/workspace/device-modbus-go/20 # timeout=10 [2020-08-31T20:57:56.115Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-31T20:57:56.116Z] > git --version # timeout=10 [2020-08-31T20:57:56.122Z] > git --version # 'git version 2.16.5' [2020-08-31T20:57:56.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:57:56.146Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:57:56.630Z] Fetching without tags [2020-08-31T20:57:57.020Z] Checking out Revision c5c0b25878f760de5fc762f4e5751ff9b1eaad85 (master) [2020-08-31T20:57:56.608Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-31T20:57:56.617Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:57:56.626Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-31T20:57:56.637Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-31T20:57:56.637Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T20:57:56.641Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T20:57:57.029Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T20:57:57.035Z] > git checkout -f c5c0b25878f760de5fc762f4e5751ff9b1eaad85 # timeout=10 [2020-08-31T20:58:00.621Z] Commit message: "Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T20:58:01.408Z] ========================================================= [2020-08-31T20:58:01.408Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-31T20:58:01.408Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:58:02.095Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-31T20:58:02.357Z] Sending build context to Docker daemon 645.1kB [2020-08-31T20:58:02.357Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T20:58:02.357Z] Step 2/8 : FROM ${BASE} [2020-08-31T20:58:02.357Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-31T20:58:02.357Z] df20fa9351a1: Pulling fs layer [2020-08-31T20:58:02.357Z] ed8968b2872e: Pulling fs layer [2020-08-31T20:58:02.357Z] a92cc7c5fd73: Pulling fs layer [2020-08-31T20:58:02.357Z] 2dd03ba5bac4: Pulling fs layer [2020-08-31T20:58:02.357Z] 1e091d79d1de: Pulling fs layer [2020-08-31T20:58:02.357Z] 481702a1767f: Pulling fs layer [2020-08-31T20:58:02.357Z] f64a6f60c768: Pulling fs layer [2020-08-31T20:58:02.357Z] e78d2573fc39: Pulling fs layer [2020-08-31T20:58:02.357Z] e876d2f968b6: Pulling fs layer [2020-08-31T20:58:02.357Z] ce8a83651883: Pulling fs layer [2020-08-31T20:58:02.357Z] 07967f4d0e4b: Pulling fs layer [2020-08-31T20:58:02.357Z] f64a6f60c768: Waiting [2020-08-31T20:58:02.357Z] e78d2573fc39: Waiting [2020-08-31T20:58:02.357Z] ce8a83651883: Waiting [2020-08-31T20:58:02.357Z] e876d2f968b6: Waiting [2020-08-31T20:58:02.357Z] 07967f4d0e4b: Waiting [2020-08-31T20:58:02.357Z] 2dd03ba5bac4: Waiting [2020-08-31T20:58:02.357Z] 1e091d79d1de: Waiting [2020-08-31T20:58:02.357Z] 481702a1767f: Waiting [2020-08-31T20:58:02.624Z] a92cc7c5fd73: Download complete [2020-08-31T20:58:02.624Z] ed8968b2872e: Verifying Checksum [2020-08-31T20:58:02.624Z] ed8968b2872e: Download complete [2020-08-31T20:58:02.624Z] 1e091d79d1de: Verifying Checksum [2020-08-31T20:58:02.624Z] 1e091d79d1de: Download complete [2020-08-31T20:58:02.624Z] 481702a1767f: Verifying Checksum [2020-08-31T20:58:02.624Z] 481702a1767f: Download complete [2020-08-31T20:58:02.624Z] df20fa9351a1: Download complete [2020-08-31T20:58:02.900Z] df20fa9351a1: Pull complete [2020-08-31T20:58:03.500Z] f64a6f60c768: Verifying Checksum [2020-08-31T20:58:03.500Z] f64a6f60c768: Download complete [2020-08-31T20:58:03.500Z] e876d2f968b6: Verifying Checksum [2020-08-31T20:58:03.500Z] e876d2f968b6: Download complete [2020-08-31T20:58:04.121Z] ce8a83651883: Verifying Checksum [2020-08-31T20:58:04.121Z] ce8a83651883: Download complete [2020-08-31T20:58:04.121Z] 2dd03ba5bac4: Verifying Checksum [2020-08-31T20:58:04.121Z] 2dd03ba5bac4: Download complete [2020-08-31T20:58:04.121Z] 07967f4d0e4b: Verifying Checksum [2020-08-31T20:58:04.121Z] 07967f4d0e4b: Download complete [2020-08-31T20:58:04.382Z] e78d2573fc39: Verifying Checksum [2020-08-31T20:58:04.382Z] e78d2573fc39: Download complete [2020-08-31T20:58:04.963Z] ed8968b2872e: Pull complete [2020-08-31T20:58:05.225Z] a92cc7c5fd73: Pull complete [2020-08-31T20:58:10.540Z] 2dd03ba5bac4: Pull complete [2020-08-31T20:58:10.540Z] 1e091d79d1de: Pull complete [2020-08-31T20:58:10.805Z] 481702a1767f: Pull complete [2020-08-31T20:58:16.118Z] f64a6f60c768: Pull complete [2020-08-31T20:58:18.679Z] e78d2573fc39: Pull complete [2020-08-31T20:58:18.679Z] e876d2f968b6: Pull complete [2020-08-31T20:58:20.080Z] ce8a83651883: Pull complete [2020-08-31T20:58:20.080Z] 07967f4d0e4b: Pull complete [2020-08-31T20:58:20.080Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-31T20:58:20.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-31T20:58:20.341Z] ---> 5d7c900382c6 [2020-08-31T20:58:20.341Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-31T20:58:21.729Z] ---> Running in 3ecebaf7113c [2020-08-31T20:58:21.729Z] Removing intermediate container 3ecebaf7113c [2020-08-31T20:58:21.729Z] ---> b6eda7831754 [2020-08-31T20:58:21.729Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:58:21.729Z] ---> Running in 436911fa34ce [2020-08-31T20:58:23.117Z] Removing intermediate container 436911fa34ce [2020-08-31T20:58:23.117Z] ---> f3508cba040a [2020-08-31T20:58:23.117Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T20:58:23.117Z] ---> Running in 045e4a8d6852 [2020-08-31T20:58:23.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:24.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:24.843Z] (1/14) Installing libmagic (5.38-r0) [2020-08-31T20:58:24.843Z] (2/14) Installing file (5.38-r0) [2020-08-31T20:58:25.108Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-31T20:58:25.108Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-31T20:58:30.402Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-31T20:58:30.402Z] (6/14) Installing patch (2.7.6-r6) [2020-08-31T20:58:30.402Z] (7/14) Installing build-base (0.5-r2) [2020-08-31T20:58:30.402Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-31T20:58:30.402Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-31T20:58:30.402Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-31T20:58:30.667Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-31T20:58:30.667Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-31T20:58:30.930Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-31T20:58:30.930Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-31T20:58:31.191Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T20:58:31.191Z] OK: 237 MiB in 53 packages [2020-08-31T20:58:35.405Z] Removing intermediate container 045e4a8d6852 [2020-08-31T20:58:35.405Z] ---> 139526e0b0b1 [2020-08-31T20:58:35.405Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-31T20:58:35.405Z] ---> Running in f2caf68bc9fa [2020-08-31T20:58:35.405Z] Removing intermediate container f2caf68bc9fa [2020-08-31T20:58:35.405Z] ---> a233ee1ebdc7 [2020-08-31T20:58:35.405Z] Step 7/8 : COPY . . [2020-08-31T20:58:35.670Z] ---> 4cf9f2bcd1c8 [2020-08-31T20:58:35.670Z] Step 8/8 : RUN go mod download [2020-08-31T20:58:35.670Z] ---> Running in be15708eb653 [2020-08-31T20:58:38.231Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T20:58:38.231Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T20:58:38.231Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T20:58:38.231Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T20:58:38.231Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T20:58:38.231Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T20:58:38.231Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T20:58:38.231Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T20:58:38.231Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T20:58:38.231Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T20:58:38.231Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T20:58:38.231Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T20:58:38.231Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T20:58:38.231Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T20:58:38.231Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T20:58:38.231Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T20:58:38.493Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T20:58:38.493Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T20:58:38.493Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T20:58:38.493Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-31T20:58:38.493Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-31T20:58:38.493Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T20:58:38.756Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T20:58:38.756Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T20:58:38.756Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T20:58:38.756Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T20:58:38.756Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T20:58:38.756Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T20:58:38.756Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T20:58:39.018Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T20:58:39.018Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T20:58:39.018Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T20:58:39.018Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-31T20:58:39.018Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T20:58:39.018Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T20:58:39.018Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T20:58:39.280Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-31T20:58:39.280Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T20:58:39.280Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T20:58:39.280Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T20:58:39.280Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T20:58:39.280Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T20:58:39.280Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T20:58:39.541Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T20:58:39.541Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-31T20:58:39.541Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T20:58:39.541Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T20:58:39.541Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T20:58:39.541Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-31T20:58:39.541Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T20:58:39.809Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-31T20:58:39.809Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T20:58:40.387Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T20:58:40.387Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T20:58:40.387Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T20:58:40.387Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T20:58:40.387Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T20:58:40.387Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T20:58:40.387Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T20:58:40.387Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T20:58:40.657Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-31T20:58:40.657Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T20:58:40.657Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T20:58:40.657Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T20:58:40.657Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T20:58:40.657Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T20:58:40.657Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T20:58:40.657Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-31T20:58:40.921Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T20:58:40.921Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T20:58:40.921Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T20:58:40.921Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T20:58:49.158Z] Removing intermediate container be15708eb653 [2020-08-31T20:58:49.158Z] ---> 059e5bffde7a [2020-08-31T20:58:49.158Z] Successfully built 059e5bffde7a [2020-08-31T20:58:49.158Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T20:58:50.413Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T20:58:50.714Z] + ls -al . [2020-08-31T20:58:50.714Z] total 64 [2020-08-31T20:58:50.714Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 31 20:58 . [2020-08-31T20:58:50.714Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 20:57 .. [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 5049 Aug 31 20:57 Attribution.txt [2020-08-31T20:58:50.714Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 20:57 bin [2020-08-31T20:58:50.714Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 20:57 cmd [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 1430 Aug 31 20:57 Dockerfile [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 954 Aug 31 20:57 Dockerfile.build [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 20:57 .dockerignore [2020-08-31T20:58:50.714Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 20:58 .git [2020-08-31T20:58:50.714Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 20:57 .github [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 330 Aug 31 20:57 .gitignore [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 559 Aug 31 20:57 go.mod [2020-08-31T20:58:50.714Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 20:57 internal [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 702 Aug 31 20:57 Jenkinsfile [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 20:57 LICENSE [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 880 Aug 31 20:57 Makefile [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 591 Aug 31 20:57 README.md [2020-08-31T20:58:50.714Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 31 20:58 .semver [2020-08-31T20:58:50.714Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 31 20:57 simulator [2020-08-31T20:58:50.714Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 20:57 snap [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 20:57 VERSION [2020-08-31T20:58:50.714Z] -rw-rw-r--. 1 jenkins jenkins 229 Aug 31 20:57 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:58:51.028Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 --label arch=amd64 --label version=1.2.3-dev.2 . [2020-08-31T20:58:51.028Z] Sending build context to Docker daemon 645.1kB [2020-08-31T20:58:51.028Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-08-31T20:58:51.028Z] Step 2/20 : FROM ${BASE} AS builder [2020-08-31T20:58:51.028Z] ---> 059e5bffde7a [2020-08-31T20:58:51.028Z] Step 3/20 : ARG MAKE='make build' [2020-08-31T20:58:51.289Z] ---> Running in 1d385eb5dd06 [2020-08-31T20:58:51.289Z] Removing intermediate container 1d385eb5dd06 [2020-08-31T20:58:51.289Z] ---> a71b40a34a14 [2020-08-31T20:58:51.289Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T20:58:51.552Z] ---> Running in e09483513e38 [2020-08-31T20:58:52.949Z] Removing intermediate container e09483513e38 [2020-08-31T20:58:52.949Z] ---> 3b66b1b87171 [2020-08-31T20:58:52.949Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T20:58:52.949Z] ---> Running in 9b0c05f073d7 [2020-08-31T20:58:53.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:54.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-31T20:58:54.718Z] OK: 237 MiB in 53 packages [2020-08-31T20:58:54.979Z] Removing intermediate container 9b0c05f073d7 [2020-08-31T20:58:54.979Z] ---> f8f0092c0da9 [2020-08-31T20:58:54.979Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-31T20:58:55.242Z] ---> Running in 88f8868b5627 [2020-08-31T20:58:55.242Z] Removing intermediate container 88f8868b5627 [2020-08-31T20:58:55.242Z] ---> b689916cd646 [2020-08-31T20:58:55.242Z] Step 7/20 : COPY . . [2020-08-31T20:58:56.186Z] ---> 0130b702b015 [2020-08-31T20:58:56.186Z] Step 8/20 : RUN ${MAKE} [2020-08-31T20:58:56.186Z] ---> Running in 1888198246cd [2020-08-31T20:58:56.447Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.2" -o cmd/device-modbus ./cmd [2020-08-31T20:59:06.554Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T20:59:09.112Z] Removing intermediate container 1888198246cd [2020-08-31T20:59:09.112Z] ---> 4e37463f729c [2020-08-31T20:59:09.112Z] Step 9/20 : FROM scratch [2020-08-31T20:59:09.112Z] ---> [2020-08-31T20:59:09.112Z] Step 10/20 : ENV APP_PORT=49991 [2020-08-31T20:59:09.112Z] ---> Running in 292b4fa28131 [2020-08-31T20:59:09.372Z] Removing intermediate container 292b4fa28131 [2020-08-31T20:59:09.372Z] ---> d1a1aefda8ee [2020-08-31T20:59:09.372Z] Step 11/20 : EXPOSE $APP_PORT [2020-08-31T20:59:09.372Z] ---> Running in 11ecae861528 [2020-08-31T20:59:09.372Z] Removing intermediate container 11ecae861528 [2020-08-31T20:59:09.372Z] ---> ee5d969025d7 [2020-08-31T20:59:09.372Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-31T20:59:10.786Z] ---> fc73e85c6f49 [2020-08-31T20:59:10.786Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-31T20:59:10.786Z] ---> 40624d927fd4 [2020-08-31T20:59:10.786Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-31T20:59:11.047Z] ---> 5b57c43845de [2020-08-31T20:59:11.047Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-31T20:59:11.047Z] ---> Running in 08b0fc32c759 [2020-08-31T20:59:11.308Z] Removing intermediate container 08b0fc32c759 [2020-08-31T20:59:11.308Z] ---> 6dc6d0479409 [2020-08-31T20:59:11.308Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-08-31T20:59:11.308Z] ---> Running in 05589ecd5455 [2020-08-31T20:59:11.569Z] Removing intermediate container 05589ecd5455 [2020-08-31T20:59:11.569Z] ---> c08bfeba0b68 [2020-08-31T20:59:11.569Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T20:59:11.569Z] ---> Running in 283d97731f79 [2020-08-31T20:59:11.569Z] Removing intermediate container 283d97731f79 [2020-08-31T20:59:11.569Z] ---> 275601d9b388 [2020-08-31T20:59:11.569Z] Step 18/20 : LABEL arch=amd64 [2020-08-31T20:59:11.831Z] ---> Running in 90df3d688784 [2020-08-31T20:59:11.831Z] Removing intermediate container 90df3d688784 [2020-08-31T20:59:11.831Z] ---> 87cbb0a5d967 [2020-08-31T20:59:11.831Z] Step 19/20 : LABEL git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T20:59:12.094Z] ---> Running in 19c0ed237985 [2020-08-31T20:59:12.094Z] Removing intermediate container 19c0ed237985 [2020-08-31T20:59:12.094Z] ---> d5fa32f88b44 [2020-08-31T20:59:12.094Z] Step 20/20 : LABEL version=1.2.3-dev.2 [2020-08-31T20:59:12.094Z] ---> Running in 47f642ded65a [2020-08-31T20:59:12.355Z] Removing intermediate container 47f642ded65a [2020-08-31T20:59:12.355Z] ---> 9565f9b07603 [2020-08-31T20:59:12.355Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T20:59:12.355Z] Successfully built 9565f9b07603 [2020-08-31T20:59:12.355Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-31T20:59:12.862Z] provisioning config files... [2020-08-31T20:59:12.894Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/20@tmp/config5367066948463450231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T20:59:13.360Z] ---> docker-login.sh [2020-08-31T20:59:13.360Z] nexus3.edgexfoundry.org:10001 [2020-08-31T20:59:13.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:13.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:13.634Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:13.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:13.634Z] [2020-08-31T20:59:13.634Z] Login Succeeded [2020-08-31T20:59:13.634Z] nexus3.edgexfoundry.org:10002 [2020-08-31T20:59:13.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:13.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:13.634Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:13.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:13.634Z] [2020-08-31T20:59:13.634Z] Login Succeeded [2020-08-31T20:59:13.634Z] nexus3.edgexfoundry.org:10003 [2020-08-31T20:59:13.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:13.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:13.895Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:13.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:13.895Z] [2020-08-31T20:59:13.895Z] Login Succeeded [2020-08-31T20:59:13.895Z] nexus3.edgexfoundry.org:10004 [2020-08-31T20:59:14.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:14.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:14.156Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:14.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:14.156Z] [2020-08-31T20:59:14.156Z] Login Succeeded [2020-08-31T20:59:14.156Z] docker.io [2020-08-31T20:59:14.156Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T20:59:14.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T20:59:14.417Z] Configure a credential helper to remove this warning. See [2020-08-31T20:59:14.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T20:59:14.417Z] [2020-08-31T20:59:14.417Z] Login Succeeded [2020-08-31T20:59:14.417Z] ---> docker-login.sh ends [Pipeline] } [2020-08-31T20:59:14.427Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T20:59:14.611Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-08-31T20:59:14.611Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T20:59:14.611Z] latest [2020-08-31T20:59:14.611Z] 1.2.3-dev.2 [2020-08-31T20:59:14.611Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [2020-08-31T20:59:14.611Z] master [2020-08-31T20:59:14.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:15.091Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:15.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T20:59:15.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-31T20:59:15.408Z] 40ac33d9b306: Preparing [2020-08-31T20:59:15.408Z] f261e1e4c25d: Preparing [2020-08-31T20:59:15.408Z] 537c8404c0e7: Preparing [2020-08-31T20:59:15.408Z] 40ac33d9b306: Pushed [2020-08-31T20:59:15.408Z] f261e1e4c25d: Pushed [2020-08-31T20:59:16.352Z] 537c8404c0e7: Pushed [2020-08-31T20:59:16.613Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:16.917Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:17.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-31T20:59:17.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-31T20:59:17.222Z] 40ac33d9b306: Preparing [2020-08-31T20:59:17.222Z] f261e1e4c25d: Preparing [2020-08-31T20:59:17.222Z] 537c8404c0e7: Preparing [2020-08-31T20:59:17.222Z] 40ac33d9b306: Layer already exists [2020-08-31T20:59:17.222Z] f261e1e4c25d: Layer already exists [2020-08-31T20:59:17.222Z] 537c8404c0e7: Layer already exists [2020-08-31T20:59:17.222Z] latest: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:17.521Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:17.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.2 [2020-08-31T20:59:17.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-31T20:59:17.817Z] 40ac33d9b306: Preparing [2020-08-31T20:59:17.817Z] f261e1e4c25d: Preparing [2020-08-31T20:59:17.817Z] 537c8404c0e7: Preparing [2020-08-31T20:59:17.817Z] 40ac33d9b306: Layer already exists [2020-08-31T20:59:17.817Z] 537c8404c0e7: Layer already exists [2020-08-31T20:59:17.817Z] f261e1e4c25d: Layer already exists [2020-08-31T20:59:17.817Z] 1.2.3-dev.2: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:18.117Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:18.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [2020-08-31T20:59:18.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-31T20:59:18.413Z] 40ac33d9b306: Preparing [2020-08-31T20:59:18.413Z] f261e1e4c25d: Preparing [2020-08-31T20:59:18.413Z] 537c8404c0e7: Preparing [2020-08-31T20:59:18.413Z] 40ac33d9b306: Layer already exists [2020-08-31T20:59:18.413Z] 537c8404c0e7: Layer already exists [2020-08-31T20:59:18.413Z] f261e1e4c25d: Layer already exists [2020-08-31T20:59:18.413Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:18.713Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T20:59:19.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-08-31T20:59:19.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-08-31T20:59:19.011Z] 40ac33d9b306: Preparing [2020-08-31T20:59:19.011Z] f261e1e4c25d: Preparing [2020-08-31T20:59:19.011Z] 537c8404c0e7: Preparing [2020-08-31T20:59:19.011Z] 537c8404c0e7: Layer already exists [2020-08-31T20:59:19.011Z] 40ac33d9b306: Layer already exists [2020-08-31T20:59:19.011Z] f261e1e4c25d: Layer already exists [2020-08-31T20:59:19.011Z] master: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T20:59:19.169Z] ===================================================== [Pipeline] echo [2020-08-31T20:59:19.212Z] taggedImages: [2020-08-31T20:59:19.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T20:59:19.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-08-31T20:59:19.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.2 [2020-08-31T20:59:19.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [2020-08-31T20:59:19.212Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-31T21:00:23.657Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-888 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-08-31T21:00:23.740Z] Running in /w/workspace/device-modbus-go/20 [Pipeline] { [Pipeline] checkout [2020-08-31T21:00:28.650Z] using credential edgex-jenkins-ssh [2020-08-31T21:00:28.705Z] Cloning the remote Git repository [2020-08-31T21:00:28.705Z] Cloning with configured refspecs honoured and without tags [2020-08-31T21:00:29.787Z] Fetching without tags [2020-08-31T21:00:28.766Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-31T21:00:28.872Z] > git init /w/workspace/device-modbus-go/20 # timeout=10 [2020-08-31T21:00:28.932Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-31T21:00:28.933Z] > git --version # timeout=10 [2020-08-31T21:00:28.954Z] > git --version # 'git version 2.17.1' [2020-08-31T21:00:28.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:00:29.023Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:00:29.718Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-31T21:00:29.740Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:00:29.763Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-31T21:00:29.805Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-31T21:00:29.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-31T21:00:29.819Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-31T21:00:30.280Z] Checking out Revision c5c0b25878f760de5fc762f4e5751ff9b1eaad85 (master) [2020-08-31T21:00:30.360Z] > git config core.sparsecheckout # timeout=10 [2020-08-31T21:00:30.393Z] > git checkout -f c5c0b25878f760de5fc762f4e5751ff9b1eaad85 # timeout=10 [2020-08-31T21:00:34.724Z] Commit message: "Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-31T21:00:35.670Z] ========================================================= [2020-08-31T21:00:35.670Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-31T21:00:35.670Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:00:36.848Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-31T21:00:37.454Z] Sending build context to Docker daemon 645.1kB [2020-08-31T21:00:37.741Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-31T21:00:37.741Z] Step 2/8 : FROM ${BASE} [2020-08-31T21:00:38.025Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-31T21:00:38.025Z] b538f80385f9: Pulling fs layer [2020-08-31T21:00:38.025Z] 74f711af9a0d: Pulling fs layer [2020-08-31T21:00:38.025Z] 99f96fe45779: Pulling fs layer [2020-08-31T21:00:38.025Z] fd7a069fd194: Pulling fs layer [2020-08-31T21:00:38.025Z] 66aa3694b03b: Pulling fs layer [2020-08-31T21:00:38.025Z] 170f70906a0f: Pulling fs layer [2020-08-31T21:00:38.025Z] ad7c5574e4b9: Pulling fs layer [2020-08-31T21:00:38.025Z] e772456be8f7: Pulling fs layer [2020-08-31T21:00:38.025Z] c890913d741a: Pulling fs layer [2020-08-31T21:00:38.025Z] 2480fcc9aa5a: Pulling fs layer [2020-08-31T21:00:38.025Z] 09adf4765672: Pulling fs layer [2020-08-31T21:00:38.025Z] ad7c5574e4b9: Waiting [2020-08-31T21:00:38.025Z] e772456be8f7: Waiting [2020-08-31T21:00:38.025Z] c890913d741a: Waiting [2020-08-31T21:00:38.025Z] 2480fcc9aa5a: Waiting [2020-08-31T21:00:38.025Z] fd7a069fd194: Waiting [2020-08-31T21:00:38.025Z] 66aa3694b03b: Waiting [2020-08-31T21:00:38.025Z] 170f70906a0f: Waiting [2020-08-31T21:00:38.025Z] 09adf4765672: Waiting [2020-08-31T21:00:38.025Z] 99f96fe45779: Verifying Checksum [2020-08-31T21:00:38.025Z] 99f96fe45779: Download complete [2020-08-31T21:00:38.025Z] 74f711af9a0d: Verifying Checksum [2020-08-31T21:00:38.025Z] 74f711af9a0d: Download complete [2020-08-31T21:00:38.025Z] 66aa3694b03b: Verifying Checksum [2020-08-31T21:00:38.025Z] 66aa3694b03b: Download complete [2020-08-31T21:00:38.025Z] 170f70906a0f: Verifying Checksum [2020-08-31T21:00:38.025Z] 170f70906a0f: Download complete [2020-08-31T21:00:38.025Z] b538f80385f9: Verifying Checksum [2020-08-31T21:00:38.025Z] b538f80385f9: Download complete [2020-08-31T21:00:39.027Z] b538f80385f9: Pull complete [2020-08-31T21:00:39.630Z] 74f711af9a0d: Pull complete [2020-08-31T21:00:39.906Z] 99f96fe45779: Pull complete [2020-08-31T21:00:40.514Z] ad7c5574e4b9: Verifying Checksum [2020-08-31T21:00:40.514Z] ad7c5574e4b9: Download complete [2020-08-31T21:00:40.791Z] c890913d741a: Verifying Checksum [2020-08-31T21:00:40.791Z] c890913d741a: Download complete [2020-08-31T21:00:42.780Z] e772456be8f7: Verifying Checksum [2020-08-31T21:00:42.780Z] e772456be8f7: Download complete [2020-08-31T21:00:42.780Z] 09adf4765672: Download complete [2020-08-31T21:00:43.051Z] 2480fcc9aa5a: Verifying Checksum [2020-08-31T21:00:43.051Z] 2480fcc9aa5a: Download complete [2020-08-31T21:00:43.643Z] fd7a069fd194: Verifying Checksum [2020-08-31T21:00:43.643Z] fd7a069fd194: Download complete [2020-08-31T21:00:56.043Z] fd7a069fd194: Pull complete [2020-08-31T21:00:56.043Z] 66aa3694b03b: Pull complete [2020-08-31T21:00:56.043Z] 170f70906a0f: Pull complete [2020-08-31T21:00:58.676Z] ad7c5574e4b9: Pull complete [2020-08-31T21:01:04.079Z] e772456be8f7: Pull complete [2020-08-31T21:01:04.079Z] c890913d741a: Pull complete [2020-08-31T21:01:06.068Z] 2480fcc9aa5a: Pull complete [2020-08-31T21:01:06.667Z] 09adf4765672: Pull complete [2020-08-31T21:01:06.667Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-31T21:01:06.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-31T21:01:06.667Z] ---> 2248a725d1cf [2020-08-31T21:01:06.667Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-31T21:01:12.072Z] ---> Running in 03dc226c6aec [2020-08-31T21:01:12.072Z] Removing intermediate container 03dc226c6aec [2020-08-31T21:01:12.072Z] ---> ec2c98c4036a [2020-08-31T21:01:12.072Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:01:12.072Z] ---> Running in f8510cedd32b [2020-08-31T21:01:14.706Z] Removing intermediate container f8510cedd32b [2020-08-31T21:01:14.706Z] ---> 4fed746c66bd [2020-08-31T21:01:14.706Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T21:01:14.706Z] ---> Running in b9ca460d10ff [2020-08-31T21:01:16.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:01:16.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:01:17.333Z] (1/14) Installing libmagic (5.38-r0) [2020-08-31T21:01:17.602Z] (2/14) Installing file (5.38-r0) [2020-08-31T21:01:17.872Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-31T21:01:17.872Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-31T21:01:36.148Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-31T21:01:36.148Z] (6/14) Installing patch (2.7.6-r6) [2020-08-31T21:01:36.148Z] (7/14) Installing build-base (0.5-r2) [2020-08-31T21:01:36.148Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-31T21:01:36.148Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-31T21:01:36.148Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-31T21:01:37.582Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-31T21:01:37.582Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-31T21:01:37.582Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-31T21:01:37.876Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-31T21:01:38.156Z] Executing busybox-1.31.1-r16.trigger [2020-08-31T21:01:38.156Z] OK: 221 MiB in 53 packages [2020-08-31T21:01:42.534Z] Removing intermediate container b9ca460d10ff [2020-08-31T21:01:42.534Z] ---> 53f522bf1a9c [2020-08-31T21:01:42.534Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-31T21:01:42.534Z] ---> Running in 8e0aea6f11b4 [2020-08-31T21:01:43.123Z] Removing intermediate container 8e0aea6f11b4 [2020-08-31T21:01:43.123Z] ---> 0db2881a3c3b [2020-08-31T21:01:43.123Z] Step 7/8 : COPY . . [2020-08-31T21:01:43.716Z] ---> 433667c89397 [2020-08-31T21:01:43.716Z] Step 8/8 : RUN go mod download [2020-08-31T21:01:43.998Z] ---> Running in 666307aa3ccb [2020-08-31T21:01:47.387Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-31T21:01:47.387Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-31T21:01:47.388Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-31T21:01:47.388Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-31T21:01:47.388Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-31T21:01:47.388Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-31T21:01:47.388Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-31T21:01:47.388Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-31T21:01:47.388Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-31T21:01:47.388Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-31T21:01:47.388Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-31T21:01:47.388Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-31T21:01:47.388Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-31T21:01:47.388Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-31T21:01:47.388Z] go: finding github.com/fatih/color v1.7.0 [2020-08-31T21:01:47.660Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-31T21:01:47.660Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-31T21:01:47.660Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-31T21:01:47.660Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-31T21:01:47.660Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-31T21:01:47.660Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-31T21:01:47.933Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-31T21:01:47.933Z] go: finding github.com/google/uuid v1.1.1 [2020-08-31T21:01:47.933Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-31T21:01:47.933Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-31T21:01:47.933Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-31T21:01:47.933Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-31T21:01:47.933Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-31T21:01:48.204Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-31T21:01:48.204Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-31T21:01:48.204Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-31T21:01:48.204Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-31T21:01:48.204Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-31T21:01:48.204Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-31T21:01:48.204Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-31T21:01:48.474Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-31T21:01:48.474Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-31T21:01:48.474Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-31T21:01:48.474Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-31T21:01:48.474Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-31T21:01:48.474Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-31T21:01:48.474Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-31T21:01:48.745Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-31T21:01:48.745Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-31T21:01:48.745Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-31T21:01:48.745Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-31T21:01:48.745Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-31T21:01:48.745Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-31T21:01:48.745Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-31T21:01:49.015Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-31T21:01:49.015Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-31T21:01:49.015Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-31T21:01:49.015Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-31T21:01:49.015Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-31T21:01:49.015Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-31T21:01:49.015Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-31T21:01:49.286Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-31T21:01:49.286Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-31T21:01:49.286Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-31T21:01:49.286Z] go: finding github.com/posener/complete v1.1.1 [2020-08-31T21:01:49.286Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-31T21:01:49.286Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-31T21:01:49.557Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-31T21:01:49.557Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-31T21:01:49.557Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-31T21:01:49.557Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-31T21:01:49.557Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-31T21:01:49.557Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-31T21:01:49.557Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-31T21:01:49.835Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-31T21:01:49.835Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-31T21:01:49.835Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-31T21:01:59.995Z] Removing intermediate container 666307aa3ccb [2020-08-31T21:01:59.995Z] ---> 453f43632c23 [2020-08-31T21:01:59.995Z] Successfully built 453f43632c23 [2020-08-31T21:01:59.995Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-31T21:02:01.154Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-31T21:02:01.484Z] + ls -al . [2020-08-31T21:02:01.484Z] total 100 [2020-08-31T21:02:01.484Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 21:00 . [2020-08-31T21:02:01.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:00 .. [2020-08-31T21:02:01.484Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 21:00 .dockerignore [2020-08-31T21:02:01.484Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:00 .git [2020-08-31T21:02:01.484Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:00 .github [2020-08-31T21:02:01.484Z] -rw-rw-r-- 1 jenkins jenkins 330 Aug 31 21:00 .gitignore [2020-08-31T21:02:01.484Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:00 .semver [2020-08-31T21:02:01.484Z] -rw-rw-r-- 1 jenkins jenkins 5049 Aug 31 21:00 Attribution.txt [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 1430 Aug 31 21:00 Dockerfile [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 954 Aug 31 21:00 Dockerfile.build [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 702 Aug 31 21:00 Jenkinsfile [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 21:00 LICENSE [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 31 21:00 Makefile [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 591 Aug 31 21:00 README.md [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 20:57 VERSION [2020-08-31T21:02:01.485Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:00 bin [2020-08-31T21:02:01.485Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:00 cmd [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 559 Aug 31 21:00 go.mod [2020-08-31T21:02:01.485Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:00 internal [2020-08-31T21:02:01.485Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:00 simulator [2020-08-31T21:02:01.485Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:00 snap [2020-08-31T21:02:01.485Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 31 21:00 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:01.830Z] + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 --label arch=arm64 --label version=1.2.3-dev.2 . [2020-08-31T21:02:02.104Z] Sending build context to Docker daemon 645.1kB [2020-08-31T21:02:02.104Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-08-31T21:02:02.104Z] Step 2/20 : FROM ${BASE} AS builder [2020-08-31T21:02:02.104Z] ---> 453f43632c23 [2020-08-31T21:02:02.104Z] Step 3/20 : ARG MAKE='make build' [2020-08-31T21:02:02.376Z] ---> Running in 960e6544ab57 [2020-08-31T21:02:02.970Z] Removing intermediate container 960e6544ab57 [2020-08-31T21:02:02.970Z] ---> c59b76b18d0a [2020-08-31T21:02:02.970Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-31T21:02:02.970Z] ---> Running in 7ea82b2bbae2 [2020-08-31T21:02:05.600Z] Removing intermediate container 7ea82b2bbae2 [2020-08-31T21:02:05.600Z] ---> cf38df9e1e21 [2020-08-31T21:02:05.600Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-08-31T21:02:05.600Z] ---> Running in 8928ac8ccd36 [2020-08-31T21:02:07.024Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-31T21:02:07.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-31T21:02:08.584Z] OK: 221 MiB in 53 packages [2020-08-31T21:02:10.013Z] Removing intermediate container 8928ac8ccd36 [2020-08-31T21:02:10.013Z] ---> 5959dcd4b401 [2020-08-31T21:02:10.013Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-31T21:02:10.013Z] ---> Running in df6c490bebf8 [2020-08-31T21:02:10.608Z] Removing intermediate container df6c490bebf8 [2020-08-31T21:02:10.608Z] ---> 9c2651edec23 [2020-08-31T21:02:10.608Z] Step 7/20 : COPY . . [2020-08-31T21:02:11.593Z] ---> 534b743a1af0 [2020-08-31T21:02:11.593Z] Step 8/20 : RUN ${MAKE} [2020-08-31T21:02:11.593Z] ---> Running in 786d04e57546 [2020-08-31T21:02:13.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.2" -o cmd/device-modbus ./cmd [2020-08-31T21:02:39.815Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-31T21:02:44.106Z] Removing intermediate container 786d04e57546 [2020-08-31T21:02:44.106Z] ---> 11a6d98bf1d2 [2020-08-31T21:02:44.106Z] Step 9/20 : FROM scratch [2020-08-31T21:02:44.106Z] ---> [2020-08-31T21:02:44.106Z] Step 10/20 : ENV APP_PORT=49991 [2020-08-31T21:02:44.106Z] ---> Running in 550499abbb13 [2020-08-31T21:02:44.106Z] Removing intermediate container 550499abbb13 [2020-08-31T21:02:44.106Z] ---> 37270713fb26 [2020-08-31T21:02:44.106Z] Step 11/20 : EXPOSE $APP_PORT [2020-08-31T21:02:44.382Z] ---> Running in 05e18e9d6e98 [2020-08-31T21:02:44.654Z] Removing intermediate container 05e18e9d6e98 [2020-08-31T21:02:44.654Z] ---> 2af4157e19cf [2020-08-31T21:02:44.654Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-31T21:02:46.096Z] ---> 04f720400bd4 [2020-08-31T21:02:46.096Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-31T21:02:46.688Z] ---> ca83717e33c4 [2020-08-31T21:02:46.688Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-31T21:02:47.281Z] ---> 1ff9833a6604 [2020-08-31T21:02:47.281Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-31T21:02:47.553Z] ---> Running in 592b8d9b608d [2020-08-31T21:02:47.842Z] Removing intermediate container 592b8d9b608d [2020-08-31T21:02:47.842Z] ---> 606529e92e7c [2020-08-31T21:02:47.842Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-08-31T21:02:48.119Z] ---> Running in f470e5a0f864 [2020-08-31T21:02:48.713Z] Removing intermediate container f470e5a0f864 [2020-08-31T21:02:48.713Z] ---> 9bba12c5d8ce [2020-08-31T21:02:48.713Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-31T21:02:48.713Z] ---> Running in d0036c9cf7aa [2020-08-31T21:02:49.306Z] Removing intermediate container d0036c9cf7aa [2020-08-31T21:02:49.306Z] ---> f7d12fa620f6 [2020-08-31T21:02:49.306Z] Step 18/20 : LABEL arch=arm64 [2020-08-31T21:02:49.306Z] ---> Running in 55165a5d28a1 [2020-08-31T21:02:49.900Z] Removing intermediate container 55165a5d28a1 [2020-08-31T21:02:49.900Z] ---> c986b2fb6d8f [2020-08-31T21:02:49.900Z] Step 19/20 : LABEL git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:02:49.900Z] ---> Running in 26368ec579d0 [2020-08-31T21:02:50.173Z] Removing intermediate container 26368ec579d0 [2020-08-31T21:02:50.173Z] ---> c2a7163a8dbb [2020-08-31T21:02:50.173Z] Step 20/20 : LABEL version=1.2.3-dev.2 [2020-08-31T21:02:50.447Z] ---> Running in a100986e8fb3 [2020-08-31T21:02:50.721Z] Removing intermediate container a100986e8fb3 [2020-08-31T21:02:50.721Z] ---> 46218df31f75 [2020-08-31T21:02:50.721Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-31T21:02:50.992Z] Successfully built 46218df31f75 [2020-08-31T21:02:50.992Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-08-31T21:02:51.516Z] provisioning config files... [2020-08-31T21:02:51.559Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/20@tmp/config334963461761656841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:02:51.952Z] ---> docker-login.sh [2020-08-31T21:02:51.952Z] nexus3.edgexfoundry.org:10001 [2020-08-31T21:02:52.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:02:52.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:02:52.225Z] Configure a credential helper to remove this warning. See [2020-08-31T21:02:52.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:02:52.225Z] [2020-08-31T21:02:52.225Z] Login Succeeded [2020-08-31T21:02:52.499Z] nexus3.edgexfoundry.org:10002 [2020-08-31T21:02:52.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:02:53.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:02:53.045Z] Configure a credential helper to remove this warning. See [2020-08-31T21:02:53.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:02:53.045Z] [2020-08-31T21:02:53.045Z] Login Succeeded [2020-08-31T21:02:53.045Z] nexus3.edgexfoundry.org:10003 [2020-08-31T21:02:53.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:02:53.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:02:53.339Z] Configure a credential helper to remove this warning. See [2020-08-31T21:02:53.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:02:53.339Z] [2020-08-31T21:02:53.339Z] Login Succeeded [2020-08-31T21:02:53.339Z] nexus3.edgexfoundry.org:10004 [2020-08-31T21:02:53.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:02:53.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:02:53.932Z] Configure a credential helper to remove this warning. See [2020-08-31T21:02:53.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:02:53.932Z] [2020-08-31T21:02:53.932Z] Login Succeeded [2020-08-31T21:02:53.932Z] docker.io [2020-08-31T21:02:54.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-31T21:02:54.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-31T21:02:54.793Z] Configure a credential helper to remove this warning. See [2020-08-31T21:02:54.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-31T21:02:54.793Z] [2020-08-31T21:02:54.793Z] Login Succeeded [2020-08-31T21:02:54.793Z] ---> docker-login.sh ends [Pipeline] } [2020-08-31T21:02:54.807Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:02:54.972Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-08-31T21:02:54.972Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:02:54.972Z] latest [2020-08-31T21:02:54.972Z] 1.2.3-dev.2 [2020-08-31T21:02:54.972Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [2020-08-31T21:02:54.972Z] master [2020-08-31T21:02:54.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:55.472Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:55.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:02:55.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-31T21:02:55.809Z] d8beb7236cb9: Preparing [2020-08-31T21:02:55.809Z] ecc9dc101a4c: Preparing [2020-08-31T21:02:55.809Z] bb95c8359c7e: Preparing [2020-08-31T21:02:56.083Z] ecc9dc101a4c: Pushed [2020-08-31T21:02:56.083Z] d8beb7236cb9: Pushed [2020-08-31T21:02:58.689Z] bb95c8359c7e: Pushed [2020-08-31T21:02:58.689Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:59.028Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:59.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-31T21:02:59.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-31T21:02:59.362Z] d8beb7236cb9: Preparing [2020-08-31T21:02:59.362Z] ecc9dc101a4c: Preparing [2020-08-31T21:02:59.362Z] bb95c8359c7e: Preparing [2020-08-31T21:02:59.362Z] bb95c8359c7e: Layer already exists [2020-08-31T21:02:59.362Z] d8beb7236cb9: Layer already exists [2020-08-31T21:02:59.362Z] ecc9dc101a4c: Layer already exists [2020-08-31T21:02:59.632Z] latest: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:02:59.969Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:00.309Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.2 [2020-08-31T21:03:00.309Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-31T21:03:00.309Z] d8beb7236cb9: Preparing [2020-08-31T21:03:00.309Z] ecc9dc101a4c: Preparing [2020-08-31T21:03:00.309Z] bb95c8359c7e: Preparing [2020-08-31T21:03:00.309Z] ecc9dc101a4c: Layer already exists [2020-08-31T21:03:00.309Z] d8beb7236cb9: Layer already exists [2020-08-31T21:03:00.309Z] bb95c8359c7e: Layer already exists [2020-08-31T21:03:00.583Z] 1.2.3-dev.2: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:00.930Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:01.267Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [2020-08-31T21:03:01.267Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-31T21:03:01.267Z] d8beb7236cb9: Preparing [2020-08-31T21:03:01.267Z] ecc9dc101a4c: Preparing [2020-08-31T21:03:01.267Z] bb95c8359c7e: Preparing [2020-08-31T21:03:01.267Z] ecc9dc101a4c: Layer already exists [2020-08-31T21:03:01.267Z] bb95c8359c7e: Layer already exists [2020-08-31T21:03:01.267Z] d8beb7236cb9: Layer already exists [2020-08-31T21:03:01.537Z] c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:02.211Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:02.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-08-31T21:03:02.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-08-31T21:03:02.552Z] d8beb7236cb9: Preparing [2020-08-31T21:03:02.552Z] ecc9dc101a4c: Preparing [2020-08-31T21:03:02.552Z] bb95c8359c7e: Preparing [2020-08-31T21:03:02.552Z] d8beb7236cb9: Layer already exists [2020-08-31T21:03:02.552Z] bb95c8359c7e: Layer already exists [2020-08-31T21:03:02.552Z] ecc9dc101a4c: Layer already exists [2020-08-31T21:03:02.825Z] master: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-31T21:03:02.995Z] ===================================================== [Pipeline] echo [2020-08-31T21:03:03.039Z] taggedImages: [2020-08-31T21:03:03.039Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:03:03.039Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-08-31T21:03:03.039Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.2 [2020-08-31T21:03:03.039Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [2020-08-31T21:03:03.039Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-31T21:03:04.728Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-31T21:03:04.730Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-31T21:03:04.781Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:05.151Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:03:05.151Z] [2020-08-31T21:03:05.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:05.499Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:03:05.499Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-31T21:03:05.499Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-31T21:03:05.499Z] 408f87550127: Pulling fs layer [2020-08-31T21:03:05.499Z] fe522b08c979: Pulling fs layer [2020-08-31T21:03:05.499Z] 221eaa008020: Pulling fs layer [2020-08-31T21:03:05.499Z] 2a4607e5d6b9: Pulling fs layer [2020-08-31T21:03:05.499Z] 8f79b27c4fd2: Pulling fs layer [2020-08-31T21:03:05.499Z] e5c8dbe1645b: Pulling fs layer [2020-08-31T21:03:05.499Z] 23e8b3b47431: Pulling fs layer [2020-08-31T21:03:05.499Z] 5c568d65a230: Pulling fs layer [2020-08-31T21:03:05.499Z] 2a4607e5d6b9: Waiting [2020-08-31T21:03:05.499Z] 8f79b27c4fd2: Waiting [2020-08-31T21:03:05.499Z] e5c8dbe1645b: Waiting [2020-08-31T21:03:05.499Z] 23e8b3b47431: Waiting [2020-08-31T21:03:05.499Z] 5c568d65a230: Waiting [2020-08-31T21:03:05.499Z] 221eaa008020: Waiting [2020-08-31T21:03:05.499Z] fe522b08c979: Verifying Checksum [2020-08-31T21:03:05.499Z] fe522b08c979: Download complete [2020-08-31T21:03:05.499Z] 408f87550127: Download complete [2020-08-31T21:03:05.499Z] 2a4607e5d6b9: Verifying Checksum [2020-08-31T21:03:05.499Z] 2a4607e5d6b9: Download complete [2020-08-31T21:03:05.499Z] 8f79b27c4fd2: Verifying Checksum [2020-08-31T21:03:05.499Z] 8f79b27c4fd2: Download complete [2020-08-31T21:03:05.499Z] cbdbe7a5bc2a: Download complete [2020-08-31T21:03:06.125Z] e5c8dbe1645b: Verifying Checksum [2020-08-31T21:03:06.125Z] e5c8dbe1645b: Download complete [2020-08-31T21:03:06.125Z] cbdbe7a5bc2a: Pull complete [2020-08-31T21:03:06.741Z] 23e8b3b47431: Verifying Checksum [2020-08-31T21:03:06.741Z] 23e8b3b47431: Download complete [2020-08-31T21:03:06.741Z] 408f87550127: Pull complete [2020-08-31T21:03:07.027Z] 5c568d65a230: Verifying Checksum [2020-08-31T21:03:07.027Z] 5c568d65a230: Download complete [2020-08-31T21:03:07.027Z] fe522b08c979: Pull complete [2020-08-31T21:03:08.001Z] 221eaa008020: Verifying Checksum [2020-08-31T21:03:08.001Z] 221eaa008020: Download complete [2020-08-31T21:03:14.695Z] 221eaa008020: Pull complete [2020-08-31T21:03:14.956Z] 2a4607e5d6b9: Pull complete [2020-08-31T21:03:14.956Z] 8f79b27c4fd2: Pull complete [2020-08-31T21:03:17.623Z] e5c8dbe1645b: Pull complete [2020-08-31T21:03:21.012Z] 23e8b3b47431: Pull complete [2020-08-31T21:03:22.492Z] 5c568d65a230: Pull complete [2020-08-31T21:03:22.492Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-31T21:03:22.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-31T21:03:22.492Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-31T21:03:22.872Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:03:23.006Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-31T21:03:24.516Z] $ docker top ed4523b57093e0d9bb6ae88db24cb6f68f522262ba85f9053a1d690561e7b43e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-31T21:03:25.276Z] + snyk monitor '--org=edgex-jenkins' [2020-08-31T21:03:35.377Z] [2020-08-31T21:03:35.377Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-08-31T21:03:35.377Z] [2020-08-31T21:03:35.377Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/75c5ead7-e0e2-4f4b-a735-92f3189589e5 [2020-08-31T21:03:35.377Z] [2020-08-31T21:03:35.377Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-31T21:03:35.377Z] [2020-08-31T21:03:35.377Z] [2020-08-31T21:03:35.377Z] Snyk CLI supports Node.js 8 and higher. [2020-08-31T21:03:35.377Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-31T21:03:35.377Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-31T21:03:35.377Z] [2020-08-31T21:03:35.377Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-31T21:03:35.377Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-08-31T21:03:35.416Z] $ docker stop --time=1 ed4523b57093e0d9bb6ae88db24cb6f68f522262ba85f9053a1d690561e7b43e [2020-08-31T21:03:37.595Z] $ docker rm -f ed4523b57093e0d9bb6ae88db24cb6f68f522262ba85f9053a1d690561e7b43e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:38.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:03:38.749Z] [2020-08-31T21:03:38.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:39.095Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:03:39.095Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-31T21:03:39.095Z] e7c96db7181b: Pulling fs layer [2020-08-31T21:03:39.095Z] 1868ca2cb446: Pulling fs layer [2020-08-31T21:03:39.095Z] 136be5d0fe8e: Pulling fs layer [2020-08-31T21:03:39.095Z] 894bfe63afcb: Pulling fs layer [2020-08-31T21:03:39.095Z] 894bfe63afcb: Waiting [2020-08-31T21:03:39.095Z] 1868ca2cb446: Verifying Checksum [2020-08-31T21:03:39.095Z] 1868ca2cb446: Download complete [2020-08-31T21:03:39.095Z] 136be5d0fe8e: Download complete [2020-08-31T21:03:39.095Z] e7c96db7181b: Verifying Checksum [2020-08-31T21:03:39.095Z] e7c96db7181b: Download complete [2020-08-31T21:03:39.372Z] 894bfe63afcb: Verifying Checksum [2020-08-31T21:03:39.372Z] 894bfe63afcb: Download complete [2020-08-31T21:03:39.654Z] e7c96db7181b: Pull complete [2020-08-31T21:03:39.925Z] 1868ca2cb446: Pull complete [2020-08-31T21:03:40.193Z] 136be5d0fe8e: Pull complete [2020-08-31T21:03:40.466Z] 894bfe63afcb: Pull complete [2020-08-31T21:03:40.466Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-31T21:03:40.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:03:40.466Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-31T21:03:40.606Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:03:40.676Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:03:41.937Z] $ docker top 27476b381de1d5acda86d614ef7a95d2c505620f40f2c878e81e67137c52bba6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:03:42.605Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:03:42.605Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:03:45.462Z] $ docker stop --time=1 27476b381de1d5acda86d614ef7a95d2c505620f40f2c878e81e67137c52bba6 [2020-08-31T21:03:47.038Z] $ docker rm -f 27476b381de1d5acda86d614ef7a95d2c505620f40f2c878e81e67137c52bba6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:47.538Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:03:47.538Z] . [Pipeline] withDockerContainer [2020-08-31T21:03:47.728Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:03:47.826Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:03:48.684Z] $ docker top 435894dbec39ddcceb3d522103a67eaffad5225b467b7c776a709f58f2d1689c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:03:49.332Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:03:49.332Z] + tee [2020-08-31T21:03:49.332Z] clair timeout 1m0s [2020-08-31T21:03:49.332Z] docker timeout: 1m0s [2020-08-31T21:03:49.332Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:03:50.154Z] $ docker stop --time=1 435894dbec39ddcceb3d522103a67eaffad5225b467b7c776a709f58f2d1689c [2020-08-31T21:03:51.681Z] $ docker rm -f 435894dbec39ddcceb3d522103a67eaffad5225b467b7c776a709f58f2d1689c [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:03:52.400Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-31T21:03:52.415Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_c5c0b25878f760de5fc762f4e5751ff9b1eaad85.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:03:52.467Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:03:52.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:03:52.915Z] . [Pipeline] withDockerContainer [2020-08-31T21:03:53.255Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:03:53.424Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:03:54.620Z] $ docker top a07b379112cb427432e7a8dcbff27f1343fe33f412ff114198198b0ca0cde994 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:03:55.416Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:03:55.417Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:03:58.724Z] $ docker stop --time=1 a07b379112cb427432e7a8dcbff27f1343fe33f412ff114198198b0ca0cde994 [2020-08-31T21:04:00.343Z] $ docker rm -f a07b379112cb427432e7a8dcbff27f1343fe33f412ff114198198b0ca0cde994 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:01.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-31T21:04:01.021Z] . [Pipeline] withDockerContainer [2020-08-31T21:04:01.234Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:04:01.327Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-31T21:04:02.287Z] $ docker top 2ea93d1e3c6766de13e2018a7393f9ae8c45a7a69290fde62197fab24d3a5524 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-31T21:04:02.988Z] + tee [2020-08-31T21:04:02.988Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [2020-08-31T21:04:02.988Z] clair timeout 1m0s [2020-08-31T21:04:02.988Z] docker timeout: 1m0s [2020-08-31T21:04:02.988Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-31T21:04:03.694Z] $ docker stop --time=1 2ea93d1e3c6766de13e2018a7393f9ae8c45a7a69290fde62197fab24d3a5524 [2020-08-31T21:04:05.125Z] $ docker rm -f 2ea93d1e3c6766de13e2018a7393f9ae8c45a7a69290fde62197fab24d3a5524 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-31T21:04:05.623Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-08-31T21:04:05.643Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_c5c0b25878f760de5fc762f4e5751ff9b1eaad85.html [Pipeline] writeFile [Pipeline] step [2020-08-31T21:04:05.694Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:06.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:04:06.732Z] . [Pipeline] withDockerContainer [2020-08-31T21:04:06.850Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:04:06.920Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:04:07.793Z] $ docker top 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:04:08.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:04:08.140Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:04:08.443Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:04:08.450Z] $ docker exec 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 ssh-agent [2020-08-31T21:04:08.693Z] SSH_AUTH_SOCK=/tmp/ssh-msP7QUV0dGgH/agent.12 [2020-08-31T21:04:08.693Z] SSH_AGENT_PID=18 [2020-08-31T21:04:08.701Z] Running ssh-add (command line suppressed) [2020-08-31T21:04:08.852Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6552464364865615913.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6552464364865615913.key) [2020-08-31T21:04:08.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:04:09.244Z] + git semver tag [2020-08-31T21:04:09.244Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:04:09.244Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-31T21:04:09.244Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-31T21:04:09.244Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:04:09.244Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:04:09.245Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:04:09.245Z] # $SEMVER_BRANCH = master [2020-08-31T21:04:09.245Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-31T21:04:09.245Z] # c5c0b25878f760de5fc762f4e5751ff9b1eaad85 HEAD [2020-08-31T21:04:09.245Z] # -> Force: false [2020-08-31T21:04:09.245Z] # 04b1298f1aef4e97ea4edc114c52c82593e56aa2 refs/tags/v1.2.3-dev.2 [Pipeline] } [2020-08-31T21:04:09.258Z] $ docker exec --env ******** --env ******** 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 ssh-agent -k [2020-08-31T21:04:09.393Z] unset SSH_AUTH_SOCK; [2020-08-31T21:04:09.394Z] unset SSH_AGENT_PID; [2020-08-31T21:04:09.394Z] echo Agent pid 18 killed; [2020-08-31T21:04:09.466Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:04:09.910Z] + git semver [Pipeline] } [2020-08-31T21:04:09.931Z] $ docker stop --time=1 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 [2020-08-31T21:04:11.439Z] $ docker rm -f 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:12.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:04:12.084Z] [2020-08-31T21:04:12.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:12.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:04:12.454Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-31T21:04:12.454Z] ab5ef0e58194: Pulling fs layer [2020-08-31T21:04:12.454Z] 9712f1f96733: Pulling fs layer [2020-08-31T21:04:12.454Z] 63f879dbbcfc: Pulling fs layer [2020-08-31T21:04:12.454Z] 0d9ebad4ef96: Pulling fs layer [2020-08-31T21:04:12.454Z] e9a5061849ea: Pulling fs layer [2020-08-31T21:04:12.454Z] d747dcd14b5f: Pulling fs layer [2020-08-31T21:04:12.454Z] 2de7ff778b66: Pulling fs layer [2020-08-31T21:04:12.454Z] 0d9ebad4ef96: Waiting [2020-08-31T21:04:12.454Z] e9a5061849ea: Waiting [2020-08-31T21:04:12.454Z] d747dcd14b5f: Waiting [2020-08-31T21:04:12.454Z] 2de7ff778b66: Waiting [2020-08-31T21:04:12.454Z] 9712f1f96733: Verifying Checksum [2020-08-31T21:04:12.454Z] 9712f1f96733: Download complete [2020-08-31T21:04:13.530Z] 63f879dbbcfc: Verifying Checksum [2020-08-31T21:04:13.530Z] 63f879dbbcfc: Download complete [2020-08-31T21:04:14.615Z] e9a5061849ea: Download complete [2020-08-31T21:04:14.615Z] 0d9ebad4ef96: Verifying Checksum [2020-08-31T21:04:14.615Z] 0d9ebad4ef96: Download complete [2020-08-31T21:04:14.615Z] d747dcd14b5f: Verifying Checksum [2020-08-31T21:04:14.615Z] d747dcd14b5f: Download complete [2020-08-31T21:04:14.615Z] ab5ef0e58194: Verifying Checksum [2020-08-31T21:04:14.615Z] ab5ef0e58194: Download complete [2020-08-31T21:04:15.233Z] 2de7ff778b66: Verifying Checksum [2020-08-31T21:04:15.233Z] 2de7ff778b66: Download complete [2020-08-31T21:04:20.813Z] ab5ef0e58194: Pull complete [2020-08-31T21:04:20.813Z] 9712f1f96733: Pull complete [2020-08-31T21:04:23.847Z] 63f879dbbcfc: Pull complete [2020-08-31T21:04:32.288Z] 0d9ebad4ef96: Pull complete [2020-08-31T21:04:32.941Z] e9a5061849ea: Pull complete [2020-08-31T21:04:32.941Z] d747dcd14b5f: Pull complete [2020-08-31T21:04:37.276Z] 2de7ff778b66: Pull complete [2020-08-31T21:04:37.276Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-31T21:04:37.276Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-31T21:04:37.276Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-31T21:04:37.560Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:04:37.629Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-31T21:04:40.800Z] $ docker top f02e34cfba85d33c26304488f2384d80af395c5a43444cd10b662b661d634ca8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:04:41.108Z] provisioning config files... [2020-08-31T21:04:41.131Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8864888728286012456tmp [2020-08-31T21:04:41.158Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5613124591593026220tmp [2020-08-31T21:04:41.185Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6026783025759239737tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:04:41.235Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:04:41.562Z] ---> sigul-configuration.sh [2020-08-31T21:04:41.562Z] gpg: directory `/root/.gnupg' created [2020-08-31T21:04:41.562Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-31T21:04:41.562Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-31T21:04:41.562Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-31T21:04:41.562Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-31T21:04:41.562Z] gpg: CAST5 encrypted data [2020-08-31T21:04:41.837Z] gpg: encrypted with 1 passphrase [2020-08-31T21:04:41.837Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-31T21:04:42.323Z] + mkdir /home/jenkins [2020-08-31T21:04:42.323Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-31T21:04:42.706Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-31T21:04:42.723Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:04:43.079Z] ---> sigul-install.sh [2020-08-31T21:04:49.730Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-31T21:04:50.369Z] + git tag --list [2020-08-31T21:04:50.369Z] v1.2.3-dev.2 [Pipeline] sh [2020-08-31T21:04:51.128Z] + lftools sign git-tag v1.2.3-dev.2 [2020-08-31T21:04:52.760Z] Signing Git tag with Sigul... [2020-08-31T21:04:52.760Z] Signing v1.2.3-dev.2 [2020-08-31T21:04:53.508Z] Error: Authentication failed [Pipeline] echo [2020-08-31T21:04:53.802Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:04:54.231Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-31T21:04:54.239Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-31T21:04:54.328Z] $ docker stop --time=1 f02e34cfba85d33c26304488f2384d80af395c5a43444cd10b662b661d634ca8 [2020-08-31T21:04:56.385Z] $ docker rm -f f02e34cfba85d33c26304488f2384d80af395c5a43444cd10b662b661d634ca8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:04:57.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:04:57.507Z] . [Pipeline] withDockerContainer [2020-08-31T21:04:57.896Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:04:57.969Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:04:58.789Z] $ docker top d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:04:59.065Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:04:59.065Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:04:59.350Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:04:59.356Z] $ docker exec d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 ssh-agent [2020-08-31T21:04:59.611Z] SSH_AUTH_SOCK=/tmp/ssh-4evt3xOybgEh/agent.11 [2020-08-31T21:04:59.611Z] SSH_AGENT_PID=17 [2020-08-31T21:04:59.620Z] Running ssh-add (command line suppressed) [2020-08-31T21:04:59.809Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2175555436544575182.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2175555436544575182.key) [2020-08-31T21:04:59.881Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:05:00.257Z] + git semver bump pre [2020-08-31T21:05:00.257Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:05:00.257Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-31T21:05:00.257Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-31T21:05:00.257Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:05:00.257Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:05:00.257Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:05:00.257Z] # $SEMVER_BRANCH = master [2020-08-31T21:05:00.257Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-08-31T21:05:00.528Z] 1.2.3-dev.3 [Pipeline] } [2020-08-31T21:05:00.549Z] $ docker exec --env ******** --env ******** d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 ssh-agent -k [2020-08-31T21:05:00.955Z] unset SSH_AUTH_SOCK; [2020-08-31T21:05:00.956Z] unset SSH_AGENT_PID; [2020-08-31T21:05:00.956Z] echo Agent pid 17 killed; [2020-08-31T21:05:01.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:05:01.957Z] + git semver [Pipeline] } [2020-08-31T21:05:02.019Z] $ docker stop --time=1 d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 [2020-08-31T21:05:03.761Z] $ docker rm -f d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:05:04.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-31T21:05:04.371Z] . [Pipeline] withDockerContainer [2020-08-31T21:05:04.662Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:05:04.737Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-31T21:05:06.340Z] $ docker top 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-31T21:05:06.723Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-31T21:05:06.723Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-31T21:05:07.040Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-31T21:05:07.046Z] $ docker exec 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca ssh-agent [2020-08-31T21:05:07.249Z] SSH_AUTH_SOCK=/tmp/ssh-TG7cKu6YdLKX/agent.11 [2020-08-31T21:05:07.249Z] SSH_AGENT_PID=16 [2020-08-31T21:05:07.257Z] Running ssh-add (command line suppressed) [2020-08-31T21:05:07.408Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8241482308771244979.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8241482308771244979.key) [2020-08-31T21:05:07.471Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-31T21:05:07.908Z] + git semver push [2020-08-31T21:05:07.908Z] # -> Open(): unable to determine branch for HEAD [2020-08-31T21:05:07.908Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-08-31T21:05:07.908Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-08-31T21:05:07.908Z] # $SEMVER_REMOTE_NAME = origin [2020-08-31T21:05:07.908Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-31T21:05:07.908Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-31T21:05:07.908Z] # $SEMVER_BRANCH = master [2020-08-31T21:05:07.908Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-08-31T21:05:14.696Z] $ docker exec --env ******** --env ******** 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca ssh-agent -k [2020-08-31T21:05:14.987Z] unset SSH_AUTH_SOCK; [2020-08-31T21:05:14.987Z] unset SSH_AGENT_PID; [2020-08-31T21:05:14.987Z] echo Agent pid 16 killed; [2020-08-31T21:05:15.201Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-31T21:05:16.098Z] + git semver [Pipeline] } [2020-08-31T21:05:16.203Z] $ docker stop --time=1 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca [2020-08-31T21:05:17.716Z] $ docker rm -f 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:19.117Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:19.852Z] ---> package-listing.sh [2020-08-31T21:05:19.852Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-31T21:05:19.852Z] ++ facter osfamily [2020-08-31T21:05:19.852Z] + OS_FAMILY=redhat [2020-08-31T21:05:19.852Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-08-31T21:05:19.852Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-31T21:05:19.852Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-31T21:05:19.852Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-31T21:05:19.852Z] + PACKAGES=/tmp/packages_start.txt [2020-08-31T21:05:19.852Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-31T21:05:19.852Z] + PACKAGES=/tmp/packages_end.txt [2020-08-31T21:05:19.852Z] + case "${OS_FAMILY}" in [2020-08-31T21:05:19.852Z] + rpm -qa [2020-08-31T21:05:19.852Z] + sort [2020-08-31T21:05:24.151Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-31T21:05:24.151Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-31T21:05:24.151Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-31T21:05:24.151Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-08-31T21:05:24.151Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-08-31T21:05:24.151Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:05:24.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:05:24.590Z] [2020-08-31T21:05:24.590Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-31T21:05:24.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:05:24.975Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-31T21:05:24.975Z] c9b1b535fdd9: Pulling fs layer [2020-08-31T21:05:24.975Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-31T21:05:24.975Z] 756a868c4378: Pulling fs layer [2020-08-31T21:05:24.975Z] 444b2fc9a129: Pulling fs layer [2020-08-31T21:05:24.975Z] ea15f1150254: Pulling fs layer [2020-08-31T21:05:24.975Z] 41b27a9f41bf: Pulling fs layer [2020-08-31T21:05:24.975Z] 28c525ee5125: Pulling fs layer [2020-08-31T21:05:24.975Z] 094b1ea09ed8: Pulling fs layer [2020-08-31T21:05:24.975Z] 138eaada9080: Pulling fs layer [2020-08-31T21:05:24.975Z] 0622d0fa9048: Pulling fs layer [2020-08-31T21:05:24.975Z] 444b2fc9a129: Waiting [2020-08-31T21:05:24.975Z] ea15f1150254: Waiting [2020-08-31T21:05:24.975Z] 41b27a9f41bf: Waiting [2020-08-31T21:05:24.975Z] 28c525ee5125: Waiting [2020-08-31T21:05:24.975Z] 094b1ea09ed8: Waiting [2020-08-31T21:05:24.976Z] 138eaada9080: Waiting [2020-08-31T21:05:24.976Z] 0622d0fa9048: Waiting [2020-08-31T21:05:25.292Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-31T21:05:25.292Z] 2cc5ad85d9ab: Download complete [2020-08-31T21:05:25.292Z] 444b2fc9a129: Download complete [2020-08-31T21:05:25.292Z] c9b1b535fdd9: Verifying Checksum [2020-08-31T21:05:25.292Z] c9b1b535fdd9: Download complete [2020-08-31T21:05:25.292Z] ea15f1150254: Verifying Checksum [2020-08-31T21:05:25.292Z] ea15f1150254: Download complete [2020-08-31T21:05:25.608Z] 28c525ee5125: Verifying Checksum [2020-08-31T21:05:25.608Z] 28c525ee5125: Download complete [2020-08-31T21:05:25.955Z] c9b1b535fdd9: Pull complete [2020-08-31T21:05:26.329Z] 756a868c4378: Verifying Checksum [2020-08-31T21:05:26.329Z] 756a868c4378: Download complete [2020-08-31T21:05:26.630Z] 2cc5ad85d9ab: Pull complete [2020-08-31T21:05:26.630Z] 138eaada9080: Verifying Checksum [2020-08-31T21:05:26.630Z] 138eaada9080: Download complete [2020-08-31T21:05:26.630Z] 0622d0fa9048: Verifying Checksum [2020-08-31T21:05:26.630Z] 0622d0fa9048: Download complete [2020-08-31T21:05:26.630Z] 094b1ea09ed8: Download complete [2020-08-31T21:05:27.609Z] 41b27a9f41bf: Verifying Checksum [2020-08-31T21:05:27.609Z] 41b27a9f41bf: Download complete [2020-08-31T21:05:28.588Z] 756a868c4378: Pull complete [2020-08-31T21:05:28.885Z] 444b2fc9a129: Pull complete [2020-08-31T21:05:29.166Z] ea15f1150254: Pull complete [2020-08-31T21:05:34.561Z] 41b27a9f41bf: Pull complete [2020-08-31T21:05:34.561Z] 28c525ee5125: Pull complete [2020-08-31T21:05:37.935Z] 094b1ea09ed8: Pull complete [2020-08-31T21:05:38.199Z] 138eaada9080: Pull complete [2020-08-31T21:05:38.465Z] 0622d0fa9048: Pull complete [2020-08-31T21:05:38.465Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-31T21:05:38.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-31T21:05:38.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-31T21:05:38.783Z] prd-centos7-docker-4c-2g-883 does not seem to be running inside a container [2020-08-31T21:05:39.086Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-31T21:05:41.697Z] $ docker top 28e418d676549f9909123846dadaa2be8aa18e9fdfd498b51a3cd5320c7e44e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-31T21:05:41.939Z] provisioning config files... [2020-08-31T21:05:41.965Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7690652222362095212tmp [Pipeline] { [Pipeline] echo [2020-08-31T21:05:42.071Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:42.750Z] ---> create-netrc.sh [Pipeline] echo [2020-08-31T21:05:42.767Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-31T21:05:43.488Z] ---> logs-deploy.sh [2020-08-31T21:05:43.488Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/20 [2020-08-31T21:05:43.488Z] INFO: archiving workspace using pattern(s): [2020-08-31T21:05:45.143Z] Archives upload complete. [2020-08-31T21:05:45.430Z] INFO: archiving logs to Nexus