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 [2020-09-22T06:03:55.379Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-22T06:03:55.657Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-22T06:03:55.759Z] ========================================================= [2020-09-22T06:03:55.759Z] EdgeX Global Pipelines Version Info [2020-09-22T06:03:55.759Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 148b8eca63a97cc99414b4b4a4a16c4369e67a30 # timeout=10 [2020-09-22T06:03:57.614Z] ------------------- [2020-09-22T06:03:57.614Z] stable info: [2020-09-22T06:03:57.614Z] ------------------- [2020-09-22T06:03:57.614Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-22T06:03:57.614Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-22T06:03:57.614Z] Message: update stable to v1.0.122 [2020-09-22T06:03:58.616Z] ------------------- [2020-09-22T06:03:58.616Z] experimental info: [2020-09-22T06:03:58.616Z] ------------------- [2020-09-22T06:03:58.616Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-22T06:03:58.616Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-22T06:03:58.616Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-22T06:03:59.036Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2020-09-22T06:03:59.136Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2020-09-22T06:03:59.249Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-22T06:03:59.340Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-22T06:03:59.446Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-22T06:03:59.539Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-22T06:03:59.631Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-22T06:03:59.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-22T06:03:59.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-22T06:03:59.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-22T06:04:00.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-22T06:04:00.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo [2020-09-22T06:04:00.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-22T06:04:00.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-22T06:04:00.591Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-22T06:04:00.680Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-22T06:04:00.800Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T06:04:00.918Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-22T06:04:01.008Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-22T06:04:01.102Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-22T06:04:01.198Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-22T06:04:01.307Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-22T06:04:01.391Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-131 [Pipeline] echo [2020-09-22T06:04:01.475Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-131 [Pipeline] echo [2020-09-22T06:04:01.573Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-131 [Pipeline] echo [2020-09-22T06:04:01.733Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [Pipeline] echo [2020-09-22T06:04:01.829Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = edf0204 [Pipeline] echo [2020-09-22T06:04:01.934Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-22T06:04:02.617Z] + git log --format=format:%s -1 edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [Pipeline] echo [2020-09-22T06:04:02.795Z] GIT_COMMIT: edf020471c3dee9ef6d0cbceebc332c9ac0173e8, Commit Message: build: upgrade device-sdk-go [Pipeline] echo [2020-09-22T06:04:02.841Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:04:03.491Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T06:04:03.768Z] [2020-09-22T06:04:03.768Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:04:04.227Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T06:04:04.535Z] latest: Pulling from edgex-devops/git-semver [2020-09-22T06:04:04.535Z] 31603596830f: Pulling fs layer [2020-09-22T06:04:04.535Z] 2a8b12db71e7: Pulling fs layer [2020-09-22T06:04:04.535Z] 6ca5941a6612: Pulling fs layer [2020-09-22T06:04:04.535Z] ecc8261a40a4: Pulling fs layer [2020-09-22T06:04:04.535Z] ecc8261a40a4: Waiting [2020-09-22T06:04:04.535Z] 2a8b12db71e7: Verifying Checksum [2020-09-22T06:04:04.535Z] 2a8b12db71e7: Download complete [2020-09-22T06:04:04.830Z] 31603596830f: Verifying Checksum [2020-09-22T06:04:04.830Z] 31603596830f: Download complete [2020-09-22T06:04:05.116Z] ecc8261a40a4: Verifying Checksum [2020-09-22T06:04:05.116Z] ecc8261a40a4: Download complete [2020-09-22T06:04:05.391Z] 6ca5941a6612: Verifying Checksum [2020-09-22T06:04:05.391Z] 6ca5941a6612: Download complete [2020-09-22T06:04:05.391Z] 31603596830f: Pull complete [2020-09-22T06:04:05.656Z] 2a8b12db71e7: Pull complete [2020-09-22T06:04:06.639Z] 6ca5941a6612: Pull complete [2020-09-22T06:04:06.906Z] ecc8261a40a4: Pull complete [2020-09-22T06:04:06.906Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-22T06:04:06.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-22T06:04:06.906Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-22T06:04:07.048Z] prd-centos7-docker-4c-2g-792 does not seem to be running inside a container [2020-09-22T06:04:07.130Z] $ 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 [2020-09-22T06:04:09.669Z] $ docker top 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-22T06:04:09.978Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T06:04:09.978Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T06:04:10.415Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T06:04:10.420Z] $ docker exec 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent [2020-09-22T06:04:10.620Z] SSH_AUTH_SOCK=/tmp/ssh-y484FqjyMrM6/agent.11 [2020-09-22T06:04:10.620Z] SSH_AGENT_PID=16 [2020-09-22T06:04:10.636Z] Running ssh-add (command line suppressed) [2020-09-22T06:04:10.779Z] 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) [2020-09-22T06:04:10.850Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T06:04:11.218Z] + git describe --exact-match --tags HEAD [2020-09-22T06:04:11.218Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-22T06:04:11.254Z] $ docker exec --env ******** --env ******** 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent -k [2020-09-22T06:04:11.428Z] unset SSH_AUTH_SOCK; [2020-09-22T06:04:11.430Z] unset SSH_AGENT_PID; [2020-09-22T06:04:11.430Z] echo Agent pid 16 killed; [2020-09-22T06:04:11.498Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-22T06:04:11.591Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-22T06:04:11.591Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-22T06:04:11.685Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-22T06:04:11.685Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-22T06:04:12.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-22T06:04:12.101Z] $ docker exec 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent [2020-09-22T06:04:12.374Z] SSH_AUTH_SOCK=/tmp/ssh-OaRl50xq343x/agent.44 [2020-09-22T06:04:12.374Z] SSH_AGENT_PID=49 [2020-09-22T06:04:12.381Z] Running ssh-add (command line suppressed) [2020-09-22T06:04:12.631Z] 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) [2020-09-22T06:04:12.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-22T06:04:13.166Z] + git semver init [2020-09-22T06:04:13.166Z] # -> Open(): unable to determine branch for HEAD [2020-09-22T06:04:13.166Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.git [2020-09-22T06:04:13.166Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-131 [2020-09-22T06:04:13.166Z] # $SEMVER_REMOTE_NAME = origin [2020-09-22T06:04:13.166Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-22T06:04:13.166Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-22T06:04:13.166Z] # $SEMVER_BRANCH = PR-131 [2020-09-22T06:04:13.166Z] # $SEMVER_TEMP = /tmp/semver-221164917 [2020-09-22T06:04:13.166Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2020-09-22T06:04:14.139Z] # '/tmp/semver-221164917' -> '/w/workspace/foundry_device-virtual-go_PR-131/.semver' [2020-09-22T06:04:14.139Z] # -> Force: false [2020-09-22T06:04:14.139Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-131/.semver [Pipeline] } [2020-09-22T06:04:14.168Z] $ docker exec --env ******** --env ******** 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 ssh-agent -k [2020-09-22T06:04:14.335Z] unset SSH_AUTH_SOCK; [2020-09-22T06:04:14.335Z] unset SSH_AGENT_PID; [2020-09-22T06:04:14.335Z] echo Agent pid 49 killed; [2020-09-22T06:04:14.442Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-22T06:04:14.945Z] + git semver [Pipeline] } [2020-09-22T06:04:15.015Z] $ docker stop --time=1 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 [2020-09-22T06:04:16.563Z] $ docker rm -f 00551db1eb99a72f9cd36cef370c8ca09fc76f6b752e7a281868f1c8e35e3495 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-22T06:04:17.640Z] Stashed 27 file(s) [Pipeline] echo [2020-09-22T06:04:17.643Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-22T06:04:17.730Z] 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 [2020-09-22T06:04:33.116Z] Still waiting to schedule task [2020-09-22T06:04:33.116Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-22T06:04:33.118Z] Still waiting to schedule task [2020-09-22T06:04:33.119Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-22T06:06:18.455Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-794 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-22T06:06:18.523Z] Running in /w/workspace/device-virtual-go/6 [Pipeline] { [Pipeline] checkout [2020-09-22T06:06:24.004Z] using credential edgex-jenkins-ssh [2020-09-22T06:06:24.075Z] Cloning the remote Git repository [2020-09-22T06:06:24.075Z] Cloning with configured refspecs honoured and without tags [2020-09-22T06:06:24.136Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-22T06:06:24.258Z] > git init /w/workspace/device-virtual-go/6 # timeout=10 [2020-09-22T06:06:24.327Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-22T06:06:24.328Z] > git --version # timeout=10 [2020-09-22T06:06:24.347Z] > git --version # 'git version 2.17.1' [2020-09-22T06:06:24.349Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T06:06:24.439Z] > 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 [2020-09-22T06:06:25.271Z] Fetching without tags [2020-09-22T06:06:25.753Z] Merging remotes/origin/master commit 60862a1890d94a51ede0363f4d0c53c3372f6de9 into PR head commit edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [2020-09-22T06:06:25.973Z] Merge succeeded, producing edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [2020-09-22T06:06:25.974Z] Checking out Revision edf020471c3dee9ef6d0cbceebc332c9ac0173e8 (PR-131) [2020-09-22T06:06:25.176Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-22T06:06:25.198Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-22T06:06:25.217Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T06:06:25.246Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-22T06:06:25.285Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-22T06:06:25.286Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T06:06:25.299Z] > 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 [2020-09-22T06:06:25.775Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T06:06:25.798Z] > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 [2020-09-22T06:06:25.883Z] > git remote # timeout=10 [2020-09-22T06:06:25.903Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T06:06:25.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T06:06:25.934Z] > git merge 60862a1890d94a51ede0363f4d0c53c3372f6de9 # timeout=10 [2020-09-22T06:06:25.957Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T06:06:25.981Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T06:06:26.048Z] > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 [2020-09-22T06:06:30.538Z] Commit message: "build: upgrade device-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-22T06:06:31.610Z] ========================================================= [2020-09-22T06:06:31.610Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-22T06:06:31.610Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:06:32.834Z] + 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 . [2020-09-22T06:06:33.831Z] Sending build context to Docker daemon 552.4kB [2020-09-22T06:06:33.831Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-22T06:06:33.831Z] Step 2/8 : FROM ${BASE} [2020-09-22T06:06:34.108Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-22T06:06:34.108Z] b538f80385f9: Pulling fs layer [2020-09-22T06:06:34.108Z] 74f711af9a0d: Pulling fs layer [2020-09-22T06:06:34.108Z] 99f96fe45779: Pulling fs layer [2020-09-22T06:06:34.108Z] 8529a6b9a6be: Pulling fs layer [2020-09-22T06:06:34.108Z] 45590311c82a: Pulling fs layer [2020-09-22T06:06:34.108Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-22T06:06:34.108Z] 209524e5b208: Pulling fs layer [2020-09-22T06:06:34.108Z] 45590311c82a: Waiting [2020-09-22T06:06:34.108Z] 69ca0ff8b7b3: Waiting [2020-09-22T06:06:34.108Z] 209524e5b208: Waiting [2020-09-22T06:06:34.108Z] 8529a6b9a6be: Waiting [2020-09-22T06:06:34.108Z] 99f96fe45779: Download complete [2020-09-22T06:06:34.108Z] 74f711af9a0d: Download complete [2020-09-22T06:06:34.108Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-22T06:06:34.108Z] 69ca0ff8b7b3: Download complete [2020-09-22T06:06:34.108Z] b538f80385f9: Verifying Checksum [2020-09-22T06:06:34.108Z] b538f80385f9: Download complete [2020-09-22T06:06:35.102Z] b538f80385f9: Pull complete [2020-09-22T06:06:35.704Z] 74f711af9a0d: Pull complete [2020-09-22T06:06:35.981Z] 99f96fe45779: Pull complete [2020-09-22T06:06:36.589Z] 209524e5b208: Verifying Checksum [2020-09-22T06:06:36.589Z] 209524e5b208: Download complete [2020-09-22T06:06:37.576Z] 8529a6b9a6be: Verifying Checksum [2020-09-22T06:06:37.576Z] 8529a6b9a6be: Download complete [2020-09-22T06:06:47.754Z] 8529a6b9a6be: Pull complete [2020-09-22T06:06:48.350Z] 45590311c82a: Pull complete [2020-09-22T06:06:48.641Z] 69ca0ff8b7b3: Pull complete [2020-09-22T06:06:52.047Z] 209524e5b208: Pull complete [2020-09-22T06:06:52.047Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-22T06:06:52.047Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-22T06:06:52.047Z] ---> 5bddaf1c2fca [2020-09-22T06:06:52.047Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-22T06:06:55.472Z] ---> Running in c9ba2d67b41b [2020-09-22T06:06:55.472Z] Removing intermediate container c9ba2d67b41b [2020-09-22T06:06:55.472Z] ---> 5785432bac35 [2020-09-22T06:06:55.472Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T06:06:55.472Z] ---> Running in f3efa047905b [2020-09-22T06:06:58.105Z] Removing intermediate container f3efa047905b [2020-09-22T06:06:58.105Z] ---> 0a823e20be10 [2020-09-22T06:06:58.105Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-22T06:06:58.105Z] ---> Running in 3ee64bbbf00c [2020-09-22T06:06:58.352Z] Running on prd-centos7-docker-4c-2g-796 in /w/workspace/foundry_device-virtual-go_PR-131 [Pipeline] { [Pipeline] ws [2020-09-22T06:06:58.404Z] Running in /w/workspace/device-virtual-go/6 [Pipeline] { [Pipeline] checkout [2020-09-22T06:06:59.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T06:07:00.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T06:07:01.038Z] using credential edgex-jenkins-ssh [2020-09-22T06:07:01.093Z] Cloning the remote Git repository [2020-09-22T06:07:01.093Z] Cloning with configured refspecs honoured and without tags [2020-09-22T06:07:01.137Z] (1/14) Installing libmagic (5.38-r0) [2020-09-22T06:07:01.137Z] (2/14) Installing file (5.38-r0) [2020-09-22T06:07:01.137Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-22T06:07:01.408Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-22T06:07:01.877Z] Fetching without tags [2020-09-22T06:07:01.121Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2020-09-22T06:07:01.191Z] > git init /w/workspace/device-virtual-go/6 # timeout=10 [2020-09-22T06:07:01.236Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-22T06:07:01.236Z] > git --version # timeout=10 [2020-09-22T06:07:01.241Z] > git --version # 'git version 2.16.5' [2020-09-22T06:07:01.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T06:07:01.269Z] > 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 [2020-09-22T06:07:01.848Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-22T06:07:01.855Z] > git config --add remote.origin.fetch +refs/pull/131/head:refs/remotes/origin/PR-131 # timeout=10 [2020-09-22T06:07:01.861Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-22T06:07:01.871Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2020-09-22T06:07:01.883Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2020-09-22T06:07:01.883Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T06:07:01.890Z] > 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 [2020-09-22T06:07:02.454Z] Merging remotes/origin/master commit 60862a1890d94a51ede0363f4d0c53c3372f6de9 into PR head commit edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [2020-09-22T06:07:02.534Z] Merge succeeded, producing edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [2020-09-22T06:07:02.535Z] Checking out Revision edf020471c3dee9ef6d0cbceebc332c9ac0173e8 (PR-131) [2020-09-22T06:07:02.463Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T06:07:02.471Z] > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 [2020-09-22T06:07:02.505Z] > git remote # timeout=10 [2020-09-22T06:07:02.511Z] > git config --get remote.origin.url # timeout=10 [2020-09-22T06:07:02.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-22T06:07:02.519Z] > git merge 60862a1890d94a51ede0363f4d0c53c3372f6de9 # timeout=10 [2020-09-22T06:07:02.529Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-22T06:07:02.538Z] > git config core.sparsecheckout # timeout=10 [2020-09-22T06:07:02.545Z] > git checkout -f edf020471c3dee9ef6d0cbceebc332c9ac0173e8 # timeout=10 [2020-09-22T06:07:06.196Z] Commit message: "build: upgrade device-sdk-go" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-09-22T06:07:06.806Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-22T06:07:06.807Z] (6/14) Installing patch (2.7.6-r6) [2020-09-22T06:07:06.807Z] (7/14) Installing build-base (0.5-r2) [2020-09-22T06:07:06.807Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-22T06:07:06.807Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-22T06:07:06.807Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-22T06:07:06.807Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-22T06:07:06.807Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-22T06:07:06.807Z] (13/14) Installing openssh-server (8.3_p1-r0) [Pipeline] unstash [Pipeline] echo [2020-09-22T06:07:07.022Z] ========================================================= [2020-09-22T06:07:07.022Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-22T06:07:07.022Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:07:07.082Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-22T06:07:07.082Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T06:07:07.082Z] OK: 221 MiB in 53 packages [2020-09-22T06:07:07.722Z] + 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 . [2020-09-22T06:07:07.987Z] Sending build context to Docker daemon 552.4kB [2020-09-22T06:07:07.987Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-22T06:07:07.987Z] Step 2/8 : FROM ${BASE} [2020-09-22T06:07:08.252Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-22T06:07:08.252Z] df20fa9351a1: Pulling fs layer [2020-09-22T06:07:08.252Z] ed8968b2872e: Pulling fs layer [2020-09-22T06:07:08.252Z] a92cc7c5fd73: Pulling fs layer [2020-09-22T06:07:08.252Z] e871e8e8d7a9: Pulling fs layer [2020-09-22T06:07:08.252Z] e73272ec9a57: Pulling fs layer [2020-09-22T06:07:08.252Z] 1e910a182e73: Pulling fs layer [2020-09-22T06:07:08.252Z] 4e634b169226: Pulling fs layer [2020-09-22T06:07:08.252Z] e871e8e8d7a9: Waiting [2020-09-22T06:07:08.252Z] e73272ec9a57: Waiting [2020-09-22T06:07:08.252Z] 1e910a182e73: Waiting [2020-09-22T06:07:08.252Z] 4e634b169226: Waiting [2020-09-22T06:07:08.252Z] a92cc7c5fd73: Verifying Checksum [2020-09-22T06:07:08.252Z] a92cc7c5fd73: Download complete [2020-09-22T06:07:08.252Z] ed8968b2872e: Verifying Checksum [2020-09-22T06:07:08.252Z] e73272ec9a57: Verifying Checksum [2020-09-22T06:07:08.252Z] e73272ec9a57: Download complete [2020-09-22T06:07:08.252Z] 1e910a182e73: Verifying Checksum [2020-09-22T06:07:08.252Z] 1e910a182e73: Download complete [2020-09-22T06:07:08.252Z] df20fa9351a1: Verifying Checksum [2020-09-22T06:07:08.252Z] df20fa9351a1: Download complete [2020-09-22T06:07:08.525Z] df20fa9351a1: Pull complete [2020-09-22T06:07:08.792Z] ed8968b2872e: Pull complete [2020-09-22T06:07:08.792Z] a92cc7c5fd73: Pull complete [2020-09-22T06:07:10.731Z] 4e634b169226: Verifying Checksum [2020-09-22T06:07:10.731Z] 4e634b169226: Download complete [2020-09-22T06:07:10.731Z] e871e8e8d7a9: Verifying Checksum [2020-09-22T06:07:10.731Z] e871e8e8d7a9: Download complete [2020-09-22T06:07:11.428Z] Removing intermediate container 3ee64bbbf00c [2020-09-22T06:07:11.428Z] ---> 6b7fa43c003e [2020-09-22T06:07:11.428Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-22T06:07:11.428Z] ---> Running in 32cd9f203f14 [2020-09-22T06:07:11.701Z] Removing intermediate container 32cd9f203f14 [2020-09-22T06:07:11.702Z] ---> 22e349d878ed [2020-09-22T06:07:11.702Z] Step 7/8 : COPY . . [2020-09-22T06:07:12.689Z] ---> 03c774f4b462 [2020-09-22T06:07:12.689Z] Step 8/8 : RUN go mod download [2020-09-22T06:07:12.689Z] ---> Running in 823b286f66e9 [2020-09-22T06:07:16.060Z] e871e8e8d7a9: Pull complete [2020-09-22T06:07:16.060Z] e73272ec9a57: Pull complete [2020-09-22T06:07:16.060Z] 1e910a182e73: Pull complete [2020-09-22T06:07:21.385Z] 4e634b169226: Pull complete [2020-09-22T06:07:21.385Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-22T06:07:21.385Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-22T06:07:21.385Z] ---> f7629b54cfaa [2020-09-22T06:07:21.385Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-09-22T06:07:21.385Z] ---> Running in 094529598c71 [2020-09-22T06:07:21.385Z] Removing intermediate container 094529598c71 [2020-09-22T06:07:21.385Z] ---> 01c5d730c906 [2020-09-22T06:07:21.385Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T06:07:21.651Z] ---> Running in 3864a6e3c4ba [2020-09-22T06:07:22.601Z] Removing intermediate container 3864a6e3c4ba [2020-09-22T06:07:22.601Z] ---> c255e337486b [2020-09-22T06:07:22.601Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-09-22T06:07:22.601Z] ---> Running in c46295db43bf [2020-09-22T06:07:23.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-22T06:07:24.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-22T06:07:24.400Z] (1/14) Installing libmagic (5.38-r0) [2020-09-22T06:07:24.663Z] (2/14) Installing file (5.38-r0) [2020-09-22T06:07:24.663Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-09-22T06:07:24.663Z] (4/14) Installing g++ (9.3.0-r2) [2020-09-22T06:07:27.980Z] (5/14) Installing fortify-headers (1.1-r0) [2020-09-22T06:07:28.243Z] (6/14) Installing patch (2.7.6-r6) [2020-09-22T06:07:28.243Z] (7/14) Installing build-base (0.5-r2) [2020-09-22T06:07:28.243Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-09-22T06:07:28.505Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-09-22T06:07:28.505Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-09-22T06:07:28.768Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-09-22T06:07:29.030Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-09-22T06:07:29.030Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-09-22T06:07:29.030Z] (14/14) Installing openssh (8.3_p1-r0) [2020-09-22T06:07:29.294Z] Executing busybox-1.31.1-r16.trigger [2020-09-22T06:07:29.294Z] OK: 237 MiB in 53 packages [2020-09-22T06:07:32.609Z] Removing intermediate container c46295db43bf [2020-09-22T06:07:32.609Z] ---> 6012b81fdb5f [2020-09-22T06:07:32.609Z] Step 6/8 : WORKDIR /device-virtual-go [2020-09-22T06:07:32.609Z] ---> Running in 9624844e56ad [2020-09-22T06:07:32.609Z] Removing intermediate container 9624844e56ad [2020-09-22T06:07:32.609Z] ---> 2747e2eaeb39 [2020-09-22T06:07:32.609Z] Step 7/8 : COPY . . [2020-09-22T06:07:33.184Z] ---> 572cc6a1eb90 [2020-09-22T06:07:33.184Z] Step 8/8 : RUN go mod download [2020-09-22T06:07:33.448Z] ---> Running in ed4c97c077fa [2020-09-22T06:07:39.474Z] Removing intermediate container 823b286f66e9 [2020-09-22T06:07:39.474Z] ---> 63bf21f502e6 [2020-09-22T06:07:39.474Z] Successfully built 63bf21f502e6 [2020-09-22T06:07:39.474Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:07:39.881Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T06:07:39.881Z] . [Pipeline] withDockerContainer [2020-09-22T06:07:40.190Z] prd-ubuntu18.04-docker-arm64-4c-16g-794 does not seem to be running inside a container [2020-09-22T06:07:40.277Z] $ 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 [2020-09-22T06:07:42.153Z] $ docker top 75a25e82fd5933e45ed721167fcbddb70d2dc3bd470231d937fb444a54966570 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T06:07:43.572Z] + go version [2020-09-22T06:07:43.572Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-22T06:07:43.598Z] $ docker stop --time=1 75a25e82fd5933e45ed721167fcbddb70d2dc3bd470231d937fb444a54966570 [2020-09-22T06:07:45.553Z] $ docker rm -f 75a25e82fd5933e45ed721167fcbddb70d2dc3bd470231d937fb444a54966570 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:07:46.647Z] + docker inspect -f . ci-base-image-arm64 [2020-09-22T06:07:46.647Z] . [Pipeline] withDockerContainer [2020-09-22T06:07:46.885Z] prd-ubuntu18.04-docker-arm64-4c-16g-794 does not seem to be running inside a container [2020-09-22T06:07:46.974Z] $ 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 [2020-09-22T06:07:48.408Z] Removing intermediate container ed4c97c077fa [2020-09-22T06:07:48.408Z] ---> 52d6251f1780 [2020-09-22T06:07:48.408Z] Successfully built 52d6251f1780 [2020-09-22T06:07:48.408Z] Successfully tagged ci-base-image-x86_64:latest [2020-09-22T06:07:48.835Z] $ docker top ad59338472148f353fe6444983ced8bce4df0516e5d31ffa341f1304a8bbdd5a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:07:49.576Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T06:07:49.576Z] . [Pipeline] withDockerContainer [2020-09-22T06:07:49.693Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2020-09-22T06:07:49.752Z] $ 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 [2020-09-22T06:07:50.204Z] + make test [2020-09-22T06:07:50.204Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-22T06:07:51.005Z] $ docker top 74f136aa8871ca303e02a9e2831101736ca5dbc2a9971f42a3d9cc37737afb22 -eo pid,comm [2020-09-22T06:07:51.185Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] { [Pipeline] sh [2020-09-22T06:07:51.540Z] + go version [2020-09-22T06:07:51.541Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-22T06:07:51.556Z] $ docker stop --time=1 74f136aa8871ca303e02a9e2831101736ca5dbc2a9971f42a3d9cc37737afb22 [2020-09-22T06:07:52.892Z] $ docker rm -f 74f136aa8871ca303e02a9e2831101736ca5dbc2a9971f42a3d9cc37737afb22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:07:53.742Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-22T06:07:53.742Z] . [Pipeline] withDockerContainer [2020-09-22T06:07:53.851Z] prd-centos7-docker-4c-2g-796 does not seem to be running inside a container [2020-09-22T06:07:53.903Z] $ 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 [2020-09-22T06:07:54.559Z] $ docker top 964489f7bc0bc60eb45fdbbcd25c8ce6d82b5eac2ca330ee2a82d27738d7f3d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T06:07:55.045Z] + make test [2020-09-22T06:07:55.045Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-09-22T06:07:55.640Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2020-09-22T06:08:08.063Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-22T06:08:08.329Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.156s coverage: 56.4% of statements [2020-09-22T06:08:08.329Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T06:08:10.921Z] gofmt -l . [2020-09-22T06:08:10.921Z] [ "`gofmt -l .`" = "" ] [2020-09-22T06:08:10.921Z] ./bin/test-attribution-txt.sh [2020-09-22T06:08:11.497Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-22T06:08:12.055Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T06:08:12.061Z] $ docker stop --time=1 964489f7bc0bc60eb45fdbbcd25c8ce6d82b5eac2ca330ee2a82d27738d7f3d0 [2020-09-22T06:08:14.541Z] $ docker rm -f 964489f7bc0bc60eb45fdbbcd25c8ce6d82b5eac2ca330ee2a82d27738d7f3d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-22T06:08:16.076Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-22T06:08:16.378Z] + ls -al . [2020-09-22T06:08:16.378Z] total 108 [2020-09-22T06:08:16.378Z] drwxrwxr-x. 8 jenkins jenkins 4096 Sep 22 06:08 . [2020-09-22T06:08:16.378Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 22 06:07 .. [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 6036 Sep 22 06:07 Attribution.txt [2020-09-22T06:08:16.378Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 22 06:07 bin [2020-09-22T06:08:16.378Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 22 06:07 cmd [2020-09-22T06:08:16.378Z] -rw-r--r--. 1 jenkins jenkins 29142 Sep 22 06:08 coverage.out [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 1834 Sep 22 06:07 Dockerfile [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 957 Sep 22 06:07 Dockerfile.build [2020-09-22T06:08:16.378Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 22 06:07 .git [2020-09-22T06:08:16.378Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 22 06:07 .github [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 258 Sep 22 06:07 .gitignore [2020-09-22T06:08:16.378Z] -rw-r--r--. 1 jenkins jenkins 862 Sep 22 06:08 go.mod [2020-09-22T06:08:16.378Z] -rw-r--r--. 1 jenkins jenkins 14908 Sep 22 06:08 go.sum [2020-09-22T06:08:16.378Z] drwxrwxr-x. 3 jenkins jenkins 20 Sep 22 06:07 internal [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 660 Sep 22 06:07 Jenkinsfile [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 22 06:07 LICENSE [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 873 Sep 22 06:07 Makefile [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 918 Sep 22 06:07 README.md [2020-09-22T06:08:16.378Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 22 06:07 .semver [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 22 06:04 VERSION [2020-09-22T06:08:16.378Z] -rw-rw-r--. 1 jenkins jenkins 235 Sep 22 06:07 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:08:16.686Z] + 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 . [2020-09-22T06:08:16.949Z] Sending build context to Docker daemon 598kB [2020-09-22T06:08:16.949Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-22T06:08:16.949Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-22T06:08:16.950Z] ---> 52d6251f1780 [2020-09-22T06:08:16.950Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-22T06:08:16.950Z] ---> Running in 9c427c55cb8a [2020-09-22T06:08:17.214Z] Removing intermediate container 9c427c55cb8a [2020-09-22T06:08:17.214Z] ---> 59ccb6174f13 [2020-09-22T06:08:17.214Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-22T06:08:17.214Z] ---> Running in dbca1e79de3f [2020-09-22T06:08:17.477Z] Removing intermediate container dbca1e79de3f [2020-09-22T06:08:17.477Z] ---> 7a6e456328d7 [2020-09-22T06:08:17.477Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-22T06:08:17.477Z] ---> Running in 69fe7897786d [2020-09-22T06:08:17.739Z] Removing intermediate container 69fe7897786d [2020-09-22T06:08:17.739Z] ---> 39b568cf7887 [2020-09-22T06:08:17.739Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T06:08:17.739Z] ---> Running in d74bca0e4ffd [2020-09-22T06:08:18.691Z] Removing intermediate container d74bca0e4ffd [2020-09-22T06:08:18.691Z] ---> cedfe4034b0a [2020-09-22T06:08:18.691Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-22T06:08:18.691Z] ---> Running in 405e36305be0 [2020-09-22T06:08:19.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-22T06:08:19.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-22T06:08:20.111Z] OK: 237 MiB in 53 packages [2020-09-22T06:08:20.687Z] Removing intermediate container 405e36305be0 [2020-09-22T06:08:20.687Z] ---> 060e542c7f5d [2020-09-22T06:08:20.687Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-22T06:08:20.687Z] ---> Running in 8cbc2d927c28 [2020-09-22T06:08:20.949Z] Removing intermediate container 8cbc2d927c28 [2020-09-22T06:08:20.949Z] ---> fff82624912b [2020-09-22T06:08:20.949Z] Step 9/22 : COPY . . [2020-09-22T06:08:21.525Z] ---> 7b232efad59d [2020-09-22T06:08:21.525Z] Step 10/22 : ARG MAKE='make build' [2020-09-22T06:08:21.525Z] ---> Running in ed112cb2b9bd [2020-09-22T06:08:21.788Z] Removing intermediate container ed112cb2b9bd [2020-09-22T06:08:21.788Z] ---> 28be54aeec3e [2020-09-22T06:08:21.788Z] Step 11/22 : RUN $MAKE [2020-09-22T06:08:21.788Z] ---> Running in 82e5f8b0cdc1 [2020-09-22T06:08:22.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-09-22T06:08:32.513Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-22T06:08:35.890Z] Removing intermediate container 82e5f8b0cdc1 [2020-09-22T06:08:35.890Z] ---> f11c61ce696b [2020-09-22T06:08:35.890Z] Step 12/22 : FROM alpine [2020-09-22T06:08:35.890Z] latest: Pulling from library/alpine [2020-09-22T06:08:35.890Z] df20fa9351a1: Already exists [2020-09-22T06:08:35.890Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-22T06:08:35.890Z] Status: Downloaded newer image for alpine:latest [2020-09-22T06:08:35.890Z] ---> a24bb4013296 [2020-09-22T06:08:35.890Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-22T06:08:36.156Z] ---> Running in 70f91771afb9 [2020-09-22T06:08:36.156Z] Removing intermediate container 70f91771afb9 [2020-09-22T06:08:36.156Z] ---> 0f2aaf85c98c [2020-09-22T06:08:36.156Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-22T06:08:36.156Z] ---> Running in e46b54b2ece8 [2020-09-22T06:08:36.419Z] Removing intermediate container e46b54b2ece8 [2020-09-22T06:08:36.419Z] ---> 4628c856ae9d [2020-09-22T06:08:36.419Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-22T06:08:37.004Z] ---> ee9bc9e56ec7 [2020-09-22T06:08:37.004Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-22T06:08:37.267Z] ---> 65072083d008 [2020-09-22T06:08:37.267Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-22T06:08:37.530Z] ---> d564c0acd713 [2020-09-22T06:08:37.530Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-22T06:08:37.530Z] ---> Running in 1a5f833f72c4 [2020-09-22T06:08:37.530Z] Removing intermediate container 1a5f833f72c4 [2020-09-22T06:08:37.530Z] ---> ff474e05632f [2020-09-22T06:08:37.530Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T06:08:37.795Z] ---> Running in ca7ace8b8a36 [2020-09-22T06:08:37.795Z] Removing intermediate container ca7ace8b8a36 [2020-09-22T06:08:37.795Z] ---> 994a0abfdbd3 [2020-09-22T06:08:37.795Z] Step 20/22 : LABEL arch=amd64 [2020-09-22T06:08:37.795Z] ---> Running in 31fef6a6cacb [2020-09-22T06:08:38.060Z] Removing intermediate container 31fef6a6cacb [2020-09-22T06:08:38.060Z] ---> 4d31bd82d149 [2020-09-22T06:08:38.060Z] Step 21/22 : LABEL git_sha=edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [2020-09-22T06:08:38.060Z] ---> Running in fb28d47b1810 [2020-09-22T06:08:38.229Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2020-09-22T06:08:38.229Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.588s coverage: 56.4% of statements [2020-09-22T06:08:38.229Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-22T06:08:38.325Z] Removing intermediate container fb28d47b1810 [2020-09-22T06:08:38.325Z] ---> 6955934d0b74 [2020-09-22T06:08:38.325Z] Step 22/22 : LABEL version=0.0.0 [2020-09-22T06:08:38.325Z] ---> Running in 950ff72e3d4f [2020-09-22T06:08:38.325Z] Removing intermediate container 950ff72e3d4f [2020-09-22T06:08:38.325Z] ---> c57df8fc438d [2020-09-22T06:08:38.325Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-22T06:08:38.325Z] Successfully built c57df8fc438d [2020-09-22T06:08:38.591Z] 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 [2020-09-22T06:08:39.680Z] gofmt -l . [2020-09-22T06:08:39.680Z] [ "`gofmt -l .`" = "" ] [2020-09-22T06:08:39.680Z] ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-22T06:08:41.160Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-22T06:08:41.182Z] Warning: overwriting stash ‘coverage-report’ [2020-09-22T06:08:41.908Z] Stashed 1 file(s) [Pipeline] } [2020-09-22T06:08:41.920Z] $ docker stop --time=1 ad59338472148f353fe6444983ced8bce4df0516e5d31ffa341f1304a8bbdd5a [2020-09-22T06:08:44.099Z] $ docker rm -f ad59338472148f353fe6444983ced8bce4df0516e5d31ffa341f1304a8bbdd5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-22T06:08:45.696Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-22T06:08:46.106Z] + ls -al . [2020-09-22T06:08:46.106Z] total 136 [2020-09-22T06:08:46.106Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 22 06:08 . [2020-09-22T06:08:46.106Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 22 06:06 .. [2020-09-22T06:08:46.106Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 22 06:06 .git [2020-09-22T06:08:46.106Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 22 06:06 .github [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 258 Sep 22 06:06 .gitignore [2020-09-22T06:08:46.106Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 22 06:06 .semver [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 6036 Sep 22 06:06 Attribution.txt [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 1834 Sep 22 06:06 Dockerfile [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 957 Sep 22 06:06 Dockerfile.build [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 660 Sep 22 06:06 Jenkinsfile [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 22 06:06 LICENSE [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 873 Sep 22 06:06 Makefile [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 918 Sep 22 06:06 README.md [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 22 06:04 VERSION [2020-09-22T06:08:46.106Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 22 06:06 bin [2020-09-22T06:08:46.106Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 22 06:06 cmd [2020-09-22T06:08:46.106Z] -rw-r--r-- 1 jenkins jenkins 29142 Sep 22 06:08 coverage.out [2020-09-22T06:08:46.106Z] -rw-r--r-- 1 jenkins jenkins 862 Sep 22 06:08 go.mod [2020-09-22T06:08:46.106Z] -rw-r--r-- 1 jenkins jenkins 14908 Sep 22 06:08 go.sum [2020-09-22T06:08:46.106Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 22 06:06 internal [2020-09-22T06:08:46.106Z] -rw-rw-r-- 1 jenkins jenkins 235 Sep 22 06:06 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:08:46.474Z] + 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 . [2020-09-22T06:08:46.763Z] Sending build context to Docker daemon 598kB [2020-09-22T06:08:47.051Z] Step 1/22 : ARG BASE=golang:1.15-alpine [2020-09-22T06:08:47.051Z] Step 2/22 : FROM ${BASE} AS builder [2020-09-22T06:08:47.051Z] ---> 63bf21f502e6 [2020-09-22T06:08:47.051Z] Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [2020-09-22T06:08:47.051Z] ---> Running in 633866de823a [2020-09-22T06:08:47.682Z] Removing intermediate container 633866de823a [2020-09-22T06:08:47.682Z] ---> 3132c462141f [2020-09-22T06:08:47.682Z] Step 4/22 : ARG ALPINE_PKG_EXTRA="" [2020-09-22T06:08:47.682Z] ---> Running in 404945e26678 [2020-09-22T06:08:48.297Z] Removing intermediate container 404945e26678 [2020-09-22T06:08:48.297Z] ---> b2ea0b47a691 [2020-09-22T06:08:48.297Z] Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' [2020-09-22T06:08:48.297Z] ---> Running in c8823c652ec1 [2020-09-22T06:08:48.906Z] Removing intermediate container c8823c652ec1 [2020-09-22T06:08:48.906Z] ---> 1bee6b8bd288 [2020-09-22T06:08:48.906Z] Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-22T06:08:48.906Z] ---> Running in ebeb5b9b2d2a [2020-09-22T06:08:51.646Z] Removing intermediate container ebeb5b9b2d2a [2020-09-22T06:08:51.646Z] ---> bd5cd6eb4d3a [2020-09-22T06:08:51.646Z] Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-22T06:08:51.646Z] ---> Running in dabdba4de22a [2020-09-22T06:08:53.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-22T06:08:53.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-22T06:08:54.317Z] OK: 221 MiB in 53 packages [2020-09-22T06:08:55.319Z] Removing intermediate container dabdba4de22a [2020-09-22T06:08:55.319Z] ---> 9ba279ec5466 [2020-09-22T06:08:55.319Z] Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go [2020-09-22T06:08:55.597Z] ---> Running in 2440854ac096 [2020-09-22T06:08:56.197Z] Removing intermediate container 2440854ac096 [2020-09-22T06:08:56.197Z] ---> 23fd6f068b04 [2020-09-22T06:08:56.197Z] Step 9/22 : COPY . . [2020-09-22T06:08:57.182Z] ---> 7ebe1de97ad5 [2020-09-22T06:08:57.182Z] Step 10/22 : ARG MAKE='make build' [2020-09-22T06:08:57.182Z] ---> Running in 4c94f8f42d8a [2020-09-22T06:08:57.455Z] Removing intermediate container 4c94f8f42d8a [2020-09-22T06:08:57.455Z] ---> 9e79fd37389f [2020-09-22T06:08:57.455Z] Step 11/22 : RUN $MAKE [2020-09-22T06:08:57.731Z] ---> Running in 94cc065ab718 [2020-09-22T06:08:59.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2020-09-22T06:09:31.548Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-09-22T06:09:36.965Z] Removing intermediate container 94cc065ab718 [2020-09-22T06:09:36.965Z] ---> 0a02019d50b5 [2020-09-22T06:09:36.965Z] Step 12/22 : FROM alpine [2020-09-22T06:09:36.965Z] latest: Pulling from library/alpine [2020-09-22T06:09:36.965Z] b538f80385f9: Already exists [2020-09-22T06:09:36.965Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-22T06:09:36.965Z] Status: Downloaded newer image for alpine:latest [2020-09-22T06:09:36.965Z] ---> 62ee0e9f8440 [2020-09-22T06:09:36.965Z] Step 13/22 : ENV APP_PORT=49990 [2020-09-22T06:09:36.965Z] ---> Running in 9002d6008f62 [2020-09-22T06:09:37.562Z] Removing intermediate container 9002d6008f62 [2020-09-22T06:09:37.562Z] ---> c6edeb49b679 [2020-09-22T06:09:37.562Z] Step 14/22 : EXPOSE $APP_PORT [2020-09-22T06:09:37.562Z] ---> Running in c0ca63fed8b5 [2020-09-22T06:09:38.153Z] Removing intermediate container c0ca63fed8b5 [2020-09-22T06:09:38.153Z] ---> 6cefe9c473ca [2020-09-22T06:09:38.153Z] Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / [2020-09-22T06:09:39.582Z] ---> 7949c53b7851 [2020-09-22T06:09:39.582Z] Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / [2020-09-22T06:09:40.178Z] ---> d0d0d0074612 [2020-09-22T06:09:40.178Z] Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / [2020-09-22T06:09:41.156Z] ---> 1f91cc74486f [2020-09-22T06:09:41.156Z] Step 18/22 : ENTRYPOINT ["/device-virtual"] [2020-09-22T06:09:41.156Z] ---> Running in 01c87a88f876 [2020-09-22T06:09:41.751Z] Removing intermediate container 01c87a88f876 [2020-09-22T06:09:41.751Z] ---> 6ca0d56054b3 [2020-09-22T06:09:41.751Z] Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-22T06:09:41.751Z] ---> Running in 3b61e171071d [2020-09-22T06:09:42.348Z] Removing intermediate container 3b61e171071d [2020-09-22T06:09:42.348Z] ---> b7cbc337d5b8 [2020-09-22T06:09:42.348Z] Step 20/22 : LABEL arch=arm64 [2020-09-22T06:09:42.348Z] ---> Running in ce957bff288f [2020-09-22T06:09:42.947Z] Removing intermediate container ce957bff288f [2020-09-22T06:09:42.947Z] ---> 07f42e4f69a3 [2020-09-22T06:09:42.947Z] Step 21/22 : LABEL git_sha=edf020471c3dee9ef6d0cbceebc332c9ac0173e8 [2020-09-22T06:09:42.947Z] ---> Running in 4082d37a85d6 [2020-09-22T06:09:43.544Z] Removing intermediate container 4082d37a85d6 [2020-09-22T06:09:43.544Z] ---> a9cbd555794e [2020-09-22T06:09:43.544Z] Step 22/22 : LABEL version=0.0.0 [2020-09-22T06:09:43.544Z] ---> Running in 0fa7f9150257 [2020-09-22T06:09:44.139Z] Removing intermediate container 0fa7f9150257 [2020-09-22T06:09:44.139Z] ---> 79cea9b4d40f [2020-09-22T06:09:44.139Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-22T06:09:44.139Z] Successfully built 79cea9b4d40f [2020-09-22T06:09:44.139Z] 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 [2020-09-22T06:09:46.093Z] provisioning config files... [2020-09-22T06:09:46.112Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config4940205476860694688tmp [Pipeline] { [Pipeline] sh [2020-09-22T06:09:46.564Z] + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-131@tmp/config4940205476860694688tmp [2020-09-22T06:09:46.564Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-09-22T06:09:46.840Z] 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 [2020-09-22T06:09:49.212Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T06:09:49.876Z] ---> package-listing.sh [2020-09-22T06:09:49.877Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-22T06:09:49.877Z] ++ facter osfamily [2020-09-22T06:09:49.877Z] + OS_FAMILY=redhat [2020-09-22T06:09:49.877Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-131 [2020-09-22T06:09:49.877Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-22T06:09:49.877Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-22T06:09:49.877Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-22T06:09:49.877Z] + PACKAGES=/tmp/packages_start.txt [2020-09-22T06:09:49.877Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-22T06:09:49.877Z] + PACKAGES=/tmp/packages_end.txt [2020-09-22T06:09:49.877Z] + case "${OS_FAMILY}" in [2020-09-22T06:09:49.877Z] + rpm -qa [2020-09-22T06:09:49.877Z] + sort [2020-09-22T06:09:55.268Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-22T06:09:55.268Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-22T06:09:55.268Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-22T06:09:55.268Z] + '[' /w/workspace/foundry_device-virtual-go_PR-131 ']' [2020-09-22T06:09:55.268Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-131/archives/ [2020-09-22T06:09:55.268Z] + 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 [2020-09-22T06:09:55.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T06:09:55.781Z] [2020-09-22T06:09:55.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-22T06:09:56.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T06:09:56.202Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-22T06:09:56.202Z] df20fa9351a1: Pulling fs layer [2020-09-22T06:09:56.202Z] 36b3adc4ff6f: Pulling fs layer [2020-09-22T06:09:56.202Z] 8ad3a11d3b57: Pulling fs layer [2020-09-22T06:09:56.202Z] 46f8f816bc3b: Pulling fs layer [2020-09-22T06:09:56.202Z] 0dadc02b9964: Pulling fs layer [2020-09-22T06:09:56.202Z] ce6a7cf60c04: Pulling fs layer [2020-09-22T06:09:56.202Z] 7a184a31f384: Pulling fs layer [2020-09-22T06:09:56.202Z] 0879bd2ef858: Pulling fs layer [2020-09-22T06:09:56.202Z] 0dadc02b9964: Waiting [2020-09-22T06:09:56.202Z] ce6a7cf60c04: Waiting [2020-09-22T06:09:56.202Z] 7a184a31f384: Waiting [2020-09-22T06:09:56.202Z] 0879bd2ef858: Waiting [2020-09-22T06:09:56.202Z] 46f8f816bc3b: Waiting [2020-09-22T06:09:56.202Z] 36b3adc4ff6f: Download complete [2020-09-22T06:09:56.202Z] 46f8f816bc3b: Download complete [2020-09-22T06:09:56.503Z] df20fa9351a1: Download complete [2020-09-22T06:09:56.503Z] ce6a7cf60c04: Verifying Checksum [2020-09-22T06:09:56.503Z] ce6a7cf60c04: Download complete [2020-09-22T06:09:56.503Z] 7a184a31f384: Verifying Checksum [2020-09-22T06:09:56.503Z] 7a184a31f384: Download complete [2020-09-22T06:09:56.781Z] 0dadc02b9964: Verifying Checksum [2020-09-22T06:09:56.781Z] 0dadc02b9964: Download complete [2020-09-22T06:09:57.082Z] 8ad3a11d3b57: Verifying Checksum [2020-09-22T06:09:57.082Z] 8ad3a11d3b57: Download complete [2020-09-22T06:09:57.082Z] df20fa9351a1: Pull complete [2020-09-22T06:09:57.790Z] 36b3adc4ff6f: Pull complete [2020-09-22T06:09:58.780Z] 0879bd2ef858: Verifying Checksum [2020-09-22T06:09:58.780Z] 0879bd2ef858: Download complete [2020-09-22T06:09:59.055Z] 8ad3a11d3b57: Pull complete [2020-09-22T06:09:59.055Z] 46f8f816bc3b: Pull complete [2020-09-22T06:09:59.686Z] 0dadc02b9964: Pull complete [2020-09-22T06:09:59.686Z] ce6a7cf60c04: Pull complete [2020-09-22T06:09:59.971Z] 7a184a31f384: Pull complete [2020-09-22T06:10:04.420Z] 0879bd2ef858: Pull complete [2020-09-22T06:10:04.420Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-22T06:10:04.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-22T06:10:04.420Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-22T06:10:04.616Z] prd-centos7-docker-4c-2g-792 does not seem to be running inside a container [2020-09-22T06:10:04.932Z] $ 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 [2020-09-22T06:10:10.624Z] $ docker top f5e6cd5b3aa82fff219dc9fa45a6369702d7040c9826b4247c14adb9b7a06b7b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-22T06:10:11.247Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-22T06:10:11.616Z] + ls /var/log/sa-host [2020-09-22T06:10:11.616Z] + sadf -c /var/log/sa-host/sa05 [2020-09-22T06:10:11.616Z] file_magic: OK [2020-09-22T06:10:11.616Z] HZ: Using current value: 100 [2020-09-22T06:10:11.616Z] file_header: OK [2020-09-22T06:10:11.616Z] 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 [2020-09-22T06:10:11.616Z] Statistics: [2020-09-22T06:10:11.616Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T06:10:11.616Z] File successfully converted to sysstat format version 12.2.1 [2020-09-22T06:10:11.616Z] + sadf -c /var/log/sa-host/sa22 [2020-09-22T06:10:11.616Z] file_magic: OK [2020-09-22T06:10:11.616Z] HZ: Using current value: 100 [2020-09-22T06:10:11.616Z] file_header: OK [2020-09-22T06:10:11.616Z] 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 [2020-09-22T06:10:11.616Z] Statistics: [2020-09-22T06:10:11.616Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-22T06:10:11.616Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-22T06:10:11.695Z] provisioning config files... [2020-09-22T06:10:11.713Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-131@tmp/config9008081290823594243tmp [Pipeline] { [Pipeline] echo [2020-09-22T06:10:11.790Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T06:10:12.121Z] ---> create-netrc.sh [Pipeline] echo [2020-09-22T06:10:12.135Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-22T06:10:12.532Z] ---> logs-deploy.sh [2020-09-22T06:10:12.532Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-131/6 [2020-09-22T06:10:12.532Z] INFO: archiving workspace using pattern(s): [2020-09-22T06:10:14.650Z] Archives upload complete. [2020-09-22T06:10:14.931Z] INFO: archiving logs to Nexus