Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d5f8ce0290f23e35ff78bafcbacaa37d533849c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 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 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 be3c330340c18bb7ab85087afff7d7ed2ee420c0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f be3c330340c18bb7ab85087afff7d7ed2ee420c0 # timeout=10 Commit message: "Merge pull request #211 from ernestojeda/fix-docker-image-push-with-namespace" > 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-virtual-go, goVersion:1.13] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.13 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-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-568 in /w/workspace/foundry_device-virtual-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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 4d5f8ce0290f23e35ff78bafcbacaa37d533849c (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d5f8ce0290f23e35ff78bafcbacaa37d533849c # timeout=10 Commit message: "Merge pull request #120 from hahattan/issue-117/118" > git rev-list --no-walk 83d7a5c431fe81e17b953abf687c395c5af67887 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-22T10:10:28.490Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-07-22T10:10:28.746Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-07-22T10:10:28.816Z] ========================================================= [2020-07-22T10:10:28.816Z] EdgeX Global Pipelines Version Info [2020-07-22T10:10:28.816Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:10:30.195Z] ------------------- [2020-07-22T10:10:30.195Z] stable info: [2020-07-22T10:10:30.195Z] ------------------- [2020-07-22T10:10:30.195Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-07-22T10:10:30.195Z] Commit SHA: be3c330340c18bb7ab85087afff7d7ed2ee420c0 [2020-07-22T10:10:30.195Z] Message: update stable to v1.0.99 [2020-07-22T10:10:31.139Z] ------------------- [2020-07-22T10:10:31.139Z] experimental info: [2020-07-22T10:10:31.139Z] ------------------- [2020-07-22T10:10:31.139Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-07-22T10:10:31.139Z] Commit SHA: 78d567e8c35819a45e10bd2b75e1138b16507148 [2020-07-22T10:10:31.139Z] Message: update experimental to v1.0.101 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:10:33.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:10:33.601Z] [2020-07-22T10:10:33.601Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:10:33.928Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:10:33.928Z] latest: Pulling from edgex-devops/git-semver [2020-07-22T10:10:33.928Z] 31603596830f: Pulling fs layer [2020-07-22T10:10:33.928Z] 2a8b12db71e7: Pulling fs layer [2020-07-22T10:10:33.928Z] 6ca5941a6612: Pulling fs layer [2020-07-22T10:10:33.928Z] ecc8261a40a4: Pulling fs layer [2020-07-22T10:10:33.928Z] ecc8261a40a4: Waiting [2020-07-22T10:10:33.928Z] 2a8b12db71e7: Verifying Checksum [2020-07-22T10:10:33.928Z] 2a8b12db71e7: Download complete [2020-07-22T10:10:33.928Z] 31603596830f: Download complete [2020-07-22T10:10:34.191Z] 6ca5941a6612: Verifying Checksum [2020-07-22T10:10:34.191Z] 6ca5941a6612: Download complete [2020-07-22T10:10:34.191Z] ecc8261a40a4: Verifying Checksum [2020-07-22T10:10:34.191Z] ecc8261a40a4: Download complete [2020-07-22T10:10:34.191Z] 31603596830f: Pull complete [2020-07-22T10:10:34.453Z] 2a8b12db71e7: Pull complete [2020-07-22T10:10:35.023Z] 6ca5941a6612: Pull complete [2020-07-22T10:10:35.284Z] ecc8261a40a4: Pull complete [2020-07-22T10:10:35.284Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-07-22T10:10:35.284Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:10:35.284Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-07-22T10:10:35.384Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:10:35.425Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:10:37.348Z] $ docker top e929a85f3c45d0fd91d84256382d3db413e322607250b9c6aae5c4d5c9ff5044 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:10:37.575Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:10:37.575Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:10:37.756Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:10:37.760Z] $ docker exec e929a85f3c45d0fd91d84256382d3db413e322607250b9c6aae5c4d5c9ff5044 ssh-agent [2020-07-22T10:10:37.924Z] SSH_AUTH_SOCK=/tmp/ssh-QOHmr9bfFrJW/agent.11 [2020-07-22T10:10:37.924Z] SSH_AGENT_PID=16 [2020-07-22T10:10:37.939Z] Running ssh-add (command line suppressed) [2020-07-22T10:10:38.055Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3209190214152466540.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3209190214152466540.key) [2020-07-22T10:10:38.104Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:10:38.451Z] + git describe --exact-match --tags HEAD [2020-07-22T10:10:38.451Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-07-22T10:10:38.556Z] $ docker exec --env ******** --env ******** e929a85f3c45d0fd91d84256382d3db413e322607250b9c6aae5c4d5c9ff5044 ssh-agent -k [2020-07-22T10:10:38.673Z] unset SSH_AUTH_SOCK; [2020-07-22T10:10:38.674Z] unset SSH_AGENT_PID; [2020-07-22T10:10:38.674Z] echo Agent pid 16 killed; [2020-07-22T10:10:38.712Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-07-22T10:10:38.820Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-07-22T10:10:38.820Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-07-22T10:10:38.906Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:10:38.906Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:10:39.057Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:10:39.061Z] $ docker exec e929a85f3c45d0fd91d84256382d3db413e322607250b9c6aae5c4d5c9ff5044 ssh-agent [2020-07-22T10:10:39.215Z] SSH_AUTH_SOCK=/tmp/ssh-f4AauEFFHFwH/agent.44 [2020-07-22T10:10:39.215Z] SSH_AGENT_PID=49 [2020-07-22T10:10:39.221Z] Running ssh-add (command line suppressed) [2020-07-22T10:10:39.334Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5814738191382186544.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5814738191382186544.key) [2020-07-22T10:10:39.379Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:10:39.694Z] + git semver init [2020-07-22T10:10:39.694Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:10:39.694Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-22T10:10:39.694Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-22T10:10:39.694Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:10:39.694Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:10:39.694Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:10:39.694Z] # $SEMVER_BRANCH = master [2020-07-22T10:10:39.694Z] # $SEMVER_TEMP = /tmp/semver-777125443 [2020-07-22T10:10:39.694Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-07-22T10:10:39.954Z] # '/tmp/semver-777125443' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-07-22T10:10:39.954Z] # -> Force: false [2020-07-22T10:10:39.954Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-07-22T10:10:39.964Z] $ docker exec --env ******** --env ******** e929a85f3c45d0fd91d84256382d3db413e322607250b9c6aae5c4d5c9ff5044 ssh-agent -k [2020-07-22T10:10:40.074Z] unset SSH_AUTH_SOCK; [2020-07-22T10:10:40.075Z] unset SSH_AGENT_PID; [2020-07-22T10:10:40.075Z] echo Agent pid 49 killed; [2020-07-22T10:10:40.115Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:10:40.595Z] + git semver [Pipeline] } [2020-07-22T10:10:40.611Z] $ docker stop --time=1 e929a85f3c45d0fd91d84256382d3db413e322607250b9c6aae5c4d5c9ff5044 [2020-07-22T10:10:42.010Z] $ docker rm -f e929a85f3c45d0fd91d84256382d3db413e322607250b9c6aae5c4d5c9ff5044 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-07-22T10:10:42.630Z] Stashed 16 file(s) [Pipeline] echo [2020-07-22T10:10:42.632Z] [edgeXSemver] initialized semver on version 1.2.3-dev.1 [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-07-22T10:10:57.861Z] Still waiting to schedule task [2020-07-22T10:10:57.861Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-568’ [2020-07-22T10:10:57.862Z] Still waiting to schedule task [2020-07-22T10:10:57.862Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-07-22T10:12:39.986Z] Running on prd-centos7-docker-4c-2g-571 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-07-22T10:12:40.040Z] Running in /w/workspace/device-virtual-go/18 [Pipeline] { [Pipeline] checkout [2020-07-22T10:12:42.676Z] using credential edgex-jenkins-ssh [2020-07-22T10:12:42.752Z] Cloning the remote Git repository [2020-07-22T10:12:42.752Z] Cloning with configured refspecs honoured and without tags [2020-07-22T10:12:43.437Z] Fetching without tags [2020-07-22T10:12:42.363Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-07-22T10:12:42.440Z] > git init /w/workspace/device-virtual-go/18 # timeout=10 [2020-07-22T10:12:42.493Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-22T10:12:42.493Z] > git --version # timeout=10 [2020-07-22T10:12:42.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:12:42.561Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:12:43.039Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-22T10:12:43.050Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:12:43.064Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-22T10:12:43.079Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-22T10:12:43.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:12:43.084Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:12:43.813Z] Checking out Revision 4d5f8ce0290f23e35ff78bafcbacaa37d533849c (master) [2020-07-22T10:12:43.490Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T10:12:43.500Z] > git checkout -f 4d5f8ce0290f23e35ff78bafcbacaa37d533849c # timeout=10 [2020-07-22T10:12:45.072Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-570 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-07-22T10:12:45.111Z] Running in /w/workspace/device-virtual-go/18 [Pipeline] { [Pipeline] checkout [2020-07-22T10:12:47.165Z] Commit message: "Merge pull request #120 from hahattan/issue-117/118" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T10:12:47.849Z] ========================================================= [2020-07-22T10:12:47.849Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-07-22T10:12:47.849Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:12:48.563Z] + 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-07-22T10:12:49.138Z] Sending build context to Docker daemon 516.6kB [2020-07-22T10:12:49.138Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T10:12:49.138Z] Step 2/8 : FROM ${BASE} [2020-07-22T10:12:49.138Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-07-22T10:12:49.138Z] df20fa9351a1: Pulling fs layer [2020-07-22T10:12:49.138Z] ed8968b2872e: Pulling fs layer [2020-07-22T10:12:49.138Z] a92cc7c5fd73: Pulling fs layer [2020-07-22T10:12:49.138Z] 2dd03ba5bac4: Pulling fs layer [2020-07-22T10:12:49.138Z] 1e091d79d1de: Pulling fs layer [2020-07-22T10:12:49.138Z] 481702a1767f: Pulling fs layer [2020-07-22T10:12:49.138Z] f64a6f60c768: Pulling fs layer [2020-07-22T10:12:49.138Z] e78d2573fc39: Pulling fs layer [2020-07-22T10:12:49.138Z] e876d2f968b6: Pulling fs layer [2020-07-22T10:12:49.138Z] ce8a83651883: Pulling fs layer [2020-07-22T10:12:49.138Z] 07967f4d0e4b: Pulling fs layer [2020-07-22T10:12:49.138Z] f64a6f60c768: Waiting [2020-07-22T10:12:49.138Z] e78d2573fc39: Waiting [2020-07-22T10:12:49.138Z] e876d2f968b6: Waiting [2020-07-22T10:12:49.138Z] ce8a83651883: Waiting [2020-07-22T10:12:49.138Z] 07967f4d0e4b: Waiting [2020-07-22T10:12:49.138Z] 2dd03ba5bac4: Waiting [2020-07-22T10:12:49.138Z] 481702a1767f: Waiting [2020-07-22T10:12:49.138Z] 1e091d79d1de: Waiting [2020-07-22T10:12:49.138Z] a92cc7c5fd73: Verifying Checksum [2020-07-22T10:12:49.138Z] a92cc7c5fd73: Download complete [2020-07-22T10:12:49.138Z] ed8968b2872e: Verifying Checksum [2020-07-22T10:12:49.138Z] ed8968b2872e: Download complete [2020-07-22T10:12:49.138Z] 1e091d79d1de: Verifying Checksum [2020-07-22T10:12:49.138Z] 1e091d79d1de: Download complete [2020-07-22T10:12:49.138Z] 481702a1767f: Verifying Checksum [2020-07-22T10:12:49.138Z] 481702a1767f: Download complete [2020-07-22T10:12:49.138Z] df20fa9351a1: Verifying Checksum [2020-07-22T10:12:49.138Z] df20fa9351a1: Download complete [2020-07-22T10:12:49.735Z] df20fa9351a1: Pull complete [2020-07-22T10:12:50.275Z] using credential edgex-jenkins-ssh [2020-07-22T10:12:50.322Z] Cloning the remote Git repository [2020-07-22T10:12:50.322Z] Cloning with configured refspecs honoured and without tags [2020-07-22T10:12:50.331Z] f64a6f60c768: Verifying Checksum [2020-07-22T10:12:50.331Z] f64a6f60c768: Download complete [2020-07-22T10:12:50.331Z] e876d2f968b6: Verifying Checksum [2020-07-22T10:12:50.331Z] e876d2f968b6: Download complete [2020-07-22T10:12:50.927Z] ce8a83651883: Verifying Checksum [2020-07-22T10:12:50.927Z] ce8a83651883: Download complete [2020-07-22T10:12:50.927Z] e78d2573fc39: Verifying Checksum [2020-07-22T10:12:50.927Z] e78d2573fc39: Download complete [2020-07-22T10:12:50.927Z] 07967f4d0e4b: Verifying Checksum [2020-07-22T10:12:50.927Z] 07967f4d0e4b: Download complete [2020-07-22T10:12:50.927Z] 2dd03ba5bac4: Verifying Checksum [2020-07-22T10:12:50.927Z] 2dd03ba5bac4: Download complete [2020-07-22T10:12:50.386Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-07-22T10:12:50.496Z] > git init /w/workspace/device-virtual-go/18 # timeout=10 [2020-07-22T10:12:50.557Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-22T10:12:50.558Z] > git --version # timeout=10 [2020-07-22T10:12:50.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:12:50.674Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:12:51.307Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-22T10:12:51.325Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:12:51.440Z] Fetching without tags [2020-07-22T10:12:51.935Z] Checking out Revision 4d5f8ce0290f23e35ff78bafcbacaa37d533849c (master) [2020-07-22T10:12:52.314Z] ed8968b2872e: Pull complete [2020-07-22T10:12:52.315Z] a92cc7c5fd73: Pull complete [2020-07-22T10:12:51.412Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-07-22T10:12:51.447Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-07-22T10:12:51.447Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-07-22T10:12:51.462Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-07-22T10:12:51.954Z] > git config core.sparsecheckout # timeout=10 [2020-07-22T10:12:51.984Z] > git checkout -f 4d5f8ce0290f23e35ff78bafcbacaa37d533849c # timeout=10 [2020-07-22T10:12:56.241Z] Commit message: "Merge pull request #120 from hahattan/issue-117/118" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-07-22T10:12:57.124Z] ========================================================= [2020-07-22T10:12:57.124Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-07-22T10:12:57.124Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:12:57.629Z] 2dd03ba5bac4: Pull complete [2020-07-22T10:12:57.629Z] 1e091d79d1de: Pull complete [2020-07-22T10:12:57.629Z] 481702a1767f: Pull complete [2020-07-22T10:12:58.288Z] + 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-07-22T10:12:59.287Z] Sending build context to Docker daemon 516.6kB [2020-07-22T10:12:59.569Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-07-22T10:12:59.569Z] Step 2/8 : FROM ${BASE} [2020-07-22T10:12:59.851Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-07-22T10:12:59.851Z] b538f80385f9: Pulling fs layer [2020-07-22T10:12:59.851Z] 74f711af9a0d: Pulling fs layer [2020-07-22T10:12:59.851Z] 99f96fe45779: Pulling fs layer [2020-07-22T10:12:59.851Z] fd7a069fd194: Pulling fs layer [2020-07-22T10:12:59.851Z] 66aa3694b03b: Pulling fs layer [2020-07-22T10:12:59.851Z] 170f70906a0f: Pulling fs layer [2020-07-22T10:12:59.851Z] ad7c5574e4b9: Pulling fs layer [2020-07-22T10:12:59.851Z] e772456be8f7: Pulling fs layer [2020-07-22T10:12:59.851Z] c890913d741a: Pulling fs layer [2020-07-22T10:12:59.851Z] 2480fcc9aa5a: Pulling fs layer [2020-07-22T10:12:59.851Z] 09adf4765672: Pulling fs layer [2020-07-22T10:12:59.851Z] fd7a069fd194: Waiting [2020-07-22T10:12:59.851Z] 66aa3694b03b: Waiting [2020-07-22T10:12:59.851Z] 170f70906a0f: Waiting [2020-07-22T10:12:59.851Z] ad7c5574e4b9: Waiting [2020-07-22T10:12:59.851Z] e772456be8f7: Waiting [2020-07-22T10:12:59.851Z] c890913d741a: Waiting [2020-07-22T10:12:59.851Z] 2480fcc9aa5a: Waiting [2020-07-22T10:12:59.851Z] 09adf4765672: Waiting [2020-07-22T10:12:59.851Z] 99f96fe45779: Download complete [2020-07-22T10:12:59.851Z] 74f711af9a0d: Verifying Checksum [2020-07-22T10:12:59.851Z] 74f711af9a0d: Download complete [2020-07-22T10:12:59.851Z] 66aa3694b03b: Verifying Checksum [2020-07-22T10:12:59.851Z] 66aa3694b03b: Download complete [2020-07-22T10:12:59.851Z] 170f70906a0f: Verifying Checksum [2020-07-22T10:12:59.851Z] 170f70906a0f: Download complete [2020-07-22T10:12:59.851Z] b538f80385f9: Verifying Checksum [2020-07-22T10:13:00.843Z] b538f80385f9: Pull complete [2020-07-22T10:13:01.442Z] 74f711af9a0d: Pull complete [2020-07-22T10:13:01.732Z] 99f96fe45779: Pull complete [2020-07-22T10:13:02.710Z] ad7c5574e4b9: Verifying Checksum [2020-07-22T10:13:02.710Z] ad7c5574e4b9: Download complete [2020-07-22T10:13:02.710Z] c890913d741a: Download complete [2020-07-22T10:13:04.227Z] f64a6f60c768: Pull complete [2020-07-22T10:13:04.698Z] 2480fcc9aa5a: Verifying Checksum [2020-07-22T10:13:04.698Z] 2480fcc9aa5a: Download complete [2020-07-22T10:13:04.698Z] 09adf4765672: Verifying Checksum [2020-07-22T10:13:04.698Z] 09adf4765672: Download complete [2020-07-22T10:13:04.970Z] e772456be8f7: Verifying Checksum [2020-07-22T10:13:04.970Z] e772456be8f7: Download complete [2020-07-22T10:13:05.571Z] fd7a069fd194: Download complete [2020-07-22T10:13:06.779Z] e78d2573fc39: Pull complete [2020-07-22T10:13:06.779Z] e876d2f968b6: Pull complete [2020-07-22T10:13:08.695Z] ce8a83651883: Pull complete [2020-07-22T10:13:08.695Z] 07967f4d0e4b: Pull complete [2020-07-22T10:13:08.695Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-07-22T10:13:08.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-07-22T10:13:08.695Z] ---> 5d7c900382c6 [2020-07-22T10:13:08.695Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-22T10:13:09.265Z] ---> Running in e1e702eb0271 [2020-07-22T10:13:09.265Z] Removing intermediate container e1e702eb0271 [2020-07-22T10:13:09.265Z] ---> 7af2df964f08 [2020-07-22T10:13:09.265Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:13:09.526Z] ---> Running in dcbfff485399 [2020-07-22T10:13:10.541Z] Removing intermediate container dcbfff485399 [2020-07-22T10:13:10.541Z] ---> 04446c7af665 [2020-07-22T10:13:10.541Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T10:13:10.805Z] ---> Running in 668de4420d61 [2020-07-22T10:13:11.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T10:13:11.948Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T10:13:12.518Z] (1/14) Installing libmagic (5.38-r0) [2020-07-22T10:13:12.518Z] (2/14) Installing file (5.38-r0) [2020-07-22T10:13:12.518Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-07-22T10:13:12.779Z] (4/14) Installing g++ (9.3.0-r2) [2020-07-22T10:13:14.690Z] (5/14) Installing fortify-headers (1.1-r0) [2020-07-22T10:13:14.690Z] (6/14) Installing patch (2.7.6-r6) [2020-07-22T10:13:14.951Z] (7/14) Installing build-base (0.5-r2) [2020-07-22T10:13:14.951Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-07-22T10:13:14.951Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-07-22T10:13:15.213Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-07-22T10:13:15.473Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-07-22T10:13:15.473Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-07-22T10:13:15.473Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-07-22T10:13:15.733Z] (14/14) Installing openssh (8.3_p1-r0) [2020-07-22T10:13:15.733Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T10:13:15.733Z] OK: 237 MiB in 53 packages [2020-07-22T10:13:17.961Z] fd7a069fd194: Pull complete [2020-07-22T10:13:17.962Z] 66aa3694b03b: Pull complete [2020-07-22T10:13:17.962Z] 170f70906a0f: Pull complete [2020-07-22T10:13:19.958Z] Removing intermediate container 668de4420d61 [2020-07-22T10:13:19.958Z] ---> 46f3819d5142 [2020-07-22T10:13:19.958Z] Step 6/8 : WORKDIR /device-virtual-go [2020-07-22T10:13:19.958Z] ---> Running in 18c2a2ad7c1c [2020-07-22T10:13:19.958Z] Removing intermediate container 18c2a2ad7c1c [2020-07-22T10:13:19.958Z] ---> e856c754bade [2020-07-22T10:13:19.958Z] Step 7/8 : COPY . . [2020-07-22T10:13:19.958Z] ---> 71b9d186ec73 [2020-07-22T10:13:19.958Z] Step 8/8 : RUN go mod download [2020-07-22T10:13:20.220Z] ---> Running in e89446fde9d7 [2020-07-22T10:13:20.609Z] ad7c5574e4b9: Pull complete [2020-07-22T10:13:22.132Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T10:13:22.132Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T10:13:22.132Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T10:13:22.132Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T10:13:22.132Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T10:13:22.132Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T10:13:22.132Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T10:13:22.132Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T10:13:22.132Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T10:13:22.132Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T10:13:22.394Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T10:13:22.394Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T10:13:22.394Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T10:13:22.394Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T10:13:22.394Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-07-22T10:13:22.394Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T10:13:22.394Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T10:13:22.394Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T10:13:22.394Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T10:13:22.655Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T10:13:22.655Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-22T10:13:22.655Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T10:13:22.655Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T10:13:22.655Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T10:13:22.655Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T10:13:22.916Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T10:13:22.916Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T10:13:22.916Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T10:13:22.916Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T10:13:23.176Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T10:13:23.176Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T10:13:23.176Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T10:13:23.176Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T10:13:23.176Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T10:13:23.437Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T10:13:23.437Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T10:13:23.437Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-07-22T10:13:23.437Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T10:13:23.437Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T10:13:23.437Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T10:13:23.437Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T10:13:23.437Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T10:13:23.437Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T10:13:23.437Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T10:13:23.698Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-22T10:13:23.698Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T10:13:23.698Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-07-22T10:13:23.698Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-22T10:13:23.698Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T10:13:23.698Z] go: finding modernc.org/b v1.0.0 [2020-07-22T10:13:23.698Z] go: finding modernc.org/db v1.0.0 [2020-07-22T10:13:23.698Z] go: finding modernc.org/file v1.0.0 [2020-07-22T10:13:23.698Z] go: finding modernc.org/fileutil v1.0.0 [2020-07-22T10:13:23.698Z] go: finding modernc.org/golex v1.0.0 [2020-07-22T10:13:23.963Z] go: finding modernc.org/internal v1.0.0 [2020-07-22T10:13:23.963Z] go: finding modernc.org/lldb v1.0.0 [2020-07-22T10:13:23.963Z] go: finding modernc.org/mathutil v1.0.0 [2020-07-22T10:13:23.963Z] go: finding modernc.org/ql v1.0.0 [2020-07-22T10:13:23.963Z] go: finding modernc.org/sortutil v1.0.0 [2020-07-22T10:13:23.963Z] go: finding modernc.org/strutil v1.0.0 [2020-07-22T10:13:23.963Z] go: finding modernc.org/zappy v1.0.0 [2020-07-22T10:13:24.914Z] e772456be8f7: Pull complete [2020-07-22T10:13:25.509Z] c890913d741a: Pull complete [2020-07-22T10:13:27.499Z] 2480fcc9aa5a: Pull complete [2020-07-22T10:13:28.097Z] 09adf4765672: Pull complete [2020-07-22T10:13:28.097Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-07-22T10:13:28.097Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-07-22T10:13:28.097Z] ---> 2248a725d1cf [2020-07-22T10:13:28.097Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-07-22T10:13:33.520Z] ---> Running in 819fb92ef3b6 [2020-07-22T10:13:33.520Z] Removing intermediate container 819fb92ef3b6 [2020-07-22T10:13:33.520Z] ---> 2c8e88c17e3f [2020-07-22T10:13:33.520Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:13:33.520Z] ---> Running in 84ffd50c2b67 [2020-07-22T10:13:33.979Z] Removing intermediate container e89446fde9d7 [2020-07-22T10:13:33.980Z] ---> aea1af3c6725 [2020-07-22T10:13:33.980Z] Successfully built aea1af3c6725 [2020-07-22T10:13:33.980Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:13:34.635Z] + docker inspect -f . ci-base-image-x86_64 [2020-07-22T10:13:34.635Z] . [Pipeline] withDockerContainer [2020-07-22T10:13:34.847Z] prd-centos7-docker-4c-2g-571 does not seem to be running inside a container [2020-07-22T10:13:34.932Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/18 -v /w/workspace/device-virtual-go/18:/w/workspace/device-virtual-go/18:rw,z -v /w/workspace/device-virtual-go/18@tmp:/w/workspace/device-virtual-go/18@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 ******** ci-base-image-x86_64 cat [2020-07-22T10:13:35.640Z] $ docker top 8491306087d1bce96cdc681217f8b0086f9bf02042e48d726efbe0e9c97bf8a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T10:13:36.102Z] + go version [2020-07-22T10:13:36.103Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-07-22T10:13:36.151Z] Removing intermediate container 84ffd50c2b67 [2020-07-22T10:13:36.151Z] ---> 6bb601abfb71 [2020-07-22T10:13:36.151Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-07-22T10:13:36.151Z] ---> Running in 18b780623b57 [2020-07-22T10:13:36.396Z] + make test [2020-07-22T10:13:36.397Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T10:13:37.585Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T10:13:37.796Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-07-22T10:13:38.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T10:13:38.769Z] (1/14) Installing libmagic (5.38-r0) [2020-07-22T10:13:38.769Z] (2/14) Installing file (5.38-r0) [2020-07-22T10:13:39.041Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-07-22T10:13:39.041Z] (4/14) Installing g++ (9.3.0-r2) [2020-07-22T10:13:41.649Z] (5/14) Installing fortify-headers (1.1-r0) [2020-07-22T10:13:41.649Z] (6/14) Installing patch (2.7.6-r6) [2020-07-22T10:13:41.649Z] (7/14) Installing build-base (0.5-r2) [2020-07-22T10:13:41.649Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-07-22T10:13:42.237Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-07-22T10:13:42.237Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-07-22T10:13:42.508Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-07-22T10:13:42.508Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-07-22T10:13:42.777Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-07-22T10:13:42.777Z] (14/14) Installing openssh (8.3_p1-r0) [2020-07-22T10:13:43.048Z] Executing busybox-1.31.1-r16.trigger [2020-07-22T10:13:43.048Z] OK: 221 MiB in 53 packages [2020-07-22T10:13:47.353Z] Removing intermediate container 18b780623b57 [2020-07-22T10:13:47.353Z] ---> 6dab338e5daf [2020-07-22T10:13:47.353Z] Step 6/8 : WORKDIR /device-virtual-go [2020-07-22T10:13:47.353Z] ---> Running in e6a9f9c57e98 [2020-07-22T10:13:47.628Z] Removing intermediate container e6a9f9c57e98 [2020-07-22T10:13:47.628Z] ---> 057f5e37be0a [2020-07-22T10:13:47.628Z] Step 7/8 : COPY . . [2020-07-22T10:13:48.602Z] ---> 180f2d7bd223 [2020-07-22T10:13:48.602Z] Step 8/8 : RUN go mod download [2020-07-22T10:13:48.602Z] ---> Running in f56c28022bb3 [2020-07-22T10:13:50.135Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-07-22T10:13:51.207Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-07-22T10:13:51.207Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-07-22T10:13:51.478Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-07-22T10:13:51.478Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-07-22T10:13:51.478Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-07-22T10:13:51.478Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-07-22T10:13:51.478Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-07-22T10:13:51.478Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-07-22T10:13:51.478Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-07-22T10:13:51.478Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-07-22T10:13:51.478Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-07-22T10:13:51.478Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-07-22T10:13:51.478Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-07-22T10:13:51.478Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-07-22T10:13:51.750Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-07-22T10:13:51.750Z] go: finding github.com/fatih/color v1.7.0 [2020-07-22T10:13:51.750Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-07-22T10:13:51.750Z] go: finding github.com/go-kit/kit v0.8.0 [2020-07-22T10:13:51.750Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-07-22T10:13:51.750Z] go: finding github.com/go-stack/stack v1.8.0 [2020-07-22T10:13:51.750Z] go: finding github.com/golang/snappy v0.0.1 [2020-07-22T10:13:51.750Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-07-22T10:13:51.750Z] go: finding github.com/google/uuid v1.1.0 [2020-07-22T10:13:51.750Z] go: finding github.com/gorilla/mux v1.7.1 [2020-07-22T10:13:51.750Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-07-22T10:13:52.020Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-07-22T10:13:52.290Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-07-22T10:13:52.290Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-07-22T10:13:52.290Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-07-22T10:13:52.290Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-07-22T10:13:52.290Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-07-22T10:13:52.290Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-07-22T10:13:52.290Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-07-22T10:13:52.290Z] go: finding github.com/miekg/dns v1.0.14 [2020-07-22T10:13:52.290Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-07-22T10:13:52.290Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-07-22T10:13:52.290Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-07-22T10:13:52.290Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-07-22T10:13:52.563Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-07-22T10:13:52.563Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-07-22T10:13:52.563Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-07-22T10:13:52.563Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-07-22T10:13:52.563Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-07-22T10:13:52.563Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-07-22T10:13:52.563Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-07-22T10:13:52.563Z] go: finding github.com/pkg/errors v0.8.1 [2020-07-22T10:13:52.563Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-07-22T10:13:52.563Z] go: finding github.com/posener/complete v1.1.1 [2020-07-22T10:13:52.563Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-07-22T10:13:52.563Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-07-22T10:13:52.563Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-07-22T10:13:52.834Z] go: finding github.com/stretchr/objx v0.1.0 [2020-07-22T10:13:52.834Z] go: finding github.com/stretchr/testify v1.5.1 [2020-07-22T10:13:52.834Z] go: finding github.com/ugorji/go v1.1.4 [2020-07-22T10:13:52.834Z] go: finding github.com/x448/float16 v0.8.4 [2020-07-22T10:13:52.834Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-07-22T10:13:52.834Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-07-22T10:13:52.834Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-07-22T10:13:52.834Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-07-22T10:13:52.834Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-07-22T10:13:52.834Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-07-22T10:13:52.834Z] go: finding modernc.org/b v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/db v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/file v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/fileutil v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/golex v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/internal v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/lldb v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/mathutil v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/ql v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/sortutil v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/strutil v1.0.0 [2020-07-22T10:13:53.113Z] go: finding modernc.org/zappy v1.0.0 [2020-07-22T10:14:03.294Z] Removing intermediate container f56c28022bb3 [2020-07-22T10:14:03.294Z] ---> 32316d88bc20 [2020-07-22T10:14:03.294Z] Successfully built 32316d88bc20 [2020-07-22T10:14:03.294Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:04.428Z] + docker inspect -f . ci-base-image-arm64 [2020-07-22T10:14:04.428Z] . [Pipeline] withDockerContainer [2020-07-22T10:14:04.706Z] prd-ubuntu18.04-docker-arm64-4c-16g-570 does not seem to be running inside a container [2020-07-22T10:14:04.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/18 -v /w/workspace/device-virtual-go/18:/w/workspace/device-virtual-go/18:rw,z -v /w/workspace/device-virtual-go/18@tmp:/w/workspace/device-virtual-go/18@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 ******** ci-base-image-arm64 cat [2020-07-22T10:14:06.621Z] $ docker top a2cd8391122951d6a8e502d76a28d5e7bb9b471465bb85a87e241780906277b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T10:14:08.029Z] + go version [2020-07-22T10:14:08.029Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-07-22T10:14:09.072Z] + make test [2020-07-22T10:14:09.072Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-07-22T10:14:10.061Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-07-22T10:14:12.124Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 18.163s coverage: 52.6% of statements [2020-07-22T10:14:12.124Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T10:14:12.124Z] gofmt -l . [2020-07-22T10:14:12.124Z] [ "`gofmt -l .`" = "" ] [2020-07-22T10:14:12.124Z] ./bin/test-attribution-txt.sh [2020-07-22T10:14:12.384Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-22T10:14:13.021Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T10:14:13.026Z] $ docker stop --time=1 8491306087d1bce96cdc681217f8b0086f9bf02042e48d726efbe0e9c97bf8a7 [2020-07-22T10:14:15.076Z] $ docker rm -f 8491306087d1bce96cdc681217f8b0086f9bf02042e48d726efbe0e9c97bf8a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T10:14:17.884Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T10:14:18.184Z] + ls -al . [2020-07-22T10:14:18.184Z] total 112 [2020-07-22T10:14:18.184Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jul 22 10:14 . [2020-07-22T10:14:18.184Z] drwxrwxr-x. 4 jenkins jenkins 30 Jul 22 10:12 .. [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 6432 Jul 22 10:12 Attribution.txt [2020-07-22T10:14:18.184Z] drwxrwxr-x. 2 jenkins jenkins 64 Jul 22 10:12 bin [2020-07-22T10:14:18.184Z] drwxrwxr-x. 3 jenkins jenkins 32 Jul 22 10:12 cmd [2020-07-22T10:14:18.184Z] -rw-r--r--. 1 jenkins jenkins 31362 Jul 22 10:14 coverage.out [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 1826 Jul 22 10:12 Dockerfile [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 957 Jul 22 10:12 Dockerfile.build [2020-07-22T10:14:18.184Z] drwxrwxr-x. 8 jenkins jenkins 162 Jul 22 10:12 .git [2020-07-22T10:14:18.184Z] drwxrwxr-x. 2 jenkins jenkins 38 Jul 22 10:12 .github [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 258 Jul 22 10:12 .gitignore [2020-07-22T10:14:18.184Z] -rw-r--r--. 1 jenkins jenkins 855 Jul 22 10:14 go.mod [2020-07-22T10:14:18.184Z] -rw-r--r--. 1 jenkins jenkins 14894 Jul 22 10:14 go.sum [2020-07-22T10:14:18.184Z] drwxrwxr-x. 3 jenkins jenkins 20 Jul 22 10:12 internal [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 683 Jul 22 10:12 Jenkinsfile [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jul 22 10:12 LICENSE [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 873 Jul 22 10:12 Makefile [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 4623 Jul 22 10:12 README.md [2020-07-22T10:14:18.184Z] drwxrwxr-x. 3 jenkins jenkins 44 Jul 22 10:12 .semver [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 11 Jul 22 10:10 VERSION [2020-07-22T10:14:18.184Z] -rw-rw-r--. 1 jenkins jenkins 235 Jul 22 10:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:18.483Z] + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4d5f8ce0290f23e35ff78bafcbacaa37d533849c --label arch=amd64 --label version=1.2.3-dev.1 . [2020-07-22T10:14:18.483Z] Sending build context to Docker daemon 579.1kB [2020-07-22T10:14:18.483Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-07-22T10:14:18.483Z] Step 2/21 : FROM ${BASE} AS builder [2020-07-22T10:14:18.483Z] ---> aea1af3c6725 [2020-07-22T10:14:18.483Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-07-22T10:14:18.743Z] ---> Running in f9b7530d03bc [2020-07-22T10:14:18.743Z] Removing intermediate container f9b7530d03bc [2020-07-22T10:14:18.743Z] ---> e8b46a7e09d9 [2020-07-22T10:14:18.743Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T10:14:19.004Z] ---> Running in 3fec2dab9903 [2020-07-22T10:14:19.004Z] Removing intermediate container 3fec2dab9903 [2020-07-22T10:14:19.004Z] ---> bb0dab613fc9 [2020-07-22T10:14:19.004Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-07-22T10:14:19.266Z] ---> Running in 667bc784c976 [2020-07-22T10:14:19.266Z] Removing intermediate container 667bc784c976 [2020-07-22T10:14:19.266Z] ---> b096ca4d0512 [2020-07-22T10:14:19.266Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:14:19.266Z] ---> Running in d03f44995262 [2020-07-22T10:14:20.208Z] Removing intermediate container d03f44995262 [2020-07-22T10:14:20.208Z] ---> 4095a599ca90 [2020-07-22T10:14:20.208Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T10:14:20.208Z] ---> Running in 8f2c87d9873d [2020-07-22T10:14:20.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-07-22T10:14:21.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-07-22T10:14:21.613Z] OK: 237 MiB in 53 packages [2020-07-22T10:14:22.183Z] Removing intermediate container 8f2c87d9873d [2020-07-22T10:14:22.183Z] ---> f10509414368 [2020-07-22T10:14:22.183Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-07-22T10:14:22.183Z] ---> Running in 8e16b036f5a5 [2020-07-22T10:14:22.183Z] Removing intermediate container 8e16b036f5a5 [2020-07-22T10:14:22.183Z] ---> 443d835177fa [2020-07-22T10:14:22.183Z] Step 9/21 : COPY . . [2020-07-22T10:14:22.755Z] ---> 2034d8b07868 [2020-07-22T10:14:22.755Z] Step 10/21 : ARG MAKE='make build' [2020-07-22T10:14:23.015Z] ---> Running in b2d1eab06c97 [2020-07-22T10:14:23.015Z] Removing intermediate container b2d1eab06c97 [2020-07-22T10:14:23.015Z] ---> 7cb6eae8be99 [2020-07-22T10:14:23.015Z] Step 11/21 : RUN $MAKE [2020-07-22T10:14:23.015Z] ---> Running in 32433380a800 [2020-07-22T10:14:23.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.3-dev.1" -o cmd/device-virtual ./cmd [2020-07-22T10:14:35.944Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T10:14:38.509Z] Removing intermediate container 32433380a800 [2020-07-22T10:14:38.509Z] ---> d482184ed6db [2020-07-22T10:14:38.509Z] Step 12/21 : FROM alpine [2020-07-22T10:14:38.509Z] latest: Pulling from library/alpine [2020-07-22T10:14:38.509Z] df20fa9351a1: Already exists [2020-07-22T10:14:38.509Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T10:14:38.509Z] Status: Downloaded newer image for alpine:latest [2020-07-22T10:14:38.509Z] ---> a24bb4013296 [2020-07-22T10:14:38.509Z] Step 13/21 : ENV APP_PORT=49990 [2020-07-22T10:14:38.770Z] ---> Running in 67dac0cfe0e1 [2020-07-22T10:14:38.770Z] Removing intermediate container 67dac0cfe0e1 [2020-07-22T10:14:38.770Z] ---> 5d770f0d3f2a [2020-07-22T10:14:38.770Z] Step 14/21 : EXPOSE $APP_PORT [2020-07-22T10:14:38.770Z] ---> Running in 1921ffae02d2 [2020-07-22T10:14:39.032Z] Removing intermediate container 1921ffae02d2 [2020-07-22T10:14:39.032Z] ---> 1661617dd0c8 [2020-07-22T10:14:39.032Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-07-22T10:14:39.604Z] ---> 94d43cde616a [2020-07-22T10:14:39.604Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-07-22T10:14:39.865Z] ---> 33701a4de683 [2020-07-22T10:14:39.865Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-07-22T10:14:39.865Z] ---> d8b0ab722f6b [2020-07-22T10:14:39.865Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T10:14:40.126Z] ---> Running in 20b936e2202a [2020-07-22T10:14:40.126Z] Removing intermediate container 20b936e2202a [2020-07-22T10:14:40.126Z] ---> 8c3260b775c3 [2020-07-22T10:14:40.126Z] Step 19/21 : LABEL arch=amd64 [2020-07-22T10:14:40.126Z] ---> Running in 893c3e7212d5 [2020-07-22T10:14:40.388Z] Removing intermediate container 893c3e7212d5 [2020-07-22T10:14:40.388Z] ---> 439e8ac6f6c3 [2020-07-22T10:14:40.388Z] Step 20/21 : LABEL git_sha=4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:14:40.388Z] ---> Running in c22b2f2cb282 [2020-07-22T10:14:40.650Z] Removing intermediate container c22b2f2cb282 [2020-07-22T10:14:40.650Z] ---> ac1c94d1e3a8 [2020-07-22T10:14:40.650Z] Step 21/21 : LABEL version=1.2.3-dev.1 [2020-07-22T10:14:40.650Z] ---> Running in b060efda5cb0 [2020-07-22T10:14:40.650Z] Removing intermediate container b060efda5cb0 [2020-07-22T10:14:40.650Z] ---> ee09a1b38039 [2020-07-22T10:14:40.650Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T10:14:40.650Z] Successfully built ee09a1b38039 [2020-07-22T10:14:40.650Z] Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T10:14:41.010Z] provisioning config files... [2020-07-22T10:14:41.048Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/18@tmp/config3656352447460163370tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:14:41.397Z] nexus3.edgexfoundry.org:10001 [2020-07-22T10:14:41.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:14:41.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:14:41.397Z] Configure a credential helper to remove this warning. See [2020-07-22T10:14:41.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:14:41.397Z] [2020-07-22T10:14:41.397Z] Login Succeeded [2020-07-22T10:14:41.397Z] nexus3.edgexfoundry.org:10002 [2020-07-22T10:14:41.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:14:41.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:14:41.660Z] Configure a credential helper to remove this warning. See [2020-07-22T10:14:41.660Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:14:41.660Z] [2020-07-22T10:14:41.660Z] Login Succeeded [2020-07-22T10:14:41.660Z] nexus3.edgexfoundry.org:10003 [2020-07-22T10:14:41.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:14:41.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:14:41.922Z] Configure a credential helper to remove this warning. See [2020-07-22T10:14:41.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:14:41.922Z] [2020-07-22T10:14:41.922Z] Login Succeeded [2020-07-22T10:14:41.922Z] nexus3.edgexfoundry.org:10004 [2020-07-22T10:14:41.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:14:42.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:14:42.183Z] Configure a credential helper to remove this warning. See [2020-07-22T10:14:42.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:14:42.183Z] [2020-07-22T10:14:42.183Z] Login Succeeded [2020-07-22T10:14:42.183Z] docker.io [2020-07-22T10:14:42.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:14:42.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:14:42.443Z] Configure a credential helper to remove this warning. See [2020-07-22T10:14:42.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:14:42.443Z] [2020-07-22T10:14:42.443Z] Login Succeeded [Pipeline] } [2020-07-22T10:14:42.454Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:14:42.612Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-07-22T10:14:42.612Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:14:42.612Z] latest [2020-07-22T10:14:42.612Z] 1.2.3-dev.1 [2020-07-22T10:14:42.612Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [2020-07-22T10:14:42.612Z] master [2020-07-22T10:14:42.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:43.118Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:43.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:14:43.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-22T10:14:43.418Z] 6ea9d3bee897: Preparing [2020-07-22T10:14:43.418Z] bfc81e7c35e6: Preparing [2020-07-22T10:14:43.418Z] 1438c544fe24: Preparing [2020-07-22T10:14:43.418Z] 50644c29ef5a: Preparing [2020-07-22T10:14:43.418Z] 50644c29ef5a: Layer already exists [2020-07-22T10:14:43.418Z] bfc81e7c35e6: Pushed [2020-07-22T10:14:43.418Z] 6ea9d3bee897: Pushed [2020-07-22T10:14:44.806Z] 1438c544fe24: Pushed [2020-07-22T10:14:44.806Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c: digest: sha256:ef1065dbd9ae523923d802635b4db9bbbbba51fe6ea935d779c9f23c0e634824 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:45.104Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:45.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-07-22T10:14:45.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-22T10:14:45.400Z] 6ea9d3bee897: Preparing [2020-07-22T10:14:45.400Z] bfc81e7c35e6: Preparing [2020-07-22T10:14:45.400Z] 1438c544fe24: Preparing [2020-07-22T10:14:45.400Z] 50644c29ef5a: Preparing [2020-07-22T10:14:45.400Z] bfc81e7c35e6: Layer already exists [2020-07-22T10:14:45.400Z] 50644c29ef5a: Layer already exists [2020-07-22T10:14:45.400Z] 6ea9d3bee897: Layer already exists [2020-07-22T10:14:45.401Z] 1438c544fe24: Layer already exists [2020-07-22T10:14:45.401Z] latest: digest: sha256:ef1065dbd9ae523923d802635b4db9bbbbba51fe6ea935d779c9f23c0e634824 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:45.698Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:45.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.3-dev.1 [2020-07-22T10:14:45.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-22T10:14:45.992Z] 6ea9d3bee897: Preparing [2020-07-22T10:14:45.992Z] bfc81e7c35e6: Preparing [2020-07-22T10:14:45.992Z] 1438c544fe24: Preparing [2020-07-22T10:14:45.992Z] 50644c29ef5a: Preparing [2020-07-22T10:14:45.992Z] 50644c29ef5a: Layer already exists [2020-07-22T10:14:45.992Z] 1438c544fe24: Layer already exists [2020-07-22T10:14:45.992Z] bfc81e7c35e6: Layer already exists [2020-07-22T10:14:45.992Z] 6ea9d3bee897: Layer already exists [2020-07-22T10:14:45.992Z] 1.2.3-dev.1: digest: sha256:ef1065dbd9ae523923d802635b4db9bbbbba51fe6ea935d779c9f23c0e634824 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:46.289Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:46.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [2020-07-22T10:14:46.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-22T10:14:46.600Z] 6ea9d3bee897: Preparing [2020-07-22T10:14:46.600Z] bfc81e7c35e6: Preparing [2020-07-22T10:14:46.600Z] 1438c544fe24: Preparing [2020-07-22T10:14:46.600Z] 50644c29ef5a: Preparing [2020-07-22T10:14:46.600Z] 50644c29ef5a: Layer already exists [2020-07-22T10:14:46.600Z] 1438c544fe24: Layer already exists [2020-07-22T10:14:46.600Z] bfc81e7c35e6: Layer already exists [2020-07-22T10:14:46.600Z] 6ea9d3bee897: Layer already exists [2020-07-22T10:14:46.600Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1: digest: sha256:ef1065dbd9ae523923d802635b4db9bbbbba51fe6ea935d779c9f23c0e634824 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:46.905Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:14:47.207Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-07-22T10:14:47.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-07-22T10:14:47.207Z] 6ea9d3bee897: Preparing [2020-07-22T10:14:47.207Z] bfc81e7c35e6: Preparing [2020-07-22T10:14:47.207Z] 1438c544fe24: Preparing [2020-07-22T10:14:47.207Z] 50644c29ef5a: Preparing [2020-07-22T10:14:47.207Z] bfc81e7c35e6: Layer already exists [2020-07-22T10:14:47.207Z] 6ea9d3bee897: Layer already exists [2020-07-22T10:14:47.207Z] 50644c29ef5a: Layer already exists [2020-07-22T10:14:47.207Z] 1438c544fe24: Layer already exists [2020-07-22T10:14:47.207Z] master: digest: sha256:ef1065dbd9ae523923d802635b4db9bbbbba51fe6ea935d779c9f23c0e634824 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:14:47.359Z] ===================================================== [Pipeline] echo [2020-07-22T10:14:47.398Z] taggedImages: [2020-07-22T10:14:47.398Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:14:47.398Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-07-22T10:14:47.398Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.3-dev.1 [2020-07-22T10:14:47.398Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [2020-07-22T10:14:47.398Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-07-22T10:14:49.072Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-07-22T10:15:28.040Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 37.134s coverage: 52.6% of statements [2020-07-22T10:15:28.040Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-07-22T10:15:33.449Z] gofmt -l . [2020-07-22T10:15:33.721Z] [ "`gofmt -l .`" = "" ] [2020-07-22T10:15:33.721Z] ./bin/test-attribution-txt.sh [2020-07-22T10:15:34.699Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-07-22T10:15:35.348Z] Warning: overwriting stash ‘coverage-report’ [2020-07-22T10:15:36.066Z] Stashed 1 file(s) [Pipeline] } [2020-07-22T10:15:36.070Z] $ docker stop --time=1 a2cd8391122951d6a8e502d76a28d5e7bb9b471465bb85a87e241780906277b8 [2020-07-22T10:15:38.125Z] $ docker rm -f a2cd8391122951d6a8e502d76a28d5e7bb9b471465bb85a87e241780906277b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-07-22T10:15:39.285Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-07-22T10:15:39.686Z] + ls -al . [2020-07-22T10:15:39.686Z] total 140 [2020-07-22T10:15:39.686Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 10:15 . [2020-07-22T10:15:39.686Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 10:12 .. [2020-07-22T10:15:39.686Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 10:12 .git [2020-07-22T10:15:39.686Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 10:12 .github [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 258 Jul 22 10:12 .gitignore [2020-07-22T10:15:39.686Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 10:12 .semver [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 6432 Jul 22 10:12 Attribution.txt [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 1826 Jul 22 10:12 Dockerfile [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 957 Jul 22 10:12 Dockerfile.build [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 683 Jul 22 10:12 Jenkinsfile [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 22 10:12 LICENSE [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 873 Jul 22 10:12 Makefile [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 4623 Jul 22 10:12 README.md [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 22 10:10 VERSION [2020-07-22T10:15:39.686Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 10:12 bin [2020-07-22T10:15:39.686Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 10:12 cmd [2020-07-22T10:15:39.686Z] -rw-r--r-- 1 jenkins jenkins 31362 Jul 22 10:15 coverage.out [2020-07-22T10:15:39.686Z] -rw-r--r-- 1 jenkins jenkins 855 Jul 22 10:15 go.mod [2020-07-22T10:15:39.686Z] -rw-r--r-- 1 jenkins jenkins 14894 Jul 22 10:15 go.sum [2020-07-22T10:15:39.686Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 10:12 internal [2020-07-22T10:15:39.686Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 22 10:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:15:40.065Z] + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4d5f8ce0290f23e35ff78bafcbacaa37d533849c --label arch=arm64 --label version=1.2.3-dev.1 . [2020-07-22T10:15:40.353Z] Sending build context to Docker daemon 579.1kB [2020-07-22T10:15:40.353Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-07-22T10:15:40.353Z] Step 2/21 : FROM ${BASE} AS builder [2020-07-22T10:15:40.633Z] ---> 32316d88bc20 [2020-07-22T10:15:40.633Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-07-22T10:15:40.633Z] ---> Running in 847bfe2dd814 [2020-07-22T10:15:41.228Z] Removing intermediate container 847bfe2dd814 [2020-07-22T10:15:41.228Z] ---> 6beb50c41782 [2020-07-22T10:15:41.228Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-07-22T10:15:41.228Z] ---> Running in 8064d7f8cdc4 [2020-07-22T10:15:41.821Z] Removing intermediate container 8064d7f8cdc4 [2020-07-22T10:15:41.821Z] ---> 62af6d4f6500 [2020-07-22T10:15:41.821Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-07-22T10:15:41.821Z] ---> Running in de5def54c0f8 [2020-07-22T10:15:42.419Z] Removing intermediate container de5def54c0f8 [2020-07-22T10:15:42.419Z] ---> 8a44bd432763 [2020-07-22T10:15:42.419Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-07-22T10:15:42.419Z] ---> Running in 8ca53f78e41a [2020-07-22T10:15:45.030Z] Removing intermediate container 8ca53f78e41a [2020-07-22T10:15:45.030Z] ---> 578e073f7f26 [2020-07-22T10:15:45.030Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-07-22T10:15:45.030Z] ---> Running in cb54e7fc0b1e [2020-07-22T10:15:46.461Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-07-22T10:15:47.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-07-22T10:15:48.035Z] OK: 221 MiB in 53 packages [2020-07-22T10:15:49.012Z] Removing intermediate container cb54e7fc0b1e [2020-07-22T10:15:49.012Z] ---> c1a55acc0cf2 [2020-07-22T10:15:49.012Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-07-22T10:15:49.283Z] ---> Running in 2c9f2868d5fb [2020-07-22T10:15:49.555Z] Removing intermediate container 2c9f2868d5fb [2020-07-22T10:15:49.555Z] ---> 5b2fcba4030c [2020-07-22T10:15:49.555Z] Step 9/21 : COPY . . [2020-07-22T10:15:50.529Z] ---> 0667feb5ccf8 [2020-07-22T10:15:50.529Z] Step 10/21 : ARG MAKE='make build' [2020-07-22T10:15:50.529Z] ---> Running in 6404bd5fda29 [2020-07-22T10:15:51.121Z] Removing intermediate container 6404bd5fda29 [2020-07-22T10:15:51.121Z] ---> 19851c5ee235 [2020-07-22T10:15:51.121Z] Step 11/21 : RUN $MAKE [2020-07-22T10:15:51.121Z] ---> Running in 0157a97cac3b [2020-07-22T10:15:52.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.3-dev.1" -o cmd/device-virtual ./cmd [2020-07-22T10:16:24.944Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-07-22T10:16:33.213Z] Removing intermediate container 0157a97cac3b [2020-07-22T10:16:33.213Z] ---> 0150d9e40135 [2020-07-22T10:16:33.213Z] Step 12/21 : FROM alpine [2020-07-22T10:16:33.214Z] latest: Pulling from library/alpine [2020-07-22T10:16:33.214Z] b538f80385f9: Already exists [2020-07-22T10:16:33.214Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-07-22T10:16:33.214Z] Status: Downloaded newer image for alpine:latest [2020-07-22T10:16:33.214Z] ---> 62ee0e9f8440 [2020-07-22T10:16:33.214Z] Step 13/21 : ENV APP_PORT=49990 [2020-07-22T10:16:33.214Z] ---> Running in 0571f895797a [2020-07-22T10:16:33.214Z] Removing intermediate container 0571f895797a [2020-07-22T10:16:33.214Z] ---> 015cf0582b8f [2020-07-22T10:16:33.214Z] Step 14/21 : EXPOSE $APP_PORT [2020-07-22T10:16:33.214Z] ---> Running in 640c51bebd03 [2020-07-22T10:16:33.483Z] Removing intermediate container 640c51bebd03 [2020-07-22T10:16:33.483Z] ---> 791468315a09 [2020-07-22T10:16:33.483Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-07-22T10:16:35.471Z] ---> 2c6d73c3c9d9 [2020-07-22T10:16:35.471Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-07-22T10:16:35.746Z] ---> 50fd3150f1db [2020-07-22T10:16:35.746Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-07-22T10:16:36.721Z] ---> 1f8e9710602c [2020-07-22T10:16:36.721Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-07-22T10:16:36.721Z] ---> Running in 2f55362945fc [2020-07-22T10:16:37.316Z] Removing intermediate container 2f55362945fc [2020-07-22T10:16:37.316Z] ---> 070f400fbd98 [2020-07-22T10:16:37.316Z] Step 19/21 : LABEL arch=arm64 [2020-07-22T10:16:37.316Z] ---> Running in 0f371aa2ffd0 [2020-07-22T10:16:37.593Z] Removing intermediate container 0f371aa2ffd0 [2020-07-22T10:16:37.593Z] ---> 228efb035e3a [2020-07-22T10:16:37.593Z] Step 20/21 : LABEL git_sha=4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:16:37.866Z] ---> Running in 78d7e6ecd120 [2020-07-22T10:16:38.137Z] Removing intermediate container 78d7e6ecd120 [2020-07-22T10:16:38.138Z] ---> 6273395e2102 [2020-07-22T10:16:38.138Z] Step 21/21 : LABEL version=1.2.3-dev.1 [2020-07-22T10:16:38.410Z] ---> Running in 7482ce22f4ef [2020-07-22T10:16:38.682Z] Removing intermediate container 7482ce22f4ef [2020-07-22T10:16:38.682Z] ---> eecabf6d50a5 [2020-07-22T10:16:38.682Z] [Warning] One or more build-args [ARCH] were not consumed [2020-07-22T10:16:38.956Z] Successfully built eecabf6d50a5 [2020-07-22T10:16:38.956Z] Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-07-22T10:16:39.271Z] provisioning config files... [2020-07-22T10:16:39.319Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/18@tmp/config6213962006195830479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:16:39.717Z] nexus3.edgexfoundry.org:10001 [2020-07-22T10:16:39.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:40.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:40.262Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:40.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:40.262Z] [2020-07-22T10:16:40.262Z] Login Succeeded [2020-07-22T10:16:40.262Z] nexus3.edgexfoundry.org:10002 [2020-07-22T10:16:40.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:40.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:40.807Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:40.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:40.807Z] [2020-07-22T10:16:40.807Z] Login Succeeded [2020-07-22T10:16:40.807Z] nexus3.edgexfoundry.org:10003 [2020-07-22T10:16:41.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:41.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:41.356Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:41.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:41.356Z] [2020-07-22T10:16:41.356Z] Login Succeeded [2020-07-22T10:16:41.356Z] nexus3.edgexfoundry.org:10004 [2020-07-22T10:16:41.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:41.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:41.898Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:41.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:41.898Z] [2020-07-22T10:16:41.898Z] Login Succeeded [2020-07-22T10:16:41.898Z] docker.io [2020-07-22T10:16:42.490Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-07-22T10:16:42.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-07-22T10:16:42.762Z] Configure a credential helper to remove this warning. See [2020-07-22T10:16:42.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-07-22T10:16:42.762Z] [2020-07-22T10:16:42.762Z] Login Succeeded [Pipeline] } [2020-07-22T10:16:42.778Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:16:42.964Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-07-22T10:16:42.964Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:16:42.964Z] latest [2020-07-22T10:16:42.964Z] 1.2.3-dev.1 [2020-07-22T10:16:42.964Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [2020-07-22T10:16:42.964Z] master [2020-07-22T10:16:42.964Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:43.449Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:43.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:16:43.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-22T10:16:43.783Z] 4f65215685cd: Preparing [2020-07-22T10:16:43.783Z] d402c8ac2de6: Preparing [2020-07-22T10:16:43.783Z] 86f23d428397: Preparing [2020-07-22T10:16:43.783Z] e2f13739ad41: Preparing [2020-07-22T10:16:44.060Z] e2f13739ad41: Layer already exists [2020-07-22T10:16:44.060Z] 4f65215685cd: Pushed [2020-07-22T10:16:44.060Z] d402c8ac2de6: Pushed [2020-07-22T10:16:47.431Z] 86f23d428397: Pushed [2020-07-22T10:16:48.022Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c: digest: sha256:e58356a31786b5092268107f54b875e265b7ebb2bd63fbfd81704ec9ad64b862 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:48.357Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:48.698Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-07-22T10:16:48.698Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-22T10:16:48.698Z] 4f65215685cd: Preparing [2020-07-22T10:16:48.698Z] d402c8ac2de6: Preparing [2020-07-22T10:16:48.698Z] 86f23d428397: Preparing [2020-07-22T10:16:48.698Z] e2f13739ad41: Preparing [2020-07-22T10:16:48.698Z] d402c8ac2de6: Layer already exists [2020-07-22T10:16:48.698Z] 4f65215685cd: Layer already exists [2020-07-22T10:16:48.698Z] e2f13739ad41: Layer already exists [2020-07-22T10:16:48.698Z] 86f23d428397: Layer already exists [2020-07-22T10:16:48.971Z] latest: digest: sha256:e58356a31786b5092268107f54b875e265b7ebb2bd63fbfd81704ec9ad64b862 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:49.310Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:49.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.3-dev.1 [2020-07-22T10:16:49.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-22T10:16:49.644Z] 4f65215685cd: Preparing [2020-07-22T10:16:49.644Z] d402c8ac2de6: Preparing [2020-07-22T10:16:49.644Z] 86f23d428397: Preparing [2020-07-22T10:16:49.644Z] e2f13739ad41: Preparing [2020-07-22T10:16:49.918Z] d402c8ac2de6: Layer already exists [2020-07-22T10:16:49.918Z] 4f65215685cd: Layer already exists [2020-07-22T10:16:49.918Z] 86f23d428397: Layer already exists [2020-07-22T10:16:49.918Z] e2f13739ad41: Layer already exists [2020-07-22T10:16:49.918Z] 1.2.3-dev.1: digest: sha256:e58356a31786b5092268107f54b875e265b7ebb2bd63fbfd81704ec9ad64b862 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:50.265Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:50.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [2020-07-22T10:16:50.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-22T10:16:50.604Z] 4f65215685cd: Preparing [2020-07-22T10:16:50.604Z] d402c8ac2de6: Preparing [2020-07-22T10:16:50.604Z] 86f23d428397: Preparing [2020-07-22T10:16:50.604Z] e2f13739ad41: Preparing [2020-07-22T10:16:50.604Z] 86f23d428397: Layer already exists [2020-07-22T10:16:50.604Z] e2f13739ad41: Layer already exists [2020-07-22T10:16:50.604Z] 4f65215685cd: Layer already exists [2020-07-22T10:16:50.604Z] d402c8ac2de6: Layer already exists [2020-07-22T10:16:50.878Z] 4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1: digest: sha256:e58356a31786b5092268107f54b875e265b7ebb2bd63fbfd81704ec9ad64b862 size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:51.217Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:51.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-07-22T10:16:51.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-07-22T10:16:51.557Z] 4f65215685cd: Preparing [2020-07-22T10:16:51.557Z] d402c8ac2de6: Preparing [2020-07-22T10:16:51.557Z] 86f23d428397: Preparing [2020-07-22T10:16:51.557Z] e2f13739ad41: Preparing [2020-07-22T10:16:51.557Z] 4f65215685cd: Layer already exists [2020-07-22T10:16:51.557Z] d402c8ac2de6: Layer already exists [2020-07-22T10:16:51.557Z] e2f13739ad41: Layer already exists [2020-07-22T10:16:51.557Z] 86f23d428397: Layer already exists [2020-07-22T10:16:51.831Z] master: digest: sha256:e58356a31786b5092268107f54b875e265b7ebb2bd63fbfd81704ec9ad64b862 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-07-22T10:16:51.999Z] ===================================================== [Pipeline] echo [2020-07-22T10:16:52.038Z] taggedImages: [2020-07-22T10:16:52.038Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:16:52.038Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-07-22T10:16:52.038Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.3-dev.1 [2020-07-22T10:16:52.038Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c-1.2.3-dev.1 [2020-07-22T10:16:52.038Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 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) [Pipeline] unstash [Pipeline] wrap [2020-07-22T10:16:53.114Z] provisioning config files... [2020-07-22T10:16:53.126Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1355022450499347998tmp [Pipeline] { [Pipeline] sh [2020-07-22T10:16:53.484Z] + curl -s https://codecov.io/bash [2020-07-22T10:16:53.484Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_master@tmp/config1355022450499347998tmp [Pipeline] } [2020-07-22T10:16:53.753Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-07-22T10:16:54.223Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-07-22T10:16:54.225Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-07-22T10:16:54.269Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:54.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T10:16:54.597Z] [2020-07-22T10:16:54.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:16:54.951Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T10:16:54.951Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-07-22T10:16:54.951Z] cbdbe7a5bc2a: Pulling fs layer [2020-07-22T10:16:54.951Z] 408f87550127: Pulling fs layer [2020-07-22T10:16:54.951Z] fe522b08c979: Pulling fs layer [2020-07-22T10:16:54.951Z] 221eaa008020: Pulling fs layer [2020-07-22T10:16:54.951Z] 2a4607e5d6b9: Pulling fs layer [2020-07-22T10:16:54.951Z] 8f79b27c4fd2: Pulling fs layer [2020-07-22T10:16:54.951Z] e5c8dbe1645b: Pulling fs layer [2020-07-22T10:16:54.951Z] 23e8b3b47431: Pulling fs layer [2020-07-22T10:16:54.951Z] 5c568d65a230: Pulling fs layer [2020-07-22T10:16:54.951Z] 221eaa008020: Waiting [2020-07-22T10:16:54.951Z] 2a4607e5d6b9: Waiting [2020-07-22T10:16:54.951Z] 8f79b27c4fd2: Waiting [2020-07-22T10:16:54.951Z] e5c8dbe1645b: Waiting [2020-07-22T10:16:54.951Z] fe522b08c979: Verifying Checksum [2020-07-22T10:16:54.951Z] fe522b08c979: Download complete [2020-07-22T10:16:54.951Z] 408f87550127: Download complete [2020-07-22T10:16:54.951Z] 2a4607e5d6b9: Verifying Checksum [2020-07-22T10:16:54.951Z] 2a4607e5d6b9: Download complete [2020-07-22T10:16:54.951Z] 8f79b27c4fd2: Verifying Checksum [2020-07-22T10:16:54.951Z] 8f79b27c4fd2: Download complete [2020-07-22T10:16:54.951Z] cbdbe7a5bc2a: Download complete [2020-07-22T10:16:55.220Z] cbdbe7a5bc2a: Pull complete [2020-07-22T10:16:55.490Z] e5c8dbe1645b: Verifying Checksum [2020-07-22T10:16:55.490Z] e5c8dbe1645b: Download complete [2020-07-22T10:16:55.490Z] 408f87550127: Pull complete [2020-07-22T10:16:56.068Z] 23e8b3b47431: Verifying Checksum [2020-07-22T10:16:56.068Z] 23e8b3b47431: Download complete [2020-07-22T10:16:56.068Z] fe522b08c979: Pull complete [2020-07-22T10:16:56.068Z] 5c568d65a230: Verifying Checksum [2020-07-22T10:16:56.068Z] 5c568d65a230: Download complete [2020-07-22T10:16:56.329Z] 221eaa008020: Download complete [2020-07-22T10:17:01.632Z] 221eaa008020: Pull complete [2020-07-22T10:17:01.632Z] 2a4607e5d6b9: Pull complete [2020-07-22T10:17:01.632Z] 8f79b27c4fd2: Pull complete [2020-07-22T10:17:03.024Z] e5c8dbe1645b: Pull complete [2020-07-22T10:17:07.228Z] 23e8b3b47431: Pull complete [2020-07-22T10:17:07.800Z] 5c568d65a230: Pull complete [2020-07-22T10:17:07.800Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-07-22T10:17:07.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-07-22T10:17:07.800Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-07-22T10:17:07.929Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:17:07.972Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/foundry_device-virtual-go_master:/ws -w /ws --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-07-22T10:17:08.769Z] $ docker top 1280bcc6ad0ccea311c3fb9716b081e0b8741bad09e5ce7c680ec640261ff7bb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-07-22T10:17:09.274Z] + snyk monitor '--org=edgex-jenkins' [2020-07-22T10:17:19.289Z] [2020-07-22T10:17:19.289Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-07-22T10:17:19.289Z] [2020-07-22T10:17:19.289Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/ce088242-3814-4ff5-8bb0-bf72a277dd3a [2020-07-22T10:17:19.289Z] [2020-07-22T10:17:19.289Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-07-22T10:17:19.289Z] [2020-07-22T10:17:19.289Z] [Pipeline] } [2020-07-22T10:17:19.303Z] $ docker stop --time=1 1280bcc6ad0ccea311c3fb9716b081e0b8741bad09e5ce7c680ec640261ff7bb [2020-07-22T10:17:21.946Z] $ docker rm -f 1280bcc6ad0ccea311c3fb9716b081e0b8741bad09e5ce7c680ec640261ff7bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:23.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:17:23.186Z] [2020-07-22T10:17:23.186Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:23.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:17:23.522Z] latest: Pulling from edgex-devops/edgex-klar [2020-07-22T10:17:23.522Z] e7c96db7181b: Pulling fs layer [2020-07-22T10:17:23.522Z] 1868ca2cb446: Pulling fs layer [2020-07-22T10:17:23.522Z] 136be5d0fe8e: Pulling fs layer [2020-07-22T10:17:23.522Z] 894bfe63afcb: Pulling fs layer [2020-07-22T10:17:23.522Z] 894bfe63afcb: Waiting [2020-07-22T10:17:23.522Z] 1868ca2cb446: Verifying Checksum [2020-07-22T10:17:23.522Z] 1868ca2cb446: Download complete [2020-07-22T10:17:23.522Z] 136be5d0fe8e: Verifying Checksum [2020-07-22T10:17:23.522Z] 136be5d0fe8e: Download complete [2020-07-22T10:17:23.522Z] e7c96db7181b: Verifying Checksum [2020-07-22T10:17:23.522Z] e7c96db7181b: Download complete [2020-07-22T10:17:23.522Z] 894bfe63afcb: Verifying Checksum [2020-07-22T10:17:23.522Z] 894bfe63afcb: Download complete [2020-07-22T10:17:23.784Z] e7c96db7181b: Pull complete [2020-07-22T10:17:24.045Z] 1868ca2cb446: Pull complete [2020-07-22T10:17:24.045Z] 136be5d0fe8e: Pull complete [2020-07-22T10:17:24.304Z] 894bfe63afcb: Pull complete [2020-07-22T10:17:24.304Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-07-22T10:17:24.304Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:17:24.304Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-07-22T10:17:24.395Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:17:24.434Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:17:25.304Z] $ docker top e790e5178a20e879a84cdc98815b53e269bd2a47245671677887515cb35779ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:17:25.792Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:17:25.792Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:17:30.161Z] $ docker stop --time=1 e790e5178a20e879a84cdc98815b53e269bd2a47245671677887515cb35779ff [2020-07-22T10:17:31.494Z] $ docker rm -f e790e5178a20e879a84cdc98815b53e269bd2a47245671677887515cb35779ff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:31.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:17:31.936Z] . [Pipeline] withDockerContainer [2020-07-22T10:17:32.023Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:17:32.061Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:17:32.588Z] $ docker top 577cc5406099a9821132065befb9224513e8058fe3e6fe8a043f7c4152bcc905 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:17:33.102Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:17:33.102Z] + tee [2020-07-22T10:17:33.102Z] clair timeout 1m0s [2020-07-22T10:17:33.102Z] docker timeout: 1m0s [2020-07-22T10:17:33.102Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:17:33.773Z] $ docker stop --time=1 577cc5406099a9821132065befb9224513e8058fe3e6fe8a043f7c4152bcc905 [2020-07-22T10:17:35.096Z] $ docker rm -f 577cc5406099a9821132065befb9224513e8058fe3e6fe8a043f7c4152bcc905 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T10:17:35.536Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-07-22T10:17:35.547Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_4d5f8ce0290f23e35ff78bafcbacaa37d533849c.html [Pipeline] writeFile [Pipeline] step [2020-07-22T10:17:35.601Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:35.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:17:35.936Z] . [Pipeline] withDockerContainer [2020-07-22T10:17:36.024Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:17:36.059Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:17:36.884Z] $ docker top 647f36e3b3ba5147e1ffbd07084d08f791763eaf698b9b6252c25185d06a0d2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:17:37.397Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:17:37.397Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:17:40.820Z] $ docker stop --time=1 647f36e3b3ba5147e1ffbd07084d08f791763eaf698b9b6252c25185d06a0d2a [2020-07-22T10:17:42.150Z] $ docker rm -f 647f36e3b3ba5147e1ffbd07084d08f791763eaf698b9b6252c25185d06a0d2a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:42.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-07-22T10:17:42.635Z] . [Pipeline] withDockerContainer [2020-07-22T10:17:42.815Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:17:42.908Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-07-22T10:17:43.701Z] $ docker top 753090f9ecb8b489a9e2b36a7d9c77775f39613f80609d8ad62bb64360e0df04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-07-22T10:17:44.194Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:4d5f8ce0290f23e35ff78bafcbacaa37d533849c [2020-07-22T10:17:44.194Z] + tee [2020-07-22T10:17:44.194Z] clair timeout 1m0s [2020-07-22T10:17:44.194Z] docker timeout: 1m0s [2020-07-22T10:17:44.194Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-07-22T10:17:44.876Z] $ docker stop --time=1 753090f9ecb8b489a9e2b36a7d9c77775f39613f80609d8ad62bb64360e0df04 [2020-07-22T10:17:46.200Z] $ docker rm -f 753090f9ecb8b489a9e2b36a7d9c77775f39613f80609d8ad62bb64360e0df04 [Pipeline] // withDockerContainer [Pipeline] sh [2020-07-22T10:17:46.671Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-07-22T10:17:46.682Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_4d5f8ce0290f23e35ff78bafcbacaa37d533849c.html [Pipeline] writeFile [Pipeline] step [2020-07-22T10:17:46.749Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:47.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:17:47.402Z] . [Pipeline] withDockerContainer [2020-07-22T10:17:47.487Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:17:47.527Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:17:48.152Z] $ docker top fe0bd4a32f97b2f16a1122e76722ec9360fe23a2ec5c69390a58564cc216f230 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:17:48.476Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:17:48.476Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:17:48.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:17:48.683Z] $ docker exec fe0bd4a32f97b2f16a1122e76722ec9360fe23a2ec5c69390a58564cc216f230 ssh-agent [2020-07-22T10:17:48.840Z] SSH_AUTH_SOCK=/tmp/ssh-sd0j2Cxou3YD/agent.11 [2020-07-22T10:17:48.840Z] SSH_AGENT_PID=17 [2020-07-22T10:17:48.846Z] Running ssh-add (command line suppressed) [2020-07-22T10:17:48.964Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_448178790939930526.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_448178790939930526.key) [2020-07-22T10:17:49.013Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:17:49.334Z] + git semver tag [2020-07-22T10:17:49.334Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:17:49.334Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-22T10:17:49.334Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-22T10:17:49.334Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:17:49.334Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:17:49.334Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:17:49.334Z] # $SEMVER_BRANCH = master [2020-07-22T10:17:49.334Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-07-22T10:17:49.334Z] # 4d5f8ce0290f23e35ff78bafcbacaa37d533849c HEAD [2020-07-22T10:17:49.334Z] # -> Force: false [2020-07-22T10:17:49.334Z] # d30cd6a8b3289784cd23f094ed9edd599b395e63 refs/tags/v1.2.3-dev.1 [Pipeline] } [2020-07-22T10:17:49.345Z] $ docker exec --env ******** --env ******** fe0bd4a32f97b2f16a1122e76722ec9360fe23a2ec5c69390a58564cc216f230 ssh-agent -k [2020-07-22T10:17:49.455Z] unset SSH_AUTH_SOCK; [2020-07-22T10:17:49.455Z] unset SSH_AGENT_PID; [2020-07-22T10:17:49.455Z] echo Agent pid 17 killed; [2020-07-22T10:17:49.501Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:17:49.941Z] + git semver [Pipeline] } [2020-07-22T10:17:49.957Z] $ docker stop --time=1 fe0bd4a32f97b2f16a1122e76722ec9360fe23a2ec5c69390a58564cc216f230 [2020-07-22T10:17:51.273Z] $ docker rm -f fe0bd4a32f97b2f16a1122e76722ec9360fe23a2ec5c69390a58564cc216f230 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:51.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T10:17:51.827Z] [2020-07-22T10:17:51.827Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:17:52.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T10:17:52.165Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-07-22T10:17:52.165Z] ab5ef0e58194: Pulling fs layer [2020-07-22T10:17:52.165Z] 9712f1f96733: Pulling fs layer [2020-07-22T10:17:52.165Z] 63f879dbbcfc: Pulling fs layer [2020-07-22T10:17:52.165Z] 0d9ebad4ef96: Pulling fs layer [2020-07-22T10:17:52.165Z] e9a5061849ea: Pulling fs layer [2020-07-22T10:17:52.165Z] d747dcd14b5f: Pulling fs layer [2020-07-22T10:17:52.165Z] 2de7ff778b66: Pulling fs layer [2020-07-22T10:17:52.165Z] 0d9ebad4ef96: Waiting [2020-07-22T10:17:52.165Z] e9a5061849ea: Waiting [2020-07-22T10:17:52.165Z] d747dcd14b5f: Waiting [2020-07-22T10:17:52.165Z] 2de7ff778b66: Waiting [2020-07-22T10:17:52.165Z] 9712f1f96733: Download complete [2020-07-22T10:17:52.748Z] 63f879dbbcfc: Verifying Checksum [2020-07-22T10:17:52.748Z] 63f879dbbcfc: Download complete [2020-07-22T10:17:53.013Z] e9a5061849ea: Verifying Checksum [2020-07-22T10:17:53.013Z] e9a5061849ea: Download complete [2020-07-22T10:17:53.013Z] d747dcd14b5f: Verifying Checksum [2020-07-22T10:17:53.013Z] d747dcd14b5f: Download complete [2020-07-22T10:17:53.013Z] ab5ef0e58194: Verifying Checksum [2020-07-22T10:17:53.013Z] ab5ef0e58194: Download complete [2020-07-22T10:17:53.274Z] 2de7ff778b66: Verifying Checksum [2020-07-22T10:17:53.274Z] 2de7ff778b66: Download complete [2020-07-22T10:17:53.274Z] 0d9ebad4ef96: Verifying Checksum [2020-07-22T10:17:53.274Z] 0d9ebad4ef96: Download complete [2020-07-22T10:17:57.486Z] ab5ef0e58194: Pull complete [2020-07-22T10:17:57.486Z] 9712f1f96733: Pull complete [2020-07-22T10:18:00.029Z] 63f879dbbcfc: Pull complete [2020-07-22T10:18:06.629Z] 0d9ebad4ef96: Pull complete [2020-07-22T10:18:06.629Z] e9a5061849ea: Pull complete [2020-07-22T10:18:06.898Z] d747dcd14b5f: Pull complete [2020-07-22T10:18:11.111Z] 2de7ff778b66: Pull complete [2020-07-22T10:18:11.111Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-07-22T10:18:11.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-07-22T10:18:11.111Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-07-22T10:18:11.265Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:18:11.304Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-07-22T10:18:15.068Z] $ docker top 5f29c4e005e1d99d68c56ac1c5759122597961bd203c4b1d7342e400de65e3b8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-07-22T10:18:15.278Z] provisioning config files... [2020-07-22T10:18:15.291Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2663834681166939219tmp [2020-07-22T10:18:15.305Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2470899573571092597tmp [2020-07-22T10:18:15.320Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7265064788115408807tmp [Pipeline] { [Pipeline] echo [2020-07-22T10:18:15.362Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:18:15.649Z] ---> sigul-configuration.sh [2020-07-22T10:18:15.649Z] gpg: directory `/root/.gnupg' created [2020-07-22T10:18:15.649Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-07-22T10:18:15.650Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-07-22T10:18:15.650Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-07-22T10:18:15.650Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-07-22T10:18:15.650Z] gpg: CAST5 encrypted data [2020-07-22T10:18:15.910Z] gpg: encrypted with 1 passphrase [2020-07-22T10:18:15.910Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-07-22T10:18:16.223Z] + mkdir /home/jenkins [2020-07-22T10:18:16.223Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-07-22T10:18:16.520Z] + 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-07-22T10:18:16.529Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:18:16.815Z] ---> sigul-install.sh [2020-07-22T10:18:22.100Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-07-22T10:18:22.392Z] + git tag --list [2020-07-22T10:18:22.392Z] v1.2.3-dev.1 [Pipeline] sh [2020-07-22T10:18:22.685Z] + lftools sign git-tag v1.2.3-dev.1 [2020-07-22T10:18:23.630Z] Signing Git tag with Sigul... [2020-07-22T10:18:23.630Z] Signing v1.2.3-dev.1 [Pipeline] echo [2020-07-22T10:18:24.582Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:18:24.873Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-07-22T10:18:24.881Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-07-22T10:18:24.986Z] $ docker stop --time=1 5f29c4e005e1d99d68c56ac1c5759122597961bd203c4b1d7342e400de65e3b8 [2020-07-22T10:18:26.694Z] $ docker rm -f 5f29c4e005e1d99d68c56ac1c5759122597961bd203c4b1d7342e400de65e3b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:27.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:18:27.379Z] . [Pipeline] withDockerContainer [2020-07-22T10:18:27.470Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:18:27.553Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:18:28.092Z] $ docker top bc98ba13967bb487df539f92b90e08573d53e1b30bb9728c58f8bea0ed5b1f32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:18:28.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:18:28.325Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:18:28.505Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:18:28.508Z] $ docker exec bc98ba13967bb487df539f92b90e08573d53e1b30bb9728c58f8bea0ed5b1f32 ssh-agent [2020-07-22T10:18:28.664Z] SSH_AUTH_SOCK=/tmp/ssh-XZrWpwNgVqkA/agent.11 [2020-07-22T10:18:28.664Z] SSH_AGENT_PID=16 [2020-07-22T10:18:28.671Z] Running ssh-add (command line suppressed) [2020-07-22T10:18:28.796Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6348740810539078858.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6348740810539078858.key) [2020-07-22T10:18:28.845Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:18:29.166Z] + git semver bump pre [2020-07-22T10:18:29.166Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:18:29.166Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-22T10:18:29.166Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-22T10:18:29.166Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:18:29.166Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:18:29.166Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:18:29.166Z] # $SEMVER_BRANCH = master [2020-07-22T10:18:29.166Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-07-22T10:18:29.166Z] 1.2.3-dev.2 [Pipeline] } [2020-07-22T10:18:29.177Z] $ docker exec --env ******** --env ******** bc98ba13967bb487df539f92b90e08573d53e1b30bb9728c58f8bea0ed5b1f32 ssh-agent -k [2020-07-22T10:18:29.284Z] unset SSH_AUTH_SOCK; [2020-07-22T10:18:29.284Z] unset SSH_AGENT_PID; [2020-07-22T10:18:29.284Z] echo Agent pid 16 killed; [2020-07-22T10:18:29.332Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:18:29.771Z] + git semver [Pipeline] } [2020-07-22T10:18:29.786Z] $ docker stop --time=1 bc98ba13967bb487df539f92b90e08573d53e1b30bb9728c58f8bea0ed5b1f32 [2020-07-22T10:18:31.092Z] $ docker rm -f bc98ba13967bb487df539f92b90e08573d53e1b30bb9728c58f8bea0ed5b1f32 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:31.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-07-22T10:18:31.579Z] . [Pipeline] withDockerContainer [2020-07-22T10:18:31.665Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:18:31.705Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-07-22T10:18:32.238Z] $ docker top cd347d517dd942feb16cb871fcdb4a0fd7d2d7fc09788e62d0987d505ac436bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-07-22T10:18:32.497Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-07-22T10:18:32.497Z] [ssh-agent] Looking for ssh-agent implementation... [2020-07-22T10:18:32.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-07-22T10:18:32.670Z] $ docker exec cd347d517dd942feb16cb871fcdb4a0fd7d2d7fc09788e62d0987d505ac436bd ssh-agent [2020-07-22T10:18:32.827Z] SSH_AUTH_SOCK=/tmp/ssh-VGBXj429ya0C/agent.11 [2020-07-22T10:18:32.827Z] SSH_AGENT_PID=16 [2020-07-22T10:18:32.833Z] Running ssh-add (command line suppressed) [2020-07-22T10:18:32.948Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8750449560152109645.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8750449560152109645.key) [2020-07-22T10:18:32.997Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-07-22T10:18:33.326Z] + git semver push [2020-07-22T10:18:33.326Z] # -> Open(): unable to determine branch for HEAD [2020-07-22T10:18:33.326Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-07-22T10:18:33.326Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-07-22T10:18:33.326Z] # $SEMVER_REMOTE_NAME = origin [2020-07-22T10:18:33.326Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-07-22T10:18:33.326Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-07-22T10:18:33.326Z] # $SEMVER_BRANCH = master [2020-07-22T10:18:33.326Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-07-22T10:18:39.917Z] $ docker exec --env ******** --env ******** cd347d517dd942feb16cb871fcdb4a0fd7d2d7fc09788e62d0987d505ac436bd ssh-agent -k [2020-07-22T10:18:40.033Z] unset SSH_AUTH_SOCK; [2020-07-22T10:18:40.033Z] unset SSH_AGENT_PID; [2020-07-22T10:18:40.033Z] echo Agent pid 16 killed; [2020-07-22T10:18:40.084Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-07-22T10:18:40.521Z] + git semver [Pipeline] } [2020-07-22T10:18:40.535Z] $ docker stop --time=1 cd347d517dd942feb16cb871fcdb4a0fd7d2d7fc09788e62d0987d505ac436bd [2020-07-22T10:18:41.864Z] $ docker rm -f cd347d517dd942feb16cb871fcdb4a0fd7d2d7fc09788e62d0987d505ac436bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:18:42.636Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:18:43.191Z] ---> package-listing.sh [2020-07-22T10:18:43.191Z] ++ facter osfamily [2020-07-22T10:18:43.191Z] ++ tr '[:upper:]' '[:lower:]' [2020-07-22T10:18:43.191Z] + OS_FAMILY=redhat [2020-07-22T10:18:43.191Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-07-22T10:18:43.191Z] + START_PACKAGES=/tmp/packages_start.txt [2020-07-22T10:18:43.191Z] + END_PACKAGES=/tmp/packages_end.txt [2020-07-22T10:18:43.191Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-07-22T10:18:43.191Z] + PACKAGES=/tmp/packages_start.txt [2020-07-22T10:18:43.191Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-07-22T10:18:43.191Z] + PACKAGES=/tmp/packages_end.txt [2020-07-22T10:18:43.192Z] + case "${OS_FAMILY}" in [2020-07-22T10:18:43.192Z] + rpm -qa [2020-07-22T10:18:43.192Z] + sort [2020-07-22T10:18:47.406Z] + '[' -f /tmp/packages_start.txt ']' [2020-07-22T10:18:47.406Z] + '[' -f /tmp/packages_end.txt ']' [2020-07-22T10:18:47.406Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-07-22T10:18:47.406Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-07-22T10:18:47.406Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-07-22T10:18:47.406Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:47.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T10:18:47.989Z] [2020-07-22T10:18:47.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-07-22T10:18:48.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T10:18:48.334Z] alpine: Pulling from edgex-lftools-log-publisher [2020-07-22T10:18:48.334Z] c9b1b535fdd9: Pulling fs layer [2020-07-22T10:18:48.334Z] 2cc5ad85d9ab: Pulling fs layer [2020-07-22T10:18:48.334Z] 756a868c4378: Pulling fs layer [2020-07-22T10:18:48.334Z] 444b2fc9a129: Pulling fs layer [2020-07-22T10:18:48.334Z] ea15f1150254: Pulling fs layer [2020-07-22T10:18:48.334Z] 41b27a9f41bf: Pulling fs layer [2020-07-22T10:18:48.334Z] 28c525ee5125: Pulling fs layer [2020-07-22T10:18:48.334Z] 094b1ea09ed8: Pulling fs layer [2020-07-22T10:18:48.334Z] 138eaada9080: Pulling fs layer [2020-07-22T10:18:48.334Z] 0622d0fa9048: Pulling fs layer [2020-07-22T10:18:48.334Z] 0622d0fa9048: Waiting [2020-07-22T10:18:48.334Z] 138eaada9080: Waiting [2020-07-22T10:18:48.334Z] 41b27a9f41bf: Waiting [2020-07-22T10:18:48.334Z] 094b1ea09ed8: Waiting [2020-07-22T10:18:48.334Z] 28c525ee5125: Waiting [2020-07-22T10:18:48.334Z] 2cc5ad85d9ab: Download complete [2020-07-22T10:18:48.334Z] 444b2fc9a129: Verifying Checksum [2020-07-22T10:18:48.334Z] 444b2fc9a129: Download complete [2020-07-22T10:18:48.334Z] c9b1b535fdd9: Download complete [2020-07-22T10:18:48.334Z] ea15f1150254: Verifying Checksum [2020-07-22T10:18:48.334Z] ea15f1150254: Download complete [2020-07-22T10:18:48.602Z] 28c525ee5125: Download complete [2020-07-22T10:18:48.862Z] 756a868c4378: Verifying Checksum [2020-07-22T10:18:48.862Z] 756a868c4378: Download complete [2020-07-22T10:18:48.862Z] 138eaada9080: Verifying Checksum [2020-07-22T10:18:48.862Z] 138eaada9080: Download complete [2020-07-22T10:18:48.862Z] 0622d0fa9048: Verifying Checksum [2020-07-22T10:18:48.862Z] 0622d0fa9048: Download complete [2020-07-22T10:18:48.862Z] 094b1ea09ed8: Verifying Checksum [2020-07-22T10:18:48.862Z] 094b1ea09ed8: Download complete [2020-07-22T10:18:49.433Z] 41b27a9f41bf: Verifying Checksum [2020-07-22T10:18:49.433Z] 41b27a9f41bf: Download complete [2020-07-22T10:18:49.433Z] c9b1b535fdd9: Pull complete [2020-07-22T10:18:49.694Z] 2cc5ad85d9ab: Pull complete [2020-07-22T10:18:51.077Z] 756a868c4378: Pull complete [2020-07-22T10:18:51.077Z] 444b2fc9a129: Pull complete [2020-07-22T10:18:51.344Z] ea15f1150254: Pull complete [2020-07-22T10:18:54.647Z] 41b27a9f41bf: Pull complete [2020-07-22T10:18:54.647Z] 28c525ee5125: Pull complete [2020-07-22T10:18:57.203Z] 094b1ea09ed8: Pull complete [2020-07-22T10:18:57.203Z] 138eaada9080: Pull complete [2020-07-22T10:18:57.463Z] 0622d0fa9048: Pull complete [2020-07-22T10:18:57.463Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-07-22T10:18:57.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-07-22T10:18:57.463Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-07-22T10:18:57.564Z] prd-centos7-docker-4c-2g-568 does not seem to be running inside a container [2020-07-22T10:18:57.606Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-07-22T10:19:00.771Z] $ docker top 9e7582d389c18503161adc267c8b1747c2a58f5cf31a9e7efac825466666a37a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-07-22T10:19:00.974Z] provisioning config files... [2020-07-22T10:19:00.987Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8025651799626013787tmp [Pipeline] { [Pipeline] echo [2020-07-22T10:19:01.086Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:19:01.380Z] ---> create-netrc.sh [Pipeline] echo [2020-07-22T10:19:01.388Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-07-22T10:19:01.679Z] ---> logs-deploy.sh [2020-07-22T10:19:01.679Z] + ARCHIVE_ARTIFACTS= [2020-07-22T10:19:01.679Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-07-22T10:19:01.679Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-07-22T10:19:01.679Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-07-22T10:19:01.679Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/18 [2020-07-22T10:19:01.679Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/18/ [2020-07-22T10:19:01.679Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/18 /w/workspace/foundry_device-virtual-go_master [2020-07-22T10:19:02.620Z] Archives upload complete. [2020-07-22T10:19:02.883Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/18 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/18/