Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5bf229cf24b8f9ed794e66431934aece6c25b156 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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] ========================================================= [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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-1053’ is offline Running on prd-centos7-docker-4c-2g-1056 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching without tags Checking out Revision 5bf229cf24b8f9ed794e66431934aece6c25b156 (master) Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 Commit message: "Merge pull request #131 from cloudxxx8/issue-130" > git rev-list --no-walk 60862a1890d94a51ede0363f4d0c53c3372f6de9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:47:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:47:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:47:55 ========================================================= 18:47:55 EdgeX Global Pipelines Version Info 18:47:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:47:57 ------------------- 18:47:57 stable info: 18:47:57 ------------------- 18:47:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:47:57 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 18:47:57 Message: update stable to v1.0.128 18:47:58 ------------------- 18:47:58 experimental info: 18:47:58 ------------------- 18:47:58 Commited By: **** collab-it+edgex@linuxfoundation.org 18:47:58 Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 18:47:58 Message: update experimental to v1.0.128 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:47:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:47:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:48:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5bf229cf24b8f9ed794e66431934aece6c25b156 [Pipeline] echo 18:48:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5bf229c [Pipeline] echo 18:48:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:48:01 + git log --format=format:%s -1 5bf229cf24b8f9ed794e66431934aece6c25b156 [Pipeline] echo 18:48:01 GIT_COMMIT: 5bf229cf24b8f9ed794e66431934aece6c25b156, Commit Message: Merge pull request #131 from cloudxxx8/issue-130 [Pipeline] echo 18:48:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:48:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:02 18:48:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:48:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:03 latest: Pulling from edgex-devops/git-semver 18:48:03 31603596830f: Pulling fs layer 18:48:03 2a8b12db71e7: Pulling fs layer 18:48:03 6ca5941a6612: Pulling fs layer 18:48:03 ecc8261a40a4: Pulling fs layer 18:48:03 ecc8261a40a4: Waiting 18:48:03 2a8b12db71e7: Verifying Checksum 18:48:03 2a8b12db71e7: Download complete 18:48:03 31603596830f: Verifying Checksum 18:48:03 31603596830f: Download complete 18:48:03 ecc8261a40a4: Verifying Checksum 18:48:03 ecc8261a40a4: Download complete 18:48:03 6ca5941a6612: Verifying Checksum 18:48:03 6ca5941a6612: Download complete 18:48:03 31603596830f: Pull complete 18:48:03 2a8b12db71e7: Pull complete 18:48:04 6ca5941a6612: Pull complete 18:48:04 ecc8261a40a4: Pull complete 18:48:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:48:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:48:04 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:48:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:48:06 $ docker top d5739c8b3beab97cf40dede7bc4410d5ce0b5b89de1db75cbae82649788ab5ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:48:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:07 [ssh-agent] Looking for ssh-agent implementation... 18:48:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:07 $ docker exec d5739c8b3beab97cf40dede7bc4410d5ce0b5b89de1db75cbae82649788ab5ad ssh-agent 18:48:07 SSH_AUTH_SOCK=/tmp/ssh-DwgWv7zGHE1U/agent.13 18:48:07 SSH_AGENT_PID=18 18:48:07 Running ssh-add (command line suppressed) 18:48:07 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7206885918387637444.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7206885918387637444.key) 18:48:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:08 + git describe --exact-match --tags HEAD 18:48:08 fatal: No names found, cannot describe anything. [Pipeline] } 18:48:08 $ docker exec --env ******** --env ******** d5739c8b3beab97cf40dede7bc4410d5ce0b5b89de1db75cbae82649788ab5ad ssh-agent -k 18:48:08 unset SSH_AUTH_SOCK; 18:48:08 unset SSH_AGENT_PID; 18:48:08 echo Agent pid 18 killed; 18:48:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:48:08 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:48:08 This usually means this commit has not been tagged. [Pipeline] sshagent 18:48:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:08 [ssh-agent] Looking for ssh-agent implementation... 18:48:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:08 $ docker exec d5739c8b3beab97cf40dede7bc4410d5ce0b5b89de1db75cbae82649788ab5ad ssh-agent 18:48:08 SSH_AUTH_SOCK=/tmp/ssh-pqnpwxuER1Wu/agent.48 18:48:08 SSH_AGENT_PID=54 18:48:08 Running ssh-add (command line suppressed) 18:48:09 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_5315452525530678194.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_5315452525530678194.key) 18:48:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:09 + git semver init 18:48:09 # -> Open(): unable to determine branch for HEAD 18:48:09 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:48:09 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:48:09 # $SEMVER_REMOTE_NAME = origin 18:48:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:48:09 # $SEMVER_USER_NAME = edgex-jenkins 18:48:09 # $SEMVER_BRANCH = master 18:48:09 # $SEMVER_TEMP = /tmp/semver-551436743 18:48:09 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 18:48:09 # '/tmp/semver-551436743' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 18:48:09 # -> Force: false 18:48:09 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 18:48:09 $ docker exec --env ******** --env ******** d5739c8b3beab97cf40dede7bc4410d5ce0b5b89de1db75cbae82649788ab5ad ssh-agent -k 18:48:09 unset SSH_AUTH_SOCK; 18:48:09 unset SSH_AGENT_PID; 18:48:09 echo Agent pid 54 killed; 18:48:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:48:10 + git semver [Pipeline] } 18:48:10 $ docker stop --time=1 d5739c8b3beab97cf40dede7bc4410d5ce0b5b89de1db75cbae82649788ab5ad 18:48:11 $ docker rm -f d5739c8b3beab97cf40dede7bc4410d5ce0b5b89de1db75cbae82649788ab5ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:48:12 Stashed 24 file(s) [Pipeline] echo 18:48:12 [edgeXSemver]: initialized semver on version 1.2.4-dev.6 [Pipeline] echo 18:48:12 Archived original version: [1.2.4-dev.6] [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 18:48:27 Still waiting to schedule task 18:48:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:48:27 Still waiting to schedule task 18:48:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:50:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1057 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 18:50:25 Running in /w/workspace/device-virtual-go/27 [Pipeline] { [Pipeline] checkout 18:50:31 using credential edgex-jenkins-ssh 18:50:31 Cloning the remote Git repository 18:50:31 Cloning with configured refspecs honoured and without tags 18:50:32 Fetching without tags 18:50:31 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 18:50:31 > git init /w/workspace/device-virtual-go/27 # timeout=10 18:50:31 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:50:31 > git --version # timeout=10 18:50:31 > git --version # 'git version 2.17.1' 18:50:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:31 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:32 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:50:32 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:32 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:50:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:50:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:32 Checking out Revision 5bf229cf24b8f9ed794e66431934aece6c25b156 (master) 18:50:32 > git config core.sparsecheckout # timeout=10 18:50:32 > git checkout -f 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 18:50:37 Commit message: "Merge pull request #131 from cloudxxx8/issue-130" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:50:38 ========================================================= 18:50:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:50:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:50:39 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:50:40 Sending build context to Docker daemon 549.4kB 18:50:40 Step 1/8 : ARG BASE=golang:1.15-alpine 18:50:40 Step 2/8 : FROM ${BASE} 18:50:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:50:40 b538f80385f9: Pulling fs layer 18:50:40 74f711af9a0d: Pulling fs layer 18:50:40 99f96fe45779: Pulling fs layer 18:50:40 8529a6b9a6be: Pulling fs layer 18:50:40 45590311c82a: Pulling fs layer 18:50:40 69ca0ff8b7b3: Pulling fs layer 18:50:40 209524e5b208: Pulling fs layer 18:50:40 8529a6b9a6be: Waiting 18:50:40 45590311c82a: Waiting 18:50:40 69ca0ff8b7b3: Waiting 18:50:40 209524e5b208: Waiting 18:50:40 99f96fe45779: Download complete 18:50:40 74f711af9a0d: Verifying Checksum 18:50:40 74f711af9a0d: Download complete 18:50:40 45590311c82a: Download complete 18:50:41 69ca0ff8b7b3: Verifying Checksum 18:50:41 69ca0ff8b7b3: Download complete 18:50:41 b538f80385f9: Verifying Checksum 18:50:41 b538f80385f9: Download complete 18:50:42 b538f80385f9: Pull complete 18:50:42 74f711af9a0d: Pull complete 18:50:43 99f96fe45779: Pull complete 18:50:44 209524e5b208: Verifying Checksum 18:50:45 8529a6b9a6be: Verifying Checksum 18:50:45 8529a6b9a6be: Download complete 18:50:57 8529a6b9a6be: Pull complete 18:50:57 45590311c82a: Pull complete 18:50:57 69ca0ff8b7b3: Pull complete 18:51:00 209524e5b208: Pull complete 18:51:00 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:51:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:51:00 ---> 5bddaf1c2fca 18:51:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 18:51:02 ---> Running in e47de001fdb2 18:51:03 Removing intermediate container e47de001fdb2 18:51:03 ---> 83169e0dbe3d 18:51:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:03 ---> Running in 57c1acbc4251 18:51:06 Removing intermediate container 57c1acbc4251 18:51:06 ---> b7149f94ef4d 18:51:06 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 18:51:06 ---> Running in b628d53eeee1 18:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:09 (1/14) Installing libmagic (5.38-r0) 18:51:09 (2/14) Installing file (5.38-r0) 18:51:09 (3/14) Installing libc-dev (0.7.2-r3) 18:51:09 (4/14) Installing g++ (9.3.0-r2) 18:51:15 (5/14) Installing fortify-headers (1.1-r0) 18:51:15 (6/14) Installing patch (2.7.6-r6) 18:51:15 (7/14) Installing build-base (0.5-r2) 18:51:15 (8/14) Installing openssh-keygen (8.3_p1-r0) 18:51:15 (9/14) Installing libedit (20191231.3.1-r0) 18:51:15 (10/14) Installing openssh-client (8.3_p1-r0) 18:51:15 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 18:51:15 (12/14) Installing openssh-server-common (8.3_p1-r0) 18:51:15 (13/14) Installing openssh-server (8.3_p1-r0) 18:51:15 (14/14) Installing openssh (8.3_p1-r0) 18:51:15 Executing busybox-1.31.1-r16.trigger 18:51:15 OK: 221 MiB in 53 packages 18:51:20 Removing intermediate container b628d53eeee1 18:51:20 ---> 59c32bb9a487 18:51:20 Step 6/8 : WORKDIR /device-virtual-go 18:51:20 ---> Running in 6704dd77ca5c 18:51:20 Removing intermediate container 6704dd77ca5c 18:51:20 ---> 0e97e896a75f 18:51:20 Step 7/8 : COPY . . 18:51:21 ---> 9befbf513491 18:51:21 Step 8/8 : RUN go mod download 18:51:21 ---> Running in 14186e8ae922 18:51:30 Running on prd-centos7-docker-4c-2g-1058 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 18:51:30 Running in /w/workspace/device-virtual-go/27 [Pipeline] { [Pipeline] checkout 18:51:36 Removing intermediate container 14186e8ae922 18:51:36 ---> edc591bc5792 18:51:36 Successfully built edc591bc5792 18:51:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:51:37 + docker inspect -f . ci-base-image-arm64 18:51:37 . [Pipeline] withDockerContainer 18:51:37 prd-ubuntu18.04-docker-arm64-4c-16g-1057 does not seem to be running inside a container 18:51:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/27 -v /w/workspace/device-virtual-go/27:/w/workspace/device-virtual-go/27:rw,z -v /w/workspace/device-virtual-go/27@tmp:/w/workspace/device-virtual-go/27@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 18:51:39 $ docker top 5672f3797017a4c90602ebde77fd6c46a0cad77e12ee74d0db9090a6aad0a720 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:40 using credential edgex-jenkins-ssh 18:51:40 Cloning the remote Git repository 18:51:40 Cloning with configured refspecs honoured and without tags 18:51:40 + go version 18:51:40 go version go1.15.2 linux/arm64 [Pipeline] } 18:51:40 $ docker stop --time=1 5672f3797017a4c90602ebde77fd6c46a0cad77e12ee74d0db9090a6aad0a720 18:51:41 Fetching without tags 18:51:40 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 18:51:40 > git init /w/workspace/device-virtual-go/27 # timeout=10 18:51:40 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:51:40 > git --version # timeout=10 18:51:40 > git --version # 'git version 2.16.5' 18:51:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:51:40 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:51:41 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:51:41 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:51:41 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 18:51:41 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 18:51:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:51:41 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:51:42 Checking out Revision 5bf229cf24b8f9ed794e66431934aece6c25b156 (master) 18:51:42 $ docker rm -f 5672f3797017a4c90602ebde77fd6c46a0cad77e12ee74d0db9090a6aad0a720 18:51:42 > git config core.sparsecheckout # timeout=10 18:51:42 > git checkout -f 5bf229cf24b8f9ed794e66431934aece6c25b156 # timeout=10 [Pipeline] // withDockerContainer [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 18:51:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:51:46 + ls -al . 18:51:46 total 88 18:51:46 drwxrwxr-x 8 jenkins jenkins 4096 Sep 23 18:50 . 18:51:46 drwxrwxr-x 4 jenkins jenkins 4096 Sep 23 18:50 .. 18:51:46 drwxrwxr-x 8 jenkins jenkins 4096 Sep 23 18:50 .git 18:51:46 drwxrwxr-x 2 jenkins jenkins 4096 Sep 23 18:50 .github 18:51:46 -rw-rw-r-- 1 jenkins jenkins 258 Sep 23 18:50 .gitignore 18:51:46 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 18:50 .semver 18:51:46 -rw-rw-r-- 1 jenkins jenkins 6036 Sep 23 18:50 Attribution.txt 18:51:46 -rw-rw-r-- 1 jenkins jenkins 1834 Sep 23 18:50 Dockerfile 18:51:46 -rw-rw-r-- 1 jenkins jenkins 957 Sep 23 18:50 Dockerfile.build 18:51:46 -rw-rw-r-- 1 jenkins jenkins 660 Sep 23 18:50 Jenkinsfile 18:51:46 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 23 18:50 LICENSE 18:51:46 -rw-rw-r-- 1 jenkins jenkins 873 Sep 23 18:50 Makefile 18:51:46 -rw-rw-r-- 1 jenkins jenkins 918 Sep 23 18:50 README.md 18:51:46 -rw-rw-r-- 1 jenkins jenkins 11 Sep 23 18:48 VERSION 18:51:46 drwxrwxr-x 2 jenkins jenkins 4096 Sep 23 18:50 bin 18:51:46 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 18:50 cmd 18:51:46 -rw-rw-r-- 1 jenkins jenkins 862 Sep 23 18:50 go.mod 18:51:46 drwxrwxr-x 3 jenkins jenkins 4096 Sep 23 18:50 internal 18:51:46 -rw-rw-r-- 1 jenkins jenkins 235 Sep 23 18:50 version.go [Pipeline] isUnix [Pipeline] sh 18:51:46 + 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=5bf229cf24b8f9ed794e66431934aece6c25b156 --label arch=arm64 --label version=1.2.4-dev.6 . 18:51:46 Sending build context to Docker daemon 549.4kB 18:51:46 Step 1/22 : ARG BASE=golang:1.15-alpine 18:51:46 Step 2/22 : FROM ${BASE} AS builder 18:51:46 ---> edc591bc5792 18:51:46 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 18:51:47 Commit message: "Merge pull request #131 from cloudxxx8/issue-130" 18:51:47 ---> Running in 18c0580cc279 18:51:47 Removing intermediate container 18c0580cc279 18:51:47 ---> 5168068494cc 18:51:47 Step 4/22 : ARG ALPINE_PKG_EXTRA="" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:51:47 ---> Running in 47f389e0535d [Pipeline] script [Pipeline] { [Pipeline] unstash 18:51:47 Removing intermediate container 47f389e0535d 18:51:47 ---> 3deaa984b047 18:51:47 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [Pipeline] echo 18:51:48 ========================================================= 18:51:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:51:48 ========================================================= 18:51:48 ---> Running in d89c56413324 [Pipeline] isUnix [Pipeline] sh 18:51:48 Removing intermediate container d89c56413324 18:51:48 ---> 25e14f9bc8ac 18:51:48 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:48 ---> Running in dff61ec97de3 18:51:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:51:50 Sending build context to Docker daemon 549.4kB 18:51:50 Step 1/8 : ARG BASE=golang:1.15-alpine 18:51:50 Step 2/8 : FROM ${BASE} 18:51:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:51:50 df20fa9351a1: Pulling fs layer 18:51:50 ed8968b2872e: Pulling fs layer 18:51:50 a92cc7c5fd73: Pulling fs layer 18:51:50 e871e8e8d7a9: Pulling fs layer 18:51:50 e73272ec9a57: Pulling fs layer 18:51:50 1e910a182e73: Pulling fs layer 18:51:50 4e634b169226: Pulling fs layer 18:51:50 e871e8e8d7a9: Waiting 18:51:50 e73272ec9a57: Waiting 18:51:50 1e910a182e73: Waiting 18:51:50 4e634b169226: Waiting 18:51:50 a92cc7c5fd73: Verifying Checksum 18:51:50 a92cc7c5fd73: Download complete 18:51:50 ed8968b2872e: Verifying Checksum 18:51:50 ed8968b2872e: Download complete 18:51:50 e73272ec9a57: Verifying Checksum 18:51:50 e73272ec9a57: Download complete 18:51:50 1e910a182e73: Verifying Checksum 18:51:50 1e910a182e73: Download complete 18:51:51 df20fa9351a1: Verifying Checksum 18:51:51 df20fa9351a1: Download complete 18:51:51 Removing intermediate container dff61ec97de3 18:51:51 ---> 07b6c1ce0f69 18:51:51 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:51:51 ---> Running in 7867606f4ec7 18:51:51 df20fa9351a1: Pull complete 18:51:52 ed8968b2872e: Pull complete 18:51:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:52 a92cc7c5fd73: Pull complete 18:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:54 OK: 221 MiB in 53 packages 18:51:55 Removing intermediate container 7867606f4ec7 18:51:55 ---> 3d18cad7cd4a 18:51:55 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 18:51:55 ---> Running in 708efee00036 18:51:55 4e634b169226: Verifying Checksum 18:51:55 4e634b169226: Download complete 18:51:55 Removing intermediate container 708efee00036 18:51:55 ---> bae0e49aae5c 18:51:55 Step 9/22 : COPY . . 18:51:56 ---> c47dc221213a 18:51:56 Step 10/22 : ARG MAKE='make build' 18:51:56 ---> Running in 6447f35c3b88 18:51:57 Removing intermediate container 6447f35c3b88 18:51:57 ---> fee0f701cccc 18:51:57 Step 11/22 : RUN $MAKE 18:51:57 ---> Running in 1b5bd406c22b 18:51:58 e871e8e8d7a9: Verifying Checksum 18:51:58 e871e8e8d7a9: Download complete 18:51:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.6" -o cmd/device-virtual ./cmd 18:52:11 e871e8e8d7a9: Pull complete 18:52:11 e73272ec9a57: Pull complete 18:52:11 1e910a182e73: Pull complete 18:52:18 4e634b169226: Pull complete 18:52:18 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:52:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:52:18 ---> f7629b54cfaa 18:52:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 18:52:18 ---> Running in b97b6632268a 18:52:19 Removing intermediate container b97b6632268a 18:52:19 ---> 2c62c153cd6c 18:52:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:52:19 ---> Running in 3be9a2f1b13f 18:52:21 Removing intermediate container 3be9a2f1b13f 18:52:21 ---> 83046eb3a9d4 18:52:21 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 18:52:21 ---> Running in 71c85aa60383 18:52:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:24 (1/14) Installing libmagic (5.38-r0) 18:52:24 (2/14) Installing file (5.38-r0) 18:52:24 (3/14) Installing libc-dev (0.7.2-r3) 18:52:24 (4/14) Installing g++ (9.3.0-r2) 18:52:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:52:31 (5/14) Installing fortify-headers (1.1-r0) 18:52:31 (6/14) Installing patch (2.7.6-r6) 18:52:31 (7/14) Installing build-base (0.5-r2) 18:52:31 (8/14) Installing openssh-keygen (8.3_p1-r0) 18:52:31 (9/14) Installing libedit (20191231.3.1-r0) 18:52:31 (10/14) Installing openssh-client (8.3_p1-r0) 18:52:31 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 18:52:31 (12/14) Installing openssh-server-common (8.3_p1-r0) 18:52:31 (13/14) Installing openssh-server (8.3_p1-r0) 18:52:31 (14/14) Installing openssh (8.3_p1-r0) 18:52:32 Executing busybox-1.31.1-r16.trigger 18:52:32 OK: 237 MiB in 53 packages 18:52:35 Removing intermediate container 71c85aa60383 18:52:35 ---> 36008bb9f718 18:52:35 Step 6/8 : WORKDIR /device-virtual-go 18:52:35 ---> Running in 1e2bf81a2ee0 18:52:35 Removing intermediate container 1e2bf81a2ee0 18:52:35 ---> 1bcf8b8aa37a 18:52:35 Step 7/8 : COPY . . 18:52:36 ---> 7ef2fb94e3ab 18:52:36 Step 8/8 : RUN go mod download 18:52:36 ---> Running in 35dbdd9d5134 18:52:36 Removing intermediate container 1b5bd406c22b 18:52:36 ---> d9bc1b711af1 18:52:36 Step 12/22 : FROM alpine 18:52:36 latest: Pulling from library/alpine 18:52:37 b538f80385f9: Already exists 18:52:37 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:52:37 Status: Downloaded newer image for alpine:latest 18:52:37 ---> 62ee0e9f8440 18:52:37 Step 13/22 : ENV APP_PORT=49990 18:52:37 ---> Running in ac0de81df68d 18:52:37 Removing intermediate container ac0de81df68d 18:52:37 ---> ed758c141b93 18:52:37 Step 14/22 : EXPOSE $APP_PORT 18:52:38 ---> Running in 4fcbed825148 18:52:38 Removing intermediate container 4fcbed825148 18:52:38 ---> e1cf57fb5288 18:52:38 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 18:52:40 ---> d37b7a3ee36e 18:52:40 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 18:52:40 ---> f8529953d986 18:52:40 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 18:52:41 ---> 90677822d032 18:52:41 Step 18/22 : ENTRYPOINT ["/device-virtual"] 18:52:41 ---> Running in dc65f1083097 18:52:41 Removing intermediate container dc65f1083097 18:52:41 ---> 4f135e23fa1f 18:52:41 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:42 ---> Running in bd26aa357044 18:52:42 Removing intermediate container bd26aa357044 18:52:42 ---> 846492db6db6 18:52:42 Step 20/22 : LABEL arch=arm64 18:52:42 ---> Running in 661cab7fcef8 18:52:42 Removing intermediate container 661cab7fcef8 18:52:42 ---> ac3223edb990 18:52:42 Step 21/22 : LABEL git_sha=5bf229cf24b8f9ed794e66431934aece6c25b156 18:52:43 ---> Running in d3863b3e6fe1 18:52:43 Removing intermediate container d3863b3e6fe1 18:52:43 ---> 9c04d4305943 18:52:43 Step 22/22 : LABEL version=1.2.4-dev.6 18:52:43 ---> Running in eb4dc153ced4 18:52:44 Removing intermediate container eb4dc153ced4 18:52:44 ---> f4d389ed2b10 18:52:44 [Warning] One or more build-args [ARCH] were not consumed 18:52:44 Successfully built f4d389ed2b10 18:52:44 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 18:52:44 provisioning config files... 18:52:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/27@tmp/config5838102920298757346tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:52:45 ---> docker-login.sh 18:52:45 nexus3.edgexfoundry.org:10001 18:52:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:45 Configure a credential helper to remove this warning. See 18:52:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:45 18:52:45 Login Succeeded 18:52:45 nexus3.edgexfoundry.org:10002 18:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:46 Configure a credential helper to remove this warning. See 18:52:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:46 18:52:46 Login Succeeded 18:52:46 nexus3.edgexfoundry.org:10003 18:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:46 Configure a credential helper to remove this warning. See 18:52:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:46 18:52:46 Login Succeeded 18:52:46 nexus3.edgexfoundry.org:10004 18:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:47 Configure a credential helper to remove this warning. See 18:52:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:47 18:52:47 Login Succeeded 18:52:47 docker.io 18:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:52:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:52:48 Configure a credential helper to remove this warning. See 18:52:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:52:48 18:52:48 Login Succeeded 18:52:48 ---> docker-login.sh ends [Pipeline] } 18:52:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:52:48 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 18:52:48 5bf229cf24b8f9ed794e66431934aece6c25b156 18:52:48 latest 18:52:48 1.2.4-dev.6 18:52:48 5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 18:52:48 master 18:52:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:52:49 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156 [Pipeline] isUnix [Pipeline] sh 18:52:49 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156 18:52:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:52:49 7c4d64132163: Preparing 18:52:49 70c375f00f4c: Preparing 18:52:49 6abea4538cc3: Preparing 18:52:49 e2f13739ad41: Preparing 18:52:50 e2f13739ad41: Layer already exists 18:52:50 7c4d64132163: Pushed 18:52:50 70c375f00f4c: Pushed 18:52:52 6abea4538cc3: Pushed 18:52:53 5bf229cf24b8f9ed794e66431934aece6c25b156: digest: sha256:e65b954a8ee2207bc70f54255b3b4fc0e1300fd283927c54fac235bd5beb7e5d size: 1155 [Pipeline] isUnix [Pipeline] sh 18:52:53 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:52:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 18:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:52:53 7c4d64132163: Preparing 18:52:53 70c375f00f4c: Preparing 18:52:53 6abea4538cc3: Preparing 18:52:53 e2f13739ad41: Preparing 18:52:53 6abea4538cc3: Layer already exists 18:52:53 e2f13739ad41: Layer already exists 18:52:53 7c4d64132163: Layer already exists 18:52:54 70c375f00f4c: Layer already exists 18:52:54 latest: digest: sha256:e65b954a8ee2207bc70f54255b3b4fc0e1300fd283927c54fac235bd5beb7e5d size: 1155 [Pipeline] isUnix [Pipeline] sh 18:52:54 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.6 [Pipeline] isUnix [Pipeline] sh 18:52:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.6 18:52:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:52:55 7c4d64132163: Preparing 18:52:55 70c375f00f4c: Preparing 18:52:55 6abea4538cc3: Preparing 18:52:55 e2f13739ad41: Preparing 18:52:55 Removing intermediate container 35dbdd9d5134 18:52:55 ---> a2c6f44a221a 18:52:55 Successfully built a2c6f44a221a 18:52:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:52:55 6abea4538cc3: Layer already exists 18:52:55 7c4d64132163: Layer already exists 18:52:55 e2f13739ad41: Layer already exists 18:52:55 70c375f00f4c: Layer already exists 18:52:55 1.2.4-dev.6: digest: sha256:e65b954a8ee2207bc70f54255b3b4fc0e1300fd283927c54fac235bd5beb7e5d size: 1155 [Pipeline] isUnix [Pipeline] sh 18:52:55 + docker inspect -f . ci-base-image-x86_64 18:52:55 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 [Pipeline] isUnix [Pipeline] sh 18:52:56 . [Pipeline] withDockerContainer 18:52:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 18:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:52:56 7c4d64132163: Preparing 18:52:56 70c375f00f4c: Preparing 18:52:56 6abea4538cc3: Preparing 18:52:56 e2f13739ad41: Preparing 18:52:56 70c375f00f4c: Layer already exists 18:52:56 e2f13739ad41: Layer already exists 18:52:56 7c4d64132163: Layer already exists 18:52:56 6abea4538cc3: Layer already exists 18:52:56 prd-centos7-docker-4c-2g-1058 does not seem to be running inside a container 18:52:56 5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6: digest: sha256:e65b954a8ee2207bc70f54255b3b4fc0e1300fd283927c54fac235bd5beb7e5d size: 1155 18:52:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/27 -v /w/workspace/device-virtual-go/27:/w/workspace/device-virtual-go/27:rw,z -v /w/workspace/device-virtual-go/27@tmp:/w/workspace/device-virtual-go/27@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:52:58 $ docker top 2a49cc96731f7b082b091addd2e0275ab2cc23d4980d0e6244a5341a1f963490 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 18:52:59 + go version 18:52:59 go version go1.15.2 linux/amd64 [Pipeline] } 18:52:59 $ docker stop --time=1 2a49cc96731f7b082b091addd2e0275ab2cc23d4980d0e6244a5341a1f963490 18:52:59 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 18:53:00 $ docker rm -f 2a49cc96731f7b082b091addd2e0275ab2cc23d4980d0e6244a5341a1f963490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } 18:53:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 18:53:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 18:53:01 7c4d64132163: Preparing 18:53:01 70c375f00f4c: Preparing 18:53:01 6abea4538cc3: Preparing 18:53:01 e2f13739ad41: Preparing 18:53:01 70c375f00f4c: Layer already exists [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:53:01 7c4d64132163: Layer already exists 18:53:01 6abea4538cc3: Layer already exists 18:53:01 e2f13739ad41: Layer already exists 18:53:01 master: digest: sha256:e65b954a8ee2207bc70f54255b3b4fc0e1300fd283927c54fac235bd5beb7e5d size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:53:02 ===================================================== 18:53:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] echo 18:53:02 taggedImages: 18:53:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156 18:53:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 18:53:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.2.4-dev.6 18:53:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 18:53:02 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:53:02 + ls -al . 18:53:02 total 60 18:53:02 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 23 18:51 . 18:53:02 drwxrwxr-x. 4 jenkins jenkins 30 Sep 23 18:51 .. 18:53:02 -rw-rw-r--. 1 jenkins jenkins 6036 Sep 23 18:51 Attribution.txt 18:53:02 drwxrwxr-x. 2 jenkins jenkins 64 Sep 23 18:51 bin 18:53:02 drwxrwxr-x. 3 jenkins jenkins 32 Sep 23 18:51 cmd 18:53:02 -rw-rw-r--. 1 jenkins jenkins 1834 Sep 23 18:51 Dockerfile 18:53:02 -rw-rw-r--. 1 jenkins jenkins 957 Sep 23 18:51 Dockerfile.build 18:53:02 drwxrwxr-x. 8 jenkins jenkins 162 Sep 23 18:51 .git 18:53:02 drwxrwxr-x. 2 jenkins jenkins 38 Sep 23 18:51 .github 18:53:02 -rw-rw-r--. 1 jenkins jenkins 258 Sep 23 18:51 .gitignore 18:53:02 -rw-rw-r--. 1 jenkins jenkins 862 Sep 23 18:51 go.mod 18:53:02 drwxrwxr-x. 3 jenkins jenkins 20 Sep 23 18:51 internal 18:53:02 -rw-rw-r--. 1 jenkins jenkins 660 Sep 23 18:51 Jenkinsfile 18:53:02 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 23 18:51 LICENSE 18:53:02 -rw-rw-r--. 1 jenkins jenkins 873 Sep 23 18:51 Makefile 18:53:02 -rw-rw-r--. 1 jenkins jenkins 918 Sep 23 18:51 README.md 18:53:02 drwxrwxr-x. 3 jenkins jenkins 44 Sep 23 18:51 .semver 18:53:02 -rw-rw-r--. 1 jenkins jenkins 11 Sep 23 18:48 VERSION 18:53:02 -rw-rw-r--. 1 jenkins jenkins 235 Sep 23 18:51 version.go [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 18:53:03 + 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=5bf229cf24b8f9ed794e66431934aece6c25b156 --label arch=amd64 --label version=1.2.4-dev.6 . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 18:53:03 Sending build context to Docker daemon 549.4kB 18:53:03 Step 1/22 : ARG BASE=golang:1.15-alpine 18:53:03 Step 2/22 : FROM ${BASE} AS builder 18:53:03 ---> a2c6f44a221a 18:53:03 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [Pipeline] // node [Pipeline] } [Pipeline] // stage 18:53:03 ---> Running in 9f88d2e261f7 [Pipeline] } 18:53:03 Removing intermediate container 9f88d2e261f7 18:53:03 ---> db3d89f704da 18:53:03 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 18:53:03 ---> Running in 39845058e247 18:53:04 Removing intermediate container 39845058e247 18:53:04 ---> a64b51ec86b2 18:53:04 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 18:53:04 ---> Running in 0cba7267a7ed 18:53:04 Removing intermediate container 0cba7267a7ed 18:53:04 ---> 3e2f56f3d478 18:53:04 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:53:04 ---> Running in 1032c5d609b1 18:53:05 Removing intermediate container 1032c5d609b1 18:53:05 ---> 87c8eabc12df 18:53:05 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:53:05 ---> Running in fe5eea272241 18:53:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:53:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:53:07 OK: 237 MiB in 53 packages 18:53:08 Removing intermediate container fe5eea272241 18:53:08 ---> abbb62d50137 18:53:08 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 18:53:08 ---> Running in 25467f87dd85 18:53:08 Removing intermediate container 25467f87dd85 18:53:08 ---> 033e77e98a36 18:53:08 Step 9/22 : COPY . . 18:53:09 ---> eb48002ffbda 18:53:09 Step 10/22 : ARG MAKE='make build' 18:53:09 ---> Running in c7b07a43541f 18:53:09 Removing intermediate container c7b07a43541f 18:53:09 ---> ca4892adb241 18:53:09 Step 11/22 : RUN $MAKE 18:53:10 ---> Running in 5456d585f468 18:53:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.4-dev.6" -o cmd/device-virtual ./cmd 18:53:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 18:53:36 Removing intermediate container 5456d585f468 18:53:36 ---> d2f60c5c5b33 18:53:36 Step 12/22 : FROM alpine 18:53:36 latest: Pulling from library/alpine 18:53:37 df20fa9351a1: Already exists 18:53:37 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 18:53:37 Status: Downloaded newer image for alpine:latest 18:53:37 ---> a24bb4013296 18:53:37 Step 13/22 : ENV APP_PORT=49990 18:53:37 ---> Running in b0d7e04a3f0e 18:53:37 Removing intermediate container b0d7e04a3f0e 18:53:37 ---> 3d88aaea7080 18:53:37 Step 14/22 : EXPOSE $APP_PORT 18:53:37 ---> Running in cbe74c1ddf63 18:53:38 Removing intermediate container cbe74c1ddf63 18:53:38 ---> e85133a5b15f 18:53:38 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 18:53:38 ---> 2ae591a92991 18:53:38 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 18:53:39 ---> 174ada87eff5 18:53:39 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 18:53:39 ---> b9653eaeb9b4 18:53:39 Step 18/22 : ENTRYPOINT ["/device-virtual"] 18:53:39 ---> Running in 4306db8097f0 18:53:40 Removing intermediate container 4306db8097f0 18:53:40 ---> 6e3a47f52d75 18:53:40 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:53:40 ---> Running in 6efec67f74df 18:53:40 Removing intermediate container 6efec67f74df 18:53:40 ---> d7b165110e57 18:53:40 Step 20/22 : LABEL arch=amd64 18:53:40 ---> Running in aae050b17018 18:53:40 Removing intermediate container aae050b17018 18:53:40 ---> 391a6ced0279 18:53:40 Step 21/22 : LABEL git_sha=5bf229cf24b8f9ed794e66431934aece6c25b156 18:53:40 ---> Running in 44727934ff34 18:53:41 Removing intermediate container 44727934ff34 18:53:41 ---> 8ed1431c07b8 18:53:41 Step 22/22 : LABEL version=1.2.4-dev.6 18:53:41 ---> Running in cdca0f500851 18:53:41 Removing intermediate container cdca0f500851 18:53:41 ---> 58e62eb69973 18:53:41 [Warning] One or more build-args [ARCH] were not consumed 18:53:41 Successfully built 58e62eb69973 18:53:41 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:53:42 provisioning config files... 18:53:42 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/27@tmp/config694849311654505431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:53:43 ---> docker-login.sh 18:53:43 nexus3.edgexfoundry.org:10001 18:53:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:44 Configure a credential helper to remove this warning. See 18:53:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:44 18:53:44 Login Succeeded 18:53:44 nexus3.edgexfoundry.org:10002 18:53:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:45 Configure a credential helper to remove this warning. See 18:53:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:45 18:53:45 Login Succeeded 18:53:45 nexus3.edgexfoundry.org:10003 18:53:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:46 Configure a credential helper to remove this warning. See 18:53:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:46 18:53:46 Login Succeeded 18:53:46 nexus3.edgexfoundry.org:10004 18:53:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:46 Configure a credential helper to remove this warning. See 18:53:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:46 18:53:46 Login Succeeded 18:53:46 docker.io 18:53:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:47 Configure a credential helper to remove this warning. See 18:53:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:47 18:53:47 Login Succeeded 18:53:47 ---> docker-login.sh ends [Pipeline] } 18:53:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:53:47 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 18:53:47 5bf229cf24b8f9ed794e66431934aece6c25b156 18:53:47 latest 18:53:47 1.2.4-dev.6 18:53:47 5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 18:53:47 master 18:53:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:53:48 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156 [Pipeline] isUnix [Pipeline] sh 18:53:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156 18:53:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:53:48 6c5c31a0c064: Preparing 18:53:48 22d041cf9a8e: Preparing 18:53:48 7967f8ae8581: Preparing 18:53:48 50644c29ef5a: Preparing 18:53:48 50644c29ef5a: Layer already exists 18:53:49 22d041cf9a8e: Pushed 18:53:49 6c5c31a0c064: Pushed 18:53:51 7967f8ae8581: Pushed 18:53:51 5bf229cf24b8f9ed794e66431934aece6c25b156: digest: sha256:ed202f95c46fc7c701a57e84fadd20f7085a24a4c5c3c70c0ea55dce63c7becc size: 1155 [Pipeline] isUnix [Pipeline] sh 18:53:51 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 18:53:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 18:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:53:52 6c5c31a0c064: Preparing 18:53:52 22d041cf9a8e: Preparing 18:53:52 7967f8ae8581: Preparing 18:53:52 50644c29ef5a: Preparing 18:53:52 22d041cf9a8e: Layer already exists 18:53:52 6c5c31a0c064: Layer already exists 18:53:52 50644c29ef5a: Layer already exists 18:53:52 7967f8ae8581: Layer already exists 18:53:52 latest: digest: sha256:ed202f95c46fc7c701a57e84fadd20f7085a24a4c5c3c70c0ea55dce63c7becc size: 1155 [Pipeline] isUnix [Pipeline] sh 18:53:52 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.6 [Pipeline] isUnix [Pipeline] sh 18:53:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.6 18:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:53:52 6c5c31a0c064: Preparing 18:53:52 22d041cf9a8e: Preparing 18:53:52 7967f8ae8581: Preparing 18:53:52 50644c29ef5a: Preparing 18:53:52 22d041cf9a8e: Layer already exists 18:53:52 7967f8ae8581: Layer already exists 18:53:52 50644c29ef5a: Layer already exists 18:53:52 6c5c31a0c064: Layer already exists 18:53:52 1.2.4-dev.6: digest: sha256:ed202f95c46fc7c701a57e84fadd20f7085a24a4c5c3c70c0ea55dce63c7becc size: 1155 [Pipeline] isUnix [Pipeline] sh 18:53:53 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 [Pipeline] isUnix [Pipeline] sh 18:53:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 18:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:53:53 6c5c31a0c064: Preparing 18:53:53 22d041cf9a8e: Preparing 18:53:53 7967f8ae8581: Preparing 18:53:53 50644c29ef5a: Preparing 18:53:53 6c5c31a0c064: Layer already exists 18:53:53 22d041cf9a8e: Layer already exists 18:53:53 50644c29ef5a: Layer already exists 18:53:53 7967f8ae8581: Layer already exists 18:53:53 5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6: digest: sha256:ed202f95c46fc7c701a57e84fadd20f7085a24a4c5c3c70c0ea55dce63c7becc size: 1155 [Pipeline] isUnix [Pipeline] sh 18:53:54 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 18:53:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 18:53:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 18:53:55 6c5c31a0c064: Preparing 18:53:55 22d041cf9a8e: Preparing 18:53:55 7967f8ae8581: Preparing 18:53:55 50644c29ef5a: Preparing 18:53:55 22d041cf9a8e: Layer already exists 18:53:55 6c5c31a0c064: Layer already exists 18:53:55 7967f8ae8581: Layer already exists 18:53:55 50644c29ef5a: Layer already exists 18:53:55 master: digest: sha256:ed202f95c46fc7c701a57e84fadd20f7085a24a4c5c3c70c0ea55dce63c7becc size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:53:55 ===================================================== [Pipeline] echo 18:53:55 taggedImages: 18:53:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156 18:53:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 18:53:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.2.4-dev.6 18:53:55 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156-1.2.4-dev.6 18:53:55 - 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 18:54:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 18:54:02 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 18:54:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:54:02 18:54:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 18:54:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:54:03 1.317.0: Pulling from edgex-devops/edgex-snyk-go 18:54:03 cbdbe7a5bc2a: Pulling fs layer 18:54:03 408f87550127: Pulling fs layer 18:54:03 fe522b08c979: Pulling fs layer 18:54:03 221eaa008020: Pulling fs layer 18:54:03 2a4607e5d6b9: Pulling fs layer 18:54:03 8f79b27c4fd2: Pulling fs layer 18:54:03 e5c8dbe1645b: Pulling fs layer 18:54:03 23e8b3b47431: Pulling fs layer 18:54:03 5c568d65a230: Pulling fs layer 18:54:03 8f79b27c4fd2: Waiting 18:54:03 e5c8dbe1645b: Waiting 18:54:03 23e8b3b47431: Waiting 18:54:03 5c568d65a230: Waiting 18:54:03 221eaa008020: Waiting 18:54:03 2a4607e5d6b9: Waiting 18:54:03 fe522b08c979: Download complete 18:54:03 408f87550127: Download complete 18:54:03 2a4607e5d6b9: Verifying Checksum 18:54:03 2a4607e5d6b9: Download complete 18:54:03 8f79b27c4fd2: Verifying Checksum 18:54:03 8f79b27c4fd2: Download complete 18:54:03 cbdbe7a5bc2a: Verifying Checksum 18:54:03 cbdbe7a5bc2a: Download complete 18:54:03 cbdbe7a5bc2a: Pull complete 18:54:03 408f87550127: Pull complete 18:54:04 fe522b08c979: Pull complete 18:54:04 e5c8dbe1645b: Verifying Checksum 18:54:04 e5c8dbe1645b: Download complete 18:54:06 23e8b3b47431: Verifying Checksum 18:54:06 23e8b3b47431: Download complete 18:54:06 5c568d65a230: Verifying Checksum 18:54:06 5c568d65a230: Download complete 18:54:07 221eaa008020: Download complete 18:54:12 221eaa008020: Pull complete 18:54:12 2a4607e5d6b9: Pull complete 18:54:12 8f79b27c4fd2: Pull complete 18:54:15 e5c8dbe1645b: Pull complete 18:54:18 23e8b3b47431: Pull complete 18:54:19 5c568d65a230: Pull complete 18:54:19 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 18:54:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 18:54:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 18:54:20 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:54:20 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 18:54:21 $ docker top c5d7350efe4630dcd1837562ada419e4469029873f5ee93b428e6a1c6bacf787 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:21 + snyk monitor '--org=edgex-jenkins' 18:54:36 18:54:36 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 18:54:36 18:54:36 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/e9ed56aa-4cb6-4ef1-ba2c-55d0921d65a3 18:54:36 18:54:36 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:54:36 18:54:36 18:54:36 Snyk CLI supports Node.js 8 and higher. 18:54:36 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 18:54:36 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 18:54:36 18:54:36 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 18:54:36 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 18:54:36 $ docker stop --time=1 c5d7350efe4630dcd1837562ada419e4469029873f5ee93b428e6a1c6bacf787 18:54:38 $ docker rm -f c5d7350efe4630dcd1837562ada419e4469029873f5ee93b428e6a1c6bacf787 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:54:40 18:54:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 18:54:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:54:40 latest: Pulling from edgex-devops/edgex-klar 18:54:40 e7c96db7181b: Pulling fs layer 18:54:40 1868ca2cb446: Pulling fs layer 18:54:40 136be5d0fe8e: Pulling fs layer 18:54:40 894bfe63afcb: Pulling fs layer 18:54:40 894bfe63afcb: Waiting 18:54:40 1868ca2cb446: Verifying Checksum 18:54:40 1868ca2cb446: Download complete 18:54:40 136be5d0fe8e: Verifying Checksum 18:54:40 136be5d0fe8e: Download complete 18:54:40 e7c96db7181b: Verifying Checksum 18:54:40 e7c96db7181b: Download complete 18:54:41 894bfe63afcb: Verifying Checksum 18:54:41 894bfe63afcb: Download complete 18:54:41 e7c96db7181b: Pull complete 18:54:41 1868ca2cb446: Pull complete 18:54:41 136be5d0fe8e: Pull complete 18:54:41 894bfe63afcb: Pull complete 18:54:41 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 18:54:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:54:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 18:54:41 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:54:41 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 18:54:43 $ docker top 94ad53edf002bdeddbb70890d55cfefab582e23ebe221f867992657dfd60fbd0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:43 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156 18:54:43 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:54:48 $ docker stop --time=1 94ad53edf002bdeddbb70890d55cfefab582e23ebe221f867992657dfd60fbd0 18:54:49 $ docker rm -f 94ad53edf002bdeddbb70890d55cfefab582e23ebe221f867992657dfd60fbd0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:54:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:54:50 . [Pipeline] withDockerContainer 18:54:50 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:54:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 18:54:50 $ docker top 2164258e02d3ebd31f44d5a1782aa5f607996957f3b39cbfa4da350da6db602d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:51 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go:5bf229cf24b8f9ed794e66431934aece6c25b156 18:54:51 + tee 18:54:51 clair timeout 1m0s 18:54:51 docker timeout: 1m0s 18:54:51 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:54:52 $ docker stop --time=1 2164258e02d3ebd31f44d5a1782aa5f607996957f3b39cbfa4da350da6db602d 18:54:53 $ docker rm -f 2164258e02d3ebd31f44d5a1782aa5f607996957f3b39cbfa4da350da6db602d [Pipeline] // withDockerContainer [Pipeline] sh 18:54:53 + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo 18:54:53 Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go_5bf229cf24b8f9ed794e66431934aece6c25b156.html [Pipeline] writeFile [Pipeline] step 18:54:53 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 18:54:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:54:54 . [Pipeline] withDockerContainer 18:54:54 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:54:54 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 18:54:55 $ docker top 07cd4ac62e67efcba11502a272fae2c7f7141e81b7d25ddf018e873c29c167ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:56 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156 18:54:56 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:54:59 $ docker stop --time=1 07cd4ac62e67efcba11502a272fae2c7f7141e81b7d25ddf018e873c29c167ff 18:55:00 $ docker rm -f 07cd4ac62e67efcba11502a272fae2c7f7141e81b7d25ddf018e873c29c167ff [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:55:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 18:55:01 . [Pipeline] withDockerContainer 18:55:01 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:55:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 18:55:02 $ docker top b66fa9607ac0fddf58a493ab9a82777576980e20d159a5223a7dab4cc2756cb7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:02 + /klar nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:5bf229cf24b8f9ed794e66431934aece6c25b156 18:55:02 + tee 18:55:02 clair timeout 1m0s 18:55:02 docker timeout: 1m0s 18:55:02 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 18:55:03 $ docker stop --time=1 b66fa9607ac0fddf58a493ab9a82777576980e20d159a5223a7dab4cc2756cb7 18:55:05 $ docker rm -f b66fa9607ac0fddf58a493ab9a82777576980e20d159a5223a7dab4cc2756cb7 [Pipeline] // withDockerContainer [Pipeline] sh 18:55:05 + mkdir -p /w/workspace/foundry_device-virtual-go_master/clair-reports [Pipeline] echo 18:55:05 Generated HTML Table Report. Writing to /w/workspace/foundry_device-virtual-go_master/clair-reports/clair_results_docker-device-virtual-go-arm64_5bf229cf24b8f9ed794e66431934aece6c25b156.html [Pipeline] writeFile [Pipeline] step 18:55:05 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [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 18:55:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:06 . [Pipeline] withDockerContainer 18:55:06 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:55:07 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:55:07 $ docker top 93906b1b4539078e4a573452c41b830a39dc1fdb8a3a41f77e1612aee79450ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:55:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:08 [ssh-agent] Looking for ssh-agent implementation... 18:55:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:08 $ docker exec 93906b1b4539078e4a573452c41b830a39dc1fdb8a3a41f77e1612aee79450ad ssh-agent 18:55:08 SSH_AUTH_SOCK=/tmp/ssh-Mq0joA2yf8a5/agent.12 18:55:08 SSH_AGENT_PID=17 18:55:08 Running ssh-add (command line suppressed) 18:55:08 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_4069991522453454997.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_4069991522453454997.key) 18:55:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:08 + git semver tag 18:55:08 # -> Open(): unable to determine branch for HEAD 18:55:08 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:55:08 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:55:08 # $SEMVER_REMOTE_NAME = origin 18:55:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:55:08 # $SEMVER_USER_NAME = edgex-jenkins 18:55:08 # $SEMVER_BRANCH = master 18:55:08 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 18:55:08 # 5bf229cf24b8f9ed794e66431934aece6c25b156 HEAD 18:55:08 # -> Force: false 18:55:08 # 9c48b0ab824c5135898004bd03c4599f102bbd2b refs/tags/v1.2.4-dev.6 [Pipeline] } 18:55:08 $ docker exec --env ******** --env ******** 93906b1b4539078e4a573452c41b830a39dc1fdb8a3a41f77e1612aee79450ad ssh-agent -k 18:55:09 unset SSH_AUTH_SOCK; 18:55:09 unset SSH_AGENT_PID; 18:55:09 echo Agent pid 17 killed; 18:55:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:55:09 + git semver [Pipeline] } 18:55:09 $ docker stop --time=1 93906b1b4539078e4a573452c41b830a39dc1fdb8a3a41f77e1612aee79450ad 18:55:10 $ docker rm -f 93906b1b4539078e4a573452c41b830a39dc1fdb8a3a41f77e1612aee79450ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:55:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:55:11 18:55:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:55:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:55:11 0.23.1-centos7: Pulling from edgex-lftools 18:55:11 ab5ef0e58194: Pulling fs layer 18:55:11 9712f1f96733: Pulling fs layer 18:55:11 63f879dbbcfc: Pulling fs layer 18:55:11 0d9ebad4ef96: Pulling fs layer 18:55:11 e9a5061849ea: Pulling fs layer 18:55:11 d747dcd14b5f: Pulling fs layer 18:55:11 2de7ff778b66: Pulling fs layer 18:55:11 e9a5061849ea: Waiting 18:55:11 0d9ebad4ef96: Waiting 18:55:11 2de7ff778b66: Waiting 18:55:11 d747dcd14b5f: Waiting 18:55:11 9712f1f96733: Verifying Checksum 18:55:11 9712f1f96733: Download complete 18:55:13 63f879dbbcfc: Verifying Checksum 18:55:13 63f879dbbcfc: Download complete 18:55:13 e9a5061849ea: Verifying Checksum 18:55:13 e9a5061849ea: Download complete 18:55:13 d747dcd14b5f: Download complete 18:55:14 2de7ff778b66: Verifying Checksum 18:55:14 2de7ff778b66: Download complete 18:55:14 0d9ebad4ef96: Download complete 18:55:14 ab5ef0e58194: Verifying Checksum 18:55:14 ab5ef0e58194: Download complete 18:55:18 ab5ef0e58194: Pull complete 18:55:18 9712f1f96733: Pull complete 18:55:21 63f879dbbcfc: Pull complete 18:55:27 0d9ebad4ef96: Pull complete 18:55:28 e9a5061849ea: Pull complete 18:55:28 d747dcd14b5f: Pull complete 18:55:31 2de7ff778b66: Pull complete 18:55:31 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:55:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:55:31 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:55:31 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:55:31 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:55:35 $ docker top f151c5c96f9b02fe19e767068aeff18222deab69fcb16293bb4184e8658d30e2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:55:35 provisioning config files... 18:55:36 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8447667617429938483tmp 18:55:36 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config7955324840103158514tmp 18:55:36 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2874553733049968631tmp [Pipeline] { [Pipeline] echo 18:55:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:55:36 ---> sigul-configuration.sh 18:55:36 gpg: directory `/root/.gnupg' created 18:55:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:55:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:55:36 gpg: keyring `/root/.gnupg/secring.gpg' created 18:55:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:55:36 gpg: CAST5 encrypted data 18:55:36 gpg: encrypted with 1 passphrase 18:55:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:55:36 + mkdir /home/jenkins 18:55:36 + mkdir /home/jenkins/sigul [Pipeline] sh 18:55:37 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:55:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:55:37 ---> sigul-install.sh 18:55:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:55:44 + git tag --list 18:55:44 v1.2.4-dev.6 [Pipeline] sh 18:55:44 + lftools sign git-tag v1.2.4-dev.6 18:55:46 Signing Git tag with Sigul... 18:55:46 Signing v1.2.4-dev.6 [Pipeline] echo 18:55:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:55:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:55:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:55:47 $ docker stop --time=1 f151c5c96f9b02fe19e767068aeff18222deab69fcb16293bb4184e8658d30e2 18:55:49 $ docker rm -f f151c5c96f9b02fe19e767068aeff18222deab69fcb16293bb4184e8658d30e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:50 . [Pipeline] withDockerContainer 18:55:50 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:55:50 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:55:51 $ docker top 918c4a1d808d29b9fa274dcd932a980659c1aae1728b776eaac229f04b9236d9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:55:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:51 [ssh-agent] Looking for ssh-agent implementation... 18:55:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:51 $ docker exec 918c4a1d808d29b9fa274dcd932a980659c1aae1728b776eaac229f04b9236d9 ssh-agent 18:55:51 SSH_AUTH_SOCK=/tmp/ssh-Wnof3GDOoqP5/agent.12 18:55:51 SSH_AGENT_PID=17 18:55:51 Running ssh-add (command line suppressed) 18:55:51 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7713492644596319578.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7713492644596319578.key) 18:55:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:52 + git semver bump pre 18:55:52 # -> Open(): unable to determine branch for HEAD 18:55:52 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:55:52 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:55:52 # $SEMVER_REMOTE_NAME = origin 18:55:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:55:52 # $SEMVER_USER_NAME = edgex-jenkins 18:55:52 # $SEMVER_BRANCH = master 18:55:52 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 18:55:52 1.2.4-dev.7 [Pipeline] } 18:55:52 $ docker exec --env ******** --env ******** 918c4a1d808d29b9fa274dcd932a980659c1aae1728b776eaac229f04b9236d9 ssh-agent -k 18:55:52 unset SSH_AUTH_SOCK; 18:55:52 unset SSH_AGENT_PID; 18:55:52 echo Agent pid 17 killed; 18:55:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:55:52 + git semver [Pipeline] } 18:55:52 $ docker stop --time=1 918c4a1d808d29b9fa274dcd932a980659c1aae1728b776eaac229f04b9236d9 18:55:54 $ docker rm -f 918c4a1d808d29b9fa274dcd932a980659c1aae1728b776eaac229f04b9236d9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:55:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:55:54 . [Pipeline] withDockerContainer 18:55:54 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:55:55 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:55:55 $ docker top e3582965895127253e3a0608ae0a39408c01d472670ed38b051eced370207d2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:55:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:55:55 [ssh-agent] Looking for ssh-agent implementation... 18:55:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:55:56 $ docker exec e3582965895127253e3a0608ae0a39408c01d472670ed38b051eced370207d2c ssh-agent 18:55:56 SSH_AUTH_SOCK=/tmp/ssh-aPA58NzC6bf0/agent.13 18:55:56 SSH_AGENT_PID=19 18:55:56 Running ssh-add (command line suppressed) 18:55:56 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2498243636507493773.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2498243636507493773.key) 18:55:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:55:56 + git semver push 18:55:56 # -> Open(): unable to determine branch for HEAD 18:55:56 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 18:55:56 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 18:55:56 # $SEMVER_REMOTE_NAME = origin 18:55:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:55:56 # $SEMVER_USER_NAME = edgex-jenkins 18:55:56 # $SEMVER_BRANCH = master 18:55:56 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 18:56:03 $ docker exec --env ******** --env ******** e3582965895127253e3a0608ae0a39408c01d472670ed38b051eced370207d2c ssh-agent -k 18:56:03 unset SSH_AUTH_SOCK; 18:56:03 unset SSH_AGENT_PID; 18:56:03 echo Agent pid 19 killed; 18:56:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:56:04 + git semver [Pipeline] } 18:56:04 $ docker stop --time=1 e3582965895127253e3a0608ae0a39408c01d472670ed38b051eced370207d2c 18:56:05 $ docker rm -f e3582965895127253e3a0608ae0a39408c01d472670ed38b051eced370207d2c [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 18:56:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:56:07 ---> package-listing.sh 18:56:07 ++ facter osfamily 18:56:07 ++ tr '[:upper:]' '[:lower:]' 18:56:07 + OS_FAMILY=redhat 18:56:07 + workspace=/w/workspace/foundry_device-virtual-go_master 18:56:07 + START_PACKAGES=/tmp/packages_start.txt 18:56:07 + END_PACKAGES=/tmp/packages_end.txt 18:56:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:56:07 + PACKAGES=/tmp/packages_start.txt 18:56:07 + '[' /w/workspace/foundry_device-virtual-go_master ']' 18:56:07 + PACKAGES=/tmp/packages_end.txt 18:56:07 + case "${OS_FAMILY}" in 18:56:07 + rpm -qa 18:56:07 + sort 18:56:11 + '[' -f /tmp/packages_start.txt ']' 18:56:11 + '[' -f /tmp/packages_end.txt ']' 18:56:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:56:11 + '[' /w/workspace/foundry_device-virtual-go_master ']' 18:56:11 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 18:56:11 + 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 18:56:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:12 18:56:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:56:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:12 alpine: Pulling from edgex-lftools-log-publisher 18:56:12 df20fa9351a1: Pulling fs layer 18:56:12 36b3adc4ff6f: Pulling fs layer 18:56:12 8ad3a11d3b57: Pulling fs layer 18:56:12 46f8f816bc3b: Pulling fs layer 18:56:12 0dadc02b9964: Pulling fs layer 18:56:12 ce6a7cf60c04: Pulling fs layer 18:56:12 7a184a31f384: Pulling fs layer 18:56:12 0879bd2ef858: Pulling fs layer 18:56:12 0dadc02b9964: Waiting 18:56:12 ce6a7cf60c04: Waiting 18:56:12 7a184a31f384: Waiting 18:56:12 0879bd2ef858: Waiting 18:56:12 46f8f816bc3b: Waiting 18:56:12 36b3adc4ff6f: Verifying Checksum 18:56:12 36b3adc4ff6f: Download complete 18:56:12 46f8f816bc3b: Verifying Checksum 18:56:12 46f8f816bc3b: Download complete 18:56:13 df20fa9351a1: Verifying Checksum 18:56:13 df20fa9351a1: Download complete 18:56:13 ce6a7cf60c04: Verifying Checksum 18:56:13 ce6a7cf60c04: Download complete 18:56:13 7a184a31f384: Verifying Checksum 18:56:13 7a184a31f384: Download complete 18:56:13 0dadc02b9964: Verifying Checksum 18:56:13 0dadc02b9964: Download complete 18:56:13 8ad3a11d3b57: Verifying Checksum 18:56:13 8ad3a11d3b57: Download complete 18:56:13 df20fa9351a1: Pull complete 18:56:13 0879bd2ef858: Download complete 18:56:13 36b3adc4ff6f: Pull complete 18:56:14 8ad3a11d3b57: Pull complete 18:56:14 46f8f816bc3b: Pull complete 18:56:14 0dadc02b9964: Pull complete 18:56:14 ce6a7cf60c04: Pull complete 18:56:14 7a184a31f384: Pull complete 18:56:18 0879bd2ef858: Pull complete 18:56:18 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:56:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:56:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:56:18 prd-centos7-docker-4c-2g-1056 does not seem to be running inside a container 18:56:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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-lftools-log-publisher:alpine cat 18:56:21 $ docker top 6557604ce4e1f5f26eb7501b9e8b5613e6ccf412089ada7065bc8a083eef987e -eo pid,comm [Pipeline] { [Pipeline] sh 18:56:21 + mkdir -p /var/log/sa [Pipeline] sh 18:56:21 + ls /var/log/sa-host 18:56:21 + sadf -c /var/log/sa-host/sa05 18:56:21 file_magic: OK 18:56:21 HZ: Using current value: 100 18:56:21 file_header: OK 18:56:21 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:56:21 Statistics: 18:56:21 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:56:21 File successfully converted to sysstat format version 12.2.1 18:56:21 + sadf -c /var/log/sa-host/sa23 18:56:21 file_magic: OK 18:56:21 HZ: Using current value: 100 18:56:21 file_header: OK 18:56:21 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:56:21 Statistics: 18:56:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:56:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:56:21 provisioning config files... 18:56:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3137962339834542853tmp [Pipeline] { [Pipeline] echo 18:56:22 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:56:22 ---> create-netrc.sh [Pipeline] echo 18:56:22 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:56:22 ---> logs-deploy.sh 18:56:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/27 18:56:22 INFO: archiving workspace using pattern(s): 18:56:24 Archives upload complete. 18:56:24 INFO: archiving logs to Nexus 18:56:25 ---> uname -a: 18:56:25 Linux 6557604ce4e1 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:56:25 18:56:25 18:56:25 ---> lscpu: 18:56:25 Architecture: x86_64 18:56:25 CPU op-mode(s): 32-bit, 64-bit 18:56:25 Byte Order: Little Endian 18:56:25 Address sizes: 40 bits physical, 48 bits virtual 18:56:25 CPU(s): 4 18:56:25 On-line CPU(s) list: 0-3 18:56:25 Thread(s) per core: 1 18:56:25 Core(s) per socket: 1 18:56:25 Socket(s): 4 18:56:25 NUMA node(s): 1 18:56:25 Vendor ID: GenuineIntel 18:56:25 CPU family: 6 18:56:25 Model: 44 18:56:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:56:25 Stepping: 1 18:56:25 CPU MHz: 2933.436 18:56:25 BogoMIPS: 5866.87 18:56:25 Virtualization: VT-x 18:56:25 Hypervisor vendor: KVM 18:56:25 Virtualization type: full 18:56:25 L1d cache: 128 KiB 18:56:25 L1i cache: 128 KiB 18:56:25 L2 cache: 16 MiB 18:56:25 L3 cache: 64 MiB 18:56:25 NUMA node0 CPU(s): 0-3 18:56:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:56:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:56:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:56:25 Vulnerability Meltdown: Mitigation; PTI 18:56:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:56:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:56:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:56:25 Vulnerability Tsx async abort: Not affected 18:56:25 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 18:56:25 18:56:25 18:56:25 ---> nproc: 18:56:25 4 18:56:25 18:56:25 18:56:25 ---> df -h: 18:56:25 Filesystem Size Used Available Use% Mounted on 18:56:25 overlay 50.0G 8.2G 41.8G 16% / 18:56:25 tmpfs 64.0M 0 64.0M 0% /dev 18:56:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:56:25 shm 64.0M 0 64.0M 0% /dev/shm 18:56:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 18:56:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 18:56:25 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 18:56:25 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 18:56:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/foundry_device-virtual-go_master 18:56:25 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/foundry_device-virtual-go_master@tmp 18:56:25 18:56:25 18:56:25 ---> free -m: 18:56:25 total used free shared buff/cache available 18:56:25 Mem: 1837 796 122 0 919 976 18:56:25 Swap: 1023 2 1021 18:56:25 18:56:25 18:56:25 ---> ip addr: 18:56:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:56:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:56:25 inet 127.0.0.1/8 scope host lo 18:56:25 valid_lft forever preferred_lft forever 18:56:25 24: eth0@if25: mtu 1458 qdisc noqueue state UP 18:56:25 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:56:25 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:56:25 valid_lft forever preferred_lft forever 18:56:25 18:56:25 18:56:25 ---> sar -b -r -n DEV: 18:56:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) 18:56:25 18:56:25 18:47:03 LINUX RESTART (4 CPU) 18:56:25 18:56:25 18:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:56:25 18:49:01 26.07 10.04 16.03 0.00 4361.44 2884.05 0.00 18:56:25 18:50:01 1.37 0.00 1.37 0.00 0.00 20.88 0.00 18:56:25 18:51:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 18:56:25 18:52:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 18:56:25 18:53:01 0.28 0.00 0.28 0.00 0.00 4.83 0.00 18:56:25 18:54:01 0.32 0.02 0.30 0.00 0.13 3.70 0.00 18:56:25 18:55:01 235.48 123.55 111.93 0.00 6906.84 32638.74 0.00 18:56:25 18:56:01 210.07 75.94 134.13 0.00 4522.42 32868.18 0.00 18:56:25 Average: 59.29 26.21 33.09 0.00 1974.66 8557.46 0.00 18:56:25 18:56:25 18:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:56:25 18:49:01 170880 0 561156 29.82 2620 1146900 1107356 37.79 432684 1118892 28 18:56:25 18:50:01 175272 0 556816 29.59 2620 1146848 1081008 36.89 430932 1116984 12 18:56:25 18:51:01 174436 0 557644 29.64 2620 1146856 1081164 36.90 431932 1116984 8 18:56:25 18:52:01 173256 0 558824 29.70 2620 1146856 1081176 36.90 438016 1112284 8 18:56:25 18:53:01 170732 0 561344 29.83 2620 1146860 1081104 36.90 441732 1111240 16 18:56:25 18:54:01 169804 0 562260 29.88 2620 1146872 1081008 36.89 457612 1096360 12 18:56:25 18:55:01 155048 0 678684 36.07 2596 1045228 1306196 44.58 589328 940156 20 18:56:25 18:56:01 234540 0 752116 39.97 1492 893408 1300788 44.39 616576 742028 48 18:56:25 Average: 177996 0 598606 31.81 2476 1102478 1139975 38.91 479852 1044366 19 18:56:25 18:56:25 18:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:56:25 18:49:01 eth0 69.29 53.05 339.57 27.24 0.00 0.00 0.00 0.00 18:56:25 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:49:01 docker0 1.48 1.40 0.29 3.18 0.00 0.00 0.00 0.00 18:56:25 18:50:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:56:25 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:51:01 eth0 3.05 1.25 2.03 0.26 0.00 0.00 0.00 0.00 18:56:25 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:52:01 eth0 0.53 0.37 0.27 0.20 0.00 0.00 0.00 0.00 18:56:25 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:53:01 eth0 0.23 0.18 0.16 0.07 0.00 0.00 0.00 0.00 18:56:25 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:54:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 18:56:25 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:55:01 veth0f1fe79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:55:01 eth0 503.05 441.29 4075.20 97.17 0.00 0.00 0.00 0.00 18:56:25 18:55:01 veth1b6eb96 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:56:01 veth420bc54 1.81 1.35 0.28 0.24 0.00 0.00 0.00 0.00 18:56:25 18:56:01 eth0 472.27 408.90 3464.20 55.25 0.00 0.00 0.00 0.00 18:56:25 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 18:56:01 docker0 59.74 61.67 5.36 296.12 0.00 0.00 0.00 0.00 18:56:25 Average: veth420bc54 0.23 0.17 0.03 0.03 0.00 0.00 0.00 0.00 18:56:25 Average: eth0 131.21 113.20 985.67 22.54 0.00 0.00 0.00 0.00 18:56:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:56:25 Average: docker0 7.47 7.71 0.67 37.03 0.00 0.00 0.00 0.00 18:56:25 18:56:25 18:56:25 ---> sar -P ALL: 18:56:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/23/20 _x86_64_ (4 CPU) 18:56:25 18:56:25 18:47:03 LINUX RESTART (4 CPU) 18:56:25 18:56:25 18:48:01 CPU %user %nice %system %iowait %steal %idle 18:56:25 18:49:01 all 2.41 0.00 1.40 0.38 0.03 95.78 18:56:25 18:49:01 0 2.06 0.00 1.54 0.25 0.03 96.12 18:56:25 18:49:01 1 2.93 0.00 1.44 1.05 0.03 94.55 18:56:25 18:49:01 2 2.21 0.00 1.30 0.12 0.03 96.34 18:56:25 18:49:01 3 2.44 0.00 1.32 0.12 0.02 96.10 18:56:25 18:50:01 all 0.13 0.00 0.05 0.00 0.00 99.82 18:56:25 18:50:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:56:25 18:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:56:25 18:50:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:56:25 18:50:01 3 0.40 0.00 0.07 0.00 0.00 99.53 18:56:25 18:51:01 all 0.17 0.00 0.04 0.00 0.00 99.78 18:56:25 18:51:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:56:25 18:51:01 1 0.07 0.00 0.05 0.00 0.02 99.87 18:56:25 18:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:56:25 18:51:01 3 0.53 0.00 0.03 0.00 0.00 99.43 18:56:25 18:52:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:56:25 18:52:01 0 0.03 0.00 0.07 0.00 0.00 99.90 18:56:25 18:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:56:25 18:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:56:25 18:52:01 3 0.52 0.00 0.02 0.00 0.00 99.47 18:56:25 18:53:01 all 0.15 0.00 0.05 0.00 0.00 99.80 18:56:25 18:53:01 0 0.00 0.00 0.08 0.00 0.02 99.90 18:56:25 18:53:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:56:25 18:53:01 2 0.17 0.00 0.02 0.00 0.00 99.82 18:56:25 18:53:01 3 0.38 0.00 0.02 0.00 0.00 99.60 18:56:25 18:54:01 all 0.15 0.00 0.05 0.00 0.01 99.79 18:56:25 18:54:01 0 0.02 0.00 0.10 0.00 0.00 99.88 18:56:25 18:54:01 1 0.03 0.00 0.05 0.00 0.02 99.90 18:56:25 18:54:01 2 0.53 0.00 0.03 0.00 0.02 99.42 18:56:25 18:54:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:56:25 18:55:01 all 9.60 0.00 6.07 2.49 0.13 81.71 18:56:25 18:55:01 0 8.81 0.00 5.94 1.57 0.10 83.58 18:56:25 18:55:01 1 9.79 0.00 6.52 3.46 0.14 80.09 18:56:25 18:55:01 2 10.45 0.00 6.10 1.80 0.15 81.49 18:56:25 18:55:01 3 9.33 0.00 5.72 3.12 0.14 81.69 18:56:25 18:56:01 all 10.74 0.00 7.68 2.93 0.12 78.54 18:56:25 18:56:01 0 8.92 0.00 7.64 1.82 0.14 81.49 18:56:25 18:56:01 1 9.64 0.00 7.14 4.66 0.14 78.41 18:56:25 18:56:01 2 10.81 0.00 8.66 0.98 0.10 79.45 18:56:25 18:56:01 3 13.57 0.00 7.26 4.24 0.10 74.82 18:56:25 Average: all 2.90 0.00 1.90 0.71 0.04 94.46 18:56:25 Average: 0 2.45 0.00 1.90 0.45 0.04 95.16 18:56:25 Average: 1 2.79 0.00 1.89 1.13 0.04 94.15 18:56:25 Average: 2 3.00 0.00 2.00 0.36 0.04 94.60 18:56:25 Average: 3 3.35 0.00 1.78 0.92 0.03 93.91 18:56:25 18:56:25 18:56:25