Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1159 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 without tags 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 > 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 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 # timeout=10 Commit message: "Merge pull request #162 from weichou1229/issue-161" > git rev-list --no-walk 0f6ae8749af9f9e65a1ee381fa9340c5d8325f5b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-02T08:27:10.882Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-02T08:27:11.135Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-02T08:27:11.214Z] ========================================================= [2020-09-02T08:27:11.214Z] EdgeX Global Pipelines Version Info [2020-09-02T08:27:11.214Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:27:12.610Z] ------------------- [2020-09-02T08:27:12.610Z] stable info: [2020-09-02T08:27:12.610Z] ------------------- [2020-09-02T08:27:12.610Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-02T08:27:12.610Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-02T08:27:12.610Z] Message: update stable to v1.0.115 [2020-09-02T08:27:13.557Z] ------------------- [2020-09-02T08:27:13.557Z] experimental info: [2020-09-02T08:27:13.557Z] ------------------- [2020-09-02T08:27:13.557Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-02T08:27:13.557Z] Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 [2020-09-02T08:27:13.557Z] Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-02T08:27:13.866Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-09-02T08:27:13.952Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-09-02T08:27:14.031Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-02T08:27:14.169Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-02T08:27:14.271Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-02T08:27:14.354Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-02T08:27:14.439Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-02T08:27:14.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-02T08:27:14.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-02T08:27:14.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-02T08:27:14.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-02T08:27:14.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-09-02T08:27:14.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-02T08:27:15.030Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-02T08:27:15.116Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-02T08:27:15.198Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-02T08:27:15.293Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-02T08:27:15.394Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-02T08:27:15.492Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-02T08:27:15.585Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-02T08:27:15.671Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-02T08:27:15.758Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-02T08:27:15.854Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-02T08:27:15.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-02T08:27:16.042Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-02T08:27:16.122Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [Pipeline] echo [2020-09-02T08:27:16.199Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1bcfeef [Pipeline] echo [2020-09-02T08:27:16.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T08:27:16.849Z] + git log --format=format:%s -1 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [Pipeline] echo [2020-09-02T08:27:16.904Z] GIT_COMMIT: 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1, Commit Message: Merge pull request #162 from weichou1229/issue-161 [Pipeline] echo [2020-09-02T08:27:16.945Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:27:17.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:27:18.332Z] [2020-09-02T08:27:18.332Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:27:18.670Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:27:18.670Z] latest: Pulling from edgex-devops/git-semver [2020-09-02T08:27:18.670Z] 31603596830f: Pulling fs layer [2020-09-02T08:27:18.670Z] 2a8b12db71e7: Pulling fs layer [2020-09-02T08:27:18.670Z] 6ca5941a6612: Pulling fs layer [2020-09-02T08:27:18.670Z] ecc8261a40a4: Pulling fs layer [2020-09-02T08:27:18.670Z] ecc8261a40a4: Waiting [2020-09-02T08:27:18.670Z] 2a8b12db71e7: Verifying Checksum [2020-09-02T08:27:18.670Z] 2a8b12db71e7: Download complete [2020-09-02T08:27:18.670Z] 31603596830f: Verifying Checksum [2020-09-02T08:27:18.670Z] 31603596830f: Download complete [2020-09-02T08:27:18.932Z] ecc8261a40a4: Verifying Checksum [2020-09-02T08:27:18.932Z] ecc8261a40a4: Download complete [2020-09-02T08:27:18.932Z] 6ca5941a6612: Verifying Checksum [2020-09-02T08:27:18.932Z] 6ca5941a6612: Download complete [2020-09-02T08:27:18.932Z] 31603596830f: Pull complete [2020-09-02T08:27:19.192Z] 2a8b12db71e7: Pull complete [2020-09-02T08:27:19.763Z] 6ca5941a6612: Pull complete [2020-09-02T08:27:20.025Z] ecc8261a40a4: Pull complete [2020-09-02T08:27:20.025Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-02T08:27:20.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:27:20.285Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-02T08:27:20.375Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:27:20.422Z] $ 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-09-02T08:27:22.515Z] $ docker top e294d6fbc44ed48fc4240523c560e474a4a6441e2d462b3b2a24e687f7617aec -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-02T08:27:22.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T08:27:22.775Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T08:27:22.981Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T08:27:22.987Z] $ docker exec e294d6fbc44ed48fc4240523c560e474a4a6441e2d462b3b2a24e687f7617aec ssh-agent [2020-09-02T08:27:23.332Z] SSH_AUTH_SOCK=/tmp/ssh-onE9ww68r1ty/agent.11 [2020-09-02T08:27:23.332Z] SSH_AGENT_PID=16 [2020-09-02T08:27:23.358Z] Running ssh-add (command line suppressed) [2020-09-02T08:27:23.483Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1544073730382721436.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1544073730382721436.key) [2020-09-02T08:27:23.529Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T08:27:23.852Z] + git describe --exact-match --tags HEAD [2020-09-02T08:27:23.852Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-02T08:27:23.873Z] $ docker exec --env ******** --env ******** e294d6fbc44ed48fc4240523c560e474a4a6441e2d462b3b2a24e687f7617aec ssh-agent -k [2020-09-02T08:27:23.983Z] unset SSH_AUTH_SOCK; [2020-09-02T08:27:23.983Z] unset SSH_AGENT_PID; [2020-09-02T08:27:23.984Z] echo Agent pid 16 killed; [2020-09-02T08:27:24.024Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-02T08:27:24.121Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-02T08:27:24.121Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-02T08:27:24.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T08:27:24.220Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T08:27:24.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T08:27:24.416Z] $ docker exec e294d6fbc44ed48fc4240523c560e474a4a6441e2d462b3b2a24e687f7617aec ssh-agent [2020-09-02T08:27:24.564Z] SSH_AUTH_SOCK=/tmp/ssh-RP21xCPKmYyb/agent.44 [2020-09-02T08:27:24.564Z] SSH_AGENT_PID=49 [2020-09-02T08:27:24.570Z] Running ssh-add (command line suppressed) [2020-09-02T08:27:24.694Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4269044163036018022.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4269044163036018022.key) [2020-09-02T08:27:24.737Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T08:27:25.059Z] + git semver init [2020-09-02T08:27:25.059Z] # -> Open(): unable to determine branch for HEAD [2020-09-02T08:27:25.059Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-02T08:27:25.059Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-02T08:27:25.059Z] # $SEMVER_REMOTE_NAME = origin [2020-09-02T08:27:25.059Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-02T08:27:25.059Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-02T08:27:25.059Z] # $SEMVER_BRANCH = master [2020-09-02T08:27:25.059Z] # $SEMVER_TEMP = /tmp/semver-768353870 [2020-09-02T08:27:25.059Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-09-02T08:27:25.630Z] # '/tmp/semver-768353870' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-09-02T08:27:25.630Z] # -> Force: false [2020-09-02T08:27:25.630Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-09-02T08:27:25.643Z] $ docker exec --env ******** --env ******** e294d6fbc44ed48fc4240523c560e474a4a6441e2d462b3b2a24e687f7617aec ssh-agent -k [2020-09-02T08:27:25.768Z] unset SSH_AUTH_SOCK; [2020-09-02T08:27:25.769Z] unset SSH_AGENT_PID; [2020-09-02T08:27:25.769Z] echo Agent pid 49 killed; [2020-09-02T08:27:25.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-02T08:27:26.242Z] + git semver [Pipeline] } [2020-09-02T08:27:26.260Z] $ docker stop --time=1 e294d6fbc44ed48fc4240523c560e474a4a6441e2d462b3b2a24e687f7617aec [2020-09-02T08:27:27.599Z] $ docker rm -f e294d6fbc44ed48fc4240523c560e474a4a6441e2d462b3b2a24e687f7617aec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-02T08:27:28.250Z] Stashed 23 file(s) [Pipeline] echo [2020-09-02T08:27:28.252Z] [edgeXSemver]: initialized semver on version 1.2.3-dev.4 [Pipeline] echo [2020-09-02T08:27:28.330Z] Archived original version: [1.2.3-dev.4] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-02T08:27:43.753Z] Still waiting to schedule task [2020-09-02T08:27:43.754Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-02T08:27:43.756Z] Still waiting to schedule task [2020-09-02T08:27:43.756Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-02T08:29:26.518Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1160 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-09-02T08:29:27.627Z] Running in /w/workspace/device-modbus-go/22 [Pipeline] { [Pipeline] checkout [2020-09-02T08:29:32.677Z] using credential edgex-jenkins-ssh [2020-09-02T08:29:32.731Z] Cloning the remote Git repository [2020-09-02T08:29:32.731Z] Cloning with configured refspecs honoured and without tags [2020-09-02T08:29:33.809Z] Fetching without tags [2020-09-02T08:29:32.786Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:29:32.895Z] > git init /w/workspace/device-modbus-go/22 # timeout=10 [2020-09-02T08:29:32.957Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:29:32.958Z] > git --version # timeout=10 [2020-09-02T08:29:32.981Z] > git --version # 'git version 2.17.1' [2020-09-02T08:29:32.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:29:33.062Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:29:33.723Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:29:33.745Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:29:33.778Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:29:33.816Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:29:33.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:29:33.828Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:29:34.298Z] Checking out Revision 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 (master) [2020-09-02T08:29:34.311Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:29:34.337Z] > git checkout -f 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 # timeout=10 [2020-09-02T08:29:38.785Z] Commit message: "Merge pull request #162 from weichou1229/issue-161" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-02T08:29:39.970Z] ========================================================= [2020-09-02T08:29:39.970Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-02T08:29:39.970Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:29:41.051Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-02T08:29:42.032Z] Sending build context to Docker daemon 661.5kB [2020-09-02T08:29:42.032Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-02T08:29:42.032Z] Step 2/8 : FROM ${BASE} [2020-09-02T08:29:42.308Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-02T08:29:42.308Z] b538f80385f9: Pulling fs layer [2020-09-02T08:29:42.308Z] 74f711af9a0d: Pulling fs layer [2020-09-02T08:29:42.308Z] 99f96fe45779: Pulling fs layer [2020-09-02T08:29:42.308Z] fd7a069fd194: Pulling fs layer [2020-09-02T08:29:42.308Z] 66aa3694b03b: Pulling fs layer [2020-09-02T08:29:42.308Z] 170f70906a0f: Pulling fs layer [2020-09-02T08:29:42.308Z] ad7c5574e4b9: Pulling fs layer [2020-09-02T08:29:42.308Z] e772456be8f7: Pulling fs layer [2020-09-02T08:29:42.308Z] c890913d741a: Pulling fs layer [2020-09-02T08:29:42.308Z] 2480fcc9aa5a: Pulling fs layer [2020-09-02T08:29:42.308Z] 09adf4765672: Pulling fs layer [2020-09-02T08:29:42.308Z] 66aa3694b03b: Waiting [2020-09-02T08:29:42.308Z] 170f70906a0f: Waiting [2020-09-02T08:29:42.308Z] ad7c5574e4b9: Waiting [2020-09-02T08:29:42.308Z] e772456be8f7: Waiting [2020-09-02T08:29:42.308Z] c890913d741a: Waiting [2020-09-02T08:29:42.308Z] 2480fcc9aa5a: Waiting [2020-09-02T08:29:42.308Z] 09adf4765672: Waiting [2020-09-02T08:29:42.308Z] fd7a069fd194: Waiting [2020-09-02T08:29:42.308Z] 99f96fe45779: Verifying Checksum [2020-09-02T08:29:42.308Z] 99f96fe45779: Download complete [2020-09-02T08:29:42.308Z] 74f711af9a0d: Verifying Checksum [2020-09-02T08:29:42.308Z] 74f711af9a0d: Download complete [2020-09-02T08:29:42.308Z] 66aa3694b03b: Download complete [2020-09-02T08:29:42.308Z] 170f70906a0f: Verifying Checksum [2020-09-02T08:29:42.308Z] 170f70906a0f: Download complete [2020-09-02T08:29:42.308Z] b538f80385f9: Verifying Checksum [2020-09-02T08:29:42.308Z] b538f80385f9: Download complete [2020-09-02T08:29:43.307Z] b538f80385f9: Pull complete [2020-09-02T08:29:44.034Z] 74f711af9a0d: Pull complete [2020-09-02T08:29:44.361Z] 99f96fe45779: Pull complete [2020-09-02T08:29:45.351Z] ad7c5574e4b9: Download complete [2020-09-02T08:29:45.632Z] c890913d741a: Verifying Checksum [2020-09-02T08:29:45.632Z] c890913d741a: Download complete [2020-09-02T08:29:47.076Z] 2480fcc9aa5a: Verifying Checksum [2020-09-02T08:29:47.076Z] 2480fcc9aa5a: Download complete [2020-09-02T08:29:47.076Z] e772456be8f7: Verifying Checksum [2020-09-02T08:29:47.076Z] e772456be8f7: Download complete [2020-09-02T08:29:47.076Z] 09adf4765672: Verifying Checksum [2020-09-02T08:29:47.076Z] 09adf4765672: Download complete [2020-09-02T08:29:48.056Z] fd7a069fd194: Verifying Checksum [2020-09-02T08:29:48.056Z] fd7a069fd194: Download complete [2020-09-02T08:30:00.457Z] fd7a069fd194: Pull complete [2020-09-02T08:30:00.457Z] 66aa3694b03b: Pull complete [2020-09-02T08:30:00.457Z] 170f70906a0f: Pull complete [2020-09-02T08:30:03.867Z] ad7c5574e4b9: Pull complete [2020-09-02T08:30:08.168Z] e772456be8f7: Pull complete [2020-09-02T08:30:08.168Z] c890913d741a: Pull complete [2020-09-02T08:30:10.822Z] 2480fcc9aa5a: Pull complete [2020-09-02T08:30:11.097Z] 09adf4765672: Pull complete [2020-09-02T08:30:11.097Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-02T08:30:11.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-02T08:30:11.097Z] ---> 2248a725d1cf [2020-09-02T08:30:11.097Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-02T08:30:15.398Z] ---> Running in a1910d870ba2 [2020-09-02T08:30:15.398Z] Removing intermediate container a1910d870ba2 [2020-09-02T08:30:15.398Z] ---> 258e0697dad8 [2020-09-02T08:30:15.398Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:30:15.398Z] ---> Running in fea28f13743d [2020-09-02T08:30:18.029Z] Removing intermediate container fea28f13743d [2020-09-02T08:30:18.029Z] ---> aa6f5278b450 [2020-09-02T08:30:18.029Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:30:18.313Z] ---> Running in b56b0931c1e7 [2020-09-02T08:30:19.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T08:30:20.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T08:30:21.310Z] (1/14) Installing libmagic (5.38-r0) [2020-09-02T08:30:21.578Z] (2/14) Installing file (5.38-r0) [2020-09-02T08:30:21.578Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-02T08:30:21.578Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-02T08:30:25.878Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-02T08:30:25.878Z] (6/14) Installing patch (2.7.6-r6) [2020-09-02T08:30:25.878Z] (7/14) Installing build-base (0.5-r2) [2020-09-02T08:30:25.878Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-02T08:30:25.999Z] Running on prd-centos7-docker-4c-2g-1161 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-09-02T08:30:26.044Z] Running in /w/workspace/device-modbus-go/22 [Pipeline] { [Pipeline] checkout [2020-09-02T08:30:26.149Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-02T08:30:26.150Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-02T08:30:26.420Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-02T08:30:26.690Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-02T08:30:26.690Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-02T08:30:26.962Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-02T08:30:26.962Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T08:30:26.962Z] OK: 221 MiB in 53 packages [2020-09-02T08:30:28.631Z] using credential edgex-jenkins-ssh [2020-09-02T08:30:28.679Z] Cloning the remote Git repository [2020-09-02T08:30:28.679Z] Cloning with configured refspecs honoured and without tags [2020-09-02T08:30:29.326Z] Fetching without tags [2020-09-02T08:30:28.710Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:30:28.772Z] > git init /w/workspace/device-modbus-go/22 # timeout=10 [2020-09-02T08:30:28.822Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:30:28.823Z] > git --version # timeout=10 [2020-09-02T08:30:28.828Z] > git --version # 'git version 2.16.5' [2020-09-02T08:30:28.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:30:28.850Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:30:29.303Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:30:29.313Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:30:29.326Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-09-02T08:30:29.335Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-09-02T08:30:29.335Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-02T08:30:29.339Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-02T08:30:29.701Z] Checking out Revision 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 (master) [2020-09-02T08:30:29.715Z] > git config core.sparsecheckout # timeout=10 [2020-09-02T08:30:29.719Z] > git checkout -f 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 # timeout=10 [2020-09-02T08:30:31.268Z] Removing intermediate container b56b0931c1e7 [2020-09-02T08:30:31.268Z] ---> b7f50d59e893 [2020-09-02T08:30:31.268Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-02T08:30:31.268Z] ---> Running in 234d4e33362f [2020-09-02T08:30:31.866Z] Removing intermediate container 234d4e33362f [2020-09-02T08:30:31.866Z] ---> e6e731df7070 [2020-09-02T08:30:31.866Z] Step 7/8 : COPY . . [2020-09-02T08:30:32.846Z] ---> 63141d35c1dc [2020-09-02T08:30:32.846Z] Step 8/8 : RUN go mod download [2020-09-02T08:30:32.846Z] ---> Running in 3f4206f7a0e3 [2020-09-02T08:30:33.231Z] Commit message: "Merge pull request #162 from weichou1229/issue-161" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-02T08:30:34.042Z] ========================================================= [2020-09-02T08:30:34.042Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-02T08:30:34.042Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:30:34.746Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-02T08:30:35.007Z] Sending build context to Docker daemon 661.5kB [2020-09-02T08:30:35.007Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-02T08:30:35.007Z] Step 2/8 : FROM ${BASE} [2020-09-02T08:30:35.007Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-02T08:30:35.277Z] df20fa9351a1: Pulling fs layer [2020-09-02T08:30:35.277Z] ed8968b2872e: Pulling fs layer [2020-09-02T08:30:35.277Z] a92cc7c5fd73: Pulling fs layer [2020-09-02T08:30:35.277Z] 2dd03ba5bac4: Pulling fs layer [2020-09-02T08:30:35.277Z] 1e091d79d1de: Pulling fs layer [2020-09-02T08:30:35.277Z] 481702a1767f: Pulling fs layer [2020-09-02T08:30:35.277Z] f64a6f60c768: Pulling fs layer [2020-09-02T08:30:35.277Z] e78d2573fc39: Pulling fs layer [2020-09-02T08:30:35.277Z] e876d2f968b6: Pulling fs layer [2020-09-02T08:30:35.277Z] ce8a83651883: Pulling fs layer [2020-09-02T08:30:35.277Z] 07967f4d0e4b: Pulling fs layer [2020-09-02T08:30:35.277Z] f64a6f60c768: Waiting [2020-09-02T08:30:35.277Z] e78d2573fc39: Waiting [2020-09-02T08:30:35.277Z] e876d2f968b6: Waiting [2020-09-02T08:30:35.277Z] ce8a83651883: Waiting [2020-09-02T08:30:35.277Z] 07967f4d0e4b: Waiting [2020-09-02T08:30:35.277Z] 2dd03ba5bac4: Waiting [2020-09-02T08:30:35.277Z] 1e091d79d1de: Waiting [2020-09-02T08:30:35.277Z] 481702a1767f: Waiting [2020-09-02T08:30:35.277Z] a92cc7c5fd73: Download complete [2020-09-02T08:30:35.277Z] ed8968b2872e: Download complete [2020-09-02T08:30:35.277Z] 1e091d79d1de: Download complete [2020-09-02T08:30:35.277Z] 481702a1767f: Verifying Checksum [2020-09-02T08:30:35.277Z] 481702a1767f: Download complete [2020-09-02T08:30:35.277Z] df20fa9351a1: Verifying Checksum [2020-09-02T08:30:35.277Z] df20fa9351a1: Download complete [2020-09-02T08:30:35.553Z] df20fa9351a1: Pull complete [2020-09-02T08:30:36.147Z] f64a6f60c768: Verifying Checksum [2020-09-02T08:30:36.147Z] f64a6f60c768: Download complete [2020-09-02T08:30:36.147Z] e876d2f968b6: Verifying Checksum [2020-09-02T08:30:36.147Z] e876d2f968b6: Download complete [2020-09-02T08:30:36.227Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:30:36.227Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:30:36.227Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-02T08:30:36.227Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:30:36.497Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-02T08:30:36.497Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-02T08:30:36.497Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:30:36.497Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-02T08:30:36.497Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:30:36.497Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:30:36.497Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:30:36.731Z] e78d2573fc39: Verifying Checksum [2020-09-02T08:30:36.731Z] e78d2573fc39: Download complete [2020-09-02T08:30:36.731Z] ce8a83651883: Verifying Checksum [2020-09-02T08:30:36.731Z] ce8a83651883: Download complete [2020-09-02T08:30:36.731Z] 07967f4d0e4b: Verifying Checksum [2020-09-02T08:30:36.731Z] 07967f4d0e4b: Download complete [2020-09-02T08:30:36.769Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:30:36.769Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:30:36.769Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:30:36.769Z] go: finding github.com/fatih/color v1.7.0 [2020-09-02T08:30:36.769Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:30:36.769Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T08:30:36.769Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:30:36.996Z] 2dd03ba5bac4: Verifying Checksum [2020-09-02T08:30:36.996Z] 2dd03ba5bac4: Download complete [2020-09-02T08:30:37.040Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-02T08:30:37.041Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T08:30:37.041Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T08:30:37.041Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-02T08:30:37.041Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T08:30:37.041Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T08:30:37.041Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:30:37.260Z] ed8968b2872e: Pull complete [2020-09-02T08:30:37.311Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-02T08:30:37.311Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-02T08:30:37.311Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:30:37.311Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:30:37.311Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-02T08:30:37.311Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-02T08:30:37.521Z] a92cc7c5fd73: Pull complete [2020-09-02T08:30:37.580Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:30:37.580Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-02T08:30:37.580Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-02T08:30:37.581Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-02T08:30:37.581Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-02T08:30:37.581Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:30:37.581Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-02T08:30:37.850Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-02T08:30:37.850Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-02T08:30:37.850Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T08:30:37.850Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-02T08:30:37.850Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-02T08:30:37.850Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-02T08:30:37.850Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-02T08:30:38.121Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-02T08:30:38.121Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:30:38.121Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:30:38.121Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-02T08:30:38.121Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-02T08:30:38.121Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-02T08:30:38.121Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-02T08:30:38.392Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-02T08:30:38.392Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:30:38.392Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:30:38.392Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-02T08:30:38.392Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:30:38.392Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T08:30:38.664Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-02T08:30:38.664Z] go: finding github.com/posener/complete v1.1.1 [2020-09-02T08:30:38.664Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-02T08:30:38.664Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-02T08:30:38.664Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-02T08:30:38.664Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-02T08:30:38.664Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-02T08:30:38.934Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T08:30:38.934Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-02T08:30:38.934Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-02T08:30:38.934Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-02T08:30:38.934Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-02T08:30:38.934Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-02T08:30:39.209Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:30:44.135Z] 2dd03ba5bac4: Pull complete [2020-09-02T08:30:44.135Z] 1e091d79d1de: Pull complete [2020-09-02T08:30:44.135Z] 481702a1767f: Pull complete [2020-09-02T08:30:48.369Z] f64a6f60c768: Pull complete [2020-09-02T08:30:49.363Z] Removing intermediate container 3f4206f7a0e3 [2020-09-02T08:30:49.363Z] ---> eadcd2c197e0 [2020-09-02T08:30:49.363Z] Successfully built eadcd2c197e0 [2020-09-02T08:30:49.363Z] 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] { [2020-09-02T08:30:50.951Z] e78d2573fc39: Pull complete [2020-09-02T08:30:50.952Z] e876d2f968b6: Pull complete [2020-09-02T08:30:51.914Z] ce8a83651883: Pull complete [2020-09-02T08:30:52.177Z] 07967f4d0e4b: Pull complete [2020-09-02T08:30:52.177Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-02T08:30:52.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-02T08:30:52.177Z] ---> 5d7c900382c6 [2020-09-02T08:30:52.177Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [Pipeline] sh [2020-09-02T08:30:52.755Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-02T08:30:53.086Z] + ls -al . [2020-09-02T08:30:53.086Z] total 100 [2020-09-02T08:30:53.086Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 2 08:29 . [2020-09-02T08:30:53.086Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 08:29 .. [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 2 08:29 .dockerignore [2020-09-02T08:30:53.086Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 2 08:29 .git [2020-09-02T08:30:53.086Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 08:29 .github [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 330 Sep 2 08:29 .gitignore [2020-09-02T08:30:53.086Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 08:29 .semver [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 4564 Sep 2 08:29 Attribution.txt [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 1430 Sep 2 08:29 Dockerfile [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 954 Sep 2 08:29 Dockerfile.build [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 702 Sep 2 08:29 Jenkinsfile [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 2 08:29 LICENSE [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 880 Sep 2 08:29 Makefile [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 591 Sep 2 08:29 README.md [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 2 08:27 VERSION [2020-09-02T08:30:53.086Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 08:29 bin [2020-09-02T08:30:53.086Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 08:29 cmd [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 559 Sep 2 08:29 go.mod [2020-09-02T08:30:53.086Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 2 08:29 internal [2020-09-02T08:30:53.086Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 2 08:29 simulator [2020-09-02T08:30:53.086Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 2 08:29 snap [2020-09-02T08:30:53.086Z] -rw-rw-r-- 1 jenkins jenkins 229 Sep 2 08:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:30:53.423Z] + 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=1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 --label arch=arm64 --label version=1.2.3-dev.4 . [2020-09-02T08:30:53.694Z] Sending build context to Docker daemon 661.5kB [2020-09-02T08:30:53.966Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-02T08:30:53.966Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-02T08:30:53.966Z] ---> eadcd2c197e0 [2020-09-02T08:30:53.966Z] Step 3/20 : ARG MAKE='make build' [2020-09-02T08:30:53.966Z] ---> Running in 1de53b6e1ebb [2020-09-02T08:30:54.095Z] ---> Running in 2e4597c8ff8e [2020-09-02T08:30:54.095Z] Removing intermediate container 2e4597c8ff8e [2020-09-02T08:30:54.095Z] ---> cb2a6fc0d028 [2020-09-02T08:30:54.095Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:30:54.095Z] ---> Running in 1bf23613da93 [2020-09-02T08:30:54.562Z] Removing intermediate container 1de53b6e1ebb [2020-09-02T08:30:54.562Z] ---> 63af5e2ac4fa [2020-09-02T08:30:54.562Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:30:54.562Z] ---> Running in b6d4b13fd1a1 [2020-09-02T08:30:55.483Z] Removing intermediate container 1bf23613da93 [2020-09-02T08:30:55.483Z] ---> 790a3f585263 [2020-09-02T08:30:55.483Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:30:55.483Z] ---> Running in 48f9790a342b [2020-09-02T08:30:56.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T08:30:56.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T08:30:56.888Z] (1/14) Installing libmagic (5.38-r0) [2020-09-02T08:30:57.152Z] (2/14) Installing file (5.38-r0) [2020-09-02T08:30:57.152Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-02T08:30:57.171Z] Removing intermediate container b6d4b13fd1a1 [2020-09-02T08:30:57.171Z] ---> e21de8c7546c [2020-09-02T08:30:57.171Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:30:57.171Z] ---> Running in 79ff0a648afd [2020-09-02T08:30:57.413Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-02T08:30:58.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-02T08:30:59.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-02T08:31:00.157Z] OK: 221 MiB in 53 packages [2020-09-02T08:31:01.139Z] Removing intermediate container 79ff0a648afd [2020-09-02T08:31:01.139Z] ---> 87ecdf628417 [2020-09-02T08:31:01.139Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-02T08:31:01.411Z] ---> Running in 70576dc9d786 [2020-09-02T08:31:02.005Z] Removing intermediate container 70576dc9d786 [2020-09-02T08:31:02.005Z] ---> 0bd5bfcfeb3d [2020-09-02T08:31:02.005Z] Step 7/20 : COPY . . [2020-09-02T08:31:02.712Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-02T08:31:02.712Z] (6/14) Installing patch (2.7.6-r6) [2020-09-02T08:31:02.712Z] (7/14) Installing build-base (0.5-r2) [2020-09-02T08:31:02.712Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-02T08:31:02.712Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-02T08:31:02.712Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-02T08:31:02.712Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-02T08:31:02.973Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-02T08:31:02.973Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-02T08:31:02.985Z] ---> be67baf0b6ce [2020-09-02T08:31:02.985Z] Step 8/20 : RUN ${MAKE} [2020-09-02T08:31:02.985Z] ---> Running in bf33fee2cd9c [2020-09-02T08:31:03.235Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-02T08:31:03.235Z] Executing busybox-1.31.1-r16.trigger [2020-09-02T08:31:03.235Z] OK: 237 MiB in 53 packages [2020-09-02T08:31:04.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.4" -o cmd/device-modbus ./cmd [2020-09-02T08:31:06.543Z] Removing intermediate container 48f9790a342b [2020-09-02T08:31:06.543Z] ---> 507a58836293 [2020-09-02T08:31:06.543Z] Step 6/8 : WORKDIR /device-modbus-go [2020-09-02T08:31:06.543Z] ---> Running in e9dc06d064a7 [2020-09-02T08:31:06.543Z] Removing intermediate container e9dc06d064a7 [2020-09-02T08:31:06.543Z] ---> 8e2be58b8237 [2020-09-02T08:31:06.543Z] Step 7/8 : COPY . . [2020-09-02T08:31:07.495Z] ---> e502107e9fd0 [2020-09-02T08:31:07.495Z] Step 8/8 : RUN go mod download [2020-09-02T08:31:07.495Z] ---> Running in f9407df3293b [2020-09-02T08:31:10.058Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-02T08:31:10.058Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-02T08:31:10.058Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-02T08:31:10.058Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-02T08:31:10.058Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-02T08:31:10.058Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-02T08:31:10.058Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-02T08:31:10.058Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-02T08:31:10.058Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-09-02T08:31:10.058Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-09-02T08:31:10.058Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-02T08:31:10.058Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-02T08:31:10.058Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-02T08:31:10.058Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-02T08:31:10.058Z] go: finding github.com/fatih/color v1.7.0 [2020-09-02T08:31:10.318Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-02T08:31:10.318Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-02T08:31:10.318Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-02T08:31:10.318Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-02T08:31:10.318Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-09-02T08:31:10.318Z] go: finding github.com/goburrow/serial v0.1.0 [2020-09-02T08:31:10.318Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-02T08:31:10.579Z] go: finding github.com/google/uuid v1.1.1 [2020-09-02T08:31:10.579Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-02T08:31:10.580Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-02T08:31:10.580Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-02T08:31:10.580Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-02T08:31:10.580Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-02T08:31:10.580Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-02T08:31:10.840Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-02T08:31:10.840Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-02T08:31:10.840Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-02T08:31:10.840Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-09-02T08:31:10.840Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-02T08:31:10.840Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-02T08:31:11.102Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-02T08:31:11.102Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-09-02T08:31:11.102Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-02T08:31:11.102Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-02T08:31:11.102Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-02T08:31:11.102Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-02T08:31:11.102Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-02T08:31:11.363Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-02T08:31:11.363Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-02T08:31:11.363Z] go: finding github.com/miekg/dns v1.1.4 [2020-09-02T08:31:11.363Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-02T08:31:11.363Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-02T08:31:11.363Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-02T08:31:11.363Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-09-02T08:31:11.624Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-02T08:31:11.625Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-09-02T08:31:11.625Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-02T08:31:11.625Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-02T08:31:11.625Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-02T08:31:11.625Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-02T08:31:11.885Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-02T08:31:11.885Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-02T08:31:11.885Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-02T08:31:11.885Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-02T08:31:11.885Z] go: finding github.com/posener/complete v1.1.1 [2020-09-02T08:31:11.885Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-09-02T08:31:12.147Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-02T08:31:12.147Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-02T08:31:12.147Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-02T08:31:12.147Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-02T08:31:12.147Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-02T08:31:12.147Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-02T08:31:12.410Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-09-02T08:31:12.410Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-02T08:31:12.410Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-02T08:31:12.410Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-02T08:31:12.410Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-02T08:31:20.577Z] Removing intermediate container f9407df3293b [2020-09-02T08:31:20.577Z] ---> 1a9e69595066 [2020-09-02T08:31:20.577Z] Successfully built 1a9e69595066 [2020-09-02T08:31:20.577Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-02T08:31:21.642Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-02T08:31:21.946Z] + ls -al . [2020-09-02T08:31:21.946Z] total 64 [2020-09-02T08:31:21.946Z] drwxrwxr-x. 10 jenkins jenkins 4096 Sep 2 08:30 . [2020-09-02T08:31:21.946Z] drwxrwxr-x. 4 jenkins jenkins 30 Sep 2 08:30 .. [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 4564 Sep 2 08:30 Attribution.txt [2020-09-02T08:31:21.946Z] drwxrwxr-x. 2 jenkins jenkins 87 Sep 2 08:30 bin [2020-09-02T08:31:21.946Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 2 08:30 cmd [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 1430 Sep 2 08:30 Dockerfile [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 954 Sep 2 08:30 Dockerfile.build [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 2 08:30 .dockerignore [2020-09-02T08:31:21.946Z] drwxrwxr-x. 8 jenkins jenkins 162 Sep 2 08:30 .git [2020-09-02T08:31:21.946Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 2 08:30 .github [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 330 Sep 2 08:30 .gitignore [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 559 Sep 2 08:30 go.mod [2020-09-02T08:31:21.946Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 2 08:30 internal [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 702 Sep 2 08:30 Jenkinsfile [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 2 08:30 LICENSE [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 880 Sep 2 08:30 Makefile [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 591 Sep 2 08:30 README.md [2020-09-02T08:31:21.946Z] drwxrwxr-x. 3 jenkins jenkins 44 Sep 2 08:30 .semver [2020-09-02T08:31:21.946Z] drwxrwxr-x. 2 jenkins jenkins 52 Sep 2 08:30 simulator [2020-09-02T08:31:21.946Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 2 08:30 snap [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 11 Sep 2 08:27 VERSION [2020-09-02T08:31:21.946Z] -rw-rw-r--. 1 jenkins jenkins 229 Sep 2 08:30 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:22.291Z] + 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=1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 --label arch=amd64 --label version=1.2.3-dev.4 . [2020-09-02T08:31:22.291Z] Sending build context to Docker daemon 661.5kB [2020-09-02T08:31:22.291Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-09-02T08:31:22.291Z] Step 2/20 : FROM ${BASE} AS builder [2020-09-02T08:31:22.291Z] ---> 1a9e69595066 [2020-09-02T08:31:22.291Z] Step 3/20 : ARG MAKE='make build' [2020-09-02T08:31:22.555Z] ---> Running in dcc3925d7f30 [2020-09-02T08:31:22.826Z] Removing intermediate container dcc3925d7f30 [2020-09-02T08:31:22.827Z] ---> 874990cc0cac [2020-09-02T08:31:22.827Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-02T08:31:22.827Z] ---> Running in 931fa1186655 [2020-09-02T08:31:24.290Z] Removing intermediate container 931fa1186655 [2020-09-02T08:31:24.290Z] ---> 3518c4b4bb12 [2020-09-02T08:31:24.290Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-09-02T08:31:24.559Z] ---> Running in 413aec69e1d0 [2020-09-02T08:31:25.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-02T08:31:26.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-02T08:31:26.685Z] OK: 237 MiB in 53 packages [2020-09-02T08:31:27.266Z] Removing intermediate container 413aec69e1d0 [2020-09-02T08:31:27.266Z] ---> fd48b47b8d4e [2020-09-02T08:31:27.266Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-09-02T08:31:27.266Z] ---> Running in e230b53db5f5 [2020-09-02T08:31:27.531Z] Removing intermediate container e230b53db5f5 [2020-09-02T08:31:27.532Z] ---> 01ed5d5415c1 [2020-09-02T08:31:27.532Z] Step 7/20 : COPY . . [2020-09-02T08:31:28.112Z] ---> 6eb8da33ea26 [2020-09-02T08:31:28.112Z] Step 8/20 : RUN ${MAKE} [2020-09-02T08:31:28.379Z] ---> Running in 6aad4f0d798d [2020-09-02T08:31:28.642Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.4" -o cmd/device-modbus ./cmd [2020-09-02T08:31:31.251Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T08:31:35.616Z] Removing intermediate container bf33fee2cd9c [2020-09-02T08:31:35.616Z] ---> f08f0f6325a9 [2020-09-02T08:31:35.616Z] Step 9/20 : FROM scratch [2020-09-02T08:31:35.616Z] ---> [2020-09-02T08:31:35.616Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-02T08:31:35.616Z] ---> Running in 4d2c2f3397f5 [2020-09-02T08:31:35.616Z] Removing intermediate container 4d2c2f3397f5 [2020-09-02T08:31:35.616Z] ---> fd7ac03dc342 [2020-09-02T08:31:35.616Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-02T08:31:35.892Z] ---> Running in e01bc8adc3a0 [2020-09-02T08:31:36.186Z] Removing intermediate container e01bc8adc3a0 [2020-09-02T08:31:36.186Z] ---> 5c0ece341f5b [2020-09-02T08:31:36.186Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-02T08:31:37.648Z] ---> 9e60f42a5253 [2020-09-02T08:31:37.648Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-02T08:31:38.247Z] ---> 6b4e1322f5ab [2020-09-02T08:31:38.247Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-02T08:31:38.804Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-02T08:31:38.850Z] ---> 673604548d44 [2020-09-02T08:31:38.850Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-02T08:31:39.134Z] ---> Running in 8cdb878344e8 [2020-09-02T08:31:39.417Z] Removing intermediate container 8cdb878344e8 [2020-09-02T08:31:39.417Z] ---> c0f7b378cd11 [2020-09-02T08:31:39.417Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-02T08:31:39.693Z] ---> Running in 31857ee2013e [2020-09-02T08:31:39.968Z] Removing intermediate container 31857ee2013e [2020-09-02T08:31:39.968Z] ---> a55f84b1b526 [2020-09-02T08:31:39.968Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-02T08:31:40.252Z] ---> Running in d051c6d3727e [2020-09-02T08:31:40.525Z] Removing intermediate container d051c6d3727e [2020-09-02T08:31:40.525Z] ---> 903fbf762613 [2020-09-02T08:31:40.525Z] Step 18/20 : LABEL arch=arm64 [2020-09-02T08:31:40.768Z] Removing intermediate container 6aad4f0d798d [2020-09-02T08:31:40.769Z] ---> 51c42026a11c [2020-09-02T08:31:40.769Z] Step 9/20 : FROM scratch [2020-09-02T08:31:40.769Z] ---> [2020-09-02T08:31:40.769Z] Step 10/20 : ENV APP_PORT=49991 [2020-09-02T08:31:40.804Z] ---> Running in d5c438e6b085 [2020-09-02T08:31:41.044Z] ---> Running in 708ac8c2fd41 [2020-09-02T08:31:41.044Z] Removing intermediate container 708ac8c2fd41 [2020-09-02T08:31:41.044Z] ---> cfc9f421e609 [2020-09-02T08:31:41.044Z] Step 11/20 : EXPOSE $APP_PORT [2020-09-02T08:31:41.044Z] ---> Running in 2f972cbbb4a5 [2020-09-02T08:31:41.089Z] Removing intermediate container d5c438e6b085 [2020-09-02T08:31:41.089Z] ---> 5d84a1f68dc9 [2020-09-02T08:31:41.089Z] Step 19/20 : LABEL git_sha=1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:41.314Z] Removing intermediate container 2f972cbbb4a5 [2020-09-02T08:31:41.314Z] ---> 5892ea016785 [2020-09-02T08:31:41.314Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-09-02T08:31:41.369Z] ---> Running in b91600bb1a18 [2020-09-02T08:31:41.679Z] Removing intermediate container b91600bb1a18 [2020-09-02T08:31:41.679Z] ---> 562951bcf9c3 [2020-09-02T08:31:41.679Z] Step 20/20 : LABEL version=1.2.3-dev.4 [2020-09-02T08:31:41.903Z] ---> 69a717f603ed [2020-09-02T08:31:41.903Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-09-02T08:31:41.903Z] ---> 21488a39fb5d [2020-09-02T08:31:41.903Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-09-02T08:31:41.956Z] ---> Running in cc384b144424 [2020-09-02T08:31:42.165Z] ---> 67a33ae795f2 [2020-09-02T08:31:42.165Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-09-02T08:31:42.165Z] ---> Running in c8aa6fe726f6 [2020-09-02T08:31:42.228Z] Removing intermediate container cc384b144424 [2020-09-02T08:31:42.229Z] ---> 70daba23e13c [2020-09-02T08:31:42.229Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-02T08:31:42.229Z] Successfully built 70daba23e13c [2020-09-02T08:31:42.427Z] Removing intermediate container c8aa6fe726f6 [2020-09-02T08:31:42.428Z] ---> 089f57c92729 [2020-09-02T08:31:42.428Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-09-02T08:31:42.428Z] ---> Running in a199eed6f55e [2020-09-02T08:31:42.498Z] Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-02T08:31:42.690Z] Removing intermediate container a199eed6f55e [2020-09-02T08:31:42.690Z] ---> 8852e838b5ed [2020-09-02T08:31:42.690Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-02T08:31:42.690Z] ---> Running in ef53acfd838e [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-09-02T08:31:42.952Z] Removing intermediate container ef53acfd838e [2020-09-02T08:31:42.952Z] ---> 73a96bad49a2 [2020-09-02T08:31:42.952Z] Step 18/20 : LABEL arch=amd64 [2020-09-02T08:31:42.952Z] ---> Running in bc26244766a7 [Pipeline] wrap [2020-09-02T08:31:42.962Z] provisioning config files... [2020-09-02T08:31:43.000Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/22@tmp/config8728309191036027732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:31:43.389Z] ---> docker-login.sh [2020-09-02T08:31:43.389Z] nexus3.edgexfoundry.org:10001 [2020-09-02T08:31:43.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:43.900Z] Removing intermediate container bc26244766a7 [2020-09-02T08:31:43.900Z] ---> 8872917deb2b [2020-09-02T08:31:43.900Z] Step 19/20 : LABEL git_sha=1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:43.900Z] ---> Running in c8a0f5e7a8ff [2020-09-02T08:31:43.900Z] Removing intermediate container c8a0f5e7a8ff [2020-09-02T08:31:43.900Z] ---> 7ee18d834313 [2020-09-02T08:31:43.900Z] Step 20/20 : LABEL version=1.2.3-dev.4 [2020-09-02T08:31:43.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:43.931Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:43.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:43.931Z] [2020-09-02T08:31:43.931Z] Login Succeeded [2020-09-02T08:31:43.931Z] nexus3.edgexfoundry.org:10002 [2020-09-02T08:31:44.162Z] ---> Running in e93fe5042592 [2020-09-02T08:31:44.162Z] Removing intermediate container e93fe5042592 [2020-09-02T08:31:44.162Z] ---> a808478d31be [2020-09-02T08:31:44.162Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-02T08:31:44.162Z] Successfully built a808478d31be [2020-09-02T08:31:44.162Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [2020-09-02T08:31:44.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-09-02T08:31:44.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:44.486Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:44.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:44.486Z] [2020-09-02T08:31:44.486Z] Login Succeeded [2020-09-02T08:31:44.486Z] nexus3.edgexfoundry.org:10003 [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-09-02T08:31:44.579Z] provisioning config files... [2020-09-02T08:31:44.612Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/22@tmp/config3761696126021310355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:31:44.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:44.970Z] ---> docker-login.sh [2020-09-02T08:31:44.970Z] nexus3.edgexfoundry.org:10001 [2020-09-02T08:31:44.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:45.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:45.029Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:45.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:45.029Z] [2020-09-02T08:31:45.029Z] Login Succeeded [2020-09-02T08:31:45.029Z] nexus3.edgexfoundry.org:10004 [2020-09-02T08:31:45.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:45.232Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:45.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:45.232Z] [2020-09-02T08:31:45.232Z] Login Succeeded [2020-09-02T08:31:45.232Z] nexus3.edgexfoundry.org:10002 [2020-09-02T08:31:45.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:45.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:45.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:45.494Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:45.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:45.494Z] [2020-09-02T08:31:45.494Z] Login Succeeded [2020-09-02T08:31:45.494Z] nexus3.edgexfoundry.org:10003 [2020-09-02T08:31:45.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:45.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:45.494Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:45.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:45.494Z] [2020-09-02T08:31:45.494Z] Login Succeeded [2020-09-02T08:31:45.494Z] nexus3.edgexfoundry.org:10004 [2020-09-02T08:31:45.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:45.572Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:45.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:45.572Z] [2020-09-02T08:31:45.572Z] Login Succeeded [2020-09-02T08:31:45.572Z] docker.io [2020-09-02T08:31:45.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:45.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:45.756Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:45.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:45.756Z] [2020-09-02T08:31:45.756Z] Login Succeeded [2020-09-02T08:31:45.756Z] docker.io [2020-09-02T08:31:45.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:46.166Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-02T08:31:46.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:46.330Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:46.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:46.330Z] [2020-09-02T08:31:46.330Z] Login Succeeded [2020-09-02T08:31:46.330Z] ---> docker-login.sh ends [Pipeline] } [2020-09-02T08:31:46.340Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2020-09-02T08:31:46.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-02T08:31:46.437Z] Configure a credential helper to remove this warning. See [2020-09-02T08:31:46.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-02T08:31:46.437Z] [2020-09-02T08:31:46.437Z] Login Succeeded [2020-09-02T08:31:46.437Z] ---> docker-login.sh ends [Pipeline] // withEnv [Pipeline] } [2020-09-02T08:31:46.492Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-02T08:31:46.651Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-09-02T08:31:46.651Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:46.651Z] latest [2020-09-02T08:31:46.651Z] 1.2.3-dev.4 [2020-09-02T08:31:46.651Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [2020-09-02T08:31:46.651Z] master [2020-09-02T08:31:46.651Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] echo [2020-09-02T08:31:46.711Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-09-02T08:31:46.711Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:46.711Z] latest [2020-09-02T08:31:46.711Z] 1.2.3-dev.4 [2020-09-02T08:31:46.711Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [2020-09-02T08:31:46.711Z] master [2020-09-02T08:31:46.711Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:47.206Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:47.317Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:47.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:47.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-02T08:31:47.513Z] d41f3afc78c2: Preparing [2020-09-02T08:31:47.513Z] 2efcb3a22e0e: Preparing [2020-09-02T08:31:47.513Z] 49a088daaaaa: Preparing [2020-09-02T08:31:47.513Z] 2efcb3a22e0e: Pushed [2020-09-02T08:31:47.513Z] d41f3afc78c2: Pushed [2020-09-02T08:31:47.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:47.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-02T08:31:47.662Z] d9555beb6553: Preparing [2020-09-02T08:31:47.662Z] 432775814d0a: Preparing [2020-09-02T08:31:47.662Z] 7a8bdf57b550: Preparing [2020-09-02T08:31:47.932Z] 432775814d0a: Pushed [2020-09-02T08:31:47.932Z] d9555beb6553: Pushed [2020-09-02T08:31:48.908Z] 49a088daaaaa: Pushed [2020-09-02T08:31:48.908Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1: digest: sha256:0dc57510ab968808a213509ed09ac15d186884df094e0be0bfc2b23ad2c00be7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:49.221Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:49.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-09-02T08:31:49.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-02T08:31:49.531Z] d41f3afc78c2: Preparing [2020-09-02T08:31:49.532Z] 2efcb3a22e0e: Preparing [2020-09-02T08:31:49.532Z] 49a088daaaaa: Preparing [2020-09-02T08:31:49.532Z] 2efcb3a22e0e: Layer already exists [2020-09-02T08:31:49.532Z] d41f3afc78c2: Layer already exists [2020-09-02T08:31:49.532Z] 49a088daaaaa: Layer already exists [2020-09-02T08:31:49.532Z] latest: digest: sha256:0dc57510ab968808a213509ed09ac15d186884df094e0be0bfc2b23ad2c00be7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:49.841Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:50.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.4 [2020-09-02T08:31:50.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-02T08:31:50.145Z] d41f3afc78c2: Preparing [2020-09-02T08:31:50.145Z] 2efcb3a22e0e: Preparing [2020-09-02T08:31:50.145Z] 49a088daaaaa: Preparing [2020-09-02T08:31:50.145Z] 49a088daaaaa: Layer already exists [2020-09-02T08:31:50.145Z] 2efcb3a22e0e: Layer already exists [2020-09-02T08:31:50.145Z] d41f3afc78c2: Layer already exists [2020-09-02T08:31:50.145Z] 1.2.3-dev.4: digest: sha256:0dc57510ab968808a213509ed09ac15d186884df094e0be0bfc2b23ad2c00be7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:50.448Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:50.534Z] 7a8bdf57b550: Pushed [2020-09-02T08:31:50.534Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1: digest: sha256:c250d2861bfc77ab7bcbab396aafdc59d208fe70905a78fe52836021ca8c1c09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:50.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [2020-09-02T08:31:50.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-02T08:31:50.753Z] d41f3afc78c2: Preparing [2020-09-02T08:31:50.753Z] 2efcb3a22e0e: Preparing [2020-09-02T08:31:50.753Z] 49a088daaaaa: Preparing [2020-09-02T08:31:50.753Z] 2efcb3a22e0e: Layer already exists [2020-09-02T08:31:50.753Z] 49a088daaaaa: Layer already exists [2020-09-02T08:31:50.753Z] d41f3afc78c2: Layer already exists [2020-09-02T08:31:50.753Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4: digest: sha256:0dc57510ab968808a213509ed09ac15d186884df094e0be0bfc2b23ad2c00be7 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:50.879Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:51.079Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:51.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-09-02T08:31:51.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-02T08:31:51.215Z] d9555beb6553: Preparing [2020-09-02T08:31:51.215Z] 432775814d0a: Preparing [2020-09-02T08:31:51.215Z] 7a8bdf57b550: Preparing [2020-09-02T08:31:51.215Z] d9555beb6553: Layer already exists [2020-09-02T08:31:51.215Z] 432775814d0a: Layer already exists [2020-09-02T08:31:51.215Z] 7a8bdf57b550: Layer already exists [2020-09-02T08:31:51.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-09-02T08:31:51.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-09-02T08:31:51.382Z] d41f3afc78c2: Preparing [2020-09-02T08:31:51.382Z] 2efcb3a22e0e: Preparing [2020-09-02T08:31:51.382Z] 49a088daaaaa: Preparing [2020-09-02T08:31:51.382Z] d41f3afc78c2: Layer already exists [2020-09-02T08:31:51.382Z] 2efcb3a22e0e: Layer already exists [2020-09-02T08:31:51.382Z] 49a088daaaaa: Layer already exists [2020-09-02T08:31:51.382Z] master: digest: sha256:0dc57510ab968808a213509ed09ac15d186884df094e0be0bfc2b23ad2c00be7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-09-02T08:31:51.488Z] latest: digest: sha256:c250d2861bfc77ab7bcbab396aafdc59d208fe70905a78fe52836021ca8c1c09 size: 943 [Pipeline] // withEnv [Pipeline] echo [2020-09-02T08:31:51.562Z] ===================================================== [Pipeline] echo [2020-09-02T08:31:51.609Z] taggedImages: [2020-09-02T08:31:51.609Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:51.609Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-09-02T08:31:51.609Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.4 [2020-09-02T08:31:51.609Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [2020-09-02T08:31:51.609Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [2020-09-02T08:31:52.067Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.4 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-09-02T08:31:52.504Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.4 [2020-09-02T08:31:52.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-02T08:31:52.504Z] d9555beb6553: Preparing [2020-09-02T08:31:52.504Z] 432775814d0a: Preparing [2020-09-02T08:31:52.504Z] 7a8bdf57b550: Preparing [2020-09-02T08:31:52.504Z] 432775814d0a: Layer already exists [2020-09-02T08:31:52.504Z] 7a8bdf57b550: Layer already exists [2020-09-02T08:31:52.504Z] d9555beb6553: Layer already exists [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-02T08:31:52.773Z] 1.2.3-dev.4: digest: sha256:c250d2861bfc77ab7bcbab396aafdc59d208fe70905a78fe52836021ca8c1c09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:53.113Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:53.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [2020-09-02T08:31:53.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-02T08:31:53.448Z] d9555beb6553: Preparing [2020-09-02T08:31:53.448Z] 432775814d0a: Preparing [2020-09-02T08:31:53.448Z] 7a8bdf57b550: Preparing [2020-09-02T08:31:53.448Z] 432775814d0a: Layer already exists [2020-09-02T08:31:53.448Z] d9555beb6553: Layer already exists [2020-09-02T08:31:53.448Z] 7a8bdf57b550: Layer already exists [2020-09-02T08:31:53.718Z] 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4: digest: sha256:c250d2861bfc77ab7bcbab396aafdc59d208fe70905a78fe52836021ca8c1c09 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:54.057Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:54.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-09-02T08:31:54.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-09-02T08:31:54.394Z] d9555beb6553: Preparing [2020-09-02T08:31:54.394Z] 432775814d0a: Preparing [2020-09-02T08:31:54.394Z] 7a8bdf57b550: Preparing [2020-09-02T08:31:54.394Z] 432775814d0a: Layer already exists [2020-09-02T08:31:54.394Z] 7a8bdf57b550: Layer already exists [2020-09-02T08:31:54.394Z] d9555beb6553: Layer already exists [2020-09-02T08:31:54.665Z] master: digest: sha256:c250d2861bfc77ab7bcbab396aafdc59d208fe70905a78fe52836021ca8c1c09 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-02T08:31:54.873Z] ===================================================== [Pipeline] echo [2020-09-02T08:31:54.925Z] taggedImages: [2020-09-02T08:31:54.925Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:31:54.925Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-09-02T08:31:54.925Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.4 [2020-09-02T08:31:54.925Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1-1.2.3-dev.4 [2020-09-02T08:31:54.925Z] - 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-09-02T08:31:56.862Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-02T08:31:56.865Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-02T08:31:56.947Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:57.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-02T08:31:57.334Z] [2020-09-02T08:31:57.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:31:57.690Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-02T08:31:57.690Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-02T08:31:57.690Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-02T08:31:57.690Z] 408f87550127: Pulling fs layer [2020-09-02T08:31:57.690Z] fe522b08c979: Pulling fs layer [2020-09-02T08:31:57.690Z] 221eaa008020: Pulling fs layer [2020-09-02T08:31:57.690Z] 2a4607e5d6b9: Pulling fs layer [2020-09-02T08:31:57.690Z] 8f79b27c4fd2: Pulling fs layer [2020-09-02T08:31:57.690Z] e5c8dbe1645b: Pulling fs layer [2020-09-02T08:31:57.690Z] 23e8b3b47431: Pulling fs layer [2020-09-02T08:31:57.690Z] 5c568d65a230: Pulling fs layer [2020-09-02T08:31:57.690Z] 2a4607e5d6b9: Waiting [2020-09-02T08:31:57.690Z] 8f79b27c4fd2: Waiting [2020-09-02T08:31:57.690Z] e5c8dbe1645b: Waiting [2020-09-02T08:31:57.690Z] 5c568d65a230: Waiting [2020-09-02T08:31:57.690Z] 23e8b3b47431: Waiting [2020-09-02T08:31:57.690Z] 221eaa008020: Waiting [2020-09-02T08:31:57.690Z] fe522b08c979: Verifying Checksum [2020-09-02T08:31:57.690Z] fe522b08c979: Download complete [2020-09-02T08:31:57.690Z] 408f87550127: Download complete [2020-09-02T08:31:57.690Z] 2a4607e5d6b9: Verifying Checksum [2020-09-02T08:31:57.690Z] 2a4607e5d6b9: Download complete [2020-09-02T08:31:57.690Z] 8f79b27c4fd2: Verifying Checksum [2020-09-02T08:31:57.690Z] 8f79b27c4fd2: Download complete [2020-09-02T08:31:57.690Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-02T08:31:57.690Z] cbdbe7a5bc2a: Download complete [2020-09-02T08:31:57.964Z] e5c8dbe1645b: Verifying Checksum [2020-09-02T08:31:57.964Z] e5c8dbe1645b: Download complete [2020-09-02T08:31:58.239Z] cbdbe7a5bc2a: Pull complete [2020-09-02T08:31:58.508Z] 23e8b3b47431: Verifying Checksum [2020-09-02T08:31:58.508Z] 23e8b3b47431: Download complete [2020-09-02T08:31:58.774Z] 408f87550127: Pull complete [2020-09-02T08:31:58.774Z] 5c568d65a230: Verifying Checksum [2020-09-02T08:31:58.774Z] 5c568d65a230: Download complete [2020-09-02T08:31:58.774Z] fe522b08c979: Pull complete [2020-09-02T08:31:59.353Z] 221eaa008020: Download complete [2020-09-02T08:32:04.667Z] 221eaa008020: Pull complete [2020-09-02T08:32:04.667Z] 2a4607e5d6b9: Pull complete [2020-09-02T08:32:04.667Z] 8f79b27c4fd2: Pull complete [2020-09-02T08:32:06.063Z] e5c8dbe1645b: Pull complete [2020-09-02T08:32:10.305Z] 23e8b3b47431: Pull complete [2020-09-02T08:32:11.250Z] 5c568d65a230: Pull complete [2020-09-02T08:32:11.250Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-02T08:32:11.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-02T08:32:11.250Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-02T08:32:11.409Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:32:11.454Z] $ 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-09-02T08:32:12.708Z] $ docker top d000676f6b5d6a1f7bb6961f9d8a1c071b71f543905d329763358b9a699efb78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-02T08:32:13.218Z] + snyk monitor '--org=edgex-jenkins' [2020-09-02T08:32:18.511Z] [2020-09-02T08:32:18.511Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-09-02T08:32:18.511Z] [2020-09-02T08:32:18.511Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/5d598fea-ded2-4c7c-9bc2-4f0d650d82b8 [2020-09-02T08:32:18.511Z] [2020-09-02T08:32:18.511Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-02T08:32:18.511Z] [2020-09-02T08:32:18.511Z] [2020-09-02T08:32:18.511Z] Snyk CLI supports Node.js 8 and higher. [2020-09-02T08:32:18.511Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-02T08:32:18.511Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-02T08:32:18.511Z] [2020-09-02T08:32:18.511Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-02T08:32:18.511Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } [2020-09-02T08:32:18.527Z] $ docker stop --time=1 d000676f6b5d6a1f7bb6961f9d8a1c071b71f543905d329763358b9a699efb78 [2020-09-02T08:32:21.170Z] $ docker rm -f d000676f6b5d6a1f7bb6961f9d8a1c071b71f543905d329763358b9a699efb78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:22.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-02T08:32:22.207Z] [2020-09-02T08:32:22.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:22.542Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-02T08:32:22.542Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-02T08:32:22.542Z] e7c96db7181b: Pulling fs layer [2020-09-02T08:32:22.542Z] 1868ca2cb446: Pulling fs layer [2020-09-02T08:32:22.542Z] 136be5d0fe8e: Pulling fs layer [2020-09-02T08:32:22.542Z] 894bfe63afcb: Pulling fs layer [2020-09-02T08:32:22.542Z] 894bfe63afcb: Waiting [2020-09-02T08:32:22.542Z] 1868ca2cb446: Download complete [2020-09-02T08:32:22.542Z] 136be5d0fe8e: Download complete [2020-09-02T08:32:22.542Z] e7c96db7181b: Verifying Checksum [2020-09-02T08:32:22.542Z] e7c96db7181b: Download complete [2020-09-02T08:32:22.542Z] 894bfe63afcb: Verifying Checksum [2020-09-02T08:32:22.542Z] 894bfe63afcb: Download complete [2020-09-02T08:32:22.803Z] e7c96db7181b: Pull complete [2020-09-02T08:32:23.064Z] 1868ca2cb446: Pull complete [2020-09-02T08:32:23.064Z] 136be5d0fe8e: Pull complete [2020-09-02T08:32:23.326Z] 894bfe63afcb: Pull complete [2020-09-02T08:32:23.326Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-02T08:32:23.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-02T08:32:23.326Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-02T08:32:23.423Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:32:23.465Z] $ 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-09-02T08:32:24.532Z] $ docker top cf8dc67afcd141f85abb3900f1f8f42099c27e78dcae6fbc4ce9202d4fe6f853 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T08:32:25.029Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:32:25.029Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-02T08:32:27.731Z] $ docker stop --time=1 cf8dc67afcd141f85abb3900f1f8f42099c27e78dcae6fbc4ce9202d4fe6f853 [2020-09-02T08:32:29.056Z] $ docker rm -f cf8dc67afcd141f85abb3900f1f8f42099c27e78dcae6fbc4ce9202d4fe6f853 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:29.499Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-02T08:32:29.499Z] . [Pipeline] withDockerContainer [2020-09-02T08:32:29.584Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:32:29.627Z] $ 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-09-02T08:32:30.310Z] $ docker top 18aedee76bf5a0527e49f6ae288d232b66b1d2eec5bf2b2b223e3d65e20c04ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T08:32:30.934Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:32:30.934Z] + tee [2020-09-02T08:32:30.934Z] clair timeout 1m0s [2020-09-02T08:32:30.934Z] docker timeout: 1m0s [2020-09-02T08:32:30.934Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-02T08:32:31.610Z] $ docker stop --time=1 18aedee76bf5a0527e49f6ae288d232b66b1d2eec5bf2b2b223e3d65e20c04ea [2020-09-02T08:32:32.927Z] $ docker rm -f 18aedee76bf5a0527e49f6ae288d232b66b1d2eec5bf2b2b223e3d65e20c04ea [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-02T08:32:33.384Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-09-02T08:32:33.397Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1.html [Pipeline] writeFile [Pipeline] step [2020-09-02T08:32:33.445Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:33.778Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-02T08:32:33.778Z] . [Pipeline] withDockerContainer [2020-09-02T08:32:33.872Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:32:33.915Z] $ 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-09-02T08:32:34.540Z] $ docker top b2afd941508e643d0a0d77948c48518a41642d25f876ddceb9223899952abb61 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T08:32:35.052Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:32:35.052Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-02T08:32:37.731Z] $ docker stop --time=1 b2afd941508e643d0a0d77948c48518a41642d25f876ddceb9223899952abb61 [2020-09-02T08:32:39.062Z] $ docker rm -f b2afd941508e643d0a0d77948c48518a41642d25f876ddceb9223899952abb61 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:39.523Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-02T08:32:39.523Z] . [Pipeline] withDockerContainer [2020-09-02T08:32:39.750Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:32:39.794Z] $ 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-09-02T08:32:40.559Z] $ docker top f694c9081e2928dd78b72baeed1a3a82c1e54752719e043fc9149b2024ac26ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-02T08:32:41.090Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 [2020-09-02T08:32:41.090Z] + tee [2020-09-02T08:32:41.090Z] clair timeout 1m0s [2020-09-02T08:32:41.090Z] docker timeout: 1m0s [2020-09-02T08:32:41.090Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-02T08:32:41.751Z] $ docker stop --time=1 f694c9081e2928dd78b72baeed1a3a82c1e54752719e043fc9149b2024ac26ac [2020-09-02T08:32:43.084Z] $ docker rm -f f694c9081e2928dd78b72baeed1a3a82c1e54752719e043fc9149b2024ac26ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-02T08:32:43.522Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo [2020-09-02T08:32:43.533Z] Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1.html [Pipeline] writeFile [Pipeline] step [2020-09-02T08:32:43.579Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:44.452Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:32:44.452Z] . [Pipeline] withDockerContainer [2020-09-02T08:32:44.544Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:32:44.585Z] $ 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-09-02T08:32:45.149Z] $ docker top a2f281edd3d2564c67913b9faaf70013424152d4374327eed437ac7f3c993993 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-02T08:32:45.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T08:32:45.405Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T08:32:45.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T08:32:45.590Z] $ docker exec a2f281edd3d2564c67913b9faaf70013424152d4374327eed437ac7f3c993993 ssh-agent [2020-09-02T08:32:45.746Z] SSH_AUTH_SOCK=/tmp/ssh-lfYG2yrffuFv/agent.11 [2020-09-02T08:32:45.746Z] SSH_AGENT_PID=16 [2020-09-02T08:32:45.752Z] Running ssh-add (command line suppressed) [2020-09-02T08:32:45.881Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_736612432706469647.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_736612432706469647.key) [2020-09-02T08:32:45.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T08:32:46.249Z] + git semver tag [2020-09-02T08:32:46.249Z] # -> Open(): unable to determine branch for HEAD [2020-09-02T08:32:46.249Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-02T08:32:46.249Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-02T08:32:46.249Z] # $SEMVER_REMOTE_NAME = origin [2020-09-02T08:32:46.249Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-02T08:32:46.249Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-02T08:32:46.249Z] # $SEMVER_BRANCH = master [2020-09-02T08:32:46.249Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-09-02T08:32:46.249Z] # 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 HEAD [2020-09-02T08:32:46.249Z] # -> Force: false [2020-09-02T08:32:46.249Z] # 26340395b51397d6d815774eee70c6a2a91ca178 refs/tags/v1.2.3-dev.4 [Pipeline] } [2020-09-02T08:32:46.264Z] $ docker exec --env ******** --env ******** a2f281edd3d2564c67913b9faaf70013424152d4374327eed437ac7f3c993993 ssh-agent -k [2020-09-02T08:32:46.382Z] unset SSH_AUTH_SOCK; [2020-09-02T08:32:46.382Z] unset SSH_AGENT_PID; [2020-09-02T08:32:46.382Z] echo Agent pid 16 killed; [2020-09-02T08:32:46.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-02T08:32:46.871Z] + git semver [Pipeline] } [2020-09-02T08:32:46.889Z] $ docker stop --time=1 a2f281edd3d2564c67913b9faaf70013424152d4374327eed437ac7f3c993993 [2020-09-02T08:32:48.207Z] $ docker rm -f a2f281edd3d2564c67913b9faaf70013424152d4374327eed437ac7f3c993993 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:48.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-02T08:32:48.772Z] [2020-09-02T08:32:48.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:32:49.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-02T08:32:49.104Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-02T08:32:49.104Z] ab5ef0e58194: Pulling fs layer [2020-09-02T08:32:49.104Z] 9712f1f96733: Pulling fs layer [2020-09-02T08:32:49.104Z] 63f879dbbcfc: Pulling fs layer [2020-09-02T08:32:49.104Z] 0d9ebad4ef96: Pulling fs layer [2020-09-02T08:32:49.104Z] e9a5061849ea: Pulling fs layer [2020-09-02T08:32:49.104Z] d747dcd14b5f: Pulling fs layer [2020-09-02T08:32:49.104Z] 2de7ff778b66: Pulling fs layer [2020-09-02T08:32:49.104Z] e9a5061849ea: Waiting [2020-09-02T08:32:49.104Z] d747dcd14b5f: Waiting [2020-09-02T08:32:49.104Z] 2de7ff778b66: Waiting [2020-09-02T08:32:49.104Z] 0d9ebad4ef96: Waiting [2020-09-02T08:32:49.104Z] 9712f1f96733: Verifying Checksum [2020-09-02T08:32:49.104Z] 9712f1f96733: Download complete [2020-09-02T08:32:49.688Z] 63f879dbbcfc: Verifying Checksum [2020-09-02T08:32:49.688Z] 63f879dbbcfc: Download complete [2020-09-02T08:32:49.958Z] e9a5061849ea: Verifying Checksum [2020-09-02T08:32:49.958Z] e9a5061849ea: Download complete [2020-09-02T08:32:49.958Z] d747dcd14b5f: Verifying Checksum [2020-09-02T08:32:49.958Z] d747dcd14b5f: Download complete [2020-09-02T08:32:49.958Z] ab5ef0e58194: Verifying Checksum [2020-09-02T08:32:49.958Z] ab5ef0e58194: Download complete [2020-09-02T08:32:50.219Z] 0d9ebad4ef96: Verifying Checksum [2020-09-02T08:32:50.219Z] 0d9ebad4ef96: Download complete [2020-09-02T08:32:50.219Z] 2de7ff778b66: Verifying Checksum [2020-09-02T08:32:50.219Z] 2de7ff778b66: Download complete [2020-09-02T08:32:54.441Z] ab5ef0e58194: Pull complete [2020-09-02T08:32:54.703Z] 9712f1f96733: Pull complete [2020-09-02T08:32:57.251Z] 63f879dbbcfc: Pull complete [2020-09-02T08:33:03.860Z] 0d9ebad4ef96: Pull complete [2020-09-02T08:33:04.436Z] e9a5061849ea: Pull complete [2020-09-02T08:33:04.436Z] d747dcd14b5f: Pull complete [2020-09-02T08:33:09.742Z] 2de7ff778b66: Pull complete [2020-09-02T08:33:09.742Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-02T08:33:09.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-02T08:33:09.742Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-02T08:33:09.938Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:33:09.982Z] $ 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-09-02T08:33:12.458Z] $ docker top 4f7745a22c5af5e9bb2c5ecad55c3f61472959f138a2edf5f7a55fb175a63c24 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-02T08:33:12.682Z] provisioning config files... [2020-09-02T08:33:12.697Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5667209171705924080tmp [2020-09-02T08:33:12.718Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2246293678913693173tmp [2020-09-02T08:33:12.733Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7778843119969635443tmp [Pipeline] { [Pipeline] echo [2020-09-02T08:33:12.783Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:33:13.082Z] ---> sigul-configuration.sh [2020-09-02T08:33:13.082Z] gpg: directory `/root/.gnupg' created [2020-09-02T08:33:13.082Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-02T08:33:13.082Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-02T08:33:13.082Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-02T08:33:13.082Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-02T08:33:13.082Z] gpg: CAST5 encrypted data [2020-09-02T08:33:13.344Z] gpg: encrypted with 1 passphrase [2020-09-02T08:33:13.344Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-02T08:33:13.642Z] + mkdir /home/jenkins [2020-09-02T08:33:13.642Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-02T08:33:13.936Z] + 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-09-02T08:33:13.947Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:33:14.241Z] ---> sigul-install.sh [2020-09-02T08:33:19.541Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-02T08:33:19.841Z] + git tag --list [2020-09-02T08:33:19.841Z] v1.2.3-dev.4 [Pipeline] sh [2020-09-02T08:33:20.133Z] + lftools sign git-tag v1.2.3-dev.4 [2020-09-02T08:33:21.516Z] Signing Git tag with Sigul... [2020-09-02T08:33:21.516Z] Signing v1.2.3-dev.4 [2020-09-02T08:33:22.088Z] Error: Authentication failed [Pipeline] echo [2020-09-02T08:33:22.097Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:33:22.389Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-02T08:33:22.397Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-02T08:33:22.490Z] $ docker stop --time=1 4f7745a22c5af5e9bb2c5ecad55c3f61472959f138a2edf5f7a55fb175a63c24 [2020-09-02T08:33:24.538Z] $ docker rm -f 4f7745a22c5af5e9bb2c5ecad55c3f61472959f138a2edf5f7a55fb175a63c24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:33:25.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:33:25.272Z] . [Pipeline] withDockerContainer [2020-09-02T08:33:25.365Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:33:25.405Z] $ 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-09-02T08:33:26.049Z] $ docker top 0d4fd9687778df2b6cb6778c51863753f74deb2d04f2f2886936455ce05a9f7d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-02T08:33:26.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T08:33:26.342Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T08:33:26.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T08:33:26.537Z] $ docker exec 0d4fd9687778df2b6cb6778c51863753f74deb2d04f2f2886936455ce05a9f7d ssh-agent [2020-09-02T08:33:26.693Z] SSH_AUTH_SOCK=/tmp/ssh-04IIZFwAsxw4/agent.12 [2020-09-02T08:33:26.693Z] SSH_AGENT_PID=18 [2020-09-02T08:33:26.700Z] Running ssh-add (command line suppressed) [2020-09-02T08:33:26.830Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7772197473925495579.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7772197473925495579.key) [2020-09-02T08:33:26.877Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T08:33:27.216Z] + git semver bump pre [2020-09-02T08:33:27.216Z] # -> Open(): unable to determine branch for HEAD [2020-09-02T08:33:27.216Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-02T08:33:27.216Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-02T08:33:27.216Z] # $SEMVER_REMOTE_NAME = origin [2020-09-02T08:33:27.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-02T08:33:27.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-02T08:33:27.216Z] # $SEMVER_BRANCH = master [2020-09-02T08:33:27.216Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-09-02T08:33:27.216Z] 1.2.3-dev.5 [Pipeline] } [2020-09-02T08:33:27.234Z] $ docker exec --env ******** --env ******** 0d4fd9687778df2b6cb6778c51863753f74deb2d04f2f2886936455ce05a9f7d ssh-agent -k [2020-09-02T08:33:27.344Z] unset SSH_AUTH_SOCK; [2020-09-02T08:33:27.344Z] unset SSH_AGENT_PID; [2020-09-02T08:33:27.344Z] echo Agent pid 18 killed; [2020-09-02T08:33:27.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-02T08:33:27.831Z] + git semver [Pipeline] } [2020-09-02T08:33:27.868Z] $ docker stop --time=1 0d4fd9687778df2b6cb6778c51863753f74deb2d04f2f2886936455ce05a9f7d [2020-09-02T08:33:29.208Z] $ docker rm -f 0d4fd9687778df2b6cb6778c51863753f74deb2d04f2f2886936455ce05a9f7d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:33:29.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-02T08:33:29.720Z] . [Pipeline] withDockerContainer [2020-09-02T08:33:29.814Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:33:29.861Z] $ 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-09-02T08:33:30.473Z] $ docker top aa23ce509ee60e719e30112fc9f14ee23f47939e472e3b4a6b2126bda8aa84da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-02T08:33:30.795Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-02T08:33:30.795Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-02T08:33:30.991Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-02T08:33:30.998Z] $ docker exec aa23ce509ee60e719e30112fc9f14ee23f47939e472e3b4a6b2126bda8aa84da ssh-agent [2020-09-02T08:33:31.165Z] SSH_AUTH_SOCK=/tmp/ssh-zE0Hr1Z5dtgD/agent.11 [2020-09-02T08:33:31.165Z] SSH_AGENT_PID=16 [2020-09-02T08:33:31.171Z] Running ssh-add (command line suppressed) [2020-09-02T08:33:31.296Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_9018957648950771253.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_9018957648950771253.key) [2020-09-02T08:33:31.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-02T08:33:31.670Z] + git semver push [2020-09-02T08:33:31.670Z] # -> Open(): unable to determine branch for HEAD [2020-09-02T08:33:31.670Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-09-02T08:33:31.670Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-09-02T08:33:31.670Z] # $SEMVER_REMOTE_NAME = origin [2020-09-02T08:33:31.670Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-02T08:33:31.670Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-02T08:33:31.670Z] # $SEMVER_BRANCH = master [2020-09-02T08:33:31.670Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-09-02T08:33:38.272Z] $ docker exec --env ******** --env ******** aa23ce509ee60e719e30112fc9f14ee23f47939e472e3b4a6b2126bda8aa84da ssh-agent -k [2020-09-02T08:33:38.385Z] unset SSH_AUTH_SOCK; [2020-09-02T08:33:38.385Z] unset SSH_AGENT_PID; [2020-09-02T08:33:38.386Z] echo Agent pid 16 killed; [2020-09-02T08:33:38.428Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-02T08:33:38.897Z] + git semver [Pipeline] } [2020-09-02T08:33:38.914Z] $ docker stop --time=1 aa23ce509ee60e719e30112fc9f14ee23f47939e472e3b4a6b2126bda8aa84da [2020-09-02T08:33:40.241Z] $ docker rm -f aa23ce509ee60e719e30112fc9f14ee23f47939e472e3b4a6b2126bda8aa84da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:33:42.029Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:33:42.585Z] ---> package-listing.sh [2020-09-02T08:33:42.585Z] ++ facter osfamily [2020-09-02T08:33:42.585Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-02T08:33:42.585Z] + OS_FAMILY=redhat [2020-09-02T08:33:42.585Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-09-02T08:33:42.585Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-02T08:33:42.585Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-02T08:33:42.585Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-02T08:33:42.585Z] + PACKAGES=/tmp/packages_start.txt [2020-09-02T08:33:42.585Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-09-02T08:33:42.585Z] + PACKAGES=/tmp/packages_end.txt [2020-09-02T08:33:42.585Z] + case "${OS_FAMILY}" in [2020-09-02T08:33:42.585Z] + rpm -qa [2020-09-02T08:33:42.585Z] + sort [2020-09-02T08:33:46.804Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-02T08:33:46.804Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-02T08:33:46.804Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-02T08:33:46.804Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-09-02T08:33:46.804Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-09-02T08:33:46.804Z] + 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-09-02T08:33:47.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T08:33:47.804Z] [2020-09-02T08:33:47.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-02T08:33:48.136Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T08:33:48.136Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-02T08:33:48.136Z] c9b1b535fdd9: Pulling fs layer [2020-09-02T08:33:48.136Z] 2cc5ad85d9ab: Pulling fs layer [2020-09-02T08:33:48.136Z] 756a868c4378: Pulling fs layer [2020-09-02T08:33:48.136Z] 444b2fc9a129: Pulling fs layer [2020-09-02T08:33:48.136Z] ea15f1150254: Pulling fs layer [2020-09-02T08:33:48.136Z] 41b27a9f41bf: Pulling fs layer [2020-09-02T08:33:48.136Z] 28c525ee5125: Pulling fs layer [2020-09-02T08:33:48.136Z] 094b1ea09ed8: Pulling fs layer [2020-09-02T08:33:48.136Z] 138eaada9080: Pulling fs layer [2020-09-02T08:33:48.136Z] 0622d0fa9048: Pulling fs layer [2020-09-02T08:33:48.136Z] 28c525ee5125: Waiting [2020-09-02T08:33:48.136Z] 094b1ea09ed8: Waiting [2020-09-02T08:33:48.136Z] 138eaada9080: Waiting [2020-09-02T08:33:48.136Z] 0622d0fa9048: Waiting [2020-09-02T08:33:48.136Z] 444b2fc9a129: Waiting [2020-09-02T08:33:48.136Z] ea15f1150254: Waiting [2020-09-02T08:33:48.136Z] 41b27a9f41bf: Waiting [2020-09-02T08:33:48.136Z] 2cc5ad85d9ab: Verifying Checksum [2020-09-02T08:33:48.136Z] 2cc5ad85d9ab: Download complete [2020-09-02T08:33:48.136Z] 444b2fc9a129: Verifying Checksum [2020-09-02T08:33:48.136Z] 444b2fc9a129: Download complete [2020-09-02T08:33:48.136Z] c9b1b535fdd9: Verifying Checksum [2020-09-02T08:33:48.136Z] c9b1b535fdd9: Download complete [2020-09-02T08:33:48.136Z] ea15f1150254: Verifying Checksum [2020-09-02T08:33:48.136Z] ea15f1150254: Download complete [2020-09-02T08:33:48.136Z] 28c525ee5125: Verifying Checksum [2020-09-02T08:33:48.136Z] 28c525ee5125: Download complete [2020-09-02T08:33:48.733Z] 756a868c4378: Verifying Checksum [2020-09-02T08:33:48.733Z] 756a868c4378: Download complete [2020-09-02T08:33:48.733Z] 138eaada9080: Verifying Checksum [2020-09-02T08:33:48.733Z] 138eaada9080: Download complete [2020-09-02T08:33:48.733Z] 0622d0fa9048: Verifying Checksum [2020-09-02T08:33:48.733Z] 0622d0fa9048: Download complete [2020-09-02T08:33:48.733Z] 094b1ea09ed8: Verifying Checksum [2020-09-02T08:33:48.733Z] 094b1ea09ed8: Download complete [2020-09-02T08:33:49.307Z] 41b27a9f41bf: Verifying Checksum [2020-09-02T08:33:49.307Z] 41b27a9f41bf: Download complete [2020-09-02T08:33:49.567Z] c9b1b535fdd9: Pull complete [2020-09-02T08:33:49.567Z] 2cc5ad85d9ab: Pull complete [2020-09-02T08:33:51.493Z] 756a868c4378: Pull complete [2020-09-02T08:33:51.493Z] 444b2fc9a129: Pull complete [2020-09-02T08:33:51.493Z] ea15f1150254: Pull complete [2020-09-02T08:33:55.722Z] 41b27a9f41bf: Pull complete [2020-09-02T08:33:55.722Z] 28c525ee5125: Pull complete [2020-09-02T08:33:58.274Z] 094b1ea09ed8: Pull complete [2020-09-02T08:33:58.536Z] 138eaada9080: Pull complete [2020-09-02T08:33:58.796Z] 0622d0fa9048: Pull complete [2020-09-02T08:33:58.796Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-09-02T08:33:58.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-02T08:33:58.796Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-02T08:33:58.905Z] prd-centos7-docker-4c-2g-1159 does not seem to be running inside a container [2020-09-02T08:33:58.950Z] $ 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-09-02T08:34:02.104Z] $ docker top 67a3b702eeee9f86d1f584ac54beeec303b42b6bf43cf666b78ccbe3c6cb6a24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-02T08:34:02.400Z] provisioning config files... [2020-09-02T08:34:02.412Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4066807404463822725tmp [Pipeline] { [Pipeline] echo [2020-09-02T08:34:02.497Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:34:02.789Z] ---> create-netrc.sh [Pipeline] echo [2020-09-02T08:34:02.797Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-02T08:34:03.088Z] ---> logs-deploy.sh [2020-09-02T08:34:03.088Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/22 [2020-09-02T08:34:03.088Z] INFO: archiving workspace using pattern(s): [2020-09-02T08:34:04.030Z] Archives upload complete. [2020-09-02T08:34:04.291Z] INFO: archiving logs to Nexus