Pull request #131 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/device-virtual-go Obtained Jenkinsfile from edf020471c3dee9ef6d0cbceebc332c9ac0173e8+60862a1890d94a51ede0363f4d0c53c3372f6de9 (514de94bffe6387fb57468450cf808b7b7402eae) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-791’ is offline Running on prd-centos7-docker-4c-2g-792 in /w/workspace/foundry_device-virtual-go_PR-131 [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_PR-131 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 60862a1890d94a51ede0363f4d0c53c3372f6de9 into PR head commit edf020471c3dee9ef6d0cbceebc332c9ac0173e8 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # 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/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 Merge succeeded, producing edf020471c3dee9ef6d0cbceebc332c9ac0173e8 Checking out Revision edf020471c3dee9ef6d0cbceebc332c9ac0173e8 (PR-131) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 60862a1890d94a51ede0363f4d0c53c3372f6de9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 Commit message: "build: upgrade device-sdk-go" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:03:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:03:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:03:55 ========================================================= 06:03:55 EdgeX Global Pipelines Version Info 06:03:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # timeout=10 06:03:57 ------------------- 06:03:57 stable info: 06:03:57 ------------------- 06:03:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:03:57 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 06:03:57 Message: update stable to v1.0.122 06:03:58 ------------------- 06:03:58 experimental info: 06:03:58 ------------------- 06:03:58 Commited By: **** collab-it+edgex@linuxfoundation.org 06:03:58 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 06:03:58 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:03:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:04:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = edf0204 [Pipeline] echo 06:04:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:04:02 + git log --format=format:%s -1 edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [Pipeline] echo 06:04:02 GIT_COMMIT: edf020471c3dee9ef6d0cbceebc332c9ac0173e8, Commit Message: build: upgrade device-sdk-go [Pipeline] echo 06:04:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:04:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:03 06:04:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:04:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:04 latest: Pulling from edgex-devops/git-semver 06:04:04 31603596830f: Pulling fs layer 06:04:04 2a8b12db71e7: Pulling fs layer 06:04:04 6ca5941a6612: Pulling fs layer 06:04:04 ecc8261a40a4: Pulling fs layer 06:04:04 ecc8261a40a4: Waiting 06:04:04 2a8b12db71e7: Verifying Checksum 06:04:04 2a8b12db71e7: Download complete 06:04:04 31603596830f: Verifying Checksum 06:04:04 31603596830f: Download complete 06:04:05 ecc8261a40a4: Verifying Checksum 06:04:05 ecc8261a40a4: Download complete 06:04:05 6ca5941a6612: Verifying Checksum 06:04:05 6ca5941a6612: Download complete 06:04:05 31603596830f: Pull complete 06:04:05 2a8b12db71e7: Pull complete 06:04:06 6ca5941a6612: Pull complete 06:04:06 ecc8261a40a4: Pull complete 06:04:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:04:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:04:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:04:07 prd-centos7-docker-4c-2g-792 does not seem to be running inside a container 06:04:07 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:04:09 $ docker top 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:04:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:04:09 [ssh-agent] Looking for ssh-agent implementation... 06:04:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:04:10 $ docker exec 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent 06:04:10 SSH_AUTH_SOCK=/tmp/ssh-y484FqjyMrM6/agent.11 06:04:10 SSH_AGENT_PID=16 06:04:10 Running ssh-add (command line suppressed) 06:04:10 Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8308716266624161199.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_8308716266624161199.key) 06:04:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:04:11 + git describe --exact-match --tags HEAD 06:04:11 fatal: No names found, cannot describe anything. [Pipeline] } 06:04:11 $ docker exec --env ******** --env ******** 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent -k 06:04:11 unset SSH_AUTH_SOCK; 06:04:11 unset SSH_AGENT_PID; 06:04:11 echo Agent pid 16 killed; 06:04:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:04:11 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:04:11 This usually means this commit has not been tagged. [Pipeline] sshagent 06:04:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:04:11 [ssh-agent] Looking for ssh-agent implementation... 06:04:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:04:12 $ docker exec 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent 06:04:12 SSH_AUTH_SOCK=/tmp/ssh-OaRl50xq343x/agent.44 06:04:12 SSH_AGENT_PID=49 06:04:12 Running ssh-add (command line suppressed) 06:04:12 Identity added: /w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_6282365239827111230.key (/w/workspace/foundry_device-virtual-go_PR-131@tmp/private_key_6282365239827111230.key) 06:04:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:04:13 + git semver init 06:04:13 # -> Open(): unable to determine branch for HEAD 06:04:13 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git 06:04:13 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 06:04:13 # $SEMVER_REMOTE_NAME = origin 06:04:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:04:13 # $SEMVER_USER_NAME = edgex-jenkins 06:04:13 # $SEMVER_BRANCH = PR-131 06:04:13 # $SEMVER_TEMP = /tmp/semver-221164917 06:04:13 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 06:04:14 # '/tmp/semver-221164917' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' 06:04:14 # -> Force: false 06:04:14 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } 06:04:14 $ docker exec --env ******** --env ******** 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent -k 06:04:14 unset SSH_AUTH_SOCK; 06:04:14 unset SSH_AGENT_PID; 06:04:14 echo Agent pid 49 killed; 06:04:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:04:14 + git semver [Pipeline] } 06:04:15 $ docker stop --time=1 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 06:04:16 $ docker rm -f 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:04:17 Stashed 27 file(s) [Pipeline] echo 06:04:17 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:04:17 Archived original version: [0.0.0] [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 06:04:33 Still waiting to schedule task 06:04:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:04:33 Still waiting to schedule task 06:04:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:06:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-794 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws 06:06:18 Running in /w/workspace/device-virtual-go/6 [Pipeline] { [Pipeline] checkout 06:06:24 using credential edgex-jenkins-ssh 06:06:24 Cloning the remote Git repository 06:06:24 Cloning with configured refspecs honoured and without tags 06:06:24 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:06:24 > git init /w/workspace/device-virtual-go/6 # timeout=10 06:06:24 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:06:24 > git --version # timeout=10 06:06:24 > git --version # 'git version 2.17.1' 06:06:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:06:25 Fetching without tags 06:06:25 Merging remotes/origin/master commit 60862a1890d94a51ede0363f4d0c53c3372f6de9 into PR head commit edf020471c3dee9ef6d0cbceebc332c9ac0173e8 06:06:25 Merge succeeded, producing edf020471c3dee9ef6d0cbceebc332c9ac0173e8 06:06:25 Checking out Revision edf020471c3dee9ef6d0cbceebc332c9ac0173e8 (PR-131) 06:06:25 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:06:25 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 06:06:25 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:06:25 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:06:25 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:06:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:06:25 > git config core.sparsecheckout # timeout=10 06:06:25 > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 06:06:25 > git remote # timeout=10 06:06:25 > git config --get remote.origin.url # timeout=10 06:06:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:25 > git merge 60862a1890d94a51ede0363f4d0c53c3372f6de9 # timeout=10 06:06:25 > git rev-parse HEAD^{commit} # timeout=10 06:06:25 > git config core.sparsecheckout # timeout=10 06:06:26 > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 06:06:30 Commit message: "build: upgrade device-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:06:31 ========================================================= 06:06:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:06:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:06:32 + 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 . 06:06:33 Sending build context to Docker daemon 552.4kB 06:06:33 Step 1/8 : ARG BASE=golang:1.15-alpine 06:06:33 Step 2/8 : FROM ${BASE} 06:06:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:06:34 b538f80385f9: Pulling fs layer 06:06:34 74f711af9a0d: Pulling fs layer 06:06:34 99f96fe45779: Pulling fs layer 06:06:34 8529a6b9a6be: Pulling fs layer 06:06:34 45590311c82a: Pulling fs layer 06:06:34 69ca0ff8b7b3: Pulling fs layer 06:06:34 209524e5b208: Pulling fs layer 06:06:34 45590311c82a: Waiting 06:06:34 69ca0ff8b7b3: Waiting 06:06:34 209524e5b208: Waiting 06:06:34 8529a6b9a6be: Waiting 06:06:34 99f96fe45779: Download complete 06:06:34 74f711af9a0d: Download complete 06:06:34 69ca0ff8b7b3: Verifying Checksum 06:06:34 69ca0ff8b7b3: Download complete 06:06:34 b538f80385f9: Verifying Checksum 06:06:34 b538f80385f9: Download complete 06:06:35 b538f80385f9: Pull complete 06:06:35 74f711af9a0d: Pull complete 06:06:35 99f96fe45779: Pull complete 06:06:36 209524e5b208: Verifying Checksum 06:06:36 209524e5b208: Download complete 06:06:37 8529a6b9a6be: Verifying Checksum 06:06:37 8529a6b9a6be: Download complete 06:06:47 8529a6b9a6be: Pull complete 06:06:48 45590311c82a: Pull complete 06:06:48 69ca0ff8b7b3: Pull complete 06:06:52 209524e5b208: Pull complete 06:06:52 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:06:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:06:52 ---> 5bddaf1c2fca 06:06:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:06:55 ---> Running in c9ba2d67b41b 06:06:55 Removing intermediate container c9ba2d67b41b 06:06:55 ---> 5785432bac35 06:06:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:06:55 ---> Running in f3efa047905b 06:06:58 Removing intermediate container f3efa047905b 06:06:58 ---> 0a823e20be10 06:06:58 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:06:58 ---> Running in 3ee64bbbf00c 06:06:58 Running on prd-centos7-docker-4c-2g-796 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws 06:06:58 Running in /w/workspace/device-virtual-go/6 [Pipeline] { [Pipeline] checkout 06:06:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:07:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:07:01 using credential edgex-jenkins-ssh 06:07:01 Cloning the remote Git repository 06:07:01 Cloning with configured refspecs honoured and without tags 06:07:01 (1/14) Installing libmagic (5.38-r0) 06:07:01 (2/14) Installing file (5.38-r0) 06:07:01 (3/14) Installing libc-dev (0.7.2-r3) 06:07:01 (4/14) Installing g++ (9.3.0-r2) 06:07:01 Fetching without tags 06:07:01 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 06:07:01 > git init /w/workspace/device-virtual-go/6 # timeout=10 06:07:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:07:01 > git --version # timeout=10 06:07:01 > git --version # 'git version 2.16.5' 06:07:01 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:07:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:07:01 > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 06:07:01 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:07:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 06:07:01 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 06:07:01 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:01 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/131/head:refs/remotes/origin/PR-131 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:07:02 Merging remotes/origin/master commit 60862a1890d94a51ede0363f4d0c53c3372f6de9 into PR head commit edf020471c3dee9ef6d0cbceebc332c9ac0173e8 06:07:02 Merge succeeded, producing edf020471c3dee9ef6d0cbceebc332c9ac0173e8 06:07:02 Checking out Revision edf020471c3dee9ef6d0cbceebc332c9ac0173e8 (PR-131) 06:07:02 > git config core.sparsecheckout # timeout=10 06:07:02 > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 06:07:02 > git remote # timeout=10 06:07:02 > git config --get remote.origin.url # timeout=10 06:07:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:02 > git merge 60862a1890d94a51ede0363f4d0c53c3372f6de9 # timeout=10 06:07:02 > git rev-parse HEAD^{commit} # timeout=10 06:07:02 > git config core.sparsecheckout # timeout=10 06:07:02 > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 06:07:06 Commit message: "build: upgrade device-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 06:07:06 (5/14) Installing fortify-headers (1.1-r0) 06:07:06 (6/14) Installing patch (2.7.6-r6) 06:07:06 (7/14) Installing build-base (0.5-r2) 06:07:06 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:07:06 (9/14) Installing libedit (20191231.3.1-r0) 06:07:06 (10/14) Installing openssh-client (8.3_p1-r0) 06:07:06 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:07:06 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:07:06 (13/14) Installing openssh-server (8.3_p1-r0) [Pipeline] unstash [Pipeline] echo 06:07:07 ========================================================= 06:07:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:07:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:07:07 (14/14) Installing openssh (8.3_p1-r0) 06:07:07 Executing busybox-1.31.1-r16.trigger 06:07:07 OK: 221 MiB in 53 packages 06:07:07 + 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 . 06:07:07 Sending build context to Docker daemon 552.4kB 06:07:07 Step 1/8 : ARG BASE=golang:1.15-alpine 06:07:07 Step 2/8 : FROM ${BASE} 06:07:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:07:08 df20fa9351a1: Pulling fs layer 06:07:08 ed8968b2872e: Pulling fs layer 06:07:08 a92cc7c5fd73: Pulling fs layer 06:07:08 e871e8e8d7a9: Pulling fs layer 06:07:08 e73272ec9a57: Pulling fs layer 06:07:08 1e910a182e73: Pulling fs layer 06:07:08 4e634b169226: Pulling fs layer 06:07:08 e871e8e8d7a9: Waiting 06:07:08 e73272ec9a57: Waiting 06:07:08 1e910a182e73: Waiting 06:07:08 4e634b169226: Waiting 06:07:08 a92cc7c5fd73: Verifying Checksum 06:07:08 a92cc7c5fd73: Download complete 06:07:08 ed8968b2872e: Verifying Checksum 06:07:08 e73272ec9a57: Verifying Checksum 06:07:08 e73272ec9a57: Download complete 06:07:08 1e910a182e73: Verifying Checksum 06:07:08 1e910a182e73: Download complete 06:07:08 df20fa9351a1: Verifying Checksum 06:07:08 df20fa9351a1: Download complete 06:07:08 df20fa9351a1: Pull complete 06:07:08 ed8968b2872e: Pull complete 06:07:08 a92cc7c5fd73: Pull complete 06:07:10 4e634b169226: Verifying Checksum 06:07:10 4e634b169226: Download complete 06:07:10 e871e8e8d7a9: Verifying Checksum 06:07:10 e871e8e8d7a9: Download complete 06:07:11 Removing intermediate container 3ee64bbbf00c 06:07:11 ---> 6b7fa43c003e 06:07:11 Step 6/8 : WORKDIR /device-virtual-go 06:07:11 ---> Running in 32cd9f203f14 06:07:11 Removing intermediate container 32cd9f203f14 06:07:11 ---> 22e349d878ed 06:07:11 Step 7/8 : COPY . . 06:07:12 ---> 03c774f4b462 06:07:12 Step 8/8 : RUN go mod download 06:07:12 ---> Running in 823b286f66e9 06:07:16 e871e8e8d7a9: Pull complete 06:07:16 e73272ec9a57: Pull complete 06:07:16 1e910a182e73: Pull complete 06:07:21 4e634b169226: Pull complete 06:07:21 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:07:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:07:21 ---> f7629b54cfaa 06:07:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:07:21 ---> Running in 094529598c71 06:07:21 Removing intermediate container 094529598c71 06:07:21 ---> 01c5d730c906 06:07:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:21 ---> Running in 3864a6e3c4ba 06:07:22 Removing intermediate container 3864a6e3c4ba 06:07:22 ---> c255e337486b 06:07:22 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:07:22 ---> Running in c46295db43bf 06:07:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:07:24 (1/14) Installing libmagic (5.38-r0) 06:07:24 (2/14) Installing file (5.38-r0) 06:07:24 (3/14) Installing libc-dev (0.7.2-r3) 06:07:24 (4/14) Installing g++ (9.3.0-r2) 06:07:27 (5/14) Installing fortify-headers (1.1-r0) 06:07:28 (6/14) Installing patch (2.7.6-r6) 06:07:28 (7/14) Installing build-base (0.5-r2) 06:07:28 (8/14) Installing openssh-keygen (8.3_p1-r0) 06:07:28 (9/14) Installing libedit (20191231.3.1-r0) 06:07:28 (10/14) Installing openssh-client (8.3_p1-r0) 06:07:28 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 06:07:29 (12/14) Installing openssh-server-common (8.3_p1-r0) 06:07:29 (13/14) Installing openssh-server (8.3_p1-r0) 06:07:29 (14/14) Installing openssh (8.3_p1-r0) 06:07:29 Executing busybox-1.31.1-r16.trigger 06:07:29 OK: 237 MiB in 53 packages 06:07:32 Removing intermediate container c46295db43bf 06:07:32 ---> 6012b81fdb5f 06:07:32 Step 6/8 : WORKDIR /device-virtual-go 06:07:32 ---> Running in 9624844e56ad 06:07:32 Removing intermediate container 9624844e56ad 06:07:32 ---> 2747e2eaeb39 06:07:32 Step 7/8 : COPY . . 06:07:33 ---> 572cc6a1eb90 06:07:33 Step 8/8 : RUN go mod download 06:07:33 ---> Running in ed4c97c077fa 06:07:39 Removing intermediate container 823b286f66e9 06:07:39 ---> 63bf21f502e6 06:07:39 Successfully built 63bf21f502e6 06:07:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:07:39 + docker inspect -f . ci-base-image-arm64 06:07:39 . [Pipeline] withDockerContainer 06:07:40 prd-ubuntu18.04-docker-arm64-4c-16g-794 does not seem to be running inside a container 06:07:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/6 -v /w/workspace/device-virtual-go/6:/w/workspace/device-virtual-go/6:rw,z -v /w/workspace/device-virtual-go/6@tmp:/w/workspace/device-virtual-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:07:42 $ docker top 75a25e82fd5933e45ed721167fcbddb70d2dc3bd470231d937fb444a54966570 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:43 + go version 06:07:43 go version go1.15.2 linux/arm64 [Pipeline] } 06:07:43 $ docker stop --time=1 75a25e82fd5933e45ed721167fcbddb70d2dc3bd470231d937fb444a54966570 06:07:45 $ docker rm -f 75a25e82fd5933e45ed721167fcbddb70d2dc3bd470231d937fb444a54966570 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:46 + docker inspect -f . ci-base-image-arm64 06:07:46 . [Pipeline] withDockerContainer 06:07:46 prd-ubuntu18.04-docker-arm64-4c-16g-794 does not seem to be running inside a container 06:07:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/6 -v /w/workspace/device-virtual-go/6:/w/workspace/device-virtual-go/6:rw,z -v /w/workspace/device-virtual-go/6@tmp:/w/workspace/device-virtual-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:07:48 Removing intermediate container ed4c97c077fa 06:07:48 ---> 52d6251f1780 06:07:48 Successfully built 52d6251f1780 06:07:48 Successfully tagged ci-base-image-x86_64:latest 06:07:48 $ docker top ad59338472148f353fe6444983ced8bce4df0516e5d31ffa341f1304a8bbdd5a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:07:49 + docker inspect -f . ci-base-image-x86_64 06:07:49 . [Pipeline] withDockerContainer 06:07:49 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 06:07:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/6 -v /w/workspace/device-virtual-go/6:/w/workspace/device-virtual-go/6:rw,z -v /w/workspace/device-virtual-go/6@tmp:/w/workspace/device-virtual-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:07:50 + make test 06:07:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:07:51 $ docker top 74f136aa8871ca303e02a9e2831101736ca5dbc2a9971f42a3d9cc37737afb22 -eo pid,comm 06:07:51 ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] { [Pipeline] sh 06:07:51 + go version 06:07:51 go version go1.15.2 linux/amd64 [Pipeline] } 06:07:51 $ docker stop --time=1 74f136aa8871ca303e02a9e2831101736ca5dbc2a9971f42a3d9cc37737afb22 06:07:52 $ docker rm -f 74f136aa8871ca303e02a9e2831101736ca5dbc2a9971f42a3d9cc37737afb22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:53 + docker inspect -f . ci-base-image-x86_64 06:07:53 . [Pipeline] withDockerContainer 06:07:53 prd-centos7-docker-4c-2g-796 does not seem to be running inside a container 06:07:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/6 -v /w/workspace/device-virtual-go/6:/w/workspace/device-virtual-go/6:rw,z -v /w/workspace/device-virtual-go/6@tmp:/w/workspace/device-virtual-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:07:54 $ docker top 964489f7bc0bc60eb45fdbbcd25c8ce6d82b5eac2ca330ee2a82d27738d7f3d0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:55 + make test 06:07:55 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:07:55 ? github.com/edgexfoundry/device-virtual-go [no test files] 06:08:08 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:08:08 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.156s coverage: 56.4% of statements 06:08:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:08:10 gofmt -l . 06:08:10 [ "`gofmt -l .`" = "" ] 06:08:10 ./bin/test-attribution-txt.sh 06:08:11 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:08:12 Stashed 1 file(s) [Pipeline] } 06:08:12 $ docker stop --time=1 964489f7bc0bc60eb45fdbbcd25c8ce6d82b5eac2ca330ee2a82d27738d7f3d0 06:08:14 $ docker rm -f 964489f7bc0bc60eb45fdbbcd25c8ce6d82b5eac2ca330ee2a82d27738d7f3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:08:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:08:16 + ls -al . 06:08:16 total 108 06:08:16 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 22 06:08 . 06:08:16 drwxrwxr-x. 4 jenkins jenkins 28 Sep 22 06:07 .. 06:08:16 -rw-rw-r--. 1 jenkins jenkins 6036 Sep 22 06:07 Attribution.txt 06:08:16 drwxrwxr-x. 2 jenkins jenkins 64 Sep 22 06:07 bin 06:08:16 drwxrwxr-x. 3 jenkins jenkins 32 Sep 22 06:07 cmd 06:08:16 -rw-r--r--. 1 jenkins jenkins 29142 Sep 22 06:08 coverage.out 06:08:16 -rw-rw-r--. 1 jenkins jenkins 1834 Sep 22 06:07 Dockerfile 06:08:16 -rw-rw-r--. 1 jenkins jenkins 957 Sep 22 06:07 Dockerfile.build 06:08:16 drwxrwxr-x. 8 jenkins jenkins 179 Sep 22 06:07 .git 06:08:16 drwxrwxr-x. 2 jenkins jenkins 38 Sep 22 06:07 .github 06:08:16 -rw-rw-r--. 1 jenkins jenkins 258 Sep 22 06:07 .gitignore 06:08:16 -rw-r--r--. 1 jenkins jenkins 862 Sep 22 06:08 go.mod 06:08:16 -rw-r--r--. 1 jenkins jenkins 14908 Sep 22 06:08 go.sum 06:08:16 drwxrwxr-x. 3 jenkins jenkins 20 Sep 22 06:07 internal 06:08:16 -rw-rw-r--. 1 jenkins jenkins 660 Sep 22 06:07 Jenkinsfile 06:08:16 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 22 06:07 LICENSE 06:08:16 -rw-rw-r--. 1 jenkins jenkins 873 Sep 22 06:07 Makefile 06:08:16 -rw-rw-r--. 1 jenkins jenkins 918 Sep 22 06:07 README.md 06:08:16 drwxrwxr-x. 3 jenkins jenkins 58 Sep 22 06:07 .semver 06:08:16 -rw-rw-r--. 1 jenkins jenkins 5 Sep 22 06:04 VERSION 06:08:16 -rw-rw-r--. 1 jenkins jenkins 235 Sep 22 06:07 version.go [Pipeline] isUnix [Pipeline] sh 06:08:16 + 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=edf020471c3dee9ef6d0cbceebc332c9ac0173e8 --label arch=amd64 --label version=0.0.0 . 06:08:16 Sending build context to Docker daemon 598kB 06:08:16 Step 1/22 : ARG BASE=golang:1.15-alpine 06:08:16 Step 2/22 : FROM ${BASE} AS builder 06:08:16 ---> 52d6251f1780 06:08:16 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:08:16 ---> Running in 9c427c55cb8a 06:08:17 Removing intermediate container 9c427c55cb8a 06:08:17 ---> 59ccb6174f13 06:08:17 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 06:08:17 ---> Running in dbca1e79de3f 06:08:17 Removing intermediate container dbca1e79de3f 06:08:17 ---> 7a6e456328d7 06:08:17 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:08:17 ---> Running in 69fe7897786d 06:08:17 Removing intermediate container 69fe7897786d 06:08:17 ---> 39b568cf7887 06:08:17 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:17 ---> Running in d74bca0e4ffd 06:08:18 Removing intermediate container d74bca0e4ffd 06:08:18 ---> cedfe4034b0a 06:08:18 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:08:18 ---> Running in 405e36305be0 06:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:20 OK: 237 MiB in 53 packages 06:08:20 Removing intermediate container 405e36305be0 06:08:20 ---> 060e542c7f5d 06:08:20 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:08:20 ---> Running in 8cbc2d927c28 06:08:20 Removing intermediate container 8cbc2d927c28 06:08:20 ---> fff82624912b 06:08:20 Step 9/22 : COPY . . 06:08:21 ---> 7b232efad59d 06:08:21 Step 10/22 : ARG MAKE='make build' 06:08:21 ---> Running in ed112cb2b9bd 06:08:21 Removing intermediate container ed112cb2b9bd 06:08:21 ---> 28be54aeec3e 06:08:21 Step 11/22 : RUN $MAKE 06:08:21 ---> Running in 82e5f8b0cdc1 06:08:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:08:32 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:08:35 Removing intermediate container 82e5f8b0cdc1 06:08:35 ---> f11c61ce696b 06:08:35 Step 12/22 : FROM alpine 06:08:35 latest: Pulling from library/alpine 06:08:35 df20fa9351a1: Already exists 06:08:35 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:08:35 Status: Downloaded newer image for alpine:latest 06:08:35 ---> a24bb4013296 06:08:35 Step 13/22 : ENV APP_PORT=49990 06:08:36 ---> Running in 70f91771afb9 06:08:36 Removing intermediate container 70f91771afb9 06:08:36 ---> 0f2aaf85c98c 06:08:36 Step 14/22 : EXPOSE $APP_PORT 06:08:36 ---> Running in e46b54b2ece8 06:08:36 Removing intermediate container e46b54b2ece8 06:08:36 ---> 4628c856ae9d 06:08:36 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:08:37 ---> ee9bc9e56ec7 06:08:37 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:08:37 ---> 65072083d008 06:08:37 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:08:37 ---> d564c0acd713 06:08:37 Step 18/22 : ENTRYPOINT ["/device-virtual"] 06:08:37 ---> Running in 1a5f833f72c4 06:08:37 Removing intermediate container 1a5f833f72c4 06:08:37 ---> ff474e05632f 06:08:37 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:08:37 ---> Running in ca7ace8b8a36 06:08:37 Removing intermediate container ca7ace8b8a36 06:08:37 ---> 994a0abfdbd3 06:08:37 Step 20/22 : LABEL arch=amd64 06:08:37 ---> Running in 31fef6a6cacb 06:08:38 Removing intermediate container 31fef6a6cacb 06:08:38 ---> 4d31bd82d149 06:08:38 Step 21/22 : LABEL git_sha=edf020471c3dee9ef6d0cbceebc332c9ac0173e8 06:08:38 ---> Running in fb28d47b1810 06:08:38 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 06:08:38 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.588s coverage: 56.4% of statements 06:08:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:08:38 Removing intermediate container fb28d47b1810 06:08:38 ---> 6955934d0b74 06:08:38 Step 22/22 : LABEL version=0.0.0 06:08:38 ---> Running in 950ff72e3d4f 06:08:38 Removing intermediate container 950ff72e3d4f 06:08:38 ---> c57df8fc438d 06:08:38 [Warning] One or more build-args [ARCH] were not consumed 06:08:38 Successfully built c57df8fc438d 06:08:38 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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 06:08:39 gofmt -l . 06:08:39 [ "`gofmt -l .`" = "" ] 06:08:39 ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:08:41 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:08:41 Warning: overwriting stash ‘coverage-report’ 06:08:41 Stashed 1 file(s) [Pipeline] } 06:08:41 $ docker stop --time=1 ad59338472148f353fe6444983ced8bce4df0516e5d31ffa341f1304a8bbdd5a 06:08:44 $ docker rm -f ad59338472148f353fe6444983ced8bce4df0516e5d31ffa341f1304a8bbdd5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:08:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:08:46 + ls -al . 06:08:46 total 136 06:08:46 drwxrwxr-x 8 jenkins jenkins 4096 Sep 22 06:08 . 06:08:46 drwxrwxr-x 4 jenkins jenkins 4096 Sep 22 06:06 .. 06:08:46 drwxrwxr-x 8 jenkins jenkins 4096 Sep 22 06:06 .git 06:08:46 drwxrwxr-x 2 jenkins jenkins 4096 Sep 22 06:06 .github 06:08:46 -rw-rw-r-- 1 jenkins jenkins 258 Sep 22 06:06 .gitignore 06:08:46 drwxrwxr-x 3 jenkins jenkins 4096 Sep 22 06:06 .semver 06:08:46 -rw-rw-r-- 1 jenkins jenkins 6036 Sep 22 06:06 Attribution.txt 06:08:46 -rw-rw-r-- 1 jenkins jenkins 1834 Sep 22 06:06 Dockerfile 06:08:46 -rw-rw-r-- 1 jenkins jenkins 957 Sep 22 06:06 Dockerfile.build 06:08:46 -rw-rw-r-- 1 jenkins jenkins 660 Sep 22 06:06 Jenkinsfile 06:08:46 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 22 06:06 LICENSE 06:08:46 -rw-rw-r-- 1 jenkins jenkins 873 Sep 22 06:06 Makefile 06:08:46 -rw-rw-r-- 1 jenkins jenkins 918 Sep 22 06:06 README.md 06:08:46 -rw-rw-r-- 1 jenkins jenkins 5 Sep 22 06:04 VERSION 06:08:46 drwxrwxr-x 2 jenkins jenkins 4096 Sep 22 06:06 bin 06:08:46 drwxrwxr-x 3 jenkins jenkins 4096 Sep 22 06:06 cmd 06:08:46 -rw-r--r-- 1 jenkins jenkins 29142 Sep 22 06:08 coverage.out 06:08:46 -rw-r--r-- 1 jenkins jenkins 862 Sep 22 06:08 go.mod 06:08:46 -rw-r--r-- 1 jenkins jenkins 14908 Sep 22 06:08 go.sum 06:08:46 drwxrwxr-x 3 jenkins jenkins 4096 Sep 22 06:06 internal 06:08:46 -rw-rw-r-- 1 jenkins jenkins 235 Sep 22 06:06 version.go [Pipeline] isUnix [Pipeline] sh 06:08: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=edf020471c3dee9ef6d0cbceebc332c9ac0173e8 --label arch=arm64 --label version=0.0.0 . 06:08:46 Sending build context to Docker daemon 598kB 06:08:47 Step 1/22 : ARG BASE=golang:1.15-alpine 06:08:47 Step 2/22 : FROM ${BASE} AS builder 06:08:47 ---> 63bf21f502e6 06:08:47 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 06:08:47 ---> Running in 633866de823a 06:08:47 Removing intermediate container 633866de823a 06:08:47 ---> 3132c462141f 06:08:47 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 06:08:47 ---> Running in 404945e26678 06:08:48 Removing intermediate container 404945e26678 06:08:48 ---> b2ea0b47a691 06:08:48 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 06:08:48 ---> Running in c8823c652ec1 06:08:48 Removing intermediate container c8823c652ec1 06:08:48 ---> 1bee6b8bd288 06:08:48 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:48 ---> Running in ebeb5b9b2d2a 06:08:51 Removing intermediate container ebeb5b9b2d2a 06:08:51 ---> bd5cd6eb4d3a 06:08:51 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:08:51 ---> Running in dabdba4de22a 06:08:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:08:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:54 OK: 221 MiB in 53 packages 06:08:55 Removing intermediate container dabdba4de22a 06:08:55 ---> 9ba279ec5466 06:08:55 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 06:08:55 ---> Running in 2440854ac096 06:08:56 Removing intermediate container 2440854ac096 06:08:56 ---> 23fd6f068b04 06:08:56 Step 9/22 : COPY . . 06:08:57 ---> 7ebe1de97ad5 06:08:57 Step 10/22 : ARG MAKE='make build' 06:08:57 ---> Running in 4c94f8f42d8a 06:08:57 Removing intermediate container 4c94f8f42d8a 06:08:57 ---> 9e79fd37389f 06:08:57 Step 11/22 : RUN $MAKE 06:08:57 ---> Running in 94cc065ab718 06:08:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 06:09:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:09:36 Removing intermediate container 94cc065ab718 06:09:36 ---> 0a02019d50b5 06:09:36 Step 12/22 : FROM alpine 06:09:36 latest: Pulling from library/alpine 06:09:36 b538f80385f9: Already exists 06:09:36 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 06:09:36 Status: Downloaded newer image for alpine:latest 06:09:36 ---> 62ee0e9f8440 06:09:36 Step 13/22 : ENV APP_PORT=49990 06:09:36 ---> Running in 9002d6008f62 06:09:37 Removing intermediate container 9002d6008f62 06:09:37 ---> c6edeb49b679 06:09:37 Step 14/22 : EXPOSE $APP_PORT 06:09:37 ---> Running in c0ca63fed8b5 06:09:38 Removing intermediate container c0ca63fed8b5 06:09:38 ---> 6cefe9c473ca 06:09:38 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 06:09:39 ---> 7949c53b7851 06:09:39 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 06:09:40 ---> d0d0d0074612 06:09:40 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 06:09:41 ---> 1f91cc74486f 06:09:41 Step 18/22 : ENTRYPOINT ["/device-virtual"] 06:09:41 ---> Running in 01c87a88f876 06:09:41 Removing intermediate container 01c87a88f876 06:09:41 ---> 6ca0d56054b3 06:09:41 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:09:41 ---> Running in 3b61e171071d 06:09:42 Removing intermediate container 3b61e171071d 06:09:42 ---> b7cbc337d5b8 06:09:42 Step 20/22 : LABEL arch=arm64 06:09:42 ---> Running in ce957bff288f 06:09:42 Removing intermediate container ce957bff288f 06:09:42 ---> 07f42e4f69a3 06:09:42 Step 21/22 : LABEL git_sha=edf020471c3dee9ef6d0cbceebc332c9ac0173e8 06:09:42 ---> Running in 4082d37a85d6 06:09:43 Removing intermediate container 4082d37a85d6 06:09:43 ---> a9cbd555794e 06:09:43 Step 22/22 : LABEL version=0.0.0 06:09:43 ---> Running in 0fa7f9150257 06:09:44 Removing intermediate container 0fa7f9150257 06:09:44 ---> 79cea9b4d40f 06:09:44 [Warning] One or more build-args [ARCH] were not consumed 06:09:44 Successfully built 79cea9b4d40f 06:09:44 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:09:46 provisioning config files... 06:09:46 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config4940205476860694688tmp [Pipeline] { [Pipeline] sh 06:09:46 + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-131@tmp/config4940205476860694688tmp 06:09:46 + curl -s https://codecov.io/bash [Pipeline] } 06:09:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 06:09:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:09:49 ---> package-listing.sh 06:09:49 ++ tr '[:upper:]' '[:lower:]' 06:09:49 ++ facter osfamily 06:09:49 + OS_FAMILY=redhat 06:09:49 + workspace=/w/workspace/foundry_device-virtual-go_PR-131 06:09:49 + START_PACKAGES=/tmp/packages_start.txt 06:09:49 + END_PACKAGES=/tmp/packages_end.txt 06:09:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:09:49 + PACKAGES=/tmp/packages_start.txt 06:09:49 + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' 06:09:49 + PACKAGES=/tmp/packages_end.txt 06:09:49 + case "${OS_FAMILY}" in 06:09:49 + rpm -qa 06:09:49 + sort 06:09:55 + '[' -f /tmp/packages_start.txt ']' 06:09:55 + '[' -f /tmp/packages_end.txt ']' 06:09:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:09:55 + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' 06:09:55 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ 06:09:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-131/archives/ [Pipeline] isUnix [Pipeline] sh 06:09:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:55 06:09:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:09:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:56 alpine: Pulling from edgex-lftools-log-publisher 06:09:56 df20fa9351a1: Pulling fs layer 06:09:56 36b3adc4ff6f: Pulling fs layer 06:09:56 8ad3a11d3b57: Pulling fs layer 06:09:56 46f8f816bc3b: Pulling fs layer 06:09:56 0dadc02b9964: Pulling fs layer 06:09:56 ce6a7cf60c04: Pulling fs layer 06:09:56 7a184a31f384: Pulling fs layer 06:09:56 0879bd2ef858: Pulling fs layer 06:09:56 0dadc02b9964: Waiting 06:09:56 ce6a7cf60c04: Waiting 06:09:56 7a184a31f384: Waiting 06:09:56 0879bd2ef858: Waiting 06:09:56 46f8f816bc3b: Waiting 06:09:56 36b3adc4ff6f: Download complete 06:09:56 46f8f816bc3b: Download complete 06:09:56 df20fa9351a1: Download complete 06:09:56 ce6a7cf60c04: Verifying Checksum 06:09:56 ce6a7cf60c04: Download complete 06:09:56 7a184a31f384: Verifying Checksum 06:09:56 7a184a31f384: Download complete 06:09:56 0dadc02b9964: Verifying Checksum 06:09:56 0dadc02b9964: Download complete 06:09:57 8ad3a11d3b57: Verifying Checksum 06:09:57 8ad3a11d3b57: Download complete 06:09:57 df20fa9351a1: Pull complete 06:09:57 36b3adc4ff6f: Pull complete 06:09:58 0879bd2ef858: Verifying Checksum 06:09:58 0879bd2ef858: Download complete 06:09:59 8ad3a11d3b57: Pull complete 06:09:59 46f8f816bc3b: Pull complete 06:09:59 0dadc02b9964: Pull complete 06:09:59 ce6a7cf60c04: Pull complete 06:09:59 7a184a31f384: Pull complete 06:10:04 0879bd2ef858: Pull complete 06:10:04 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 06:10:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:10:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:10:04 prd-centos7-docker-4c-2g-792 does not seem to be running inside a container 06:10:04 $ 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_PR-131 -v /w/workspace/foundry_device-virtual-go_PR-131:/w/workspace/foundry_device-virtual-go_PR-131:rw,z -v /w/workspace/foundry_device-virtual-go_PR-131@tmp:/w/workspace/foundry_device-virtual-go_PR-131@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:10:10 $ docker top f5e6cd5b3aa82fff219dc9fa45a6369702d7040c9826b4247c14adb9b7a06b7b -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:11 + mkdir -p /var/log/sa [Pipeline] sh 06:10:11 + ls /var/log/sa-host 06:10:11 + sadf -c /var/log/sa-host/sa05 06:10:11 file_magic: OK 06:10:11 HZ: Using current value: 100 06:10:11 file_header: OK 06:10:11 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 06:10:11 Statistics: 06:10:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:10:11 File successfully converted to sysstat format version 12.2.1 06:10:11 + sadf -c /var/log/sa-host/sa22 06:10:11 file_magic: OK 06:10:11 HZ: Using current value: 100 06:10:11 file_header: OK 06:10:11 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 06:10:11 Statistics: 06:10:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:10:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:10:11 provisioning config files... 06:10:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config9008081290823594243tmp [Pipeline] { [Pipeline] echo 06:10:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:10:12 ---> create-netrc.sh [Pipeline] echo 06:10:12 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:10:12 ---> logs-deploy.sh 06:10:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/6 06:10:12 INFO: archiving workspace using pattern(s): 06:10:14 Archives upload complete. 06:10:14 INFO: archiving logs to Nexus