Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5dbeb2ee12038eac02127f3d491aa26679cb3e38 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-584 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 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision 5dbeb2ee12038eac02127f3d491aa26679cb3e38 (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 5dbeb2ee12038eac02127f3d491aa26679cb3e38 # timeout=10 Commit message: "Merge pull request #126 from hahattan/attribution-cleanup" > git rev-list --no-walk 85ca4d9a088a28cefeda27c571c84a40d18009e2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-28T11:20:14.415Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-28T11:20:14.668Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-28T11:20:14.754Z] ========================================================= [2020-08-28T11:20:14.754Z] EdgeX Global Pipelines Version Info [2020-08-28T11:20:14.754Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:20:16.164Z] ------------------- [2020-08-28T11:20:16.164Z] stable info: [2020-08-28T11:20:16.164Z] ------------------- [2020-08-28T11:20:16.164Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-28T11:20:16.164Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-28T11:20:16.164Z] Message: update stable to v1.0.106 [2020-08-28T11:20:17.119Z] ------------------- [2020-08-28T11:20:17.119Z] experimental info: [2020-08-28T11:20:17.119Z] ------------------- [2020-08-28T11:20:17.119Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-28T11:20:17.119Z] Commit SHA: e704329c986c85333370bdb08be78f377e1e8369 [2020-08-28T11:20:17.119Z] Message: update experimental to v1.0.113 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-28T11:20:19.386Z] + git log --format=format:%s -1 5dbeb2ee12038eac02127f3d491aa26679cb3e38 [Pipeline] echo [2020-08-28T11:20:19.448Z] GIT_COMMIT: 5dbeb2ee12038eac02127f3d491aa26679cb3e38, Commit Message: Merge pull request #126 from hahattan/attribution-cleanup [Pipeline] echo [2020-08-28T11:20:19.493Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:20.031Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:20:20.294Z] [2020-08-28T11:20:20.294Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:20:20.686Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:20:20.686Z] latest: Pulling from edgex-devops/git-semver [2020-08-28T11:20:20.686Z] 31603596830f: Pulling fs layer [2020-08-28T11:20:20.686Z] 2a8b12db71e7: Pulling fs layer [2020-08-28T11:20:20.686Z] 6ca5941a6612: Pulling fs layer [2020-08-28T11:20:20.686Z] ecc8261a40a4: Pulling fs layer [2020-08-28T11:20:20.686Z] ecc8261a40a4: Waiting [2020-08-28T11:20:20.686Z] 2a8b12db71e7: Verifying Checksum [2020-08-28T11:20:20.686Z] 2a8b12db71e7: Download complete [2020-08-28T11:20:20.686Z] 31603596830f: Verifying Checksum [2020-08-28T11:20:20.686Z] 31603596830f: Download complete [2020-08-28T11:20:20.956Z] ecc8261a40a4: Verifying Checksum [2020-08-28T11:20:20.956Z] ecc8261a40a4: Download complete [2020-08-28T11:20:20.956Z] 6ca5941a6612: Verifying Checksum [2020-08-28T11:20:20.956Z] 6ca5941a6612: Download complete [2020-08-28T11:20:21.219Z] 31603596830f: Pull complete [2020-08-28T11:20:21.219Z] 2a8b12db71e7: Pull complete [2020-08-28T11:20:22.173Z] 6ca5941a6612: Pull complete [2020-08-28T11:20:22.173Z] ecc8261a40a4: Pull complete [2020-08-28T11:20:22.173Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-28T11:20:22.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:20:22.173Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-28T11:20:22.298Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:20:22.350Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:20:24.664Z] $ docker top 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:20:24.933Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:20:24.933Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:20:25.138Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:20:25.148Z] $ docker exec 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent [2020-08-28T11:20:25.305Z] SSH_AUTH_SOCK=/tmp/ssh-pq4IC8gJgi5s/agent.11 [2020-08-28T11:20:25.305Z] SSH_AGENT_PID=17 [2020-08-28T11:20:25.317Z] Running ssh-add (command line suppressed) [2020-08-28T11:20:25.444Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5999535417397979499.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5999535417397979499.key) [2020-08-28T11:20:25.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:20:25.829Z] + git describe --exact-match --tags HEAD [2020-08-28T11:20:25.829Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-28T11:20:25.856Z] $ docker exec --env ******** --env ******** 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent -k [2020-08-28T11:20:25.973Z] unset SSH_AUTH_SOCK; [2020-08-28T11:20:25.973Z] unset SSH_AGENT_PID; [2020-08-28T11:20:25.973Z] echo Agent pid 17 killed; [2020-08-28T11:20:26.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-28T11:20:26.098Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-28T11:20:26.098Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-28T11:20:26.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:20:26.189Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:20:26.387Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:20:26.397Z] $ docker exec 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent [2020-08-28T11:20:26.552Z] SSH_AUTH_SOCK=/tmp/ssh-gGofAugW6hbV/agent.45 [2020-08-28T11:20:26.552Z] SSH_AGENT_PID=51 [2020-08-28T11:20:26.559Z] Running ssh-add (command line suppressed) [2020-08-28T11:20:26.685Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4006728388244585246.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4006728388244585246.key) [2020-08-28T11:20:26.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:20:27.059Z] + git semver init [2020-08-28T11:20:27.059Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:20:27.059Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-28T11:20:27.059Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-28T11:20:27.059Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:20:27.059Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:20:27.059Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:20:27.059Z] # $SEMVER_BRANCH = master [2020-08-28T11:20:27.059Z] # $SEMVER_TEMP = /tmp/semver-512018293 [2020-08-28T11:20:27.059Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-08-28T11:20:27.636Z] # '/tmp/semver-512018293' -> '/w/workspace/foundry_device-virtual-go_master/.semver' [2020-08-28T11:20:27.636Z] # -> Force: false [2020-08-28T11:20:27.636Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-08-28T11:20:27.654Z] $ docker exec --env ******** --env ******** 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe ssh-agent -k [2020-08-28T11:20:27.771Z] unset SSH_AUTH_SOCK; [2020-08-28T11:20:27.772Z] unset SSH_AGENT_PID; [2020-08-28T11:20:27.772Z] echo Agent pid 51 killed; [2020-08-28T11:20:27.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:20:28.254Z] + git semver [Pipeline] } [2020-08-28T11:20:28.278Z] $ docker stop --time=1 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe [2020-08-28T11:20:29.619Z] $ docker rm -f 9819f66539ed15f4d0ea13f6ae77d3bece1d3b31fad49ac64a8b3f0735d6d5fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-28T11:20:30.245Z] Stashed 20 file(s) [Pipeline] echo [2020-08-28T11:20:30.247Z] [edgeXSemver] initialized semver on version 1.2.4-dev.2 [Pipeline] echo [2020-08-28T11:20:30.370Z] Archived original version: [1.2.4-dev.2] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-28T11:20:45.969Z] Still waiting to schedule task [2020-08-28T11:20:45.969Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-28T11:20:45.971Z] Still waiting to schedule task [2020-08-28T11:20:45.971Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-28T11:22:42.198Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-586 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-08-28T11:22:42.293Z] Running in /w/workspace/device-virtual-go/22 [Pipeline] { [Pipeline] checkout [2020-08-28T11:22:47.490Z] using credential edgex-jenkins-ssh [2020-08-28T11:22:47.550Z] Cloning the remote Git repository [2020-08-28T11:22:47.551Z] Cloning with configured refspecs honoured and without tags [2020-08-28T11:22:47.610Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-28T11:22:47.720Z] > git init /w/workspace/device-virtual-go/22 # timeout=10 [2020-08-28T11:22:47.786Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-28T11:22:47.787Z] > git --version # timeout=10 [2020-08-28T11:22:47.812Z] > git --version # 'git version 2.17.1' [2020-08-28T11:22:47.815Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:22:47.901Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:22:48.653Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-28T11:22:48.677Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:22:48.727Z] Fetching without tags [2020-08-28T11:22:49.291Z] Checking out Revision 5dbeb2ee12038eac02127f3d491aa26679cb3e38 (master) [2020-08-28T11:22:48.707Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-28T11:22:48.736Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-28T11:22:48.737Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:22:48.762Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:22:49.310Z] > git config core.sparsecheckout # timeout=10 [2020-08-28T11:22:49.335Z] > git checkout -f 5dbeb2ee12038eac02127f3d491aa26679cb3e38 # timeout=10 [2020-08-28T11:22:53.835Z] Commit message: "Merge pull request #126 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-28T11:22:54.790Z] ========================================================= [2020-08-28T11:22:54.790Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-28T11:22:54.790Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:22:55.854Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-28T11:22:56.461Z] Sending build context to Docker daemon 517.6kB [2020-08-28T11:22:56.742Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-28T11:22:56.742Z] Step 2/8 : FROM ${BASE} [2020-08-28T11:22:57.025Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-28T11:22:57.025Z] b538f80385f9: Pulling fs layer [2020-08-28T11:22:57.025Z] 74f711af9a0d: Pulling fs layer [2020-08-28T11:22:57.025Z] 99f96fe45779: Pulling fs layer [2020-08-28T11:22:57.025Z] fd7a069fd194: Pulling fs layer [2020-08-28T11:22:57.025Z] 66aa3694b03b: Pulling fs layer [2020-08-28T11:22:57.025Z] 170f70906a0f: Pulling fs layer [2020-08-28T11:22:57.025Z] ad7c5574e4b9: Pulling fs layer [2020-08-28T11:22:57.025Z] e772456be8f7: Pulling fs layer [2020-08-28T11:22:57.025Z] c890913d741a: Pulling fs layer [2020-08-28T11:22:57.025Z] 2480fcc9aa5a: Pulling fs layer [2020-08-28T11:22:57.025Z] 09adf4765672: Pulling fs layer [2020-08-28T11:22:57.025Z] 170f70906a0f: Waiting [2020-08-28T11:22:57.025Z] ad7c5574e4b9: Waiting [2020-08-28T11:22:57.025Z] e772456be8f7: Waiting [2020-08-28T11:22:57.025Z] c890913d741a: Waiting [2020-08-28T11:22:57.025Z] 2480fcc9aa5a: Waiting [2020-08-28T11:22:57.025Z] 09adf4765672: Waiting [2020-08-28T11:22:57.025Z] fd7a069fd194: Waiting [2020-08-28T11:22:57.025Z] 66aa3694b03b: Waiting [2020-08-28T11:22:57.025Z] 99f96fe45779: Verifying Checksum [2020-08-28T11:22:57.025Z] 99f96fe45779: Download complete [2020-08-28T11:22:57.025Z] 74f711af9a0d: Verifying Checksum [2020-08-28T11:22:57.025Z] 74f711af9a0d: Download complete [2020-08-28T11:22:57.025Z] 66aa3694b03b: Download complete [2020-08-28T11:22:57.025Z] 170f70906a0f: Download complete [2020-08-28T11:22:57.025Z] b538f80385f9: Verifying Checksum [2020-08-28T11:22:57.025Z] b538f80385f9: Download complete [2020-08-28T11:22:58.030Z] b538f80385f9: Pull complete [2020-08-28T11:22:58.306Z] 74f711af9a0d: Pull complete [2020-08-28T11:22:58.904Z] 99f96fe45779: Pull complete [2020-08-28T11:22:59.896Z] ad7c5574e4b9: Verifying Checksum [2020-08-28T11:22:59.896Z] ad7c5574e4b9: Download complete [2020-08-28T11:23:00.169Z] c890913d741a: Verifying Checksum [2020-08-28T11:23:02.153Z] 2480fcc9aa5a: Verifying Checksum [2020-08-28T11:23:02.153Z] 2480fcc9aa5a: Download complete [2020-08-28T11:23:02.153Z] 09adf4765672: Verifying Checksum [2020-08-28T11:23:02.153Z] 09adf4765672: Download complete [2020-08-28T11:23:02.752Z] fd7a069fd194: Verifying Checksum [2020-08-28T11:23:02.752Z] fd7a069fd194: Download complete [2020-08-28T11:23:03.025Z] e772456be8f7: Verifying Checksum [2020-08-28T11:23:03.025Z] e772456be8f7: Download complete [2020-08-28T11:23:15.456Z] fd7a069fd194: Pull complete [2020-08-28T11:23:15.456Z] 66aa3694b03b: Pull complete [2020-08-28T11:23:15.456Z] 170f70906a0f: Pull complete [2020-08-28T11:23:18.096Z] ad7c5574e4b9: Pull complete [2020-08-28T11:23:22.446Z] e772456be8f7: Pull complete [2020-08-28T11:23:23.046Z] c890913d741a: Pull complete [2020-08-28T11:23:25.695Z] 2480fcc9aa5a: Pull complete [2020-08-28T11:23:25.695Z] 09adf4765672: Pull complete [2020-08-28T11:23:25.695Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-28T11:23:25.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-28T11:23:25.965Z] ---> 2248a725d1cf [2020-08-28T11:23:25.965Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-28T11:23:30.286Z] ---> Running in 86be10512b5b [2020-08-28T11:23:30.561Z] Removing intermediate container 86be10512b5b [2020-08-28T11:23:30.561Z] ---> 12018d0972c8 [2020-08-28T11:23:30.561Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:23:30.838Z] ---> Running in 6447c26fd35d [2020-08-28T11:23:33.477Z] Removing intermediate container 6447c26fd35d [2020-08-28T11:23:33.477Z] ---> ca3c6b8a8081 [2020-08-28T11:23:33.477Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-28T11:23:33.477Z] ---> Running in 329329841f7a [2020-08-28T11:23:34.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-28T11:23:35.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-28T11:23:36.490Z] (1/14) Installing libmagic (5.38-r0) [2020-08-28T11:23:36.758Z] (2/14) Installing file (5.38-r0) [2020-08-28T11:23:36.758Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-28T11:23:37.030Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-28T11:23:41.420Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-28T11:23:41.420Z] (6/14) Installing patch (2.7.6-r6) [2020-08-28T11:23:41.420Z] (7/14) Installing build-base (0.5-r2) [2020-08-28T11:23:41.420Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-28T11:23:41.420Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-28T11:23:41.420Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-28T11:23:42.039Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-28T11:23:42.039Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-28T11:23:42.039Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-28T11:23:42.321Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-28T11:23:42.321Z] Executing busybox-1.31.1-r16.trigger [2020-08-28T11:23:42.321Z] OK: 221 MiB in 53 packages [2020-08-28T11:23:46.848Z] Removing intermediate container 329329841f7a [2020-08-28T11:23:46.848Z] ---> 60974ed5da09 [2020-08-28T11:23:46.848Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-28T11:23:46.848Z] ---> Running in 273decb50187 [2020-08-28T11:23:47.145Z] Removing intermediate container 273decb50187 [2020-08-28T11:23:47.145Z] ---> 564d8be116fd [2020-08-28T11:23:47.145Z] Step 7/8 : COPY . . [2020-08-28T11:23:48.195Z] ---> 9c022d9a7811 [2020-08-28T11:23:48.195Z] Step 8/8 : RUN go mod download [2020-08-28T11:23:48.195Z] ---> Running in e291ba710e4b [2020-08-28T11:23:51.624Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-28T11:23:51.624Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-28T11:23:51.624Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-28T11:23:51.624Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-28T11:23:51.624Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-28T11:23:51.624Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-28T11:23:51.624Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-28T11:23:51.624Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-28T11:23:51.624Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-28T11:23:51.624Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-28T11:23:51.624Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-28T11:23:51.624Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-28T11:23:51.624Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-28T11:23:51.897Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-28T11:23:51.897Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-28T11:23:51.897Z] go: finding github.com/fatih/color v1.7.0 [2020-08-28T11:23:51.897Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-28T11:23:51.897Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-28T11:23:51.897Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-28T11:23:52.170Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-28T11:23:52.170Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-28T11:23:52.170Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-28T11:23:52.170Z] go: finding github.com/google/uuid v1.1.0 [2020-08-28T11:23:52.170Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-28T11:23:52.170Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-28T11:23:52.170Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-28T11:23:52.449Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-28T11:23:52.449Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-28T11:23:52.449Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-28T11:23:52.449Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-28T11:23:52.449Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-28T11:23:52.449Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-28T11:23:52.726Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-28T11:23:52.726Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-28T11:23:52.726Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-28T11:23:52.726Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-28T11:23:52.726Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-28T11:23:52.726Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-28T11:23:52.726Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-28T11:23:53.002Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-28T11:23:53.002Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-28T11:23:53.002Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-28T11:23:53.002Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-28T11:23:53.002Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-28T11:23:53.002Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-28T11:23:53.275Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-28T11:23:53.275Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-28T11:23:53.275Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-28T11:23:53.275Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-28T11:23:53.275Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-28T11:23:53.548Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-28T11:23:53.548Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-28T11:23:53.548Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-28T11:23:53.548Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-28T11:23:53.548Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-28T11:23:53.548Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-28T11:23:53.548Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-28T11:23:53.819Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-28T11:23:53.819Z] go: finding github.com/posener/complete v1.1.1 [2020-08-28T11:23:53.819Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-28T11:23:53.819Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-28T11:23:53.819Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-28T11:23:53.819Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-28T11:23:54.091Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-28T11:23:54.091Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-28T11:23:54.091Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-28T11:23:54.091Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-28T11:23:54.091Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-28T11:23:54.091Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-28T11:23:54.366Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-28T11:23:54.366Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-28T11:23:54.366Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-28T11:23:54.366Z] go: finding modernc.org/b v1.0.0 [2020-08-28T11:23:54.366Z] go: finding modernc.org/db v1.0.0 [2020-08-28T11:23:54.366Z] go: finding modernc.org/file v1.0.0 [2020-08-28T11:23:54.642Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-28T11:23:54.642Z] go: finding modernc.org/golex v1.0.0 [2020-08-28T11:23:54.642Z] go: finding modernc.org/internal v1.0.0 [2020-08-28T11:23:54.642Z] go: finding modernc.org/lldb v1.0.0 [2020-08-28T11:23:54.642Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-28T11:23:54.642Z] go: finding modernc.org/ql v1.0.0 [2020-08-28T11:23:54.642Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-28T11:23:54.925Z] go: finding modernc.org/strutil v1.0.0 [2020-08-28T11:23:54.925Z] go: finding modernc.org/zappy v1.0.0 [2020-08-28T11:24:05.146Z] Removing intermediate container e291ba710e4b [2020-08-28T11:24:05.146Z] ---> da942ab48ffc [2020-08-28T11:24:05.146Z] Successfully built da942ab48ffc [2020-08-28T11:24:05.146Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-28T11:24:06.571Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-28T11:24:06.909Z] + ls -al . [2020-08-28T11:24:06.909Z] total 88 [2020-08-28T11:24:06.909Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 11:22 . [2020-08-28T11:24:06.909Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 28 11:22 .. [2020-08-28T11:24:06.909Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 28 11:22 .git [2020-08-28T11:24:06.909Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:22 .github [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 258 Aug 28 11:22 .gitignore [2020-08-28T11:24:06.909Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:22 .semver [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 5927 Aug 28 11:22 Attribution.txt [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 1826 Aug 28 11:22 Dockerfile [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 957 Aug 28 11:22 Dockerfile.build [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 683 Aug 28 11:22 Jenkinsfile [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 28 11:22 LICENSE [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 873 Aug 28 11:22 Makefile [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 918 Aug 28 11:22 README.md [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 28 11:20 VERSION [2020-08-28T11:24:06.909Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 28 11:22 bin [2020-08-28T11:24:06.909Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:22 cmd [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 855 Aug 28 11:22 go.mod [2020-08-28T11:24:06.909Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 28 11:22 internal [2020-08-28T11:24:06.909Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 28 11:22 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:24:07.265Z] + 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=5dbeb2ee12038eac02127f3d491aa26679cb3e38 --label arch=arm64 --label version=1.2.4-dev.2 . [2020-08-28T11:24:07.538Z] Sending build context to Docker daemon 517.6kB [2020-08-28T11:24:07.538Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-28T11:24:07.538Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-28T11:24:07.538Z] ---> da942ab48ffc [2020-08-28T11:24:07.538Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-28T11:24:07.810Z] ---> Running in 4e46d74e0dd9 [2020-08-28T11:24:08.402Z] Removing intermediate container 4e46d74e0dd9 [2020-08-28T11:24:08.402Z] ---> 4c668f1337c5 [2020-08-28T11:24:08.402Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-28T11:24:08.402Z] ---> Running in ca6bcde59257 [2020-08-28T11:24:08.997Z] Removing intermediate container ca6bcde59257 [2020-08-28T11:24:08.997Z] ---> 2be90a3da503 [2020-08-28T11:24:08.997Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-28T11:24:08.997Z] ---> Running in 3d5de8031bbc [2020-08-28T11:24:09.592Z] Removing intermediate container 3d5de8031bbc [2020-08-28T11:24:09.592Z] ---> feb0b934069e [2020-08-28T11:24:09.592Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:24:09.592Z] ---> Running in 6a2e375a40c3 [2020-08-28T11:24:12.210Z] Removing intermediate container 6a2e375a40c3 [2020-08-28T11:24:12.210Z] ---> d51cd9cb2589 [2020-08-28T11:24:12.210Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-28T11:24:12.210Z] ---> Running in f145ad169673 [2020-08-28T11:24:13.640Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-28T11:24:14.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-28T11:24:14.825Z] OK: 221 MiB in 53 packages [2020-08-28T11:24:16.280Z] Removing intermediate container f145ad169673 [2020-08-28T11:24:16.280Z] ---> a2bcc4af4353 [2020-08-28T11:24:16.280Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-28T11:24:16.280Z] ---> Running in 208519813dbe [2020-08-28T11:24:16.553Z] Removing intermediate container 208519813dbe [2020-08-28T11:24:16.553Z] ---> 558269c92586 [2020-08-28T11:24:16.553Z] Step 9/21 : COPY . . [2020-08-28T11:24:17.533Z] ---> 5476ba6b929c [2020-08-28T11:24:17.533Z] Step 10/21 : ARG MAKE='make build' [2020-08-28T11:24:17.533Z] ---> Running in 2ad2280bd651 [2020-08-28T11:24:18.135Z] Removing intermediate container 2ad2280bd651 [2020-08-28T11:24:18.135Z] ---> e4e9ff4afb86 [2020-08-28T11:24:18.135Z] Step 11/21 : RUN $MAKE [2020-08-28T11:24:18.135Z] ---> Running in 1a6188b5a2ae [2020-08-28T11:24:19.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.2" -o cmd/device-virtual ./cmd [2020-08-28T11:24:26.517Z] Running on prd-centos7-docker-4c-2g-587 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws [2020-08-28T11:24:26.572Z] Running in /w/workspace/device-virtual-go/22 [Pipeline] { [Pipeline] checkout [2020-08-28T11:24:29.134Z] using credential edgex-jenkins-ssh [2020-08-28T11:24:29.180Z] Cloning the remote Git repository [2020-08-28T11:24:29.181Z] Cloning with configured refspecs honoured and without tags [2020-08-28T11:24:29.215Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-08-28T11:24:29.301Z] > git init /w/workspace/device-virtual-go/22 # timeout=10 [2020-08-28T11:24:30.829Z] Fetching without tags [2020-08-28T11:24:31.246Z] Checking out Revision 5dbeb2ee12038eac02127f3d491aa26679cb3e38 (master) [2020-08-28T11:24:30.147Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-28T11:24:30.149Z] > git --version # timeout=10 [2020-08-28T11:24:30.161Z] > git --version # 'git version 2.16.5' [2020-08-28T11:24:30.162Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:24:30.197Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:24:30.797Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-28T11:24:30.808Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:24:30.820Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-08-28T11:24:30.835Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-08-28T11:24:30.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-28T11:24:30.840Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-28T11:24:31.255Z] > git config core.sparsecheckout # timeout=10 [2020-08-28T11:24:31.261Z] > git checkout -f 5dbeb2ee12038eac02127f3d491aa26679cb3e38 # timeout=10 [2020-08-28T11:24:34.887Z] Commit message: "Merge pull request #126 from hahattan/attribution-cleanup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-28T11:24:35.829Z] ========================================================= [2020-08-28T11:24:35.829Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-28T11:24:35.829Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:24:36.524Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-28T11:24:36.786Z] Sending build context to Docker daemon 517.6kB [2020-08-28T11:24:36.786Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-28T11:24:36.786Z] Step 2/8 : FROM ${BASE} [2020-08-28T11:24:37.056Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-28T11:24:37.056Z] df20fa9351a1: Pulling fs layer [2020-08-28T11:24:37.056Z] ed8968b2872e: Pulling fs layer [2020-08-28T11:24:37.056Z] a92cc7c5fd73: Pulling fs layer [2020-08-28T11:24:37.056Z] 2dd03ba5bac4: Pulling fs layer [2020-08-28T11:24:37.056Z] 1e091d79d1de: Pulling fs layer [2020-08-28T11:24:37.056Z] 481702a1767f: Pulling fs layer [2020-08-28T11:24:37.056Z] f64a6f60c768: Pulling fs layer [2020-08-28T11:24:37.056Z] e78d2573fc39: Pulling fs layer [2020-08-28T11:24:37.056Z] e876d2f968b6: Pulling fs layer [2020-08-28T11:24:37.056Z] ce8a83651883: Pulling fs layer [2020-08-28T11:24:37.056Z] 07967f4d0e4b: Pulling fs layer [2020-08-28T11:24:37.056Z] 2dd03ba5bac4: Waiting [2020-08-28T11:24:37.056Z] e78d2573fc39: Waiting [2020-08-28T11:24:37.056Z] 1e091d79d1de: Waiting [2020-08-28T11:24:37.056Z] e876d2f968b6: Waiting [2020-08-28T11:24:37.056Z] 481702a1767f: Waiting [2020-08-28T11:24:37.056Z] ce8a83651883: Waiting [2020-08-28T11:24:37.056Z] f64a6f60c768: Waiting [2020-08-28T11:24:37.056Z] 07967f4d0e4b: Waiting [2020-08-28T11:24:37.056Z] a92cc7c5fd73: Verifying Checksum [2020-08-28T11:24:37.056Z] a92cc7c5fd73: Download complete [2020-08-28T11:24:37.056Z] ed8968b2872e: Verifying Checksum [2020-08-28T11:24:37.056Z] ed8968b2872e: Download complete [2020-08-28T11:24:37.056Z] 1e091d79d1de: Verifying Checksum [2020-08-28T11:24:37.056Z] 1e091d79d1de: Download complete [2020-08-28T11:24:37.056Z] 481702a1767f: Download complete [2020-08-28T11:24:37.056Z] df20fa9351a1: Verifying Checksum [2020-08-28T11:24:37.336Z] df20fa9351a1: Pull complete [2020-08-28T11:24:38.318Z] f64a6f60c768: Verifying Checksum [2020-08-28T11:24:38.318Z] f64a6f60c768: Download complete [2020-08-28T11:24:38.318Z] e876d2f968b6: Verifying Checksum [2020-08-28T11:24:38.318Z] e876d2f968b6: Download complete [2020-08-28T11:24:38.588Z] 2dd03ba5bac4: Verifying Checksum [2020-08-28T11:24:38.588Z] 2dd03ba5bac4: Download complete [2020-08-28T11:24:38.853Z] 07967f4d0e4b: Verifying Checksum [2020-08-28T11:24:38.853Z] 07967f4d0e4b: Download complete [2020-08-28T11:24:38.853Z] ce8a83651883: Verifying Checksum [2020-08-28T11:24:38.853Z] ce8a83651883: Download complete [2020-08-28T11:24:38.853Z] e78d2573fc39: Verifying Checksum [2020-08-28T11:24:38.853Z] e78d2573fc39: Download complete [2020-08-28T11:24:40.250Z] ed8968b2872e: Pull complete [2020-08-28T11:24:40.250Z] a92cc7c5fd73: Pull complete [2020-08-28T11:24:46.888Z] 2dd03ba5bac4: Pull complete [2020-08-28T11:24:46.888Z] 1e091d79d1de: Pull complete [2020-08-28T11:24:46.888Z] 481702a1767f: Pull complete [2020-08-28T11:24:51.931Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-28T11:24:53.506Z] f64a6f60c768: Pull complete [2020-08-28T11:24:56.080Z] e78d2573fc39: Pull complete [2020-08-28T11:24:56.344Z] e876d2f968b6: Pull complete [2020-08-28T11:24:57.294Z] ce8a83651883: Pull complete [2020-08-28T11:24:57.558Z] 07967f4d0e4b: Pull complete [2020-08-28T11:24:57.558Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-28T11:24:57.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-28T11:24:57.558Z] ---> 5d7c900382c6 [2020-08-28T11:24:57.558Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-28T11:24:58.506Z] ---> Running in 7be6d69cb8f0 [2020-08-28T11:24:58.506Z] Removing intermediate container 7be6d69cb8f0 [2020-08-28T11:24:58.506Z] ---> c0cbc00df552 [2020-08-28T11:24:58.506Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:24:58.506Z] ---> Running in 0da79381ce85 [2020-08-28T11:25:00.196Z] Removing intermediate container 1a6188b5a2ae [2020-08-28T11:25:00.196Z] ---> 09074d8c769c [2020-08-28T11:25:00.196Z] Step 12/21 : FROM alpine [2020-08-28T11:25:00.196Z] latest: Pulling from library/alpine [2020-08-28T11:25:00.437Z] Removing intermediate container 0da79381ce85 [2020-08-28T11:25:00.437Z] ---> 39c0d1274467 [2020-08-28T11:25:00.437Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-28T11:25:00.437Z] ---> Running in 2c9415403c20 [2020-08-28T11:25:00.467Z] b538f80385f9: Already exists [2020-08-28T11:25:00.467Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-28T11:25:00.467Z] Status: Downloaded newer image for alpine:latest [2020-08-28T11:25:00.467Z] ---> 62ee0e9f8440 [2020-08-28T11:25:00.467Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-28T11:25:00.739Z] ---> Running in 944b5803a94c [2020-08-28T11:25:01.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-28T11:25:01.015Z] Removing intermediate container 944b5803a94c [2020-08-28T11:25:01.015Z] ---> e05ac24ced71 [2020-08-28T11:25:01.015Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-28T11:25:01.288Z] ---> Running in 7120e0286496 [2020-08-28T11:25:01.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-28T11:25:01.849Z] (1/14) Installing libmagic (5.38-r0) [2020-08-28T11:25:01.884Z] Removing intermediate container 7120e0286496 [2020-08-28T11:25:01.884Z] ---> 26b3a79f43a3 [2020-08-28T11:25:01.884Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-28T11:25:02.112Z] (2/14) Installing file (5.38-r0) [2020-08-28T11:25:02.112Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-28T11:25:02.374Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-28T11:25:03.312Z] ---> ea53d0cf7475 [2020-08-28T11:25:03.312Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-28T11:25:03.907Z] ---> 26511ad1a927 [2020-08-28T11:25:03.907Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-28T11:25:04.893Z] ---> 3cd0b9b11086 [2020-08-28T11:25:04.893Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-28T11:25:04.893Z] ---> Running in 149399d2b111 [2020-08-28T11:25:05.165Z] Removing intermediate container 149399d2b111 [2020-08-28T11:25:05.165Z] ---> ab3510b92e03 [2020-08-28T11:25:05.165Z] Step 19/21 : LABEL arch=arm64 [2020-08-28T11:25:05.437Z] ---> Running in 4167b8d053f1 [2020-08-28T11:25:05.709Z] Removing intermediate container 4167b8d053f1 [2020-08-28T11:25:05.709Z] ---> 4b3902eadb3f [2020-08-28T11:25:05.709Z] Step 20/21 : LABEL git_sha=5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:25:05.984Z] ---> Running in 400f2e9c3be4 [2020-08-28T11:25:06.580Z] Removing intermediate container 400f2e9c3be4 [2020-08-28T11:25:06.580Z] ---> 89883ac90b45 [2020-08-28T11:25:06.580Z] Step 21/21 : LABEL version=1.2.4-dev.2 [2020-08-28T11:25:06.580Z] ---> Running in 7e811f6d41ba [2020-08-28T11:25:06.852Z] Removing intermediate container 7e811f6d41ba [2020-08-28T11:25:06.852Z] ---> 77bd1809c16d [2020-08-28T11:25:06.852Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-28T11:25:06.852Z] Successfully built 77bd1809c16d [2020-08-28T11:25:06.852Z] 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-08-28T11:25:07.552Z] provisioning config files... [2020-08-28T11:25:07.602Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/22@tmp/config632916252190528161tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:25:08.006Z] nexus3.edgexfoundry.org:10001 [2020-08-28T11:25:08.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:08.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:08.279Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:08.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:08.279Z] [2020-08-28T11:25:08.279Z] Login Succeeded [2020-08-28T11:25:08.279Z] nexus3.edgexfoundry.org:10002 [2020-08-28T11:25:08.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:08.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:08.872Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:08.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:08.872Z] [2020-08-28T11:25:08.872Z] Login Succeeded [2020-08-28T11:25:08.872Z] nexus3.edgexfoundry.org:10003 [2020-08-28T11:25:08.971Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-28T11:25:08.971Z] (6/14) Installing patch (2.7.6-r6) [2020-08-28T11:25:08.971Z] (7/14) Installing build-base (0.5-r2) [2020-08-28T11:25:08.971Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-28T11:25:08.971Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-28T11:25:08.971Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-28T11:25:08.971Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-28T11:25:08.971Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-28T11:25:08.971Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-28T11:25:09.232Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-28T11:25:09.232Z] Executing busybox-1.31.1-r16.trigger [2020-08-28T11:25:09.232Z] OK: 237 MiB in 53 packages [2020-08-28T11:25:09.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:09.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:09.467Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:09.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:09.467Z] [2020-08-28T11:25:09.467Z] Login Succeeded [2020-08-28T11:25:09.467Z] nexus3.edgexfoundry.org:10004 [2020-08-28T11:25:10.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:10.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:10.063Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:10.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:10.063Z] [2020-08-28T11:25:10.063Z] Login Succeeded [2020-08-28T11:25:10.063Z] docker.io [2020-08-28T11:25:10.653Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:10.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:10.923Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:10.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:10.923Z] [2020-08-28T11:25:10.923Z] Login Succeeded [Pipeline] } [2020-08-28T11:25:10.939Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:25:11.131Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: [2020-08-28T11:25:11.131Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:25:11.131Z] latest [2020-08-28T11:25:11.131Z] 1.2.4-dev.2 [2020-08-28T11:25:11.131Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [2020-08-28T11:25:11.131Z] master [2020-08-28T11:25:11.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:11.630Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:11.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:25:11.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-28T11:25:11.967Z] 7f35784916cc: Preparing [2020-08-28T11:25:11.967Z] e2fa833b3729: Preparing [2020-08-28T11:25:11.967Z] da305cb4dda8: Preparing [2020-08-28T11:25:11.967Z] e2f13739ad41: Preparing [2020-08-28T11:25:11.967Z] e2f13739ad41: Layer already exists [2020-08-28T11:25:12.236Z] e2fa833b3729: Pushed [2020-08-28T11:25:12.236Z] 7f35784916cc: Pushed [2020-08-28T11:25:13.453Z] Removing intermediate container 2c9415403c20 [2020-08-28T11:25:13.453Z] ---> f2d760aac869 [2020-08-28T11:25:13.453Z] Step 6/8 : WORKDIR /device-virtual-go [2020-08-28T11:25:13.453Z] ---> Running in 7f57af143683 [2020-08-28T11:25:13.453Z] Removing intermediate container 7f57af143683 [2020-08-28T11:25:13.453Z] ---> eafbd4520eb8 [2020-08-28T11:25:13.453Z] Step 7/8 : COPY . . [2020-08-28T11:25:13.721Z] ---> 647bc87e7f0b [2020-08-28T11:25:13.721Z] Step 8/8 : RUN go mod download [2020-08-28T11:25:13.721Z] ---> Running in 8692df575208 [2020-08-28T11:25:15.605Z] da305cb4dda8: Pushed [2020-08-28T11:25:15.605Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:15.997Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:16.282Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-28T11:25:16.282Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-28T11:25:16.282Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-28T11:25:16.282Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-28T11:25:16.282Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-28T11:25:16.282Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-28T11:25:16.282Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-28T11:25:16.282Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-28T11:25:16.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-08-28T11:25:16.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-28T11:25:16.397Z] 7f35784916cc: Preparing [2020-08-28T11:25:16.397Z] e2fa833b3729: Preparing [2020-08-28T11:25:16.397Z] da305cb4dda8: Preparing [2020-08-28T11:25:16.397Z] e2f13739ad41: Preparing [2020-08-28T11:25:16.397Z] e2f13739ad41: Layer already exists [2020-08-28T11:25:16.397Z] da305cb4dda8: Layer already exists [2020-08-28T11:25:16.397Z] 7f35784916cc: Layer already exists [2020-08-28T11:25:16.397Z] e2fa833b3729: Layer already exists [2020-08-28T11:25:16.544Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-28T11:25:16.544Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-28T11:25:16.544Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-28T11:25:16.544Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-28T11:25:16.544Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-28T11:25:16.544Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-28T11:25:16.685Z] latest: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:16.813Z] go: finding github.com/edsrzf/mmap-go v1.0.0 [2020-08-28T11:25:16.813Z] go: finding github.com/fatih/color v1.7.0 [2020-08-28T11:25:16.813Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-28T11:25:16.813Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-28T11:25:16.813Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-28T11:25:16.813Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-28T11:25:16.813Z] go: finding github.com/golang/snappy v0.0.1 [2020-08-28T11:25:17.060Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.2 [2020-08-28T11:25:17.074Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-28T11:25:17.074Z] go: finding github.com/google/uuid v1.1.0 [2020-08-28T11:25:17.074Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-28T11:25:17.074Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-28T11:25:17.074Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-28T11:25:17.074Z] go: finding github.com/hashicorp/errwrap v1.0.0 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:17.336Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-28T11:25:17.336Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-28T11:25:17.336Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-28T11:25:17.336Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-28T11:25:17.336Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-28T11:25:17.336Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-28T11:25:17.336Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-28T11:25:17.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.2 [2020-08-28T11:25:17.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-28T11:25:17.445Z] 7f35784916cc: Preparing [2020-08-28T11:25:17.445Z] e2fa833b3729: Preparing [2020-08-28T11:25:17.445Z] da305cb4dda8: Preparing [2020-08-28T11:25:17.445Z] e2f13739ad41: Preparing [2020-08-28T11:25:17.445Z] e2fa833b3729: Layer already exists [2020-08-28T11:25:17.445Z] 7f35784916cc: Layer already exists [2020-08-28T11:25:17.445Z] da305cb4dda8: Layer already exists [2020-08-28T11:25:17.445Z] e2f13739ad41: Layer already exists [2020-08-28T11:25:17.445Z] 1.2.4-dev.2: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [2020-08-28T11:25:17.597Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-28T11:25:17.597Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-28T11:25:17.597Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-28T11:25:17.597Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-28T11:25:17.597Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-28T11:25:17.597Z] go: finding github.com/hashicorp/memberlist v0.1.3 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:17.859Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-28T11:25:17.859Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-28T11:25:17.859Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-28T11:25:17.860Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-28T11:25:17.860Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-28T11:25:17.860Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-28T11:25:17.860Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-28T11:25:18.121Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-28T11:25:18.121Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-28T11:25:18.121Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-28T11:25:18.121Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-28T11:25:18.121Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-28T11:25:18.121Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-28T11:25:18.127Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:18.384Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-28T11:25:18.384Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-28T11:25:18.384Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-28T11:25:18.384Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-28T11:25:18.384Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-28T11:25:18.384Z] go: finding github.com/posener/complete v1.1.1 [2020-08-28T11:25:18.384Z] go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-08-28T11:25:18.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [2020-08-28T11:25:18.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-28T11:25:18.484Z] 7f35784916cc: Preparing [2020-08-28T11:25:18.484Z] e2fa833b3729: Preparing [2020-08-28T11:25:18.484Z] da305cb4dda8: Preparing [2020-08-28T11:25:18.484Z] e2f13739ad41: Preparing [2020-08-28T11:25:18.484Z] e2f13739ad41: Layer already exists [2020-08-28T11:25:18.484Z] da305cb4dda8: Layer already exists [2020-08-28T11:25:18.484Z] e2fa833b3729: Layer already exists [2020-08-28T11:25:18.484Z] 7f35784916cc: Layer already exists [2020-08-28T11:25:18.645Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-28T11:25:18.645Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-28T11:25:18.645Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-28T11:25:18.645Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-28T11:25:18.645Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-28T11:25:18.645Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-28T11:25:18.773Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:18.907Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-28T11:25:18.907Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-28T11:25:18.907Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-28T11:25:18.907Z] go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-08-28T11:25:18.907Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-28T11:25:18.907Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-28T11:25:19.143Z] + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:19.170Z] go: finding modernc.org/b v1.0.0 [2020-08-28T11:25:19.170Z] go: finding modernc.org/db v1.0.0 [2020-08-28T11:25:19.170Z] go: finding modernc.org/file v1.0.0 [2020-08-28T11:25:19.170Z] go: finding modernc.org/fileutil v1.0.0 [2020-08-28T11:25:19.170Z] go: finding modernc.org/golex v1.0.0 [2020-08-28T11:25:19.170Z] go: finding modernc.org/internal v1.0.0 [2020-08-28T11:25:19.170Z] go: finding modernc.org/lldb v1.0.0 [2020-08-28T11:25:19.435Z] go: finding modernc.org/mathutil v1.0.0 [2020-08-28T11:25:19.435Z] go: finding modernc.org/ql v1.0.0 [2020-08-28T11:25:19.435Z] go: finding modernc.org/sortutil v1.0.0 [2020-08-28T11:25:19.435Z] go: finding modernc.org/strutil v1.0.0 [2020-08-28T11:25:19.435Z] go: finding modernc.org/zappy v1.0.0 [2020-08-28T11:25:19.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [2020-08-28T11:25:19.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] [2020-08-28T11:25:19.479Z] 7f35784916cc: Preparing [2020-08-28T11:25:19.479Z] e2fa833b3729: Preparing [2020-08-28T11:25:19.479Z] da305cb4dda8: Preparing [2020-08-28T11:25:19.479Z] e2f13739ad41: Preparing [2020-08-28T11:25:19.479Z] e2fa833b3729: Layer already exists [2020-08-28T11:25:19.479Z] e2f13739ad41: Layer already exists [2020-08-28T11:25:19.479Z] 7f35784916cc: Layer already exists [2020-08-28T11:25:19.479Z] da305cb4dda8: Layer already exists [2020-08-28T11:25:19.750Z] master: digest: sha256:651a408bc3c4c825f95969183f580783efb7897ed2d0c0fe543fdb3260a9243e size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:25:19.945Z] ===================================================== [Pipeline] echo [2020-08-28T11:25:19.991Z] taggedImages: [2020-08-28T11:25:19.991Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:25:19.991Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [2020-08-28T11:25:19.991Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.2 [2020-08-28T11:25:19.991Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [2020-08-28T11:25:19.991Z] - 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] } [2020-08-28T11:25:27.629Z] Removing intermediate container 8692df575208 [2020-08-28T11:25:27.630Z] ---> a9881b1bfbae [2020-08-28T11:25:27.630Z] Successfully built a9881b1bfbae [2020-08-28T11:25:27.630Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-28T11:25:28.630Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-28T11:25:28.972Z] + ls -al . [2020-08-28T11:25:28.972Z] total 60 [2020-08-28T11:25:28.972Z] drwxrwxr-x. 8 jenkins jenkins 4096 Aug 28 11:24 . [2020-08-28T11:25:28.972Z] drwxrwxr-x. 4 jenkins jenkins 30 Aug 28 11:24 .. [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 5927 Aug 28 11:24 Attribution.txt [2020-08-28T11:25:28.972Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 28 11:24 bin [2020-08-28T11:25:28.972Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 28 11:24 cmd [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 1826 Aug 28 11:24 Dockerfile [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 957 Aug 28 11:24 Dockerfile.build [2020-08-28T11:25:28.972Z] drwxrwxr-x. 8 jenkins jenkins 162 Aug 28 11:24 .git [2020-08-28T11:25:28.972Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 28 11:24 .github [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 258 Aug 28 11:24 .gitignore [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 855 Aug 28 11:24 go.mod [2020-08-28T11:25:28.972Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 28 11:24 internal [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 683 Aug 28 11:24 Jenkinsfile [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 28 11:24 LICENSE [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 873 Aug 28 11:24 Makefile [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 918 Aug 28 11:24 README.md [2020-08-28T11:25:28.972Z] drwxrwxr-x. 3 jenkins jenkins 44 Aug 28 11:24 .semver [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 11 Aug 28 11:20 VERSION [2020-08-28T11:25:28.972Z] -rw-rw-r--. 1 jenkins jenkins 235 Aug 28 11:24 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:29.356Z] + 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=5dbeb2ee12038eac02127f3d491aa26679cb3e38 --label arch=amd64 --label version=1.2.4-dev.2 . [2020-08-28T11:25:29.356Z] Sending build context to Docker daemon 517.6kB [2020-08-28T11:25:29.619Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-08-28T11:25:29.619Z] Step 2/21 : FROM ${BASE} AS builder [2020-08-28T11:25:29.619Z] ---> a9881b1bfbae [2020-08-28T11:25:29.619Z] Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-08-28T11:25:29.619Z] ---> Running in cef35b325e70 [2020-08-28T11:25:29.881Z] Removing intermediate container cef35b325e70 [2020-08-28T11:25:29.881Z] ---> 88d36b0ca349 [2020-08-28T11:25:29.881Z] Step 4/21 : ARG ALPINE_PKG_EXTRA="" [2020-08-28T11:25:29.881Z] ---> Running in 53cf03d8e512 [2020-08-28T11:25:29.881Z] Removing intermediate container 53cf03d8e512 [2020-08-28T11:25:29.881Z] ---> d8761132b602 [2020-08-28T11:25:29.881Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-08-28T11:25:30.144Z] ---> Running in 62e22475b38d [2020-08-28T11:25:30.144Z] Removing intermediate container 62e22475b38d [2020-08-28T11:25:30.144Z] ---> c40bc66bfc52 [2020-08-28T11:25:30.144Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-28T11:25:30.406Z] ---> Running in c739cc625e5c [2020-08-28T11:25:31.793Z] Removing intermediate container c739cc625e5c [2020-08-28T11:25:31.793Z] ---> 706d1275cef6 [2020-08-28T11:25:31.793Z] Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-08-28T11:25:32.055Z] ---> Running in 50b5aa24c8ae [2020-08-28T11:25:32.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-28T11:25:33.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-28T11:25:33.776Z] OK: 237 MiB in 53 packages [2020-08-28T11:25:34.349Z] Removing intermediate container 50b5aa24c8ae [2020-08-28T11:25:34.349Z] ---> ec732ffd6922 [2020-08-28T11:25:34.349Z] Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-08-28T11:25:34.349Z] ---> Running in 1b85f91150ae [2020-08-28T11:25:34.349Z] Removing intermediate container 1b85f91150ae [2020-08-28T11:25:34.349Z] ---> ff9e294d50d8 [2020-08-28T11:25:34.349Z] Step 9/21 : COPY . . [2020-08-28T11:25:35.306Z] ---> df842a543037 [2020-08-28T11:25:35.306Z] Step 10/21 : ARG MAKE='make build' [2020-08-28T11:25:35.306Z] ---> Running in 2bf9bccc076d [2020-08-28T11:25:35.306Z] Removing intermediate container 2bf9bccc076d [2020-08-28T11:25:35.306Z] ---> 23d898ebaa46 [2020-08-28T11:25:35.306Z] Step 11/21 : RUN $MAKE [2020-08-28T11:25:35.306Z] ---> Running in a9bdf5652ff1 [2020-08-28T11:25:35.882Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.2" -o cmd/device-virtual ./cmd [2020-08-28T11:25:48.239Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-28T11:25:52.468Z] Removing intermediate container a9bdf5652ff1 [2020-08-28T11:25:52.468Z] ---> 7ba74d470222 [2020-08-28T11:25:52.468Z] Step 12/21 : FROM alpine [2020-08-28T11:25:52.468Z] latest: Pulling from library/alpine [2020-08-28T11:25:52.468Z] df20fa9351a1: Already exists [2020-08-28T11:25:52.468Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-08-28T11:25:52.468Z] Status: Downloaded newer image for alpine:latest [2020-08-28T11:25:52.468Z] ---> a24bb4013296 [2020-08-28T11:25:52.468Z] Step 13/21 : ENV APP_PORT=49990 [2020-08-28T11:25:52.730Z] ---> Running in 29ce42c37a28 [2020-08-28T11:25:52.730Z] Removing intermediate container 29ce42c37a28 [2020-08-28T11:25:52.730Z] ---> 8c5522b17bed [2020-08-28T11:25:52.730Z] Step 14/21 : EXPOSE $APP_PORT [2020-08-28T11:25:52.990Z] ---> Running in cd18e9d35639 [2020-08-28T11:25:52.990Z] Removing intermediate container cd18e9d35639 [2020-08-28T11:25:52.990Z] ---> 3d6fbdf55c9a [2020-08-28T11:25:52.990Z] Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-08-28T11:25:53.564Z] ---> 58a5745124d7 [2020-08-28T11:25:53.564Z] Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-08-28T11:25:53.826Z] ---> 38c0d8777d0d [2020-08-28T11:25:53.826Z] Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-08-28T11:25:54.090Z] ---> cc6e0a4c6444 [2020-08-28T11:25:54.090Z] Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-28T11:25:54.090Z] ---> Running in aa942638a14a [2020-08-28T11:25:54.352Z] Removing intermediate container aa942638a14a [2020-08-28T11:25:54.352Z] ---> 7913011d5a79 [2020-08-28T11:25:54.352Z] Step 19/21 : LABEL arch=amd64 [2020-08-28T11:25:54.352Z] ---> Running in db03f58ef802 [2020-08-28T11:25:54.617Z] Removing intermediate container db03f58ef802 [2020-08-28T11:25:54.617Z] ---> 5d3ba386a630 [2020-08-28T11:25:54.617Z] Step 20/21 : LABEL git_sha=5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:25:54.617Z] ---> Running in 45ea769e5a52 [2020-08-28T11:25:54.879Z] Removing intermediate container 45ea769e5a52 [2020-08-28T11:25:54.879Z] ---> 7ed229fc1ccb [2020-08-28T11:25:54.879Z] Step 21/21 : LABEL version=1.2.4-dev.2 [2020-08-28T11:25:54.879Z] ---> Running in 61b9b2d4072c [2020-08-28T11:25:55.141Z] Removing intermediate container 61b9b2d4072c [2020-08-28T11:25:55.141Z] ---> 80695a72e3be [2020-08-28T11:25:55.141Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-28T11:25:55.141Z] Successfully built 80695a72e3be [2020-08-28T11:25:55.141Z] 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-08-28T11:25:55.579Z] provisioning config files... [2020-08-28T11:25:55.621Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/22@tmp/config2505551996850813167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:25:55.978Z] nexus3.edgexfoundry.org:10001 [2020-08-28T11:25:55.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:56.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:56.241Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:56.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:56.241Z] [2020-08-28T11:25:56.241Z] Login Succeeded [2020-08-28T11:25:56.241Z] nexus3.edgexfoundry.org:10002 [2020-08-28T11:25:56.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:56.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:56.241Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:56.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:56.241Z] [2020-08-28T11:25:56.241Z] Login Succeeded [2020-08-28T11:25:56.241Z] nexus3.edgexfoundry.org:10003 [2020-08-28T11:25:56.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:56.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:56.502Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:56.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:56.502Z] [2020-08-28T11:25:56.502Z] Login Succeeded [2020-08-28T11:25:56.502Z] nexus3.edgexfoundry.org:10004 [2020-08-28T11:25:56.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:56.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:56.764Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:56.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:56.764Z] [2020-08-28T11:25:56.764Z] Login Succeeded [2020-08-28T11:25:56.764Z] docker.io [2020-08-28T11:25:56.764Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-08-28T11:25:57.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-08-28T11:25:57.026Z] Configure a credential helper to remove this warning. See [2020-08-28T11:25:57.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-08-28T11:25:57.026Z] [2020-08-28T11:25:57.026Z] Login Succeeded [Pipeline] } [2020-08-28T11:25:57.034Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:25:57.235Z] [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: [2020-08-28T11:25:57.235Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:25:57.235Z] latest [2020-08-28T11:25:57.235Z] 1.2.4-dev.2 [2020-08-28T11:25:57.235Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [2020-08-28T11:25:57.235Z] master [2020-08-28T11:25:57.235Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:57.716Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:58.013Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:25:58.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-28T11:25:58.013Z] 4c2bfdbf7fdd: Preparing [2020-08-28T11:25:58.013Z] bba457675010: Preparing [2020-08-28T11:25:58.013Z] 641d93fbabbb: Preparing [2020-08-28T11:25:58.013Z] 50644c29ef5a: Preparing [2020-08-28T11:25:58.013Z] 50644c29ef5a: Layer already exists [2020-08-28T11:25:58.013Z] bba457675010: Pushed [2020-08-28T11:25:58.013Z] 4c2bfdbf7fdd: Pushed [2020-08-28T11:25:59.403Z] 641d93fbabbb: Pushed [2020-08-28T11:25:59.664Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:25:59.966Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:00.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-08-28T11:26:00.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-28T11:26:00.265Z] 4c2bfdbf7fdd: Preparing [2020-08-28T11:26:00.265Z] bba457675010: Preparing [2020-08-28T11:26:00.265Z] 641d93fbabbb: Preparing [2020-08-28T11:26:00.265Z] 50644c29ef5a: Preparing [2020-08-28T11:26:00.265Z] 641d93fbabbb: Layer already exists [2020-08-28T11:26:00.265Z] 50644c29ef5a: Layer already exists [2020-08-28T11:26:00.265Z] bba457675010: Layer already exists [2020-08-28T11:26:00.265Z] 4c2bfdbf7fdd: Layer already exists [2020-08-28T11:26:00.265Z] latest: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:00.565Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:00.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.2 [2020-08-28T11:26:00.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-28T11:26:00.862Z] 4c2bfdbf7fdd: Preparing [2020-08-28T11:26:00.862Z] bba457675010: Preparing [2020-08-28T11:26:00.862Z] 641d93fbabbb: Preparing [2020-08-28T11:26:00.862Z] 50644c29ef5a: Preparing [2020-08-28T11:26:00.862Z] 641d93fbabbb: Layer already exists [2020-08-28T11:26:00.862Z] 4c2bfdbf7fdd: Layer already exists [2020-08-28T11:26:00.862Z] bba457675010: Layer already exists [2020-08-28T11:26:00.862Z] 50644c29ef5a: Layer already exists [2020-08-28T11:26:00.862Z] 1.2.4-dev.2: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:01.161Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:01.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [2020-08-28T11:26:01.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-28T11:26:01.462Z] 4c2bfdbf7fdd: Preparing [2020-08-28T11:26:01.462Z] bba457675010: Preparing [2020-08-28T11:26:01.462Z] 641d93fbabbb: Preparing [2020-08-28T11:26:01.462Z] 50644c29ef5a: Preparing [2020-08-28T11:26:01.462Z] bba457675010: Layer already exists [2020-08-28T11:26:01.462Z] 641d93fbabbb: Layer already exists [2020-08-28T11:26:01.462Z] 50644c29ef5a: Layer already exists [2020-08-28T11:26:01.462Z] 4c2bfdbf7fdd: Layer already exists [2020-08-28T11:26:01.462Z] 5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:01.761Z] + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:02.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [2020-08-28T11:26:02.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] [2020-08-28T11:26:02.063Z] 4c2bfdbf7fdd: Preparing [2020-08-28T11:26:02.063Z] bba457675010: Preparing [2020-08-28T11:26:02.063Z] 641d93fbabbb: Preparing [2020-08-28T11:26:02.063Z] 50644c29ef5a: Preparing [2020-08-28T11:26:02.063Z] bba457675010: Layer already exists [2020-08-28T11:26:02.063Z] 641d93fbabbb: Layer already exists [2020-08-28T11:26:02.063Z] 4c2bfdbf7fdd: Layer already exists [2020-08-28T11:26:02.063Z] 50644c29ef5a: Layer already exists [2020-08-28T11:26:02.063Z] master: digest: sha256:290bdc8cf35e7f0f892a0c0dd9f825eddddd19a101d34b1ae071e4c112a199fa size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-08-28T11:26:02.315Z] ===================================================== [Pipeline] echo [2020-08-28T11:26:02.360Z] taggedImages: [2020-08-28T11:26:02.360Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:26:02.360Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [2020-08-28T11:26:02.360Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.2 [2020-08-28T11:26:02.360Z] - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38-1.2.4-dev.2 [2020-08-28T11:26:02.360Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-08-28T11:26:04.040Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-08-28T11:26:04.041Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-08-28T11:26:04.115Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:04.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-28T11:26:04.491Z] [2020-08-28T11:26:04.491Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:04.842Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-28T11:26:04.842Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-08-28T11:26:04.842Z] cbdbe7a5bc2a: Pulling fs layer [2020-08-28T11:26:04.842Z] 408f87550127: Pulling fs layer [2020-08-28T11:26:04.842Z] fe522b08c979: Pulling fs layer [2020-08-28T11:26:04.842Z] 221eaa008020: Pulling fs layer [2020-08-28T11:26:04.842Z] 2a4607e5d6b9: Pulling fs layer [2020-08-28T11:26:04.842Z] 8f79b27c4fd2: Pulling fs layer [2020-08-28T11:26:04.842Z] e5c8dbe1645b: Pulling fs layer [2020-08-28T11:26:04.842Z] 23e8b3b47431: Pulling fs layer [2020-08-28T11:26:04.842Z] 5c568d65a230: Pulling fs layer [2020-08-28T11:26:04.842Z] 8f79b27c4fd2: Waiting [2020-08-28T11:26:04.842Z] e5c8dbe1645b: Waiting [2020-08-28T11:26:04.842Z] 23e8b3b47431: Waiting [2020-08-28T11:26:04.842Z] 5c568d65a230: Waiting [2020-08-28T11:26:04.842Z] 221eaa008020: Waiting [2020-08-28T11:26:04.842Z] 2a4607e5d6b9: Waiting [2020-08-28T11:26:04.842Z] fe522b08c979: Verifying Checksum [2020-08-28T11:26:04.842Z] fe522b08c979: Download complete [2020-08-28T11:26:04.842Z] 408f87550127: Verifying Checksum [2020-08-28T11:26:04.842Z] 408f87550127: Download complete [2020-08-28T11:26:04.842Z] 2a4607e5d6b9: Verifying Checksum [2020-08-28T11:26:04.842Z] 2a4607e5d6b9: Download complete [2020-08-28T11:26:04.842Z] 8f79b27c4fd2: Verifying Checksum [2020-08-28T11:26:04.842Z] 8f79b27c4fd2: Download complete [2020-08-28T11:26:04.842Z] cbdbe7a5bc2a: Download complete [2020-08-28T11:26:05.443Z] cbdbe7a5bc2a: Pull complete [2020-08-28T11:26:05.443Z] e5c8dbe1645b: Verifying Checksum [2020-08-28T11:26:05.443Z] e5c8dbe1645b: Download complete [2020-08-28T11:26:06.039Z] 23e8b3b47431: Verifying Checksum [2020-08-28T11:26:06.039Z] 23e8b3b47431: Download complete [2020-08-28T11:26:06.039Z] 408f87550127: Pull complete [2020-08-28T11:26:06.039Z] 5c568d65a230: Verifying Checksum [2020-08-28T11:26:06.039Z] 5c568d65a230: Download complete [2020-08-28T11:26:06.039Z] fe522b08c979: Pull complete [2020-08-28T11:26:06.615Z] 221eaa008020: Verifying Checksum [2020-08-28T11:26:06.615Z] 221eaa008020: Download complete [2020-08-28T11:26:11.931Z] 221eaa008020: Pull complete [2020-08-28T11:26:11.931Z] 2a4607e5d6b9: Pull complete [2020-08-28T11:26:11.931Z] 8f79b27c4fd2: Pull complete [2020-08-28T11:26:14.504Z] e5c8dbe1645b: Pull complete [2020-08-28T11:26:17.820Z] 23e8b3b47431: Pull complete [2020-08-28T11:26:19.210Z] 5c568d65a230: Pull complete [2020-08-28T11:26:19.210Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-08-28T11:26:19.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-08-28T11:26:19.210Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-08-28T11:26:19.391Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:26:19.446Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-08-28T11:26:20.435Z] $ docker top 0b56ebfad0cd135e6bb07c113e5af808d8c4d43486eb8612ceb6f34ae27c0908 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-28T11:26:20.934Z] + snyk monitor '--org=edgex-jenkins' [2020-08-28T11:26:33.392Z] [2020-08-28T11:26:33.392Z] Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... [2020-08-28T11:26:33.392Z] [2020-08-28T11:26:33.392Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/a754a352-7f87-4b30-89ce-be3556d5839c [2020-08-28T11:26:33.392Z] [2020-08-28T11:26:33.392Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-08-28T11:26:33.392Z] [2020-08-28T11:26:33.392Z] [2020-08-28T11:26:33.392Z] Snyk CLI supports Node.js 8 and higher. [2020-08-28T11:26:33.392Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-08-28T11:26:33.392Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-08-28T11:26:33.392Z] [2020-08-28T11:26:33.392Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-08-28T11:26:33.392Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-08-28T11:26:33.392Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-08-28T11:26:33.392Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-08-28T11:26:33.644Z] $ docker stop --time=1 0b56ebfad0cd135e6bb07c113e5af808d8c4d43486eb8612ceb6f34ae27c0908 [2020-08-28T11:26:35.884Z] $ docker rm -f 0b56ebfad0cd135e6bb07c113e5af808d8c4d43486eb8612ceb6f34ae27c0908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:37.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:26:37.115Z] [2020-08-28T11:26:37.115Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:37.468Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:26:37.468Z] latest: Pulling from edgex-devops/edgex-klar [2020-08-28T11:26:37.468Z] e7c96db7181b: Pulling fs layer [2020-08-28T11:26:37.468Z] 1868ca2cb446: Pulling fs layer [2020-08-28T11:26:37.468Z] 136be5d0fe8e: Pulling fs layer [2020-08-28T11:26:37.468Z] 894bfe63afcb: Pulling fs layer [2020-08-28T11:26:37.468Z] 894bfe63afcb: Waiting [2020-08-28T11:26:37.468Z] 1868ca2cb446: Verifying Checksum [2020-08-28T11:26:37.468Z] 1868ca2cb446: Download complete [2020-08-28T11:26:37.468Z] 136be5d0fe8e: Download complete [2020-08-28T11:26:37.468Z] e7c96db7181b: Verifying Checksum [2020-08-28T11:26:37.468Z] e7c96db7181b: Download complete [2020-08-28T11:26:37.468Z] 894bfe63afcb: Verifying Checksum [2020-08-28T11:26:37.468Z] 894bfe63afcb: Download complete [2020-08-28T11:26:37.729Z] e7c96db7181b: Pull complete [2020-08-28T11:26:37.992Z] 1868ca2cb446: Pull complete [2020-08-28T11:26:37.992Z] 136be5d0fe8e: Pull complete [2020-08-28T11:26:38.253Z] 894bfe63afcb: Pull complete [2020-08-28T11:26:38.253Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-08-28T11:26:38.253Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:26:38.253Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-08-28T11:26:38.351Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:26:38.406Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:26:39.119Z] $ docker top 06cb7542a9145d04f4189cf354ceff63c3c5fb51a483e9774943a37dfb32a721 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:26:39.659Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:26:39.659Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:26:44.017Z] $ docker stop --time=1 06cb7542a9145d04f4189cf354ceff63c3c5fb51a483e9774943a37dfb32a721 [2020-08-28T11:26:45.387Z] $ docker rm -f 06cb7542a9145d04f4189cf354ceff63c3c5fb51a483e9774943a37dfb32a721 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:45.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:26:45.864Z] . [Pipeline] withDockerContainer [2020-08-28T11:26:45.956Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:26:46.008Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:26:46.720Z] $ docker top f5ce0197d387b9849e23087693790c71035ce6004dcffd3af2363e32c690c45b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:26:47.296Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:26:47.296Z] + tee [2020-08-28T11:26:47.296Z] clair timeout 1m0s [2020-08-28T11:26:47.296Z] docker timeout: 1m0s [2020-08-28T11:26:47.296Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:26:47.988Z] $ docker stop --time=1 f5ce0197d387b9849e23087693790c71035ce6004dcffd3af2363e32c690c45b [2020-08-28T11:26:49.369Z] $ docker rm -f f5ce0197d387b9849e23087693790c71035ce6004dcffd3af2363e32c690c45b [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-28T11:26:49.829Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-08-28T11:26:49.843Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_5dbeb2ee12038eac02127f3d491aa26679cb3e38.html [Pipeline] writeFile [Pipeline] step [2020-08-28T11:26:49.897Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:50.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:26:50.252Z] . [Pipeline] withDockerContainer [2020-08-28T11:26:50.351Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:26:50.399Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:26:51.275Z] $ docker top cb6d25afac320cb29d0f58440e7a92032ad9839b1bb1b90bfbf3e8fc5cb9dcb1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:26:51.813Z] + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38 [2020-08-28T11:26:51.813Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:26:55.295Z] $ docker stop --time=1 cb6d25afac320cb29d0f58440e7a92032ad9839b1bb1b90bfbf3e8fc5cb9dcb1 [2020-08-28T11:26:56.667Z] $ docker rm -f cb6d25afac320cb29d0f58440e7a92032ad9839b1bb1b90bfbf3e8fc5cb9dcb1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:26:57.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-08-28T11:26:57.161Z] . [Pipeline] withDockerContainer [2020-08-28T11:26:57.263Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:26:57.364Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat [2020-08-28T11:26:58.343Z] $ docker top 8b0ca5f424866a7491e62cfe9406897f3d611cae91574097df6bbac07f63a5b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-08-28T11:26:59.022Z] + /klar+ nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5dbeb2ee12038eac02127f3d491aa26679cb3e38tee [2020-08-28T11:26:59.022Z] [2020-08-28T11:26:59.022Z] clair timeout 1m0s [2020-08-28T11:26:59.022Z] docker timeout: 1m0s [2020-08-28T11:26:59.022Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-08-28T11:26:59.711Z] $ docker stop --time=1 8b0ca5f424866a7491e62cfe9406897f3d611cae91574097df6bbac07f63a5b6 [2020-08-28T11:27:01.064Z] $ docker rm -f 8b0ca5f424866a7491e62cfe9406897f3d611cae91574097df6bbac07f63a5b6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-08-28T11:27:01.560Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo [2020-08-28T11:27:01.574Z] Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_5dbeb2ee12038eac02127f3d491aa26679cb3e38.html [Pipeline] writeFile [Pipeline] step [2020-08-28T11:27:01.634Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:27:02.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:27:02.611Z] . [Pipeline] withDockerContainer [2020-08-28T11:27:02.702Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:27:02.751Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:27:03.449Z] $ docker top a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:27:03.776Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:27:03.776Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:27:03.995Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:27:04.004Z] $ docker exec a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 ssh-agent [2020-08-28T11:27:04.167Z] SSH_AUTH_SOCK=/tmp/ssh-dEibHuJIYpIC/agent.12 [2020-08-28T11:27:04.167Z] SSH_AGENT_PID=17 [2020-08-28T11:27:04.175Z] Running ssh-add (command line suppressed) [2020-08-28T11:27:04.313Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5700575687796617168.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5700575687796617168.key) [2020-08-28T11:27:04.357Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:27:04.704Z] + git semver tag [2020-08-28T11:27:04.704Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:27:04.704Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-28T11:27:04.704Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-28T11:27:04.704Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:27:04.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:27:04.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:27:04.704Z] # $SEMVER_BRANCH = master [2020-08-28T11:27:04.704Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-08-28T11:27:04.704Z] # 5dbeb2ee12038eac02127f3d491aa26679cb3e38 HEAD [2020-08-28T11:27:04.704Z] # -> Force: false [2020-08-28T11:27:04.704Z] # c7cecb371385e874d71f608b611f214109eb03cb refs/tags/v1.2.4-dev.2 [Pipeline] } [2020-08-28T11:27:04.721Z] $ docker exec --env ******** --env ******** a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 ssh-agent -k [2020-08-28T11:27:04.839Z] unset SSH_AUTH_SOCK; [2020-08-28T11:27:04.840Z] unset SSH_AGENT_PID; [2020-08-28T11:27:04.840Z] echo Agent pid 17 killed; [2020-08-28T11:27:04.885Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:27:05.375Z] + git semver [Pipeline] } [2020-08-28T11:27:05.397Z] $ docker stop --time=1 a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 [2020-08-28T11:27:06.740Z] $ docker rm -f a7a73a1fdee9e9fb9b9ba8bdd31f1af4ee69af02524dac8ecdfd27b390727ed7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:27:07.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-28T11:27:07.343Z] [2020-08-28T11:27:07.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:27:07.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-28T11:27:07.684Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-08-28T11:27:07.684Z] ab5ef0e58194: Pulling fs layer [2020-08-28T11:27:07.684Z] 9712f1f96733: Pulling fs layer [2020-08-28T11:27:07.684Z] 63f879dbbcfc: Pulling fs layer [2020-08-28T11:27:07.684Z] 0d9ebad4ef96: Pulling fs layer [2020-08-28T11:27:07.684Z] e9a5061849ea: Pulling fs layer [2020-08-28T11:27:07.684Z] d747dcd14b5f: Pulling fs layer [2020-08-28T11:27:07.684Z] 2de7ff778b66: Pulling fs layer [2020-08-28T11:27:07.684Z] e9a5061849ea: Waiting [2020-08-28T11:27:07.684Z] d747dcd14b5f: Waiting [2020-08-28T11:27:07.684Z] 2de7ff778b66: Waiting [2020-08-28T11:27:07.684Z] 0d9ebad4ef96: Waiting [2020-08-28T11:27:07.684Z] 9712f1f96733: Verifying Checksum [2020-08-28T11:27:07.684Z] 9712f1f96733: Download complete [2020-08-28T11:27:08.262Z] 63f879dbbcfc: Verifying Checksum [2020-08-28T11:27:08.262Z] 63f879dbbcfc: Download complete [2020-08-28T11:27:08.529Z] e9a5061849ea: Verifying Checksum [2020-08-28T11:27:08.529Z] e9a5061849ea: Download complete [2020-08-28T11:27:08.529Z] d747dcd14b5f: Verifying Checksum [2020-08-28T11:27:08.529Z] d747dcd14b5f: Download complete [2020-08-28T11:27:08.791Z] ab5ef0e58194: Download complete [2020-08-28T11:27:08.791Z] 2de7ff778b66: Verifying Checksum [2020-08-28T11:27:08.791Z] 2de7ff778b66: Download complete [2020-08-28T11:27:08.791Z] 0d9ebad4ef96: Verifying Checksum [2020-08-28T11:27:08.791Z] 0d9ebad4ef96: Download complete [2020-08-28T11:27:13.018Z] ab5ef0e58194: Pull complete [2020-08-28T11:27:13.018Z] 9712f1f96733: Pull complete [2020-08-28T11:27:15.575Z] 63f879dbbcfc: Pull complete [2020-08-28T11:27:22.171Z] 0d9ebad4ef96: Pull complete [2020-08-28T11:27:22.171Z] e9a5061849ea: Pull complete [2020-08-28T11:27:22.171Z] d747dcd14b5f: Pull complete [2020-08-28T11:27:25.485Z] 2de7ff778b66: Pull complete [2020-08-28T11:27:25.485Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-08-28T11:27:25.485Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-08-28T11:27:25.485Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-08-28T11:27:25.723Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:27:25.775Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-08-28T11:27:28.895Z] $ docker top d87281ec734f2b908c5b38460410007e4984941d4726b9fbe9a5cf0736683d5f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-08-28T11:27:29.222Z] provisioning config files... [2020-08-28T11:27:29.236Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1205022383128956911tmp [2020-08-28T11:27:29.255Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6909842835992291928tmp [2020-08-28T11:27:29.269Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2871516975527337316tmp [Pipeline] { [Pipeline] echo [2020-08-28T11:27:29.328Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:27:29.623Z] ---> sigul-configuration.sh [2020-08-28T11:27:29.623Z] gpg: directory `/root/.gnupg' created [2020-08-28T11:27:29.623Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-08-28T11:27:29.623Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-08-28T11:27:29.623Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-08-28T11:27:29.623Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-08-28T11:27:29.623Z] gpg: CAST5 encrypted data [2020-08-28T11:27:29.884Z] gpg: encrypted with 1 passphrase [2020-08-28T11:27:29.884Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-08-28T11:27:30.178Z] + mkdir /home/jenkins [2020-08-28T11:27:30.178Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-08-28T11:27:30.472Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo [2020-08-28T11:27:30.483Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:27:30.780Z] ---> sigul-install.sh [2020-08-28T11:27:36.075Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-08-28T11:27:36.370Z] + git tag --list [2020-08-28T11:27:36.371Z] v1.2.4-dev.2 [Pipeline] sh [2020-08-28T11:27:36.665Z] + lftools sign git-tag v1.2.4-dev.2 [2020-08-28T11:27:38.050Z] Signing Git tag with Sigul... [2020-08-28T11:27:38.050Z] Signing v1.2.4-dev.2 [2020-08-28T11:27:38.622Z] Error: Authentication failed [Pipeline] echo [2020-08-28T11:27:38.631Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:27:38.924Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-08-28T11:27:38.932Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-08-28T11:27:39.029Z] $ docker stop --time=1 d87281ec734f2b908c5b38460410007e4984941d4726b9fbe9a5cf0736683d5f [2020-08-28T11:27:41.066Z] $ docker rm -f d87281ec734f2b908c5b38460410007e4984941d4726b9fbe9a5cf0736683d5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:27:41.806Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:27:41.806Z] . [Pipeline] withDockerContainer [2020-08-28T11:27:41.906Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:27:41.956Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:27:42.581Z] $ docker top 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:27:42.858Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:27:42.858Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:27:43.063Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:27:43.072Z] $ docker exec 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a ssh-agent [2020-08-28T11:27:43.231Z] SSH_AUTH_SOCK=/tmp/ssh-451Aspn25ien/agent.11 [2020-08-28T11:27:43.231Z] SSH_AGENT_PID=17 [2020-08-28T11:27:43.238Z] Running ssh-add (command line suppressed) [2020-08-28T11:27:43.373Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_1811795681846089975.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_1811795681846089975.key) [2020-08-28T11:27:43.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:27:43.750Z] + git semver bump pre [2020-08-28T11:27:43.750Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:27:43.750Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-28T11:27:43.750Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-28T11:27:43.750Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:27:43.750Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:27:43.750Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:27:43.750Z] # $SEMVER_BRANCH = master [2020-08-28T11:27:43.750Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [2020-08-28T11:27:43.750Z] 1.2.4-dev.3 [Pipeline] } [2020-08-28T11:27:43.768Z] $ docker exec --env ******** --env ******** 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a ssh-agent -k [2020-08-28T11:27:43.925Z] unset SSH_AUTH_SOCK; [2020-08-28T11:27:43.925Z] unset SSH_AGENT_PID; [2020-08-28T11:27:43.925Z] echo Agent pid 17 killed; [2020-08-28T11:27:43.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:27:44.525Z] + git semver [Pipeline] } [2020-08-28T11:27:44.547Z] $ docker stop --time=1 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a [2020-08-28T11:27:45.882Z] $ docker rm -f 728ba6f129cb02e2a2a9c80fd785e3e56c14b9f6eec61ec116f422fa3d9b575a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:27:46.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-28T11:27:46.382Z] . [Pipeline] withDockerContainer [2020-08-28T11:27:46.481Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:27:46.531Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-28T11:27:47.191Z] $ docker top e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-28T11:27:47.532Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-28T11:27:47.532Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-28T11:27:47.724Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-28T11:27:47.734Z] $ docker exec e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 ssh-agent [2020-08-28T11:27:47.909Z] SSH_AUTH_SOCK=/tmp/ssh-1iJtBRdIU7qw/agent.11 [2020-08-28T11:27:47.909Z] SSH_AGENT_PID=16 [2020-08-28T11:27:47.915Z] Running ssh-add (command line suppressed) [2020-08-28T11:27:48.048Z] Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_6689588405105660242.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_6689588405105660242.key) [2020-08-28T11:27:48.096Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-28T11:27:48.426Z] + git semver push [2020-08-28T11:27:48.426Z] # -> Open(): unable to determine branch for HEAD [2020-08-28T11:27:48.426Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git [2020-08-28T11:27:48.426Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master [2020-08-28T11:27:48.426Z] # $SEMVER_REMOTE_NAME = origin [2020-08-28T11:27:48.426Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-28T11:27:48.426Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-28T11:27:48.426Z] # $SEMVER_BRANCH = master [2020-08-28T11:27:48.426Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } [2020-08-28T11:27:55.032Z] $ docker exec --env ******** --env ******** e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 ssh-agent -k [2020-08-28T11:27:55.175Z] unset SSH_AUTH_SOCK; [2020-08-28T11:27:55.175Z] unset SSH_AGENT_PID; [2020-08-28T11:27:55.175Z] echo Agent pid 16 killed; [2020-08-28T11:27:55.241Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-28T11:27:55.691Z] + git semver [Pipeline] } [2020-08-28T11:27:55.713Z] $ docker stop --time=1 e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 [2020-08-28T11:27:57.111Z] $ docker rm -f e2ba3b739fab6b241b362bbe11b0aa76fcff10ad304bfd12345fb974c7218363 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:27:59.823Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:28:00.403Z] ---> package-listing.sh [2020-08-28T11:28:00.403Z] ++ facter osfamily [2020-08-28T11:28:00.403Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-28T11:28:00.403Z] + OS_FAMILY=redhat [2020-08-28T11:28:00.403Z] + workspace=/w/workspace/foundry_device-virtual-go_master [2020-08-28T11:28:00.403Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-28T11:28:00.403Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-28T11:28:00.403Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-28T11:28:00.403Z] + PACKAGES=/tmp/packages_start.txt [2020-08-28T11:28:00.403Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-08-28T11:28:00.403Z] + PACKAGES=/tmp/packages_end.txt [2020-08-28T11:28:00.403Z] + case "${OS_FAMILY}" in [2020-08-28T11:28:00.403Z] + rpm -qa [2020-08-28T11:28:00.403Z] + sort [2020-08-28T11:28:04.625Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-28T11:28:04.625Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-28T11:28:04.625Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-28T11:28:04.625Z] + '[' /w/workspace/foundry_device-virtual-go_master ']' [2020-08-28T11:28:04.625Z] + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ [2020-08-28T11:28:04.625Z] + 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-08-28T11:28:05.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-28T11:28:05.006Z] [2020-08-28T11:28:05.006Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-28T11:28:05.353Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-28T11:28:05.353Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-28T11:28:05.353Z] c9b1b535fdd9: Pulling fs layer [2020-08-28T11:28:05.353Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-28T11:28:05.353Z] 756a868c4378: Pulling fs layer [2020-08-28T11:28:05.353Z] 444b2fc9a129: Pulling fs layer [2020-08-28T11:28:05.353Z] ea15f1150254: Pulling fs layer [2020-08-28T11:28:05.353Z] 41b27a9f41bf: Pulling fs layer [2020-08-28T11:28:05.353Z] 28c525ee5125: Pulling fs layer [2020-08-28T11:28:05.353Z] 094b1ea09ed8: Pulling fs layer [2020-08-28T11:28:05.353Z] 138eaada9080: Pulling fs layer [2020-08-28T11:28:05.354Z] 0622d0fa9048: Pulling fs layer [2020-08-28T11:28:05.354Z] 444b2fc9a129: Waiting [2020-08-28T11:28:05.354Z] 41b27a9f41bf: Waiting [2020-08-28T11:28:05.354Z] 138eaada9080: Waiting [2020-08-28T11:28:05.354Z] 0622d0fa9048: Waiting [2020-08-28T11:28:05.354Z] 094b1ea09ed8: Waiting [2020-08-28T11:28:05.354Z] ea15f1150254: Waiting [2020-08-28T11:28:05.354Z] 28c525ee5125: Waiting [2020-08-28T11:28:05.354Z] 2cc5ad85d9ab: Download complete [2020-08-28T11:28:05.354Z] 444b2fc9a129: Verifying Checksum [2020-08-28T11:28:05.354Z] 444b2fc9a129: Download complete [2020-08-28T11:28:05.354Z] c9b1b535fdd9: Verifying Checksum [2020-08-28T11:28:05.354Z] c9b1b535fdd9: Download complete [2020-08-28T11:28:05.354Z] ea15f1150254: Verifying Checksum [2020-08-28T11:28:05.354Z] ea15f1150254: Download complete [2020-08-28T11:28:05.625Z] 28c525ee5125: Verifying Checksum [2020-08-28T11:28:05.625Z] 28c525ee5125: Download complete [2020-08-28T11:28:05.625Z] c9b1b535fdd9: Pull complete [2020-08-28T11:28:05.898Z] 756a868c4378: Verifying Checksum [2020-08-28T11:28:05.898Z] 756a868c4378: Download complete [2020-08-28T11:28:05.898Z] 138eaada9080: Verifying Checksum [2020-08-28T11:28:05.898Z] 138eaada9080: Download complete [2020-08-28T11:28:05.898Z] 0622d0fa9048: Verifying Checksum [2020-08-28T11:28:05.898Z] 0622d0fa9048: Download complete [2020-08-28T11:28:06.164Z] 094b1ea09ed8: Verifying Checksum [2020-08-28T11:28:06.164Z] 094b1ea09ed8: Download complete [2020-08-28T11:28:06.425Z] 41b27a9f41bf: Verifying Checksum [2020-08-28T11:28:06.425Z] 41b27a9f41bf: Download complete [2020-08-28T11:28:06.687Z] 2cc5ad85d9ab: Pull complete [2020-08-28T11:28:09.233Z] 756a868c4378: Pull complete [2020-08-28T11:28:09.496Z] 444b2fc9a129: Pull complete [2020-08-28T11:28:09.757Z] ea15f1150254: Pull complete [2020-08-28T11:28:13.091Z] 41b27a9f41bf: Pull complete [2020-08-28T11:28:13.355Z] 28c525ee5125: Pull complete [2020-08-28T11:28:15.927Z] 094b1ea09ed8: Pull complete [2020-08-28T11:28:15.927Z] 138eaada9080: Pull complete [2020-08-28T11:28:15.927Z] 0622d0fa9048: Pull complete [2020-08-28T11:28:15.927Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-28T11:28:15.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-28T11:28:15.927Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-28T11:28:16.076Z] prd-centos7-docker-4c-2g-584 does not seem to be running inside a container [2020-08-28T11:28:16.128Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-28T11:28:19.588Z] $ docker top 3b382ea219540a4e959fcf898672b0c2c0833af899136c7dc44c5635734bbf5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-28T11:28:19.817Z] provisioning config files... [2020-08-28T11:28:19.834Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8691331823695794301tmp [Pipeline] { [Pipeline] echo [2020-08-28T11:28:19.908Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:28:20.202Z] ---> create-netrc.sh [Pipeline] echo [2020-08-28T11:28:20.212Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-28T11:28:20.509Z] ---> logs-deploy.sh [2020-08-28T11:28:20.509Z] + ARCHIVE_ARTIFACTS= [2020-08-28T11:28:20.509Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-28T11:28:20.509Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-28T11:28:20.509Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-28T11:28:20.509Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/22 [2020-08-28T11:28:20.509Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/22/ [2020-08-28T11:28:20.509Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/22 /w/workspace/foundry_device-virtual-go_master [2020-08-28T11:28:21.898Z] Archives upload complete. [2020-08-28T11:28:21.898Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/22 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/22/ [2020-08-28T11:28:22.471Z] ---> uname -a: [2020-08-28T11:28:22.471Z] Linux 3b382ea21954 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] ---> lscpu: [2020-08-28T11:28:22.471Z] Architecture: x86_64 [2020-08-28T11:28:22.471Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-28T11:28:22.471Z] Byte Order: Little Endian [2020-08-28T11:28:22.471Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-28T11:28:22.471Z] CPU(s): 4 [2020-08-28T11:28:22.471Z] On-line CPU(s) list: 0-3 [2020-08-28T11:28:22.471Z] Thread(s) per core: 1 [2020-08-28T11:28:22.471Z] Core(s) per socket: 1 [2020-08-28T11:28:22.471Z] Socket(s): 4 [2020-08-28T11:28:22.471Z] NUMA node(s): 1 [2020-08-28T11:28:22.471Z] Vendor ID: GenuineIntel [2020-08-28T11:28:22.471Z] CPU family: 6 [2020-08-28T11:28:22.471Z] Model: 44 [2020-08-28T11:28:22.471Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-28T11:28:22.471Z] Stepping: 1 [2020-08-28T11:28:22.471Z] CPU MHz: 2933.438 [2020-08-28T11:28:22.471Z] BogoMIPS: 5866.87 [2020-08-28T11:28:22.471Z] Virtualization: VT-x [2020-08-28T11:28:22.471Z] Hypervisor vendor: KVM [2020-08-28T11:28:22.471Z] Virtualization type: full [2020-08-28T11:28:22.471Z] L1d cache: 128 KiB [2020-08-28T11:28:22.471Z] L1i cache: 128 KiB [2020-08-28T11:28:22.471Z] L2 cache: 16 MiB [2020-08-28T11:28:22.471Z] L3 cache: 64 MiB [2020-08-28T11:28:22.471Z] NUMA node0 CPU(s): 0-3 [2020-08-28T11:28:22.471Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-28T11:28:22.471Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-28T11:28:22.471Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-28T11:28:22.471Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-28T11:28:22.471Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-28T11:28:22.471Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-28T11:28:22.471Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-28T11:28:22.471Z] Vulnerability Tsx async abort: Not affected [2020-08-28T11:28:22.471Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] ---> nproc: [2020-08-28T11:28:22.471Z] 4 [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] ---> df -h: [2020-08-28T11:28:22.471Z] Filesystem Size Used Available Use% Mounted on [2020-08-28T11:28:22.471Z] overlay 50.0G 8.5G 41.5G 17% / [2020-08-28T11:28:22.471Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-28T11:28:22.471Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-28T11:28:22.471Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-28T11:28:22.471Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-08-28T11:28:22.471Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-08-28T11:28:22.471Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-08-28T11:28:22.471Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa [2020-08-28T11:28:22.471Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master [2020-08-28T11:28:22.471Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master@tmp [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] ---> free -m: [2020-08-28T11:28:22.471Z] total used free shared buff/cache available [2020-08-28T11:28:22.471Z] Mem: 1837 780 121 0 935 987 [2020-08-28T11:28:22.471Z] Swap: 1023 3 1020 [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z] ---> ip addr: [2020-08-28T11:28:22.471Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-28T11:28:22.471Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-28T11:28:22.471Z] inet 127.0.0.1/8 scope host lo [2020-08-28T11:28:22.471Z] valid_lft forever preferred_lft forever [2020-08-28T11:28:22.471Z] 24: eth0@if25: mtu 1458 qdisc noqueue state UP [2020-08-28T11:28:22.471Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-28T11:28:22.471Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-28T11:28:22.471Z] valid_lft forever preferred_lft forever [2020-08-28T11:28:22.471Z] [2020-08-28T11:28:22.471Z]