Started by user Bill Mahoney Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 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 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-516 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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > 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 Checking out Revision d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 Commit message: "Merge pull request #121 from FelixTing/issue-119" > git rev-list --no-walk d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:43:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:43:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:43:33 ========================================================= 20:43:33 EdgeX Global Pipelines Version Info 20:43:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:43:36 ------------------- 20:43:36 stable info: 20:43:36 ------------------- 20:43:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:43:36 Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 20:43:36 Message: update stable to v1.0.106 20:43:36 ------------------- 20:43:36 experimental info: 20:43:36 ------------------- 20:43:36 Commited By: **** collab-it+edgex@linuxfoundation.org 20:43:36 Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b 20:43:36 Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:43:39 + git log --format=format:%s -1 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 [Pipeline] echo 20:43:39 GIT_COMMIT: d9b83bd88a573ae11fcf404e5819c6bf4fe22e20, Commit Message: Merge pull request #121 from FelixTing/issue-119 [Pipeline] echo 20:43:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:43:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:43:40 20:43:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:43:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:43:41 latest: Pulling from edgex-devops/git-semver 20:43:41 31603596830f: Pulling fs layer 20:43:41 2a8b12db71e7: Pulling fs layer 20:43:41 6ca5941a6612: Pulling fs layer 20:43:41 ecc8261a40a4: Pulling fs layer 20:43:41 ecc8261a40a4: Waiting 20:43:41 2a8b12db71e7: Verifying Checksum 20:43:41 2a8b12db71e7: Download complete 20:43:41 31603596830f: Verifying Checksum 20:43:41 31603596830f: Download complete 20:43:41 ecc8261a40a4: Verifying Checksum 20:43:41 ecc8261a40a4: Download complete 20:43:41 6ca5941a6612: Verifying Checksum 20:43:41 6ca5941a6612: Download complete 20:43:41 31603596830f: Pull complete 20:43:42 2a8b12db71e7: Pull complete 20:43:43 6ca5941a6612: Pull complete 20:43:44 ecc8261a40a4: Pull complete 20:43:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:43:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:43:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:43:44 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:43:44 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:43:47 $ docker top 7b65aec622c3bedfd00e005bae9b92d225914518f56c9a3db72631256ca70fe1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:43:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:43:48 [ssh-agent] Looking for ssh-agent implementation... 20:43:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:43:48 $ docker exec 7b65aec622c3bedfd00e005bae9b92d225914518f56c9a3db72631256ca70fe1 ssh-agent 20:43:48 SSH_AUTH_SOCK=/tmp/ssh-yOajTEuSMKQp/agent.12 20:43:48 SSH_AGENT_PID=17 20:43:49 Running ssh-add (command line suppressed) 20:43:49 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8694499283726387002.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8694499283726387002.key) 20:43:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:43:49 + git describe --exact-match --tags HEAD 20:43:49 fatal: No names found, cannot describe anything. [Pipeline] } 20:43:49 $ docker exec --env ******** --env ******** 7b65aec622c3bedfd00e005bae9b92d225914518f56c9a3db72631256ca70fe1 ssh-agent -k 20:43:50 unset SSH_AUTH_SOCK; 20:43:50 unset SSH_AGENT_PID; 20:43:50 echo Agent pid 17 killed; 20:43:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:43:50 [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:43:50 This usually means this commit has not been tagged. [Pipeline] sshagent 20:43:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:43:50 [ssh-agent] Looking for ssh-agent implementation... 20:43:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:43:51 $ docker exec 7b65aec622c3bedfd00e005bae9b92d225914518f56c9a3db72631256ca70fe1 ssh-agent 20:43:51 SSH_AUTH_SOCK=/tmp/ssh-gkzjnAEZoCfp/agent.45 20:43:51 SSH_AGENT_PID=50 20:43:51 Running ssh-add (command line suppressed) 20:43:51 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8181352483083286180.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8181352483083286180.key) 20:43:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:43:52 + git semver init 20:43:52 # -> Open(): unable to determine branch for HEAD 20:43:52 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:43:52 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:43:52 # $SEMVER_REMOTE_NAME = origin 20:43:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:43:52 # $SEMVER_USER_NAME = edgex-jenkins 20:43:52 # $SEMVER_BRANCH = master 20:43:52 # $SEMVER_TEMP = /tmp/semver-596877131 20:43:52 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 20:43:53 # '/tmp/semver-596877131' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 20:43:53 # -> Force: false 20:43:53 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 20:43:53 $ docker exec --env ******** --env ******** 7b65aec622c3bedfd00e005bae9b92d225914518f56c9a3db72631256ca70fe1 ssh-agent -k 20:43:53 unset SSH_AUTH_SOCK; 20:43:53 unset SSH_AGENT_PID; 20:43:53 echo Agent pid 50 killed; 20:43:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:43:53 + git semver [Pipeline] } 20:43:54 $ docker stop --time=1 7b65aec622c3bedfd00e005bae9b92d225914518f56c9a3db72631256ca70fe1 20:43:55 $ docker rm -f 7b65aec622c3bedfd00e005bae9b92d225914518f56c9a3db72631256ca70fe1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:43:57 Stashed 18 file(s) [Pipeline] echo 20:43:57 [edgeXSemver] initialized semver on version 1.2.3 [Pipeline] echo 20:43:57 Archived original version: [1.2.3] [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 20:44:13 Still waiting to schedule task 20:44:13 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:44:13 Still waiting to schedule task 20:44:13 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-513’ 20:47:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-526 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 20:47:13 Running in /w/workspace/device-virtual-go/20 [Pipeline] { [Pipeline] checkout 20:47:18 using credential edgex-jenkins-ssh 20:47:18 Cloning the remote Git repository 20:47:18 Cloning with configured refspecs honoured and without tags 20:47:18 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 20:47:18 > git init /w/workspace/device-virtual-go/20 # timeout=10 20:47:18 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:47:18 > git --version # timeout=10 20:47:18 using GIT_SSH to set credentials SSH Credentials for GitHub 20:47:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:47:19 Fetching without tags 20:47:20 Checking out Revision d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 (master) 20:47:19 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:47:19 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:47:19 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:47:19 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:47:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:47:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:47:20 > git config core.sparsecheckout # timeout=10 20:47:20 > git checkout -f d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 20:47:24 Commit message: "Merge pull request #121 from FelixTing/issue-119" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:47:25 ========================================================= 20:47:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 20:47:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:47:27 + 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 . 20:47:28 Sending build context to Docker daemon 527.9kB 20:47:28 Step 1/8 : ARG BASE=golang:1.13-alpine 20:47:28 Step 2/8 : FROM ${BASE} 20:47:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:47:28 b538f80385f9: Pulling fs layer 20:47:28 74f711af9a0d: Pulling fs layer 20:47:28 99f96fe45779: Pulling fs layer 20:47:28 fd7a069fd194: Pulling fs layer 20:47:28 66aa3694b03b: Pulling fs layer 20:47:28 170f70906a0f: Pulling fs layer 20:47:28 ad7c5574e4b9: Pulling fs layer 20:47:28 e772456be8f7: Pulling fs layer 20:47:28 c890913d741a: Pulling fs layer 20:47:28 2480fcc9aa5a: Pulling fs layer 20:47:28 09adf4765672: Pulling fs layer 20:47:28 66aa3694b03b: Waiting 20:47:28 170f70906a0f: Waiting 20:47:28 ad7c5574e4b9: Waiting 20:47:28 e772456be8f7: Waiting 20:47:28 c890913d741a: Waiting 20:47:28 2480fcc9aa5a: Waiting 20:47:28 09adf4765672: Waiting 20:47:28 fd7a069fd194: Waiting 20:47:28 99f96fe45779: Verifying Checksum 20:47:28 99f96fe45779: Download complete 20:47:28 74f711af9a0d: Verifying Checksum 20:47:28 74f711af9a0d: Download complete 20:47:28 66aa3694b03b: Verifying Checksum 20:47:28 66aa3694b03b: Download complete 20:47:28 170f70906a0f: Verifying Checksum 20:47:28 170f70906a0f: Download complete 20:47:28 b538f80385f9: Download complete 20:47:29 b538f80385f9: Pull complete 20:47:30 74f711af9a0d: Pull complete 20:47:30 99f96fe45779: Pull complete 20:47:32 ad7c5574e4b9: Verifying Checksum 20:47:32 ad7c5574e4b9: Download complete 20:47:32 c890913d741a: Verifying Checksum 20:47:32 c890913d741a: Download complete 20:47:33 e772456be8f7: Verifying Checksum 20:47:33 e772456be8f7: Download complete 20:47:33 09adf4765672: Verifying Checksum 20:47:33 09adf4765672: Download complete 20:47:34 2480fcc9aa5a: Verifying Checksum 20:47:34 2480fcc9aa5a: Download complete 20:47:34 fd7a069fd194: Verifying Checksum 20:47:34 fd7a069fd194: Download complete 20:47:44 fd7a069fd194: Pull complete 20:47:44 66aa3694b03b: Pull complete 20:47:45 170f70906a0f: Pull complete 20:47:48 ad7c5574e4b9: Pull complete 20:47:53 e772456be8f7: Pull complete 20:47:53 c890913d741a: Pull complete 20:47:56 2480fcc9aa5a: Pull complete 20:47:56 09adf4765672: Pull complete 20:47:56 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 20:47:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 20:47:56 ---> 2248a725d1cf 20:47:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:48:01 ---> Running in f1c903267578 20:48:01 Removing intermediate container f1c903267578 20:48:01 ---> b7cb476eb121 20:48:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:01 ---> Running in 0465552fe7db 20:48:04 Removing intermediate container 0465552fe7db 20:48:04 ---> ac19859874fe 20:48:04 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:48:04 ---> Running in 42821ffdbf2c 20:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:07 (1/14) Installing libmagic (5.38-r0) 20:48:07 (2/14) Installing file (5.38-r0) 20:48:07 (3/14) Installing libc-dev (0.7.2-r3) 20:48:07 (4/14) Installing g++ (9.3.0-r2) 20:48:13 (5/14) Installing fortify-headers (1.1-r0) 20:48:13 (6/14) Installing patch (2.7.6-r6) 20:48:13 (7/14) Installing build-base (0.5-r2) 20:48:13 (8/14) Installing openssh-keygen (8.3_p1-r0) 20:48:13 (9/14) Installing libedit (20191231.3.1-r0) 20:48:13 (10/14) Installing openssh-client (8.3_p1-r0) 20:48:14 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 20:48:14 (12/14) Installing openssh-server-common (8.3_p1-r0) 20:48:14 (13/14) Installing openssh-server (8.3_p1-r0) 20:48:14 (14/14) Installing openssh (8.3_p1-r0) 20:48:14 Executing busybox-1.31.1-r16.trigger 20:48:14 OK: 221 MiB in 53 packages 20:48:19 Removing intermediate container 42821ffdbf2c 20:48:19 ---> 79763940cb8d 20:48:19 Step 6/8 : WORKDIR /device-virtual-go 20:48:19 ---> Running in 6e8be74c790c 20:48:19 Removing intermediate container 6e8be74c790c 20:48:19 ---> b26f7019d1a7 20:48:19 Step 7/8 : COPY . . 20:48:20 ---> 64a2000b8717 20:48:20 Step 8/8 : RUN go mod download 20:48:20 ---> Running in fa58968bb0a5 20:48:24 go: finding github.com/BurntSushi/toml v0.3.1 20:48:24 go: finding github.com/OneOfOne/xxhash v1.2.6 20:48:24 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:48:24 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:48:24 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:48:24 go: finding github.com/bgentry/speakeasy v0.1.0 20:48:24 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:48:24 go: finding github.com/davecgh/go-spew v1.1.1 20:48:24 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:48:24 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:48:24 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:48:24 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:48:24 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:48:24 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:48:24 go: finding github.com/edsrzf/mmap-go v1.0.0 20:48:24 go: finding github.com/fatih/color v1.7.0 20:48:24 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:48:24 go: finding github.com/go-kit/kit v0.8.0 20:48:24 go: finding github.com/go-logfmt/logfmt v0.4.0 20:48:24 go: finding github.com/go-stack/stack v1.8.0 20:48:24 go: finding github.com/golang/snappy v0.0.1 20:48:24 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:48:24 go: finding github.com/google/uuid v1.1.0 20:48:24 go: finding github.com/gorilla/mux v1.7.1 20:48:24 go: finding github.com/hashicorp/consul/api v1.1.0 20:48:25 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:48:25 go: finding github.com/hashicorp/errwrap v1.0.0 20:48:25 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:48:25 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:48:25 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:48:25 go: finding github.com/hashicorp/go-multierror v1.0.0 20:48:25 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:48:25 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:48:25 go: finding github.com/hashicorp/go-syslog v1.0.0 20:48:25 go: finding github.com/hashicorp/go-uuid v1.0.1 20:48:25 go: finding github.com/hashicorp/go.net v0.0.1 20:48:25 go: finding github.com/hashicorp/golang-lru v0.5.0 20:48:25 go: finding github.com/hashicorp/logutils v1.0.0 20:48:25 go: finding github.com/hashicorp/mdns v1.0.0 20:48:25 go: finding github.com/hashicorp/memberlist v0.1.3 20:48:25 go: finding github.com/hashicorp/serf v0.8.2 20:48:25 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:48:25 go: finding github.com/mattn/go-colorable v0.0.9 20:48:25 go: finding github.com/mattn/go-isatty v0.0.3 20:48:25 go: finding github.com/miekg/dns v1.0.14 20:48:26 go: finding github.com/mitchellh/cli v1.0.0 20:48:26 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:48:26 go: finding github.com/mitchellh/copystructure v1.0.0 20:48:26 go: finding github.com/mitchellh/go-homedir v1.0.0 20:48:26 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:48:26 go: finding github.com/mitchellh/gox v0.4.0 20:48:26 go: finding github.com/mitchellh/iochan v1.0.0 20:48:26 go: finding github.com/mitchellh/mapstructure v1.1.2 20:48:26 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:48:26 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:48:26 go: finding github.com/pelletier/go-toml v1.2.0 20:48:26 go: finding github.com/pkg/errors v0.8.1 20:48:26 go: finding github.com/pmezard/go-difflib v1.0.0 20:48:26 go: finding github.com/posener/complete v1.1.1 20:48:26 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 20:48:26 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:48:26 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:48:26 go: finding github.com/stretchr/objx v0.1.0 20:48:26 go: finding github.com/stretchr/testify v1.5.1 20:48:26 go: finding github.com/ugorji/go v1.1.4 20:48:26 go: finding github.com/x448/float16 v0.8.4 20:48:26 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:48:26 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 20:48:26 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:48:26 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 20:48:26 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 20:48:27 go: finding gopkg.in/yaml.v2 v2.2.8 20:48:27 go: finding modernc.org/b v1.0.0 20:48:27 go: finding modernc.org/db v1.0.0 20:48:27 go: finding modernc.org/file v1.0.0 20:48:27 go: finding modernc.org/fileutil v1.0.0 20:48:27 go: finding modernc.org/golex v1.0.0 20:48:27 go: finding modernc.org/internal v1.0.0 20:48:27 go: finding modernc.org/lldb v1.0.0 20:48:27 go: finding modernc.org/mathutil v1.0.0 20:48:27 go: finding modernc.org/ql v1.0.0 20:48:27 go: finding modernc.org/sortutil v1.0.0 20:48:27 go: finding modernc.org/strutil v1.0.0 20:48:27 go: finding modernc.org/zappy v1.0.0 20:48:37 Removing intermediate container fa58968bb0a5 20:48:37 ---> cbc92948b0e9 20:48:37 Successfully built cbc92948b0e9 20:48:37 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 20:48:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:48:39 + ls -al . 20:48:39 total 88 20:48:39 drwxrwxr-x 8 jenkins jenkins 4096 Aug 19 20:47 . 20:48:39 drwxrwxr-x 4 jenkins jenkins 4096 Aug 19 20:47 .. 20:48:39 drwxrwxr-x 8 jenkins jenkins 4096 Aug 19 20:47 .git 20:48:39 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:47 .github 20:48:39 -rw-rw-r-- 1 jenkins jenkins 258 Aug 19 20:47 .gitignore 20:48:39 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:47 .semver 20:48:39 -rw-rw-r-- 1 jenkins jenkins 6432 Aug 19 20:47 Attribution.txt 20:48:39 -rw-rw-r-- 1 jenkins jenkins 1826 Aug 19 20:47 Dockerfile 20:48:39 -rw-rw-r-- 1 jenkins jenkins 957 Aug 19 20:47 Dockerfile.build 20:48:39 -rw-rw-r-- 1 jenkins jenkins 683 Aug 19 20:47 Jenkinsfile 20:48:39 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 19 20:47 LICENSE 20:48:39 -rw-rw-r-- 1 jenkins jenkins 873 Aug 19 20:47 Makefile 20:48:39 -rw-rw-r-- 1 jenkins jenkins 3620 Aug 19 20:47 README.md 20:48:39 -rw-rw-r-- 1 jenkins jenkins 5 Aug 19 20:43 VERSION 20:48:39 drwxrwxr-x 2 jenkins jenkins 4096 Aug 19 20:47 bin 20:48:39 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:47 cmd 20:48:39 -rw-rw-r-- 1 jenkins jenkins 855 Aug 19 20:47 go.mod 20:48:39 drwxrwxr-x 3 jenkins jenkins 4096 Aug 19 20:47 internal 20:48:39 -rw-rw-r-- 1 jenkins jenkins 235 Aug 19 20:47 version.go [Pipeline] isUnix [Pipeline] sh 20:48:39 + 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=d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 --label arch=arm64 --label version=1.2.3 . 20:48:40 Sending build context to Docker daemon 527.9kB 20:48:40 Step 1/21 : ARG BASE=golang:1.13-alpine 20:48:40 Step 2/21 : FROM ${BASE} AS builder 20:48:40 ---> cbc92948b0e9 20:48:40 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:48:40 ---> Running in d35e8286e2a7 20:48:40 Removing intermediate container d35e8286e2a7 20:48:40 ---> e4baa8678ff0 20:48:40 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 20:48:40 ---> Running in ed1c8cd2ff57 20:48:41 Removing intermediate container ed1c8cd2ff57 20:48:41 ---> 34454fe6143c 20:48:41 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 20:48:41 ---> Running in a2366d556f33 20:48:42 Removing intermediate container a2366d556f33 20:48:42 ---> 03ae61efb314 20:48:42 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:42 ---> Running in ab7c4291d9c8 20:48:44 Removing intermediate container ab7c4291d9c8 20:48:44 ---> 697a02d3036f 20:48:44 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:48:45 ---> Running in 1da2396625d0 20:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:48:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:48:47 OK: 221 MiB in 53 packages 20:48:48 Removing intermediate container 1da2396625d0 20:48:48 ---> 17e34a3cc751 20:48:48 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 20:48:48 ---> Running in 7319ec9076bb 20:48:49 Removing intermediate container 7319ec9076bb 20:48:49 ---> ef06a8805474 20:48:49 Step 9/21 : COPY . . 20:48:50 ---> c74cf036f608 20:48:50 Step 10/21 : ARG MAKE='make build' 20:48:50 ---> Running in 821d2c917eff 20:48:51 Removing intermediate container 821d2c917eff 20:48:51 ---> 716969087706 20:48:51 Step 11/21 : RUN $MAKE 20:48:51 ---> Running in 9cb050301d4f 20:48:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.3" -o cmd/device-virtual ./cmd 20:49:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:49:35 Removing intermediate container 9cb050301d4f 20:49:35 ---> 43fecdfdce5c 20:49:35 Step 12/21 : FROM alpine 20:49:35 latest: Pulling from library/alpine 20:49:35 b538f80385f9: Already exists 20:49:35 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:49:35 Status: Downloaded newer image for alpine:latest 20:49:35 ---> 62ee0e9f8440 20:49:35 Step 13/21 : ENV APP_PORT=49990 20:49:35 ---> Running in af07067dd7d2 20:49:35 Removing intermediate container af07067dd7d2 20:49:35 ---> 062386c96741 20:49:35 Step 14/21 : EXPOSE $APP_PORT 20:49:35 ---> Running in 54c89c1ed3e7 20:49:35 Removing intermediate container 54c89c1ed3e7 20:49:35 ---> 91c526f62609 20:49:35 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 20:49:36 ---> 3e39c91d5082 20:49:36 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 20:49:37 ---> cd38726b0ae9 20:49:37 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 20:49:38 ---> 63c2c9be842d 20:49:38 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:49:38 ---> Running in eaecbd39e5e1 20:49:39 Removing intermediate container eaecbd39e5e1 20:49:39 ---> 7f0975deea1b 20:49:39 Step 19/21 : LABEL arch=arm64 20:49:39 ---> Running in 2a5d8131c8c2 20:49:39 Removing intermediate container 2a5d8131c8c2 20:49:39 ---> aba7d6137e92 20:49:39 Step 20/21 : LABEL git_sha=d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:49:39 ---> Running in 89fee7219137 20:49:40 Removing intermediate container 89fee7219137 20:49:40 ---> 3aeb0f488da8 20:49:40 Step 21/21 : LABEL version=1.2.3 20:49:40 ---> Running in 33b011d18acb 20:49:40 Removing intermediate container 33b011d18acb 20:49:40 ---> 7125e524ccc4 20:49:40 [Warning] One or more build-args [ARCH] were not consumed 20:49:40 Successfully built 7125e524ccc4 20:49:40 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 20:49:41 provisioning config files... 20:49:41 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/20@tmp/config4144584543585603860tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:49:41 nexus3.edgexfoundry.org:10001 20:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:42 Configure a credential helper to remove this warning. See 20:49:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:42 20:49:42 Login Succeeded 20:49:42 nexus3.edgexfoundry.org:10002 20:49:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:42 Configure a credential helper to remove this warning. See 20:49:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:42 20:49:42 Login Succeeded 20:49:42 nexus3.edgexfoundry.org:10003 20:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:43 Configure a credential helper to remove this warning. See 20:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:43 20:49:43 Login Succeeded 20:49:43 nexus3.edgexfoundry.org:10004 20:49:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:43 Configure a credential helper to remove this warning. See 20:49:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:43 20:49:43 Login Succeeded 20:49:43 docker.io 20:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:49:44 Configure a credential helper to remove this warning. See 20:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:49:44 20:49:44 Login Succeeded [Pipeline] } 20:49:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:49:45 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 20:49:45 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:49:45 latest 20:49:45 1.2.3 20:49:45 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 20:49:45 master 20:49:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:49:45 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 [Pipeline] isUnix [Pipeline] sh 20:49:46 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 20:49:46 e083db8e2085: Preparing 20:49:46 4fcc08caa0f5: Preparing 20:49:46 41f73d5d2b06: Preparing 20:49:46 e2f13739ad41: Preparing 20:49:46 e2f13739ad41: Layer already exists 20:49:46 4fcc08caa0f5: Pushed 20:49:46 e083db8e2085: Pushed 20:49:49 41f73d5d2b06: Pushed 20:49:49 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20: digest: sha256:0fd5abc5a13abacba53a3915e0c1756438ebd7869fd5cd6da49a9f951350ac9e size: 1155 [Pipeline] isUnix [Pipeline] sh 20:49:50 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:49:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 20:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 20:49:50 e083db8e2085: Preparing 20:49:50 4fcc08caa0f5: Preparing 20:49:50 41f73d5d2b06: Preparing 20:49:50 e2f13739ad41: Preparing 20:49:50 4fcc08caa0f5: Layer already exists 20:49:50 41f73d5d2b06: Layer already exists 20:49:50 e2f13739ad41: Layer already exists 20:49:50 e083db8e2085: Layer already exists 20:49:50 latest: digest: sha256:0fd5abc5a13abacba53a3915e0c1756438ebd7869fd5cd6da49a9f951350ac9e size: 1155 [Pipeline] isUnix [Pipeline] sh 20:49:51 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.3 [Pipeline] isUnix [Pipeline] sh 20:49:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.3 20:49:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 20:49:51 e083db8e2085: Preparing 20:49:51 4fcc08caa0f5: Preparing 20:49:51 41f73d5d2b06: Preparing 20:49:51 e2f13739ad41: Preparing 20:49:51 e2f13739ad41: Layer already exists 20:49:51 4fcc08caa0f5: Layer already exists 20:49:51 e083db8e2085: Layer already exists 20:49:51 41f73d5d2b06: Layer already exists 20:49:52 1.2.3: digest: sha256:0fd5abc5a13abacba53a3915e0c1756438ebd7869fd5cd6da49a9f951350ac9e size: 1155 [Pipeline] isUnix [Pipeline] sh 20:49:52 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 [Pipeline] isUnix [Pipeline] sh 20:49:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 20:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 20:49:52 e083db8e2085: Preparing 20:49:52 4fcc08caa0f5: Preparing 20:49:52 41f73d5d2b06: Preparing 20:49:52 e2f13739ad41: Preparing 20:49:52 e2f13739ad41: Layer already exists 20:49:52 41f73d5d2b06: Layer already exists 20:49:52 e083db8e2085: Layer already exists 20:49:53 4fcc08caa0f5: Layer already exists 20:49:53 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3: digest: sha256:0fd5abc5a13abacba53a3915e0c1756438ebd7869fd5cd6da49a9f951350ac9e size: 1155 [Pipeline] isUnix [Pipeline] sh 20:49:53 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 20:49:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 20:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 20:49:53 e083db8e2085: Preparing 20:49:53 4fcc08caa0f5: Preparing 20:49:53 41f73d5d2b06: Preparing 20:49:53 e2f13739ad41: Preparing 20:49:53 e2f13739ad41: Layer already exists 20:49:53 4fcc08caa0f5: Layer already exists 20:49:53 41f73d5d2b06: Layer already exists 20:49:53 e083db8e2085: Layer already exists 20:49:54 master: digest: sha256:0fd5abc5a13abacba53a3915e0c1756438ebd7869fd5cd6da49a9f951350ac9e size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:49:54 ===================================================== [Pipeline] echo 20:49:54 taggedImages: 20:49:54 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:49:54 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 20:49:54 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.3 20:49:54 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 20:49:54 - 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] } 20:50:59 Running on prd-centos7-docker-4c-2g-527 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 20:51:00 Running in /w/workspace/device-virtual-go/20 [Pipeline] { [Pipeline] checkout 20:51:07 using credential edgex-jenkins-ssh 20:51:08 Cloning the remote Git repository 20:51:08 Cloning with configured refspecs honoured and without tags 20:51:08 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 20:51:08 > git init /w/workspace/device-virtual-go/20 # timeout=10 20:51:08 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:51:08 > git --version # timeout=10 20:51:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:51:08 Fetching without tags 20:51:09 Checking out Revision d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 (master) 20:51:08 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:51:08 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:51:08 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 20:51:08 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 20:51:08 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:08 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:51:09 > git config core.sparsecheckout # timeout=10 20:51:09 > git checkout -f d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 # timeout=10 20:51:13 Commit message: "Merge pull request #121 from FelixTing/issue-119" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:51:14 ========================================================= 20:51:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:51:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:51:15 + 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 . 20:51:15 Sending build context to Docker daemon 527.9kB 20:51:15 Step 1/8 : ARG BASE=golang:1.13-alpine 20:51:15 Step 2/8 : FROM ${BASE} 20:51:15 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:51:15 df20fa9351a1: Pulling fs layer 20:51:15 ed8968b2872e: Pulling fs layer 20:51:15 a92cc7c5fd73: Pulling fs layer 20:51:15 2dd03ba5bac4: Pulling fs layer 20:51:15 1e091d79d1de: Pulling fs layer 20:51:15 481702a1767f: Pulling fs layer 20:51:15 f64a6f60c768: Pulling fs layer 20:51:15 e78d2573fc39: Pulling fs layer 20:51:15 e876d2f968b6: Pulling fs layer 20:51:15 ce8a83651883: Pulling fs layer 20:51:15 07967f4d0e4b: Pulling fs layer 20:51:15 f64a6f60c768: Waiting 20:51:15 e78d2573fc39: Waiting 20:51:15 e876d2f968b6: Waiting 20:51:15 ce8a83651883: Waiting 20:51:15 2dd03ba5bac4: Waiting 20:51:15 07967f4d0e4b: Waiting 20:51:15 1e091d79d1de: Waiting 20:51:15 a92cc7c5fd73: Verifying Checksum 20:51:15 a92cc7c5fd73: Download complete 20:51:15 ed8968b2872e: Verifying Checksum 20:51:15 ed8968b2872e: Download complete 20:51:15 1e091d79d1de: Verifying Checksum 20:51:15 1e091d79d1de: Download complete 20:51:15 481702a1767f: Verifying Checksum 20:51:15 481702a1767f: Download complete 20:51:15 df20fa9351a1: Verifying Checksum 20:51:15 df20fa9351a1: Download complete 20:51:16 df20fa9351a1: Pull complete 20:51:17 ed8968b2872e: Pull complete 20:51:18 a92cc7c5fd73: Pull complete 20:51:19 f64a6f60c768: Download complete 20:51:19 e876d2f968b6: Verifying Checksum 20:51:19 e876d2f968b6: Download complete 20:51:20 2dd03ba5bac4: Verifying Checksum 20:51:20 2dd03ba5bac4: Download complete 20:51:20 07967f4d0e4b: Verifying Checksum 20:51:20 07967f4d0e4b: Download complete 20:51:21 e78d2573fc39: Verifying Checksum 20:51:21 e78d2573fc39: Download complete 20:51:22 ce8a83651883: Verifying Checksum 20:51:22 ce8a83651883: Download complete 20:51:32 2dd03ba5bac4: Pull complete 20:51:32 1e091d79d1de: Pull complete 20:51:32 481702a1767f: Pull complete 20:51:36 f64a6f60c768: Pull complete 20:51:40 e78d2573fc39: Pull complete 20:51:40 e876d2f968b6: Pull complete 20:51:42 ce8a83651883: Pull complete 20:51:42 07967f4d0e4b: Pull complete 20:51:42 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:51:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:51:42 ---> 5d7c900382c6 20:51:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:51:44 ---> Running in 41cfc497d06b 20:51:44 Removing intermediate container 41cfc497d06b 20:51:44 ---> d251462c8726 20:51:44 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:51:44 ---> Running in 3e4932a84c45 20:51:46 Removing intermediate container 3e4932a84c45 20:51:46 ---> a8975ac787d1 20:51:46 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:51:46 ---> Running in 91a720668494 20:51:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:51:48 (1/14) Installing libmagic (5.38-r0) 20:51:49 (2/14) Installing file (5.38-r0) 20:51:49 (3/14) Installing libc-dev (0.7.2-r3) 20:51:49 (4/14) Installing g++ (9.3.0-r2) 20:51:56 (5/14) Installing fortify-headers (1.1-r0) 20:51:56 (6/14) Installing patch (2.7.6-r6) 20:51:56 (7/14) Installing build-base (0.5-r2) 20:51:56 (8/14) Installing openssh-keygen (8.3_p1-r0) 20:51:56 (9/14) Installing libedit (20191231.3.1-r0) 20:51:56 (10/14) Installing openssh-client (8.3_p1-r0) 20:51:57 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 20:51:57 (12/14) Installing openssh-server-common (8.3_p1-r0) 20:51:57 (13/14) Installing openssh-server (8.3_p1-r0) 20:51:57 (14/14) Installing openssh (8.3_p1-r0) 20:51:57 Executing busybox-1.31.1-r16.trigger 20:51:57 OK: 237 MiB in 53 packages 20:52:02 Removing intermediate container 91a720668494 20:52:02 ---> 3e1755a44cdf 20:52:02 Step 6/8 : WORKDIR /device-virtual-go 20:52:02 ---> Running in 61bbd5812eb7 20:52:02 Removing intermediate container 61bbd5812eb7 20:52:02 ---> 41f0464fd70c 20:52:02 Step 7/8 : COPY . . 20:52:03 ---> 601502d9730c 20:52:03 Step 8/8 : RUN go mod download 20:52:03 ---> Running in 2389a4742607 20:52:06 go: finding github.com/BurntSushi/toml v0.3.1 20:52:06 go: finding github.com/OneOfOne/xxhash v1.2.6 20:52:06 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:52:06 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:52:06 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:52:06 go: finding github.com/bgentry/speakeasy v0.1.0 20:52:06 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:52:06 go: finding github.com/davecgh/go-spew v1.1.1 20:52:06 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:52:06 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:52:06 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:52:06 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:52:06 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:52:06 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:52:06 go: finding github.com/edsrzf/mmap-go v1.0.0 20:52:07 go: finding github.com/fatih/color v1.7.0 20:52:07 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:52:07 go: finding github.com/go-kit/kit v0.8.0 20:52:07 go: finding github.com/go-logfmt/logfmt v0.4.0 20:52:07 go: finding github.com/go-stack/stack v1.8.0 20:52:07 go: finding github.com/golang/snappy v0.0.1 20:52:07 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:52:07 go: finding github.com/google/uuid v1.1.0 20:52:07 go: finding github.com/gorilla/mux v1.7.1 20:52:07 go: finding github.com/hashicorp/consul/api v1.1.0 20:52:07 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:52:07 go: finding github.com/hashicorp/errwrap v1.0.0 20:52:07 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:52:07 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:52:07 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:52:07 go: finding github.com/hashicorp/go-multierror v1.0.0 20:52:07 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:52:07 go: finding github.com/hashicorp/go-sockaddr v1.0.0 20:52:07 go: finding github.com/hashicorp/go-syslog v1.0.0 20:52:08 go: finding github.com/hashicorp/go-uuid v1.0.1 20:52:08 go: finding github.com/hashicorp/go.net v0.0.1 20:52:08 go: finding github.com/hashicorp/golang-lru v0.5.0 20:52:08 go: finding github.com/hashicorp/logutils v1.0.0 20:52:08 go: finding github.com/hashicorp/mdns v1.0.0 20:52:08 go: finding github.com/hashicorp/memberlist v0.1.3 20:52:08 go: finding github.com/hashicorp/serf v0.8.2 20:52:08 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:52:08 go: finding github.com/mattn/go-colorable v0.0.9 20:52:08 go: finding github.com/mattn/go-isatty v0.0.3 20:52:08 go: finding github.com/miekg/dns v1.0.14 20:52:08 go: finding github.com/mitchellh/cli v1.0.0 20:52:08 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:52:08 go: finding github.com/mitchellh/copystructure v1.0.0 20:52:08 go: finding github.com/mitchellh/go-homedir v1.0.0 20:52:08 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:52:08 go: finding github.com/mitchellh/gox v0.4.0 20:52:08 go: finding github.com/mitchellh/iochan v1.0.0 20:52:08 go: finding github.com/mitchellh/mapstructure v1.1.2 20:52:08 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:52:08 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:52:08 go: finding github.com/pelletier/go-toml v1.2.0 20:52:08 go: finding github.com/pkg/errors v0.8.1 20:52:08 go: finding github.com/pmezard/go-difflib v1.0.0 20:52:08 go: finding github.com/posener/complete v1.1.1 20:52:08 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 20:52:08 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 20:52:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:52:09 go: finding github.com/stretchr/objx v0.1.0 20:52:09 go: finding github.com/stretchr/testify v1.5.1 20:52:09 go: finding github.com/ugorji/go v1.1.4 20:52:09 go: finding github.com/x448/float16 v0.8.4 20:52:09 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:52:09 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 20:52:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:52:09 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 20:52:09 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 20:52:09 go: finding gopkg.in/yaml.v2 v2.2.8 20:52:09 go: finding modernc.org/b v1.0.0 20:52:09 go: finding modernc.org/db v1.0.0 20:52:09 go: finding modernc.org/file v1.0.0 20:52:09 go: finding modernc.org/fileutil v1.0.0 20:52:09 go: finding modernc.org/golex v1.0.0 20:52:09 go: finding modernc.org/internal v1.0.0 20:52:09 go: finding modernc.org/lldb v1.0.0 20:52:09 go: finding modernc.org/mathutil v1.0.0 20:52:09 go: finding modernc.org/ql v1.0.0 20:52:09 go: finding modernc.org/sortutil v1.0.0 20:52:09 go: finding modernc.org/strutil v1.0.0 20:52:09 go: finding modernc.org/zappy v1.0.0 20:52:22 Removing intermediate container 2389a4742607 20:52:22 ---> 587e6d78ae5c 20:52:22 Successfully built 587e6d78ae5c 20:52:22 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 20:52:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:52:23 + ls -al . 20:52:23 total 60 20:52:23 drwxrwxr-x. 8 jenkins jenkins 4096 Aug 19 20:51 . 20:52:23 drwxrwxr-x. 4 jenkins jenkins 30 Aug 19 20:51 .. 20:52:23 -rw-rw-r--. 1 jenkins jenkins 6432 Aug 19 20:51 Attribution.txt 20:52:23 drwxrwxr-x. 2 jenkins jenkins 64 Aug 19 20:51 bin 20:52:23 drwxrwxr-x. 3 jenkins jenkins 32 Aug 19 20:51 cmd 20:52:23 -rw-rw-r--. 1 jenkins jenkins 1826 Aug 19 20:51 Dockerfile 20:52:23 -rw-rw-r--. 1 jenkins jenkins 957 Aug 19 20:51 Dockerfile.build 20:52:23 drwxrwxr-x. 8 jenkins jenkins 162 Aug 19 20:51 .git 20:52:23 drwxrwxr-x. 2 jenkins jenkins 38 Aug 19 20:51 .github 20:52:23 -rw-rw-r--. 1 jenkins jenkins 258 Aug 19 20:51 .gitignore 20:52:23 -rw-rw-r--. 1 jenkins jenkins 855 Aug 19 20:51 go.mod 20:52:23 drwxrwxr-x. 3 jenkins jenkins 20 Aug 19 20:51 internal 20:52:23 -rw-rw-r--. 1 jenkins jenkins 683 Aug 19 20:51 Jenkinsfile 20:52:23 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 19 20:51 LICENSE 20:52:23 -rw-rw-r--. 1 jenkins jenkins 873 Aug 19 20:51 Makefile 20:52:23 -rw-rw-r--. 1 jenkins jenkins 3620 Aug 19 20:51 README.md 20:52:23 drwxrwxr-x. 3 jenkins jenkins 44 Aug 19 20:51 .semver 20:52:23 -rw-rw-r--. 1 jenkins jenkins 5 Aug 19 20:43 VERSION 20:52:23 -rw-rw-r--. 1 jenkins jenkins 235 Aug 19 20:51 version.go [Pipeline] isUnix [Pipeline] sh 20:52:23 + 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=d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 --label arch=amd64 --label version=1.2.3 . 20:52:24 Sending build context to Docker daemon 527.9kB 20:52:24 Step 1/21 : ARG BASE=golang:1.13-alpine 20:52:24 Step 2/21 : FROM ${BASE} AS builder 20:52:24 ---> 587e6d78ae5c 20:52:24 Step 3/21 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 20:52:24 ---> Running in 4b23577cbc58 20:52:24 Removing intermediate container 4b23577cbc58 20:52:24 ---> 1d739c778548 20:52:24 Step 4/21 : ARG ALPINE_PKG_EXTRA="" 20:52:24 ---> Running in 5119ff9ef00b 20:52:24 Removing intermediate container 5119ff9ef00b 20:52:24 ---> c291f2093fa5 20:52:24 Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 20:52:25 ---> Running in f1b23ae2c7f6 20:52:25 Removing intermediate container f1b23ae2c7f6 20:52:25 ---> d5f39c4e1bdd 20:52:25 Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:52:25 ---> Running in f2ccc57277fe 20:52:27 Removing intermediate container f2ccc57277fe 20:52:27 ---> 0f58050c8b7d 20:52:27 Step 7/21 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:52:27 ---> Running in c6767a86948a 20:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:28 OK: 237 MiB in 53 packages 20:52:29 Removing intermediate container c6767a86948a 20:52:29 ---> 097915dcd7cb 20:52:29 Step 8/21 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 20:52:29 ---> Running in 602f30a8308a 20:52:29 Removing intermediate container 602f30a8308a 20:52:29 ---> 26feecdc76c8 20:52:29 Step 9/21 : COPY . . 20:52:30 ---> 2dfdbb0516b5 20:52:30 Step 10/21 : ARG MAKE='make build' 20:52:30 ---> Running in addcd7dd248b 20:52:30 Removing intermediate container addcd7dd248b 20:52:30 ---> cdb1e9e0b057 20:52:30 Step 11/21 : RUN $MAKE 20:52:30 ---> Running in 03999b619174 20:52:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.3" -o cmd/device-virtual ./cmd 20:52:53 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:52:56 Removing intermediate container 03999b619174 20:52:56 ---> 8032fde81b73 20:52:56 Step 12/21 : FROM alpine 20:52:56 latest: Pulling from library/alpine 20:52:56 df20fa9351a1: Already exists 20:52:56 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 20:52:56 Status: Downloaded newer image for alpine:latest 20:52:56 ---> a24bb4013296 20:52:56 Step 13/21 : ENV APP_PORT=49990 20:52:56 ---> Running in de642ed1b286 20:52:57 Removing intermediate container de642ed1b286 20:52:57 ---> 91f7bc89f2d9 20:52:57 Step 14/21 : EXPOSE $APP_PORT 20:52:57 ---> Running in 7338df9f87a1 20:52:57 Removing intermediate container 7338df9f87a1 20:52:57 ---> 46cf3aadb0ec 20:52:57 Step 15/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 20:52:57 ---> ab10b2c1ff1b 20:52:57 Step 16/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 20:52:58 ---> b483ddff6881 20:52:58 Step 17/21 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 20:52:58 ---> b19188de6e17 20:52:58 Step 18/21 : ENTRYPOINT ["/device-virtual","--cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] 20:52:58 ---> Running in 99fa851a794b 20:52:59 Removing intermediate container 99fa851a794b 20:52:59 ---> 21e42d487e79 20:52:59 Step 19/21 : LABEL arch=amd64 20:52:59 ---> Running in b7e7ccfada47 20:52:59 Removing intermediate container b7e7ccfada47 20:52:59 ---> 241562f625df 20:52:59 Step 20/21 : LABEL git_sha=d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:52:59 ---> Running in 27c328464a15 20:52:59 Removing intermediate container 27c328464a15 20:52:59 ---> 9c81de72b63c 20:52:59 Step 21/21 : LABEL version=1.2.3 20:53:00 ---> Running in 39e329e9839c 20:53:00 Removing intermediate container 39e329e9839c 20:53:00 ---> a2f2444fa064 20:53:00 [Warning] One or more build-args [ARCH] were not consumed 20:53:00 Successfully built a2f2444fa064 20:53:00 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 20:53:00 provisioning config files... 20:53:00 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/20@tmp/config8962468425448093332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:53:01 nexus3.edgexfoundry.org:10001 20:53:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:02 Configure a credential helper to remove this warning. See 20:53:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:02 20:53:02 Login Succeeded 20:53:02 nexus3.edgexfoundry.org:10002 20:53:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:02 Configure a credential helper to remove this warning. See 20:53:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:02 20:53:02 Login Succeeded 20:53:02 nexus3.edgexfoundry.org:10003 20:53:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:03 Configure a credential helper to remove this warning. See 20:53:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:03 20:53:03 Login Succeeded 20:53:03 nexus3.edgexfoundry.org:10004 20:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:03 Configure a credential helper to remove this warning. See 20:53:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:03 20:53:03 Login Succeeded 20:53:03 docker.io 20:53:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:04 Configure a credential helper to remove this warning. See 20:53:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:04 20:53:04 Login Succeeded [Pipeline] } 20:53:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:53:04 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 20:53:04 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:53:04 latest 20:53:04 1.2.3 20:53:04 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 20:53:04 master 20:53:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:04 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 [Pipeline] isUnix [Pipeline] sh 20:53:05 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 20:53:05 a5cdd1c4e45c: Preparing 20:53:05 db2e1591bb67: Preparing 20:53:05 6a4c356e476a: Preparing 20:53:05 50644c29ef5a: Preparing 20:53:05 50644c29ef5a: Layer already exists 20:53:05 db2e1591bb67: Pushed 20:53:05 a5cdd1c4e45c: Pushed 20:53:07 6a4c356e476a: Pushed 20:53:07 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20: digest: sha256:6dcb76912812e111d66a2d1e055d8cddc00097d47423d9584542d7907b0504db size: 1155 [Pipeline] isUnix [Pipeline] sh 20:53:08 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 20:53:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 20:53:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 20:53:08 a5cdd1c4e45c: Preparing 20:53:08 db2e1591bb67: Preparing 20:53:08 6a4c356e476a: Preparing 20:53:08 50644c29ef5a: Preparing 20:53:08 6a4c356e476a: Layer already exists 20:53:08 a5cdd1c4e45c: Layer already exists 20:53:08 50644c29ef5a: Layer already exists 20:53:08 db2e1591bb67: Layer already exists 20:53:08 latest: digest: sha256:6dcb76912812e111d66a2d1e055d8cddc00097d47423d9584542d7907b0504db size: 1155 [Pipeline] isUnix [Pipeline] sh 20:53:09 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.3 [Pipeline] isUnix [Pipeline] sh 20:53:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.3 20:53:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 20:53:09 a5cdd1c4e45c: Preparing 20:53:09 db2e1591bb67: Preparing 20:53:09 6a4c356e476a: Preparing 20:53:09 50644c29ef5a: Preparing 20:53:09 db2e1591bb67: Layer already exists 20:53:09 50644c29ef5a: Layer already exists 20:53:09 6a4c356e476a: Layer already exists 20:53:09 a5cdd1c4e45c: Layer already exists 20:53:09 1.2.3: digest: sha256:6dcb76912812e111d66a2d1e055d8cddc00097d47423d9584542d7907b0504db size: 1155 [Pipeline] isUnix [Pipeline] sh 20:53:10 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 [Pipeline] isUnix [Pipeline] sh 20:53:10 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 20:53:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 20:53:10 a5cdd1c4e45c: Preparing 20:53:10 db2e1591bb67: Preparing 20:53:10 6a4c356e476a: Preparing 20:53:10 50644c29ef5a: Preparing 20:53:10 a5cdd1c4e45c: Layer already exists 20:53:10 db2e1591bb67: Layer already exists 20:53:10 50644c29ef5a: Layer already exists 20:53:10 6a4c356e476a: Layer already exists 20:53:10 d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3: digest: sha256:6dcb76912812e111d66a2d1e055d8cddc00097d47423d9584542d7907b0504db size: 1155 [Pipeline] isUnix [Pipeline] sh 20:53:11 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 20:53:11 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 20:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 20:53:11 a5cdd1c4e45c: Preparing 20:53:11 db2e1591bb67: Preparing 20:53:11 6a4c356e476a: Preparing 20:53:11 50644c29ef5a: Preparing 20:53:12 50644c29ef5a: Layer already exists 20:53:12 a5cdd1c4e45c: Layer already exists 20:53:12 6a4c356e476a: Layer already exists 20:53:12 db2e1591bb67: Layer already exists 20:53:12 master: digest: sha256:6dcb76912812e111d66a2d1e055d8cddc00097d47423d9584542d7907b0504db size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:53:12 ===================================================== [Pipeline] echo 20:53:12 taggedImages: 20:53:12 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:53:12 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 20:53:12 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.3 20:53:12 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20-1.2.3 20:53:12 - 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 20:53:13 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 20:53:13 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 20:53:13 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:53:14 20:53:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 20:53:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:53:14 1.317.0: Pulling from edgex-devops/edgex-snyk-go 20:53:14 cbdbe7a5bc2a: Pulling fs layer 20:53:14 408f87550127: Pulling fs layer 20:53:14 fe522b08c979: Pulling fs layer 20:53:14 221eaa008020: Pulling fs layer 20:53:14 2a4607e5d6b9: Pulling fs layer 20:53:14 8f79b27c4fd2: Pulling fs layer 20:53:14 e5c8dbe1645b: Pulling fs layer 20:53:14 23e8b3b47431: Pulling fs layer 20:53:14 5c568d65a230: Pulling fs layer 20:53:14 221eaa008020: Waiting 20:53:14 2a4607e5d6b9: Waiting 20:53:14 8f79b27c4fd2: Waiting 20:53:14 e5c8dbe1645b: Waiting 20:53:14 23e8b3b47431: Waiting 20:53:14 5c568d65a230: Waiting 20:53:14 fe522b08c979: Verifying Checksum 20:53:14 fe522b08c979: Download complete 20:53:14 408f87550127: Verifying Checksum 20:53:14 408f87550127: Download complete 20:53:14 2a4607e5d6b9: Verifying Checksum 20:53:14 2a4607e5d6b9: Download complete 20:53:15 8f79b27c4fd2: Download complete 20:53:15 cbdbe7a5bc2a: Verifying Checksum 20:53:15 cbdbe7a5bc2a: Download complete 20:53:15 cbdbe7a5bc2a: Pull complete 20:53:15 e5c8dbe1645b: Verifying Checksum 20:53:15 e5c8dbe1645b: Download complete 20:53:15 408f87550127: Pull complete 20:53:16 fe522b08c979: Pull complete 20:53:16 23e8b3b47431: Verifying Checksum 20:53:16 23e8b3b47431: Download complete 20:53:18 5c568d65a230: Verifying Checksum 20:53:18 5c568d65a230: Download complete 20:53:18 221eaa008020: Verifying Checksum 20:53:18 221eaa008020: Download complete 20:53:30 221eaa008020: Pull complete 20:53:30 2a4607e5d6b9: Pull complete 20:53:30 8f79b27c4fd2: Pull complete 20:53:33 e5c8dbe1645b: Pull complete 20:53:36 23e8b3b47431: Pull complete 20:53:38 5c568d65a230: Pull complete 20:53:38 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 20:53:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 20:53:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 20:53:38 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:53:38 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 20:53:39 $ docker top 1c240fe6093e5f747209f75199ea6593885d3d94d0cd8defed8554b3c3f23b40 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:40 + snyk monitor '--org=edgex-jenkins' 20:53:50 20:53:50 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 20:53:50 20:53:50 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/74eda215-9e77-4d3c-81e2-3d9ca358effd 20:53:50 20:53:50 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 20:53:50 20:53:50 20:53:50 Snyk CLI supports Node.js 8 and higher. 20:53:50 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 20:53:50 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 20:53:50 20:53:50 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 20:53:50 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 20:53:51 $ docker stop --time=1 1c240fe6093e5f747209f75199ea6593885d3d94d0cd8defed8554b3c3f23b40 20:53:53 $ docker rm -f 1c240fe6093e5f747209f75199ea6593885d3d94d0cd8defed8554b3c3f23b40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:53:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:54 20:53:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 20:53:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:55 latest: Pulling from edgex-devops/edgex-klar 20:53:55 e7c96db7181b: Pulling fs layer 20:53:55 1868ca2cb446: Pulling fs layer 20:53:55 136be5d0fe8e: Pulling fs layer 20:53:55 894bfe63afcb: Pulling fs layer 20:53:55 894bfe63afcb: Waiting 20:53:55 1868ca2cb446: Verifying Checksum 20:53:55 1868ca2cb446: Download complete 20:53:55 136be5d0fe8e: Verifying Checksum 20:53:55 136be5d0fe8e: Download complete 20:53:55 e7c96db7181b: Verifying Checksum 20:53:55 e7c96db7181b: Download complete 20:53:55 894bfe63afcb: Verifying Checksum 20:53:55 894bfe63afcb: Download complete 20:53:56 e7c96db7181b: Pull complete 20:53:56 1868ca2cb446: Pull complete 20:53:56 136be5d0fe8e: Pull complete 20:53:57 894bfe63afcb: Pull complete 20:53:57 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 20:53:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:53:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 20:53:57 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:53:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:53:58 $ docker top b27b2f4adf1feb37161a6c512acfa25bdf90d867156c66d5e411ac86fffe359d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:59 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:53:59 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:54:03 $ docker stop --time=1 b27b2f4adf1feb37161a6c512acfa25bdf90d867156c66d5e411ac86fffe359d 20:54:04 $ docker rm -f b27b2f4adf1feb37161a6c512acfa25bdf90d867156c66d5e411ac86fffe359d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:54:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:54:05 . [Pipeline] withDockerContainer 20:54:05 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:54:05 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:54:06 $ docker top 0e2436dff0b8c37097c8e3e18ee451c2829220ccb12f1fa497e405d1e200f442 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:07 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:54:07 + tee 20:54:07 clair timeout 1m0s 20:54:07 docker timeout: 1m0s 20:54:07 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:54:08 $ docker stop --time=1 0e2436dff0b8c37097c8e3e18ee451c2829220ccb12f1fa497e405d1e200f442 20:54:09 $ docker rm -f 0e2436dff0b8c37097c8e3e18ee451c2829220ccb12f1fa497e405d1e200f442 [Pipeline] // withDockerContainer [Pipeline] sh 20:54:10 + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo 20:54:10 Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_d9b83bd88a573ae11fcf404e5819c6bf4fe22e20.html [Pipeline] writeFile [Pipeline] step 20:54:10 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 20:54:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:54:11 . [Pipeline] withDockerContainer 20:54:11 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:54:11 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:54:12 $ docker top 157019bc98a7e79f3597c58f8d2a0c256a2ec1fa648cb0900a1e961ef0771c6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:13 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:54:13 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:54:17 $ docker stop --time=1 157019bc98a7e79f3597c58f8d2a0c256a2ec1fa648cb0900a1e961ef0771c6c 20:54:19 $ docker rm -f 157019bc98a7e79f3597c58f8d2a0c256a2ec1fa648cb0900a1e961ef0771c6c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:54:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 20:54:19 . [Pipeline] withDockerContainer 20:54:20 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:54:20 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 20:54:21 $ docker top 27c1400f8d639ce9510567734cee5e903b75268390277913552147c0cf864e66 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:22 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 20:54:22 + tee 20:54:22 clair timeout 1m0s 20:54:22 docker timeout: 1m0s 20:54:22 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:54:23 $ docker stop --time=1 27c1400f8d639ce9510567734cee5e903b75268390277913552147c0cf864e66 20:54:25 $ docker rm -f 27c1400f8d639ce9510567734cee5e903b75268390277913552147c0cf864e66 [Pipeline] // withDockerContainer [Pipeline] sh 20:54:26 + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo 20:54:26 Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_d9b83bd88a573ae11fcf404e5819c6bf4fe22e20.html [Pipeline] writeFile [Pipeline] step 20:54:26 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 20:54:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:54:27 . [Pipeline] withDockerContainer 20:54:27 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:54:27 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:54:29 $ docker top 5e4df04504be8efd558c039e20adbb4eaf8215f70c8f0c0400f136a35d4e797c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:54:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:54:29 [ssh-agent] Looking for ssh-agent implementation... 20:54:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:54:30 $ docker exec 5e4df04504be8efd558c039e20adbb4eaf8215f70c8f0c0400f136a35d4e797c ssh-agent 20:54:30 SSH_AUTH_SOCK=/tmp/ssh-jRHbZNkP6rzI/agent.11 20:54:30 SSH_AGENT_PID=16 20:54:30 Running ssh-add (command line suppressed) 20:54:30 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2704092511379271152.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2704092511379271152.key) 20:54:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:54:31 + git semver tag 20:54:31 # -> Open(): unable to determine branch for HEAD 20:54:31 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:54:31 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:54:31 # $SEMVER_REMOTE_NAME = origin 20:54:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:54:31 # $SEMVER_USER_NAME = edgex-jenkins 20:54:31 # $SEMVER_BRANCH = master 20:54:31 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 20:54:31 # d9b83bd88a573ae11fcf404e5819c6bf4fe22e20 HEAD 20:54:31 # -> Force: false 20:54:31 # 9daae556661138fa8884d4553be99a992d1e47ac refs/tags/v1.2.3 [Pipeline] } 20:54:31 $ docker exec --env ******** --env ******** 5e4df04504be8efd558c039e20adbb4eaf8215f70c8f0c0400f136a35d4e797c ssh-agent -k 20:54:32 unset SSH_AUTH_SOCK; 20:54:32 unset SSH_AGENT_PID; 20:54:32 echo Agent pid 16 killed; 20:54:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:54:32 + git semver [Pipeline] } 20:54:32 $ docker stop --time=1 5e4df04504be8efd558c039e20adbb4eaf8215f70c8f0c0400f136a35d4e797c 20:54:34 $ docker rm -f 5e4df04504be8efd558c039e20adbb4eaf8215f70c8f0c0400f136a35d4e797c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 20:54:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:34 20:54:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 20:54:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:54:35 0.23.1-centos7: Pulling from edgex-lftools 20:54:35 ab5ef0e58194: Pulling fs layer 20:54:35 9712f1f96733: Pulling fs layer 20:54:35 63f879dbbcfc: Pulling fs layer 20:54:35 0d9ebad4ef96: Pulling fs layer 20:54:35 e9a5061849ea: Pulling fs layer 20:54:35 d747dcd14b5f: Pulling fs layer 20:54:35 2de7ff778b66: Pulling fs layer 20:54:35 0d9ebad4ef96: Waiting 20:54:35 e9a5061849ea: Waiting 20:54:35 2de7ff778b66: Waiting 20:54:35 d747dcd14b5f: Waiting 20:54:35 9712f1f96733: Verifying Checksum 20:54:35 9712f1f96733: Download complete 20:54:36 63f879dbbcfc: Verifying Checksum 20:54:36 63f879dbbcfc: Download complete 20:54:37 e9a5061849ea: Verifying Checksum 20:54:37 e9a5061849ea: Download complete 20:54:37 d747dcd14b5f: Verifying Checksum 20:54:37 d747dcd14b5f: Download complete 20:54:37 ab5ef0e58194: Verifying Checksum 20:54:37 ab5ef0e58194: Download complete 20:54:37 0d9ebad4ef96: Verifying Checksum 20:54:37 0d9ebad4ef96: Download complete 20:54:37 2de7ff778b66: Verifying Checksum 20:54:37 2de7ff778b66: Download complete 20:54:45 ab5ef0e58194: Pull complete 20:54:45 9712f1f96733: Pull complete 20:54:47 63f879dbbcfc: Pull complete 20:54:57 0d9ebad4ef96: Pull complete 20:54:57 e9a5061849ea: Pull complete 20:54:57 d747dcd14b5f: Pull complete 20:55:00 2de7ff778b66: Pull complete 20:55:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 20:55:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 20:55:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 20:55:00 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:55:00 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 20:55:04 $ docker top 23827b225c2a3aa4827b3ccdc2f79896db4c213a8d24d22c706843be2e9d2a4d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 20:55:05 provisioning config files... 20:55:05 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2989563297918334454tmp 20:55:05 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5209587723192952820tmp 20:55:05 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7967345105150643380tmp [Pipeline] { [Pipeline] echo 20:55:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 20:55:06 ---> sigul-configuration.sh 20:55:06 gpg: directory `/root/.gnupg' created 20:55:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 20:55:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 20:55:06 gpg: keyring `/root/.gnupg/secring.gpg' created 20:55:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 20:55:06 gpg: CAST5 encrypted data 20:55:06 gpg: encrypted with 1 passphrase 20:55:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 20:55:06 + mkdir /home/jenkins 20:55:07 + mkdir /home/jenkins/sigul [Pipeline] sh 20:55:07 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 20:55:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 20:55:08 ---> sigul-install.sh 20:55:14 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 20:55:15 + git tag --list 20:55:15 v1.2.3 [Pipeline] sh 20:55:15 + lftools sign git-tag v1.2.3 20:55:17 Signing Git tag with Sigul... 20:55:17 Signing v1.2.3 [Pipeline] echo 20:55:18 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 20:55:18 ---> sigul-configuration-cleanup.sh [Pipeline] } 20:55:18 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 20:55:18 $ docker stop --time=1 23827b225c2a3aa4827b3ccdc2f79896db4c213a8d24d22c706843be2e9d2a4d 20:55:20 $ docker rm -f 23827b225c2a3aa4827b3ccdc2f79896db4c213a8d24d22c706843be2e9d2a4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 20:55:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:21 . [Pipeline] withDockerContainer 20:55:22 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:55:22 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:55:23 $ docker top 6544df614bc452ca4aef3bacfc797d4bce752685ebf70b47f36ed9db4fd2cdd6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:23 [ssh-agent] Looking for ssh-agent implementation... 20:55:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:24 $ docker exec 6544df614bc452ca4aef3bacfc797d4bce752685ebf70b47f36ed9db4fd2cdd6 ssh-agent 20:55:24 SSH_AUTH_SOCK=/tmp/ssh-fkKovRbmnqNS/agent.11 20:55:24 SSH_AGENT_PID=17 20:55:24 Running ssh-add (command line suppressed) 20:55:24 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3253479959912185130.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3253479959912185130.key) 20:55:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:25 + git semver bump pre 20:55:25 # -> Open(): unable to determine branch for HEAD 20:55:25 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:55:25 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:55:25 # $SEMVER_REMOTE_NAME = origin 20:55:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:25 # $SEMVER_USER_NAME = edgex-jenkins 20:55:25 # $SEMVER_BRANCH = master 20:55:25 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 20:55:25 1.2.4-dev.1 [Pipeline] } 20:55:25 $ docker exec --env ******** --env ******** 6544df614bc452ca4aef3bacfc797d4bce752685ebf70b47f36ed9db4fd2cdd6 ssh-agent -k 20:55:25 unset SSH_AUTH_SOCK; 20:55:25 unset SSH_AGENT_PID; 20:55:25 echo Agent pid 17 killed; 20:55:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:26 + git semver [Pipeline] } 20:55:26 $ docker stop --time=1 6544df614bc452ca4aef3bacfc797d4bce752685ebf70b47f36ed9db4fd2cdd6 20:55:28 $ docker rm -f 6544df614bc452ca4aef3bacfc797d4bce752685ebf70b47f36ed9db4fd2cdd6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 20:55:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:55:28 . [Pipeline] withDockerContainer 20:55:28 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:55:29 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:55:30 $ docker top 68d89ae27fe9c2f0e6509c41614389e8401dfdb4a2fd61b8ba3beb39985ad633 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:55:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:55:30 [ssh-agent] Looking for ssh-agent implementation... 20:55:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:55:30 $ docker exec 68d89ae27fe9c2f0e6509c41614389e8401dfdb4a2fd61b8ba3beb39985ad633 ssh-agent 20:55:31 SSH_AUTH_SOCK=/tmp/ssh-6TqHgNJEGBYr/agent.12 20:55:31 SSH_AGENT_PID=17 20:55:31 Running ssh-add (command line suppressed) 20:55:31 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_21075610290316431.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_21075610290316431.key) 20:55:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:55:32 + git semver push 20:55:32 # -> Open(): unable to determine branch for HEAD 20:55:32 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 20:55:32 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 20:55:32 # $SEMVER_REMOTE_NAME = origin 20:55:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:55:32 # $SEMVER_USER_NAME = edgex-jenkins 20:55:32 # $SEMVER_BRANCH = master 20:55:32 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 20:55:39 $ docker exec --env ******** --env ******** 68d89ae27fe9c2f0e6509c41614389e8401dfdb4a2fd61b8ba3beb39985ad633 ssh-agent -k 20:55:39 unset SSH_AUTH_SOCK; 20:55:39 unset SSH_AGENT_PID; 20:55:39 echo Agent pid 17 killed; 20:55:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:55:41 + git semver [Pipeline] } 20:55:41 $ docker stop --time=1 68d89ae27fe9c2f0e6509c41614389e8401dfdb4a2fd61b8ba3beb39985ad633 20:55:42 $ docker rm -f 68d89ae27fe9c2f0e6509c41614389e8401dfdb4a2fd61b8ba3beb39985ad633 [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 20:55:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:55:44 ---> package-listing.sh 20:55:44 ++ facter osfamily 20:55:44 ++ tr '[:upper:]' '[:lower:]' 20:55:44 + OS_FAMILY=redhat 20:55:44 + workspace=/w/workspace/foundry_device-virtual-go_master 20:55:44 + START_PACKAGES=/tmp/packages_start.txt 20:55:44 + END_PACKAGES=/tmp/packages_end.txt 20:55:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:55:44 + PACKAGES=/tmp/packages_start.txt 20:55:44 + '[' /w/workspace/foundry_device-virtual-go_master ']' 20:55:44 + PACKAGES=/tmp/packages_end.txt 20:55:44 + case "${OS_FAMILY}" in 20:55:44 + rpm -qa 20:55:44 + sort 20:55:50 + '[' -f /tmp/packages_start.txt ']' 20:55:50 + '[' -f /tmp/packages_end.txt ']' 20:55:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:55:50 + '[' /w/workspace/foundry_device-virtual-go_master ']' 20:55:50 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 20:55:50 + 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 20:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:50 20:55:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:55:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:55:51 alpine: Pulling from edgex-lftools-log-publisher 20:55:51 c9b1b535fdd9: Pulling fs layer 20:55:51 2cc5ad85d9ab: Pulling fs layer 20:55:51 756a868c4378: Pulling fs layer 20:55:51 444b2fc9a129: Pulling fs layer 20:55:51 ea15f1150254: Pulling fs layer 20:55:51 41b27a9f41bf: Pulling fs layer 20:55:51 28c525ee5125: Pulling fs layer 20:55:51 094b1ea09ed8: Pulling fs layer 20:55:51 138eaada9080: Pulling fs layer 20:55:51 0622d0fa9048: Pulling fs layer 20:55:51 41b27a9f41bf: Waiting 20:55:51 28c525ee5125: Waiting 20:55:51 094b1ea09ed8: Waiting 20:55:51 138eaada9080: Waiting 20:55:51 444b2fc9a129: Waiting 20:55:51 ea15f1150254: Waiting 20:55:51 0622d0fa9048: Waiting 20:55:51 2cc5ad85d9ab: Verifying Checksum 20:55:51 2cc5ad85d9ab: Download complete 20:55:51 444b2fc9a129: Verifying Checksum 20:55:51 444b2fc9a129: Download complete 20:55:51 c9b1b535fdd9: Verifying Checksum 20:55:51 c9b1b535fdd9: Download complete 20:55:51 ea15f1150254: Verifying Checksum 20:55:51 ea15f1150254: Download complete 20:55:51 28c525ee5125: Verifying Checksum 20:55:51 28c525ee5125: Download complete 20:55:52 756a868c4378: Verifying Checksum 20:55:52 756a868c4378: Download complete 20:55:52 c9b1b535fdd9: Pull complete 20:55:52 138eaada9080: Verifying Checksum 20:55:52 138eaada9080: Download complete 20:55:52 0622d0fa9048: Verifying Checksum 20:55:52 0622d0fa9048: Download complete 20:55:53 094b1ea09ed8: Verifying Checksum 20:55:53 094b1ea09ed8: Download complete 20:55:53 2cc5ad85d9ab: Pull complete 20:55:53 41b27a9f41bf: Verifying Checksum 20:55:53 41b27a9f41bf: Download complete 20:55:55 756a868c4378: Pull complete 20:55:55 444b2fc9a129: Pull complete 20:55:56 ea15f1150254: Pull complete 20:56:00 41b27a9f41bf: Pull complete 20:56:00 28c525ee5125: Pull complete 20:56:03 094b1ea09ed8: Pull complete 20:56:03 138eaada9080: Pull complete 20:56:03 0622d0fa9048: Pull complete 20:56:04 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 20:56:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:56:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:56:04 prd-centos7-docker-4c-2g-516 does not seem to be running inside a container 20:56:05 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:56:08 $ docker top 931c8c607f7cd5e707599dd72aa186734a83797be04f9d30b83973052969bbb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:56:08 provisioning config files... 20:56:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config1040197699229410888tmp [Pipeline] { [Pipeline] echo 20:56:08 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:56:08 ---> create-netrc.sh [Pipeline] echo 20:56:08 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:56:09 ---> logs-deploy.sh 20:56:09 + ARCHIVE_ARTIFACTS= 20:56:09 + LOGS_SERVER=https://logs.edgexfoundry.org 20:56:09 + '[' https://logs.edgexfoundry.org == None ']' 20:56:09 + NEXUS_URL=https://nexus.edgexfoundry.org 20:56:09 + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/20 20:56:09 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/20/ 20:56:09 + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/20 /w/workspace/foundry_device-virtual-go_master 20:56:10 Archives upload complete. 20:56:10 + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/20 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-virtual-go/job/master/20/ 20:56:12 ---> uname -a: 20:56:12 Linux 931c8c607f7c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 20:56:12 20:56:12 20:56:12 ---> lscpu: 20:56:12 Architecture: x86_64 20:56:12 CPU op-mode(s): 32-bit, 64-bit 20:56:12 Byte Order: Little Endian 20:56:12 Address sizes: 40 bits physical, 48 bits virtual 20:56:12 CPU(s): 4 20:56:12 On-line CPU(s) list: 0-3 20:56:12 Thread(s) per core: 1 20:56:12 Core(s) per socket: 1 20:56:12 Socket(s): 4 20:56:12 NUMA node(s): 1 20:56:12 Vendor ID: GenuineIntel 20:56:12 CPU family: 6 20:56:12 Model: 44 20:56:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:56:12 Stepping: 1 20:56:12 CPU MHz: 2933.438 20:56:12 BogoMIPS: 5866.87 20:56:12 Virtualization: VT-x 20:56:12 Hypervisor vendor: KVM 20:56:12 Virtualization type: full 20:56:12 L1d cache: 128 KiB 20:56:12 L1i cache: 128 KiB 20:56:12 L2 cache: 16 MiB 20:56:12 L3 cache: 64 MiB 20:56:12 NUMA node0 CPU(s): 0-3 20:56:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:56:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:56:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:56:12 Vulnerability Meltdown: Mitigation; PTI 20:56:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:56:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:56:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:56:12 Vulnerability Tsx async abort: Not affected 20:56:12 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 20:56:12 20:56:12 20:56:12 ---> nproc: 20:56:12 4 20:56:12 20:56:12 20:56:12 ---> df -h: 20:56:12 Filesystem Size Used Available Use% Mounted on 20:56:12 overlay 50.0G 8.5G 41.5G 17% / 20:56:12 tmpfs 64.0M 0 64.0M 0% /dev 20:56:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:56:12 shm 64.0M 0 64.0M 0% /dev/shm 20:56:12 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 20:56:12 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 20:56:12 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 20:56:12 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master 20:56:12 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/foundry_device-virtual-go_master@tmp 20:56:12 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 20:56:12 20:56:12 20:56:12 ---> free -m: 20:56:12 total used free shared buff/cache available 20:56:12 Mem: 1837 782 104 0 950 985 20:56:12 Swap: 1023 3 1020 20:56:12 20:56:12 20:56:12 ---> ip addr: 20:56:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:56:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:56:12 inet 127.0.0.1/8 scope host lo 20:56:12 valid_lft forever preferred_lft forever 20:56:12 24: eth0@if25: mtu 1458 qdisc noqueue state UP 20:56:12 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 20:56:12 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 20:56:12 valid_lft forever preferred_lft forever 20:56:12 20:56:12 20:56:12 ---> sar -b -r -n DEV: 20:56:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/19/20 _x86_64_ (4 CPU) 20:56:12 20:56:12 20:42:20 LINUX RESTART 20:56:12 20:56:12 20:43:01 tps rtps wtps bread/s bwrtn/s 20:56:12 20:44:01 138.46 52.44 86.03 7798.64 40051.17 20:56:12 20:45:01 2.25 0.00 2.25 0.00 48.56 20:56:12 20:46:01 0.18 0.00 0.18 0.00 2.03 20:56:12 20:47:02 0.30 0.00 0.30 0.00 3.78 20:56:12 20:48:01 0.20 0.00 0.20 0.00 2.67 20:56:12 20:49:01 0.28 0.00 0.28 0.00 3.51 20:56:12 20:50:01 0.28 0.02 0.27 0.13 3.45 20:56:12 20:51:01 0.27 0.00 0.27 0.00 2.48 20:56:12 20:52:01 0.28 0.00 0.28 0.00 3.35 20:56:12 20:53:01 0.23 0.00 0.23 0.00 3.11 20:56:12 20:54:01 247.75 152.98 94.78 6978.71 32448.02 20:56:12 20:55:02 171.83 47.60 124.23 2099.77 27432.62 20:56:12 20:56:01 154.95 85.52 69.43 6723.76 19370.48 20:56:12 Average: 55.19 26.02 29.17 1812.36 9192.00 20:56:12 20:56:12 20:43:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:56:12 20:44:01 170828 1710728 90.92 2620 1119964 1154952 39.42 424948 1126112 124 20:56:12 20:45:01 176684 1704872 90.61 2620 1119968 1118192 38.16 422212 1123864 16 20:56:12 20:46:01 177692 1703864 90.56 2620 1119976 1100780 37.57 422024 1123260 16 20:56:12 20:47:02 178704 1702852 90.50 2620 1119976 1082312 36.94 423176 1121596 12 20:56:12 20:48:01 178568 1702988 90.51 2620 1119980 1082424 36.94 432524 1112560 8 20:56:12 20:49:01 179968 1701588 90.44 2620 1119996 1074116 36.66 432912 1110988 24 20:56:12 20:50:01 181940 1699616 90.33 2620 1119992 1060752 36.20 431216 1110520 8 20:56:12 20:51:01 180464 1701092 90.41 2620 1120000 1061080 36.21 428252 1115072 16 20:56:12 20:52:01 182188 1699368 90.32 2620 1120004 1060816 36.20 426636 1115072 16 20:56:12 20:53:01 182560 1698996 90.30 2620 1120012 1060816 36.20 421264 1120592 8 20:56:12 20:54:01 195132 1686424 89.63 2620 1030864 1277284 43.59 534788 952548 56 20:56:12 20:55:02 108624 1772932 94.23 2040 998888 1335364 45.57 562968 919216 28104 20:56:12 20:56:01 117432 1764124 93.76 1492 956032 1563500 53.36 640952 830940 91596 20:56:12 Average: 170060 1711496 90.96 2489 1091204 1156338 39.46 461836 1067872 9231 20:56:12 20:56:12 20:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 20:56:12 20:44:01 eth0 256.11 185.88 1032.94 91.51 0.00 0.00 0.00 20:56:12 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:44:01 docker0 1.56 1.33 0.26 2.95 0.00 0.00 0.00 20:56:12 20:45:01 eth0 2.63 0.45 0.69 0.42 0.00 0.00 0.00 20:56:12 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:46:01 eth0 2.11 0.55 0.64 0.39 0.00 0.00 0.00 20:56:12 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:47:02 eth0 1.36 0.55 0.58 0.33 0.00 0.00 0.00 20:56:12 20:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:48:01 eth0 0.46 0.32 0.27 0.26 0.00 0.00 0.00 20:56:12 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:49:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 20:56:12 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:50:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 20:56:12 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:51:01 eth0 1.08 0.53 0.58 0.21 0.00 0.00 0.00 20:56:12 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 20:56:12 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 20:56:12 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:54:01 vethb8e6ab1 0.30 0.33 0.05 0.14 0.00 0.00 0.00 20:56:12 20:54:01 eth0 455.39 324.70 5108.03 117.06 0.00 0.00 0.00 20:56:12 20:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 20:56:12 20:54:01 docker0 33.53 30.64 3.71 99.34 0.00 0.00 0.00 20:56:12 20:55:02 eth0 152.93 105.95 3214.07 91.52 0.00 0.00 0.00 20:56:12 20:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:55:02 docker0 1.39 1.19 0.28 0.56 0.00 0.00 0.00 20:56:12 20:56:01 eth0 221.44 134.32 2609.31 66.20 0.00 0.00 0.00 20:56:12 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 20:56:01 docker0 33.98 54.06 1.99 190.53 0.00 0.00 0.00 20:56:12 Average: eth0 61.88 42.22 837.86 21.03 0.00 0.00 0.00 20:56:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:56:12 Average: docker0 5.27 6.56 0.46 22.16 0.00 0.00 0.00 20:56:12 20:56:12 20:56:12 ---> sar -P ALL: 20:56:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/19/20 _x86_64_ (4 CPU) 20:56:12 20:56:12 20:42:20 LINUX RESTART 20:56:12 20:56:12 20:43:01 CPU %user %nice %system %iowait %steal %idle 20:56:12 20:44:01 all 13.44 0.00 7.81 5.09 16.89 56.77 20:56:12 20:44:01 0 13.41 0.00 6.46 4.79 18.92 56.42 20:56:12 20:44:01 1 13.85 0.00 8.65 7.11 16.17 54.21 20:56:12 20:44:01 2 12.08 0.00 6.93 4.72 17.45 58.82 20:56:12 20:44:01 3 14.46 0.00 9.21 3.73 14.99 57.61 20:56:12 20:45:01 all 0.13 0.00 0.06 0.00 0.42 99.40 20:56:12 20:45:01 0 0.02 0.00 0.02 0.00 0.18 99.78 20:56:12 20:45:01 1 0.12 0.00 0.08 0.00 0.78 99.02 20:56:12 20:45:01 2 0.03 0.00 0.07 0.00 0.37 99.53 20:56:12 20:45:01 3 0.35 0.00 0.08 0.00 0.32 99.25 20:56:12 20:46:01 all 0.12 0.00 0.08 0.00 0.77 99.03 20:56:12 20:46:01 0 0.08 0.00 0.07 0.00 0.70 99.15 20:56:12 20:46:01 1 0.10 0.00 0.07 0.00 0.93 98.91 20:56:12 20:46:01 2 0.07 0.00 0.08 0.00 0.79 99.06 20:56:12 20:46:01 3 0.23 0.00 0.08 0.00 0.65 99.04 20:56:12 20:47:02 all 0.12 0.00 0.04 0.00 0.25 99.59 20:56:12 20:47:02 0 0.35 0.00 0.05 0.00 0.22 99.38 20:56:12 20:47:02 1 0.07 0.00 0.05 0.00 0.33 99.55 20:56:12 20:47:02 2 0.02 0.00 0.02 0.00 0.07 99.90 20:56:12 20:47:02 3 0.05 0.00 0.05 0.00 0.37 99.53 20:56:12 20:48:01 all 0.11 0.00 0.06 0.00 0.26 99.57 20:56:12 20:48:01 0 0.29 0.00 0.03 0.00 0.34 99.34 20:56:12 20:48:01 1 0.02 0.00 0.10 0.00 0.44 99.44 20:56:12 20:48:01 2 0.08 0.00 0.07 0.00 0.25 99.59 20:56:12 20:48:01 3 0.03 0.00 0.03 0.00 0.03 99.90 20:56:12 20:49:01 all 0.13 0.00 0.05 0.00 0.23 99.60 20:56:12 20:49:01 0 0.05 0.00 0.03 0.00 0.25 99.67 20:56:12 20:49:01 1 0.05 0.00 0.12 0.00 0.20 99.63 20:56:12 20:49:01 2 0.42 0.00 0.02 0.00 0.42 99.15 20:56:12 20:49:01 3 0.02 0.00 0.02 0.00 0.07 99.90 20:56:12 20:50:01 all 0.09 0.00 0.05 0.00 0.55 99.32 20:56:12 20:50:01 0 0.02 0.00 0.03 0.00 0.38 99.57 20:56:12 20:50:01 1 0.07 0.00 0.07 0.02 0.61 99.24 20:56:12 20:50:01 2 0.26 0.00 0.07 0.00 0.84 98.83 20:56:12 20:50:01 3 0.00 0.00 0.03 0.00 0.31 99.65 20:56:12 20:51:01 all 0.12 0.00 0.03 0.00 0.47 99.38 20:56:12 20:51:01 0 0.02 0.00 0.07 0.00 0.13 99.78 20:56:12 20:51:01 1 0.03 0.00 0.02 0.00 0.23 99.72 20:56:12 20:51:01 2 0.38 0.00 0.02 0.00 0.78 98.82 20:56:12 20:51:01 3 0.05 0.00 0.03 0.00 0.71 99.20 20:56:12 20:52:01 all 0.09 0.00 0.03 0.00 0.41 99.46 20:56:12 20:52:01 0 0.03 0.00 0.05 0.00 0.22 99.70 20:56:12 20:52:01 1 0.05 0.00 0.02 0.00 0.35 99.58 20:56:12 20:52:01 2 0.08 0.00 0.02 0.00 0.63 99.27 20:56:12 20:52:01 3 0.22 0.00 0.03 0.00 0.47 99.28 20:56:12 20:53:01 all 0.15 0.00 0.03 0.00 0.12 99.70 20:56:12 20:53:01 0 0.02 0.00 0.03 0.00 0.05 99.90 20:56:12 20:53:01 1 0.43 0.00 0.02 0.00 0.13 99.42 20:56:12 20:53:01 2 0.02 0.00 0.03 0.00 0.07 99.88 20:56:12 20:53:01 3 0.10 0.00 0.07 0.00 0.25 99.58 20:56:12 20:54:01 all 5.63 0.00 4.38 1.99 15.26 72.75 20:56:12 20:54:01 0 5.02 0.00 4.04 1.00 15.83 74.11 20:56:12 20:54:01 1 6.98 0.00 5.44 1.92 15.82 69.84 20:56:12 20:54:01 2 4.75 0.00 4.33 3.26 14.93 72.73 20:56:12 20:54:01 3 5.81 0.00 3.70 1.75 14.44 74.30 20:56:12 20:55:02 all 7.36 0.00 6.30 1.32 14.56 70.45 20:56:12 20:55:02 0 6.79 0.00 6.11 1.89 15.47 69.74 20:56:12 20:55:02 1 8.25 0.00 6.38 0.69 14.82 69.86 20:56:12 20:55:02 2 7.00 0.00 6.68 1.62 13.78 70.92 20:56:12 20:55:02 3 7.40 0.00 6.07 1.09 14.16 71.28 20:56:12 20:56:01 all 7.01 0.00 5.49 2.99 9.97 74.53 20:56:12 20:56:01 0 5.47 0.00 6.10 4.24 11.14 73.05 20:56:12 20:56:01 1 11.38 0.00 5.71 2.41 10.25 70.25 20:56:12 20:56:01 2 5.26 0.00 4.61 3.90 9.29 76.94 20:56:12 20:56:01 3 6.00 0.00 5.53 1.37 9.22 77.87 20:56:12 Average: all 2.68 0.00 1.90 0.88 4.68 89.87 20:56:12 Average: 0 2.47 0.00 1.80 0.93 4.99 89.80 20:56:12 Average: 1 3.19 0.00 2.06 0.94 4.72 89.08 20:56:12 Average: 2 2.37 0.00 1.78 1.05 4.64 90.15 20:56:12 Average: 3 2.68 0.00 1.93 0.61 4.34 90.43 20:56:12 20:56:12 20:56:12