Pull request #40 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 hahattan for edgexfoundry/device-rest-go Obtained Jenkinsfile from bc3ce705db6333ca6b2343c166c1f26c14dd2a4e+43efee3cfdd526bf845b5582b1730bb1b93e3b78 (c8dda10c787fc29902d3d09f0f84ff2c04135832) 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-rest-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-rest-go-settings PROJECT: device-rest-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-rest-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-138’ is offline; ‘prd-centos7-docker-4c-2g-139’ is offline; ‘prd-centos7-docker-4c-2g-144’ is offline; ‘prd-centos7-docker-4c-2g-149’ is offline; ‘prd-centos7-docker-8c-8g-141’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-16c-16g-143’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-134’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-137’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-142’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-151 in /w/workspace/dgexfoundry_device-rest-go_PR-40 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-40 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/pull/40/head:refs/remotes/origin/PR-40 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/40/head:refs/remotes/origin/PR-40 # 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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/40/head:refs/remotes/origin/PR-40 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43efee3cfdd526bf845b5582b1730bb1b93e3b78 into PR head commit bc3ce705db6333ca6b2343c166c1f26c14dd2a4e Merge succeeded, producing bc3ce705db6333ca6b2343c166c1f26c14dd2a4e Checking out Revision bc3ce705db6333ca6b2343c166c1f26c14dd2a4e (PR-40) > git config core.sparsecheckout # timeout=10 > git checkout -f bc3ce705db6333ca6b2343c166c1f26c14dd2a4e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 43efee3cfdd526bf845b5582b1730bb1b93e3b78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bc3ce705db6333ca6b2343c166c1f26c14dd2a4e # timeout=10 Commit message: "build: Upgrade to Go1.15" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T08:51:55.779Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T08:51:56.021Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T08:51:56.125Z] ========================================================= [2020-09-17T08:51:56.125Z] EdgeX Global Pipelines Version Info [2020-09-17T08:51:56.125Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e08bc59f59d91427918530c3ab0a7541d73dd497 # timeout=10 [2020-09-17T08:51:59.122Z] ------------------- [2020-09-17T08:51:59.122Z] stable info: [2020-09-17T08:51:59.122Z] ------------------- [2020-09-17T08:51:59.122Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T08:51:59.122Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T08:51:59.122Z] Message: update stable to v1.0.122 [2020-09-17T08:52:00.128Z] ------------------- [2020-09-17T08:52:00.128Z] experimental info: [2020-09-17T08:52:00.128Z] ------------------- [2020-09-17T08:52:00.128Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T08:52:00.128Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T08:52:00.128Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T08:52:00.636Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-09-17T08:52:00.733Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-09-17T08:52:00.833Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T08:52:00.930Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T08:52:01.056Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T08:52:01.151Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T08:52:01.257Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T08:52:01.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T08:52:01.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T08:52:01.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T08:52:01.672Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T08:52:01.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-09-17T08:52:01.865Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T08:52:01.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T08:52:02.078Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:52:02.172Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T08:52:02.275Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:52:02.383Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T08:52:02.541Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T08:52:02.634Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T08:52:02.730Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T08:52:02.823Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T08:52:02.931Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-40 [Pipeline] echo [2020-09-17T08:52:03.040Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-40 [Pipeline] echo [2020-09-17T08:52:03.128Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-40 [Pipeline] echo [2020-09-17T08:52:03.216Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [Pipeline] echo [2020-09-17T08:52:03.317Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc3ce70 [Pipeline] echo [2020-09-17T08:52:03.428Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:52:04.835Z] + git log --format=format:%s -1 bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [Pipeline] echo [2020-09-17T08:52:05.014Z] GIT_COMMIT: bc3ce705db6333ca6b2343c166c1f26c14dd2a4e, Commit Message: build: Upgrade to Go1.15 [Pipeline] echo [2020-09-17T08:52:05.059Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:52:05.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:52:06.564Z] [2020-09-17T08:52:06.564Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:52:07.098Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:52:07.378Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T08:52:07.378Z] 31603596830f: Pulling fs layer [2020-09-17T08:52:07.378Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T08:52:07.378Z] 6ca5941a6612: Pulling fs layer [2020-09-17T08:52:07.378Z] ecc8261a40a4: Pulling fs layer [2020-09-17T08:52:07.378Z] ecc8261a40a4: Waiting [2020-09-17T08:52:07.378Z] 2a8b12db71e7: Download complete [2020-09-17T08:52:07.664Z] 31603596830f: Verifying Checksum [2020-09-17T08:52:07.664Z] 31603596830f: Download complete [2020-09-17T08:52:08.395Z] 31603596830f: Pull complete [2020-09-17T08:52:08.395Z] ecc8261a40a4: Verifying Checksum [2020-09-17T08:52:08.395Z] ecc8261a40a4: Download complete [2020-09-17T08:52:08.395Z] 6ca5941a6612: Verifying Checksum [2020-09-17T08:52:08.395Z] 6ca5941a6612: Download complete [2020-09-17T08:52:08.395Z] 2a8b12db71e7: Pull complete [2020-09-17T08:52:09.906Z] 6ca5941a6612: Pull complete [2020-09-17T08:52:10.602Z] ecc8261a40a4: Pull complete [2020-09-17T08:52:10.602Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T08:52:10.602Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T08:52:10.602Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T08:52:10.788Z] prd-centos7-docker-4c-2g-151 does not seem to be running inside a container [2020-09-17T08:52:10.886Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-40 -v /w/workspace/dgexfoundry_device-rest-go_PR-40:/w/workspace/dgexfoundry_device-rest-go_PR-40:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-40@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-40@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:10004/edgex-devops/git-semver:latest cat [2020-09-17T08:52:13.590Z] $ docker top 7aa14d2e0da6a610ae0fb191abec2f4cfdbd7f2c9eba59c9eb81a54115d55026 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T08:52:13.986Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:52:13.986Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:52:14.304Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:52:14.317Z] $ docker exec 7aa14d2e0da6a610ae0fb191abec2f4cfdbd7f2c9eba59c9eb81a54115d55026 ssh-agent [2020-09-17T08:52:14.663Z] SSH_AUTH_SOCK=/tmp/ssh-wvpx4bpL4yS2/agent.11 [2020-09-17T08:52:14.663Z] SSH_AGENT_PID=16 [2020-09-17T08:52:14.693Z] Running ssh-add (command line suppressed) [2020-09-17T08:52:15.062Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-40@tmp/private_key_7955902252148965614.key (/w/workspace/dgexfoundry_device-rest-go_PR-40@tmp/private_key_7955902252148965614.key) [2020-09-17T08:52:15.215Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:52:15.735Z] + git describe --exact-match --tags HEAD [2020-09-17T08:52:15.735Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T08:52:15.765Z] $ docker exec --env ******** --env ******** 7aa14d2e0da6a610ae0fb191abec2f4cfdbd7f2c9eba59c9eb81a54115d55026 ssh-agent -k [2020-09-17T08:52:16.007Z] unset SSH_AUTH_SOCK; [2020-09-17T08:52:16.008Z] unset SSH_AGENT_PID; [2020-09-17T08:52:16.008Z] echo Agent pid 16 killed; [2020-09-17T08:52:16.140Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T08:52:16.231Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T08:52:16.232Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T08:52:16.330Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T08:52:16.330Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T08:52:16.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T08:52:16.953Z] $ docker exec 7aa14d2e0da6a610ae0fb191abec2f4cfdbd7f2c9eba59c9eb81a54115d55026 ssh-agent [2020-09-17T08:52:17.343Z] SSH_AUTH_SOCK=/tmp/ssh-iO31h1vXSRlg/agent.45 [2020-09-17T08:52:17.343Z] SSH_AGENT_PID=50 [2020-09-17T08:52:17.357Z] Running ssh-add (command line suppressed) [2020-09-17T08:52:17.810Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-40@tmp/private_key_8739870029399968539.key (/w/workspace/dgexfoundry_device-rest-go_PR-40@tmp/private_key_8739870029399968539.key) [2020-09-17T08:52:18.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T08:52:18.897Z] + git semver init [2020-09-17T08:52:18.897Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T08:52:18.897Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-40/.git [2020-09-17T08:52:18.897Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-40 [2020-09-17T08:52:18.897Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T08:52:18.897Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T08:52:18.897Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T08:52:18.897Z] # $SEMVER_BRANCH = PR-40 [2020-09-17T08:52:18.897Z] # $SEMVER_TEMP = /tmp/semver-569764342 [2020-09-17T08:52:18.897Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-09-17T08:52:20.481Z] # '/tmp/semver-569764342' -> '/w/workspace/dgexfoundry_device-rest-go_PR-40/.semver' [2020-09-17T08:52:20.481Z] # -> Force: false [2020-09-17T08:52:20.481Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-40/.semver [Pipeline] } [2020-09-17T08:52:20.519Z] $ docker exec --env ******** --env ******** 7aa14d2e0da6a610ae0fb191abec2f4cfdbd7f2c9eba59c9eb81a54115d55026 ssh-agent -k [2020-09-17T08:52:20.723Z] unset SSH_AUTH_SOCK; [2020-09-17T08:52:20.724Z] unset SSH_AGENT_PID; [2020-09-17T08:52:20.724Z] echo Agent pid 50 killed; [2020-09-17T08:52:20.809Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T08:52:21.599Z] + git semver [Pipeline] } [2020-09-17T08:52:21.662Z] $ docker stop --time=1 7aa14d2e0da6a610ae0fb191abec2f4cfdbd7f2c9eba59c9eb81a54115d55026 [2020-09-17T08:52:23.204Z] $ docker rm -f 7aa14d2e0da6a610ae0fb191abec2f4cfdbd7f2c9eba59c9eb81a54115d55026 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T08:52:26.021Z] Stashed 21 file(s) [Pipeline] echo [2020-09-17T08:52:26.024Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T08:52:26.136Z] 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-17T08:52:41.596Z] Still waiting to schedule task [2020-09-17T08:52:41.596Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-17T08:52:41.599Z] Still waiting to schedule task [2020-09-17T08:52:41.599Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-09-17T08:54:26.858Z] Running on prd-centos7-docker-4c-2g-164 in /w/workspace/dgexfoundry_device-rest-go_PR-40 [Pipeline] { [Pipeline] ws [2020-09-17T08:54:26.912Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T08:54:35.324Z] using credential edgex-jenkins-ssh [2020-09-17T08:54:35.384Z] Cloning the remote Git repository [2020-09-17T08:54:35.385Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:54:35.494Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T08:54:35.612Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-09-17T08:54:35.732Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T08:54:35.732Z] > git --version # timeout=10 [2020-09-17T08:54:35.757Z] > git --version # 'git version 2.16.5' [2020-09-17T08:54:35.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:54:35.819Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/40/head:refs/remotes/origin/PR-40 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:54:37.403Z] Fetching without tags [2020-09-17T08:54:37.295Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T08:54:37.331Z] > git config --add remote.origin.fetch +refs/pull/40/head:refs/remotes/origin/PR-40 # timeout=10 [2020-09-17T08:54:37.339Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:54:37.384Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T08:54:37.413Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T08:54:37.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:54:37.428Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/40/head:refs/remotes/origin/PR-40 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:54:37.825Z] Merging remotes/origin/master commit 43efee3cfdd526bf845b5582b1730bb1b93e3b78 into PR head commit bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [2020-09-17T08:54:37.960Z] Merge succeeded, producing bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [2020-09-17T08:54:37.960Z] Checking out Revision bc3ce705db6333ca6b2343c166c1f26c14dd2a4e (PR-40) [2020-09-17T08:54:37.840Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:54:37.855Z] > git checkout -f bc3ce705db6333ca6b2343c166c1f26c14dd2a4e # timeout=10 [2020-09-17T08:54:37.901Z] > git remote # timeout=10 [2020-09-17T08:54:37.916Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:54:37.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:54:37.929Z] > git merge 43efee3cfdd526bf845b5582b1730bb1b93e3b78 # timeout=10 [2020-09-17T08:54:37.952Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:54:37.966Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:54:37.980Z] > git checkout -f bc3ce705db6333ca6b2343c166c1f26c14dd2a4e # timeout=10 [2020-09-17T08:54:41.832Z] Commit message: "build: Upgrade to Go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T08:54:43.345Z] ========================================================= [2020-09-17T08:54:43.345Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T08:54:43.345Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:54:44.074Z] + 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-17T08:54:44.677Z] Sending build context to Docker daemon 8.048MB [2020-09-17T08:54:44.677Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-17T08:54:44.677Z] Step 2/10 : FROM ${BASE} [2020-09-17T08:54:44.946Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T08:54:44.946Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:54:44.946Z] ed8968b2872e: Pulling fs layer [2020-09-17T08:54:44.946Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T08:54:44.946Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T08:54:44.946Z] e73272ec9a57: Pulling fs layer [2020-09-17T08:54:44.946Z] 1e910a182e73: Pulling fs layer [2020-09-17T08:54:44.946Z] 4e634b169226: Pulling fs layer [2020-09-17T08:54:44.946Z] e73272ec9a57: Waiting [2020-09-17T08:54:44.946Z] 1e910a182e73: Waiting [2020-09-17T08:54:44.946Z] 4e634b169226: Waiting [2020-09-17T08:54:44.946Z] e871e8e8d7a9: Waiting [2020-09-17T08:54:44.946Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T08:54:44.946Z] a92cc7c5fd73: Download complete [2020-09-17T08:54:44.946Z] ed8968b2872e: Download complete [2020-09-17T08:54:44.946Z] e73272ec9a57: Download complete [2020-09-17T08:54:44.946Z] 1e910a182e73: Download complete [2020-09-17T08:54:45.243Z] df20fa9351a1: Verifying Checksum [2020-09-17T08:54:45.243Z] df20fa9351a1: Download complete [2020-09-17T08:54:45.512Z] df20fa9351a1: Pull complete [2020-09-17T08:54:46.132Z] ed8968b2872e: Pull complete [2020-09-17T08:54:46.415Z] a92cc7c5fd73: Pull complete [2020-09-17T08:54:49.100Z] 4e634b169226: Verifying Checksum [2020-09-17T08:54:49.101Z] 4e634b169226: Download complete [2020-09-17T08:54:49.381Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T08:54:49.381Z] e871e8e8d7a9: Download complete [2020-09-17T08:54:57.970Z] e871e8e8d7a9: Pull complete [2020-09-17T08:54:57.970Z] e73272ec9a57: Pull complete [2020-09-17T08:54:57.970Z] 1e910a182e73: Pull complete [2020-09-17T08:55:04.725Z] 4e634b169226: Pull complete [2020-09-17T08:55:04.725Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T08:55:04.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T08:55:04.725Z] ---> f7629b54cfaa [2020-09-17T08:55:04.725Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T08:55:04.725Z] ---> Running in 8ca8bd082b1d [2020-09-17T08:55:04.725Z] Removing intermediate container 8ca8bd082b1d [2020-09-17T08:55:04.725Z] ---> 53cacf39e53c [2020-09-17T08:55:04.725Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:55:04.725Z] ---> Running in f71aaa4f9fe7 [2020-09-17T08:55:04.725Z] Removing intermediate container f71aaa4f9fe7 [2020-09-17T08:55:04.725Z] ---> 566bd8750398 [2020-09-17T08:55:04.725Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T08:55:04.725Z] ---> Running in 8870e7fe3c44 [2020-09-17T08:55:05.027Z] Removing intermediate container 8870e7fe3c44 [2020-09-17T08:55:05.027Z] ---> c3a494aecf3b [2020-09-17T08:55:05.027Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:55:05.027Z] ---> Running in 25542f58fbb6 [2020-09-17T08:55:07.010Z] Removing intermediate container 25542f58fbb6 [2020-09-17T08:55:07.010Z] ---> e0b11932f274 [2020-09-17T08:55:07.010Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:55:07.010Z] ---> Running in 0dd8675d70b8 [2020-09-17T08:55:07.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:55:08.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:55:08.835Z] OK: 166 MiB in 39 packages [2020-09-17T08:55:09.467Z] Removing intermediate container 0dd8675d70b8 [2020-09-17T08:55:09.467Z] ---> 0379be92738d [2020-09-17T08:55:09.467Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-17T08:55:09.467Z] ---> Running in d2fa82b429a4 [2020-09-17T08:55:09.748Z] Removing intermediate container d2fa82b429a4 [2020-09-17T08:55:09.748Z] ---> a9b8b77d30a6 [2020-09-17T08:55:09.748Z] Step 9/10 : COPY . . [2020-09-17T08:55:10.352Z] ---> 328e960d4eb9 [2020-09-17T08:55:10.352Z] Step 10/10 : RUN go mod download [2020-09-17T08:55:10.352Z] ---> Running in 2f96e2e5fc1e [2020-09-17T08:55:19.321Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-166 in /w/workspace/dgexfoundry_device-rest-go_PR-40 [Pipeline] { [Pipeline] ws [2020-09-17T08:55:19.372Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T08:55:22.962Z] Removing intermediate container 2f96e2e5fc1e [2020-09-17T08:55:22.962Z] ---> 631c0c50cb46 [2020-09-17T08:55:22.962Z] Successfully built 631c0c50cb46 [2020-09-17T08:55:22.962Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:55:23.377Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:55:23.642Z] . [Pipeline] withDockerContainer [2020-09-17T08:55:23.797Z] prd-centos7-docker-4c-2g-164 does not seem to be running inside a container [2020-09-17T08:55:24.017Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T08:55:24.780Z] using credential edgex-jenkins-ssh [2020-09-17T08:55:24.849Z] Cloning the remote Git repository [2020-09-17T08:55:24.849Z] Cloning with configured refspecs honoured and without tags [2020-09-17T08:55:25.436Z] $ docker top 3eab02acae6a52a20df10fc796f2f7e0a35850a51fce033a65c68d8e6ca31f9f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:55:24.930Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T08:55:25.046Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-09-17T08:55:25.131Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T08:55:25.132Z] > git --version # timeout=10 [2020-09-17T08:55:25.167Z] > git --version # 'git version 2.17.1' [2020-09-17T08:55:25.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:55:25.266Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/40/head:refs/remotes/origin/PR-40 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:55:26.092Z] + go version [2020-09-17T08:55:26.092Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T08:55:26.237Z] $ docker stop --time=1 3eab02acae6a52a20df10fc796f2f7e0a35850a51fce033a65c68d8e6ca31f9f [2020-09-17T08:55:26.921Z] Fetching without tags [2020-09-17T08:55:26.836Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T08:55:26.855Z] > git config --add remote.origin.fetch +refs/pull/40/head:refs/remotes/origin/PR-40 # timeout=10 [2020-09-17T08:55:26.869Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:55:26.897Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T08:55:26.941Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T08:55:26.942Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:55:26.957Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/40/head:refs/remotes/origin/PR-40 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T08:55:27.375Z] Merging remotes/origin/master commit 43efee3cfdd526bf845b5582b1730bb1b93e3b78 into PR head commit bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [2020-09-17T08:55:27.615Z] Merge succeeded, producing bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [2020-09-17T08:55:27.616Z] Checking out Revision bc3ce705db6333ca6b2343c166c1f26c14dd2a4e (PR-40) [2020-09-17T08:55:27.772Z] $ docker rm -f 3eab02acae6a52a20df10fc796f2f7e0a35850a51fce033a65c68d8e6ca31f9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:55:27.399Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:55:27.427Z] > git checkout -f bc3ce705db6333ca6b2343c166c1f26c14dd2a4e # timeout=10 [2020-09-17T08:55:27.513Z] > git remote # timeout=10 [2020-09-17T08:55:27.549Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T08:55:27.565Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T08:55:27.578Z] > git merge 43efee3cfdd526bf845b5582b1730bb1b93e3b78 # timeout=10 [2020-09-17T08:55:27.602Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T08:55:27.626Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T08:55:27.640Z] > git checkout -f bc3ce705db6333ca6b2343c166c1f26c14dd2a4e # timeout=10 [2020-09-17T08:55:28.655Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T08:55:28.655Z] . [Pipeline] withDockerContainer [2020-09-17T08:55:28.851Z] prd-centos7-docker-4c-2g-164 does not seem to be running inside a container [2020-09-17T08:55:28.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-17T08:55:29.719Z] $ docker top 4ced7bbd9b22bf43c96fa3d0a64f890ea661f69822f379075a01ddf7e76a2b7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:55:30.291Z] + make test [2020-09-17T08:55:30.291Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-17T08:55:31.265Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-17T08:55:32.381Z] Commit message: "build: Upgrade to Go1.15" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T08:55:34.358Z] ========================================================= [2020-09-17T08:55:34.358Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T08:55:34.358Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:55:35.590Z] + 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-17T08:55:36.575Z] Sending build context to Docker daemon 8.048MB [2020-09-17T08:55:36.575Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-17T08:55:36.575Z] Step 2/10 : FROM ${BASE} [2020-09-17T08:55:36.863Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T08:55:36.863Z] b538f80385f9: Pulling fs layer [2020-09-17T08:55:36.863Z] 74f711af9a0d: Pulling fs layer [2020-09-17T08:55:36.863Z] 99f96fe45779: Pulling fs layer [2020-09-17T08:55:36.863Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T08:55:36.863Z] 45590311c82a: Pulling fs layer [2020-09-17T08:55:36.863Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T08:55:36.863Z] 209524e5b208: Pulling fs layer [2020-09-17T08:55:36.863Z] 45590311c82a: Waiting [2020-09-17T08:55:36.863Z] 8529a6b9a6be: Waiting [2020-09-17T08:55:36.863Z] 209524e5b208: Waiting [2020-09-17T08:55:36.863Z] 69ca0ff8b7b3: Waiting [2020-09-17T08:55:36.863Z] 99f96fe45779: Verifying Checksum [2020-09-17T08:55:36.863Z] 99f96fe45779: Download complete [2020-09-17T08:55:37.141Z] 74f711af9a0d: Download complete [2020-09-17T08:55:37.141Z] 45590311c82a: Verifying Checksum [2020-09-17T08:55:37.141Z] 45590311c82a: Download complete [2020-09-17T08:55:37.141Z] 69ca0ff8b7b3: Download complete [2020-09-17T08:55:37.141Z] b538f80385f9: Verifying Checksum [2020-09-17T08:55:37.141Z] b538f80385f9: Download complete [2020-09-17T08:55:37.742Z] b538f80385f9: Pull complete [2020-09-17T08:55:38.346Z] 74f711af9a0d: Pull complete [2020-09-17T08:55:38.625Z] 99f96fe45779: Pull complete [2020-09-17T08:55:40.063Z] 209524e5b208: Verifying Checksum [2020-09-17T08:55:40.063Z] 209524e5b208: Download complete [2020-09-17T08:55:41.516Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T08:55:41.516Z] 8529a6b9a6be: Download complete [2020-09-17T08:55:46.590Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-09-17T08:55:46.590Z] ok github.com/edgexfoundry/device-rest-go/driver 0.043s coverage: 56.3% of statements [2020-09-17T08:55:46.590Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:55:49.251Z] gofmt -l . [2020-09-17T08:55:49.251Z] [ "`gofmt -l .`" = "" ] [2020-09-17T08:55:49.251Z] ./bin/test-go-mod-tidy.sh [2020-09-17T08:55:49.522Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-09-17T08:55:50.886Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:55:50.895Z] $ docker stop --time=1 4ced7bbd9b22bf43c96fa3d0a64f890ea661f69822f379075a01ddf7e76a2b7c [2020-09-17T08:55:51.690Z] 8529a6b9a6be: Pull complete [2020-09-17T08:55:51.690Z] 45590311c82a: Pull complete [2020-09-17T08:55:51.963Z] 69ca0ff8b7b3: Pull complete [2020-09-17T08:55:53.287Z] $ docker rm -f 4ced7bbd9b22bf43c96fa3d0a64f890ea661f69822f379075a01ddf7e76a2b7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:55:54.897Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:55:55.214Z] + ls -al . [2020-09-17T08:55:55.214Z] total 96 [2020-09-17T08:55:55.214Z] drwxrwxr-x. 9 jenkins jenkins 4096 Sep 17 08:55 . [2020-09-17T08:55:55.214Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 08:54 .. [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 4566 Sep 17 08:54 Attribution.txt [2020-09-17T08:55:55.214Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 17 08:54 bin [2020-09-17T08:55:55.214Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 08:54 cmd [2020-09-17T08:55:55.214Z] -rw-r--r--. 1 jenkins jenkins 9369 Sep 17 08:55 coverage.out [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 17 08:54 Dockerfile [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 989 Sep 17 08:54 Dockerfile.build [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 151 Sep 17 08:54 .dockerignore [2020-09-17T08:55:55.214Z] drwxrwxr-x. 2 jenkins jenkins 93 Sep 17 08:55 driver [2020-09-17T08:55:55.214Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 08:54 .git [2020-09-17T08:55:55.214Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 17 08:54 .github [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 339 Sep 17 08:54 .gitignore [2020-09-17T08:55:55.214Z] -rw-r--r--. 1 jenkins jenkins 266 Sep 17 08:55 go.mod [2020-09-17T08:55:55.214Z] -rw-r--r--. 1 jenkins jenkins 12533 Sep 17 08:55 go.sum [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 680 Sep 17 08:54 Jenkinsfile [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 08:54 LICENSE [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 17 08:54 Makefile [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 5716 Sep 17 08:54 README.md [2020-09-17T08:55:55.214Z] drwxrwxr-x. 3 jenkins jenkins 45 Sep 17 08:54 .semver [2020-09-17T08:55:55.214Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 17 08:54 snap [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 08:52 VERSION [2020-09-17T08:55:55.214Z] -rw-rw-r--. 1 jenkins jenkins 713 Sep 17 08:54 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:55:55.543Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=bc3ce705db6333ca6b2343c166c1f26c14dd2a4e --label arch=amd64 --label version=0.0.0 . [2020-09-17T08:55:55.811Z] Sending build context to Docker daemon 8.059MB [2020-09-17T08:55:55.811Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-17T08:55:55.811Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-17T08:55:55.811Z] ---> 631c0c50cb46 [2020-09-17T08:55:55.811Z] Step 3/25 : ARG MAKE='make build' [2020-09-17T08:55:56.079Z] ---> Running in 3edd13a1e1e1 [2020-09-17T08:55:56.295Z] 209524e5b208: Pull complete [2020-09-17T08:55:56.295Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T08:55:56.295Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T08:55:56.295Z] ---> 5bddaf1c2fca [2020-09-17T08:55:56.295Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T08:55:56.345Z] Removing intermediate container 3edd13a1e1e1 [2020-09-17T08:55:56.346Z] ---> 5d559e6826d9 [2020-09-17T08:55:56.346Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T08:55:56.346Z] ---> Running in a4a2c22aa5c6 [2020-09-17T08:55:56.631Z] Removing intermediate container a4a2c22aa5c6 [2020-09-17T08:55:56.631Z] ---> 1a07937d8f95 [2020-09-17T08:55:56.631Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:55:56.631Z] ---> Running in 7f6842361fa8 [2020-09-17T08:55:56.897Z] Removing intermediate container 7f6842361fa8 [2020-09-17T08:55:56.897Z] ---> 938303fff47a [2020-09-17T08:55:56.897Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:55:56.897Z] ---> Running in 7f54c910a759 [2020-09-17T08:55:58.887Z] Removing intermediate container 7f54c910a759 [2020-09-17T08:55:58.887Z] ---> 628f1b03c47a [2020-09-17T08:55:58.887Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:55:58.887Z] ---> Running in 2480e3c8fb07 [2020-09-17T08:55:58.909Z] ---> Running in 8b5e1b86e9ba [2020-09-17T08:55:59.179Z] Removing intermediate container 8b5e1b86e9ba [2020-09-17T08:55:59.179Z] ---> fe96e8616165 [2020-09-17T08:55:59.179Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:55:59.179Z] ---> Running in ebced7347220 [2020-09-17T08:55:59.782Z] Removing intermediate container ebced7347220 [2020-09-17T08:55:59.782Z] ---> f8efe967b26d [2020-09-17T08:55:59.782Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T08:55:59.782Z] ---> Running in 7f7249fec2da [2020-09-17T08:55:59.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T08:56:00.053Z] Removing intermediate container 7f7249fec2da [2020-09-17T08:56:00.053Z] ---> 302bccb0698e [2020-09-17T08:56:00.053Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:56:00.325Z] ---> Running in 956e7e85593a [2020-09-17T08:56:00.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T08:56:01.117Z] OK: 166 MiB in 39 packages [2020-09-17T08:56:02.112Z] Removing intermediate container 2480e3c8fb07 [2020-09-17T08:56:02.113Z] ---> 060efa8e8b7a [2020-09-17T08:56:02.113Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-17T08:56:02.113Z] ---> Running in 7a2e658172fa [2020-09-17T08:56:02.113Z] Removing intermediate container 7a2e658172fa [2020-09-17T08:56:02.113Z] ---> f323f27c9055 [2020-09-17T08:56:02.113Z] Step 9/25 : COPY go.mod . [2020-09-17T08:56:02.384Z] ---> dabdca43c8a5 [2020-09-17T08:56:02.384Z] Step 10/25 : COPY Makefile . [2020-09-17T08:56:02.648Z] ---> eebc4eccca83 [2020-09-17T08:56:02.648Z] Step 11/25 : RUN make update [2020-09-17T08:56:02.917Z] ---> Running in a8884d8faa2f [2020-09-17T08:56:02.982Z] Removing intermediate container 956e7e85593a [2020-09-17T08:56:02.982Z] ---> ecd6c97061d5 [2020-09-17T08:56:02.982Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:56:03.195Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-17T08:56:03.255Z] ---> Running in e2d53e02c733 [2020-09-17T08:56:03.819Z] Removing intermediate container a8884d8faa2f [2020-09-17T08:56:03.819Z] ---> df91f9cd6b7d [2020-09-17T08:56:03.819Z] Step 12/25 : COPY . . [2020-09-17T08:56:04.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:56:04.824Z] ---> 77b0a2b4a25e [2020-09-17T08:56:04.824Z] Step 13/25 : RUN $MAKE [2020-09-17T08:56:04.824Z] ---> Running in 74d77c0a7589 [2020-09-17T08:56:05.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T08:56:05.804Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-09-17T08:56:06.284Z] OK: 142 MiB in 39 packages [2020-09-17T08:56:07.728Z] Removing intermediate container e2d53e02c733 [2020-09-17T08:56:07.728Z] ---> 111db36e85d3 [2020-09-17T08:56:07.728Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-17T08:56:07.728Z] ---> Running in fb5d5ec331c9 [2020-09-17T08:56:08.326Z] Removing intermediate container fb5d5ec331c9 [2020-09-17T08:56:08.326Z] ---> fc56b5d84cdd [2020-09-17T08:56:08.326Z] Step 9/10 : COPY . . [2020-09-17T08:56:09.786Z] ---> 6b7990dcb8c3 [2020-09-17T08:56:09.786Z] Step 10/10 : RUN go mod download [2020-09-17T08:56:09.786Z] ---> Running in 23b59cbf322e [2020-09-17T08:56:21.419Z] Removing intermediate container 74d77c0a7589 [2020-09-17T08:56:21.419Z] ---> 92bb563fd48e [2020-09-17T08:56:21.419Z] Step 14/25 : FROM alpine:latest [2020-09-17T08:56:21.419Z] latest: Pulling from library/alpine [2020-09-17T08:56:21.419Z] df20fa9351a1: Already exists [2020-09-17T08:56:21.419Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:56:21.419Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:56:21.419Z] ---> a24bb4013296 [2020-09-17T08:56:21.419Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T08:56:21.419Z] ---> Running in 20b44ba08ebe [2020-09-17T08:56:21.419Z] Removing intermediate container 20b44ba08ebe [2020-09-17T08:56:21.419Z] ---> cdbeccf8391b [2020-09-17T08:56:21.419Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-17T08:56:21.688Z] ---> Running in 1ff23039e394 [2020-09-17T08:56:21.688Z] Removing intermediate container 1ff23039e394 [2020-09-17T08:56:21.688Z] ---> 5aa417d6394d [2020-09-17T08:56:21.688Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-17T08:56:22.270Z] ---> 98f83250a5dc [2020-09-17T08:56:22.270Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-17T08:56:22.544Z] ---> 8fe094d3c661 [2020-09-17T08:56:22.544Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-17T08:56:23.139Z] ---> 9a5f9c8af1c0 [2020-09-17T08:56:23.139Z] Step 20/25 : EXPOSE 49986 [2020-09-17T08:56:23.139Z] ---> Running in 2c6dd60b826a [2020-09-17T08:56:23.415Z] Removing intermediate container 2c6dd60b826a [2020-09-17T08:56:23.415Z] ---> 65b5a81878a1 [2020-09-17T08:56:23.415Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-17T08:56:23.726Z] ---> Running in 419c000f195d [2020-09-17T08:56:24.002Z] Removing intermediate container 419c000f195d [2020-09-17T08:56:24.002Z] ---> 6c446ff39ccc [2020-09-17T08:56:24.002Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-17T08:56:24.002Z] ---> Running in ac71ebaad710 [2020-09-17T08:56:24.270Z] Removing intermediate container ac71ebaad710 [2020-09-17T08:56:24.270Z] ---> cd7097b93f84 [2020-09-17T08:56:24.270Z] Step 23/25 : LABEL arch=amd64 [2020-09-17T08:56:24.270Z] ---> Running in 8c5a54891def [2020-09-17T08:56:24.538Z] Removing intermediate container 8c5a54891def [2020-09-17T08:56:24.538Z] ---> ce3cb7b59fd7 [2020-09-17T08:56:24.538Z] Step 24/25 : LABEL git_sha=bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [2020-09-17T08:56:24.538Z] ---> Running in 4ca77e6bca87 [2020-09-17T08:56:24.829Z] Removing intermediate container 4ca77e6bca87 [2020-09-17T08:56:24.829Z] ---> b5af871d3710 [2020-09-17T08:56:24.829Z] Step 25/25 : LABEL version=0.0.0 [2020-09-17T08:56:24.829Z] ---> Running in caa2d86bcc1e [2020-09-17T08:56:24.886Z] Removing intermediate container 23b59cbf322e [2020-09-17T08:56:24.886Z] ---> cff57739a261 [2020-09-17T08:56:24.886Z] Successfully built cff57739a261 [2020-09-17T08:56:24.886Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:56:25.111Z] Removing intermediate container caa2d86bcc1e [2020-09-17T08:56:25.111Z] ---> 15928522d82c [2020-09-17T08:56:25.111Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:56:25.111Z] Successfully built 15928522d82c [2020-09-17T08:56:25.111Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [2020-09-17T08:56:25.287Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:56:25.287Z] . [Pipeline] // stage [Pipeline] withDockerContainer [2020-09-17T08:56:25.781Z] prd-ubuntu18.04-docker-arm64-4c-16g-166 does not seem to be running inside a container [2020-09-17T08:56:25.972Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** ci-base-image-arm64 cat [2020-09-17T08:56:27.912Z] $ docker top 88c4b0e1eaf5b76765647858f7c4052aada060a5357b8178226b657e4530bef1 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] sh 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] } [2020-09-17T08:56:29.364Z] + go version [2020-09-17T08:56:29.364Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T08:56:29.390Z] $ docker stop --time=1 88c4b0e1eaf5b76765647858f7c4052aada060a5357b8178226b657e4530bef1 [2020-09-17T08:56:31.387Z] $ docker rm -f 88c4b0e1eaf5b76765647858f7c4052aada060a5357b8178226b657e4530bef1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:56:32.514Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T08:56:32.514Z] . [Pipeline] withDockerContainer [2020-09-17T08:56:32.795Z] prd-ubuntu18.04-docker-arm64-4c-16g-166 does not seem to be running inside a container [2020-09-17T08:56:32.883Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@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 ******** -e ******** ci-base-image-arm64 cat [2020-09-17T08:56:34.851Z] $ docker top afc48017929bfae34c003d552992e7dce0ac7d823493c7b475625db79132307d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:56:36.327Z] + make test [2020-09-17T08:56:36.327Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-17T08:56:37.327Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-17T08:57:09.751Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-09-17T08:57:10.352Z] ok github.com/edgexfoundry/device-rest-go/driver 0.060s coverage: 56.3% of statements [2020-09-17T08:57:10.637Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T08:57:17.427Z] gofmt -l . [2020-09-17T08:57:17.427Z] [ "`gofmt -l .`" = "" ] [2020-09-17T08:57:17.427Z] ./bin/test-go-mod-tidy.sh [2020-09-17T08:57:17.704Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-09-17T08:57:18.317Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T08:57:18.964Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T08:57:18.974Z] $ docker stop --time=1 afc48017929bfae34c003d552992e7dce0ac7d823493c7b475625db79132307d [2020-09-17T08:57:21.157Z] $ docker rm -f afc48017929bfae34c003d552992e7dce0ac7d823493c7b475625db79132307d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T08:57:22.479Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T08:57:22.816Z] + ls -al . [2020-09-17T08:57:22.816Z] total 128 [2020-09-17T08:57:22.816Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 17 08:57 . [2020-09-17T08:57:22.816Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 08:55 .. [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 151 Sep 17 08:55 .dockerignore [2020-09-17T08:57:22.816Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:55 .git [2020-09-17T08:57:22.816Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:55 .github [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 339 Sep 17 08:55 .gitignore [2020-09-17T08:57:22.816Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:55 .semver [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 4566 Sep 17 08:55 Attribution.txt [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 17 08:55 Dockerfile [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 989 Sep 17 08:55 Dockerfile.build [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 680 Sep 17 08:55 Jenkinsfile [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 08:55 LICENSE [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 17 08:55 Makefile [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 5716 Sep 17 08:55 README.md [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 08:52 VERSION [2020-09-17T08:57:22.816Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:55 bin [2020-09-17T08:57:22.816Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:55 cmd [2020-09-17T08:57:22.816Z] -rw-r--r-- 1 jenkins jenkins 9369 Sep 17 08:57 coverage.out [2020-09-17T08:57:22.816Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:57 driver [2020-09-17T08:57:22.816Z] -rw-r--r-- 1 jenkins jenkins 266 Sep 17 08:57 go.mod [2020-09-17T08:57:22.816Z] -rw-r--r-- 1 jenkins jenkins 12533 Sep 17 08:57 go.sum [2020-09-17T08:57:22.816Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 08:55 snap [2020-09-17T08:57:22.816Z] -rw-rw-r-- 1 jenkins jenkins 713 Sep 17 08:55 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:57:23.154Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=bc3ce705db6333ca6b2343c166c1f26c14dd2a4e --label arch=arm64 --label version=0.0.0 . [2020-09-17T08:57:23.432Z] Sending build context to Docker daemon 8.059MB [2020-09-17T08:57:23.432Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-17T08:57:23.432Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-17T08:57:23.432Z] ---> cff57739a261 [2020-09-17T08:57:23.432Z] Step 3/25 : ARG MAKE='make build' [2020-09-17T08:57:23.716Z] ---> Running in ec9ec1b04248 [2020-09-17T08:57:24.320Z] Removing intermediate container ec9ec1b04248 [2020-09-17T08:57:24.320Z] ---> 92715f4ddee8 [2020-09-17T08:57:24.320Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T08:57:24.320Z] ---> Running in d6ac85fcac63 [2020-09-17T08:57:24.922Z] Removing intermediate container d6ac85fcac63 [2020-09-17T08:57:24.922Z] ---> 62ec5fd5d4e2 [2020-09-17T08:57:24.922Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T08:57:24.922Z] ---> Running in a7f1d8f876c0 [2020-09-17T08:57:25.526Z] Removing intermediate container a7f1d8f876c0 [2020-09-17T08:57:25.526Z] ---> 46d2d744df55 [2020-09-17T08:57:25.526Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T08:57:25.526Z] ---> Running in e77d9ee2228d [2020-09-17T08:57:28.158Z] Removing intermediate container e77d9ee2228d [2020-09-17T08:57:28.158Z] ---> f93ffc132b27 [2020-09-17T08:57:28.158Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T08:57:28.158Z] ---> Running in a274f402a080 [2020-09-17T08:57:29.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T08:57:30.204Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T08:57:31.183Z] OK: 142 MiB in 39 packages [2020-09-17T08:57:32.165Z] Removing intermediate container a274f402a080 [2020-09-17T08:57:32.165Z] ---> d170a10cbbcf [2020-09-17T08:57:32.165Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-17T08:57:32.165Z] ---> Running in 1834e2fcdedb [2020-09-17T08:57:32.766Z] Removing intermediate container 1834e2fcdedb [2020-09-17T08:57:32.766Z] ---> ad2abd727ffb [2020-09-17T08:57:32.766Z] Step 9/25 : COPY go.mod . [2020-09-17T08:57:33.361Z] ---> c1a9361f2ebf [2020-09-17T08:57:33.361Z] Step 10/25 : COPY Makefile . [2020-09-17T08:57:34.338Z] ---> af2d3810ae5d [2020-09-17T08:57:34.338Z] Step 11/25 : RUN make update [2020-09-17T08:57:34.338Z] ---> Running in aa30a941547a [2020-09-17T08:57:35.764Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-17T08:57:36.736Z] Removing intermediate container aa30a941547a [2020-09-17T08:57:36.736Z] ---> 4e53ed69751a [2020-09-17T08:57:36.736Z] Step 12/25 : COPY . . [2020-09-17T08:57:37.715Z] ---> 4f8ae18f718d [2020-09-17T08:57:37.715Z] Step 13/25 : RUN $MAKE [2020-09-17T08:57:37.996Z] ---> Running in 600225cc98b6 [2020-09-17T08:57:39.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2020-09-17T08:58:06.262Z] Removing intermediate container 600225cc98b6 [2020-09-17T08:58:06.262Z] ---> 17236834b8e8 [2020-09-17T08:58:06.262Z] Step 14/25 : FROM alpine:latest [2020-09-17T08:58:06.262Z] latest: Pulling from library/alpine [2020-09-17T08:58:06.262Z] b538f80385f9: Already exists [2020-09-17T08:58:06.262Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T08:58:06.262Z] Status: Downloaded newer image for alpine:latest [2020-09-17T08:58:06.262Z] ---> 62ee0e9f8440 [2020-09-17T08:58:06.262Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T08:58:06.262Z] ---> Running in b45ea95891a1 [2020-09-17T08:58:06.262Z] Removing intermediate container b45ea95891a1 [2020-09-17T08:58:06.262Z] ---> c24fdd982df5 [2020-09-17T08:58:06.262Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-17T08:58:06.262Z] ---> Running in cd6de6a08221 [2020-09-17T08:58:06.262Z] Removing intermediate container cd6de6a08221 [2020-09-17T08:58:06.262Z] ---> adb11cfe97a0 [2020-09-17T08:58:06.262Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-17T08:58:06.855Z] ---> 703aaeed2751 [2020-09-17T08:58:06.855Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-17T08:58:07.835Z] ---> 9784c04fe1d1 [2020-09-17T08:58:07.835Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-17T08:58:08.812Z] ---> 779ac2d65a2f [2020-09-17T08:58:08.812Z] Step 20/25 : EXPOSE 49986 [2020-09-17T08:58:08.812Z] ---> Running in fc408617f0bc [2020-09-17T08:58:09.413Z] Removing intermediate container fc408617f0bc [2020-09-17T08:58:09.413Z] ---> c5442a62ccf0 [2020-09-17T08:58:09.413Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-17T08:58:09.413Z] ---> Running in 872bce54a5f2 [2020-09-17T08:58:10.060Z] Removing intermediate container 872bce54a5f2 [2020-09-17T08:58:10.060Z] ---> 68f0ac24b71c [2020-09-17T08:58:10.060Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-17T08:58:10.060Z] ---> Running in d41f6e85a44b [2020-09-17T08:58:10.659Z] Removing intermediate container d41f6e85a44b [2020-09-17T08:58:10.659Z] ---> 1ac11fc22e65 [2020-09-17T08:58:10.659Z] Step 23/25 : LABEL arch=arm64 [2020-09-17T08:58:10.659Z] ---> Running in 423206e870e0 [2020-09-17T08:58:11.262Z] Removing intermediate container 423206e870e0 [2020-09-17T08:58:11.262Z] ---> ee3b7090693d [2020-09-17T08:58:11.262Z] Step 24/25 : LABEL git_sha=bc3ce705db6333ca6b2343c166c1f26c14dd2a4e [2020-09-17T08:58:11.262Z] ---> Running in 2188fd89c3f8 [2020-09-17T08:58:11.867Z] Removing intermediate container 2188fd89c3f8 [2020-09-17T08:58:11.867Z] ---> 29cd57e0f727 [2020-09-17T08:58:11.867Z] Step 25/25 : LABEL version=0.0.0 [2020-09-17T08:58:11.867Z] ---> Running in df5e2b9c8a64 [2020-09-17T08:58:12.468Z] Removing intermediate container df5e2b9c8a64 [2020-09-17T08:58:12.469Z] ---> 2d83c7b893c0 [2020-09-17T08:58:12.469Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T08:58:12.469Z] Successfully built 2d83c7b893c0 [2020-09-17T08:58:12.469Z] Successfully tagged docker-device-rest-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-17T08:58:14.305Z] provisioning config files... [2020-09-17T08:58:14.374Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-40@tmp/config7179928618365898759tmp [Pipeline] { [Pipeline] sh [2020-09-17T08:58:14.844Z] + bash -s - -t @/w/workspace/dgexfoundry_device-rest-go_PR-40@tmp/config7179928618365898759tmp [2020-09-17T08:58:14.844Z] + curl -s https://codecov.io/bash [Pipeline] } [2020-09-17T08:58:15.130Z] 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-17T08:58:19.019Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:58:19.620Z] ---> package-listing.sh [2020-09-17T08:58:19.620Z] ++ facter osfamily [2020-09-17T08:58:19.620Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T08:58:19.888Z] + OS_FAMILY=redhat [2020-09-17T08:58:19.888Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-40 [2020-09-17T08:58:19.888Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T08:58:19.888Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T08:58:19.888Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T08:58:19.888Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T08:58:19.888Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-40 ']' [2020-09-17T08:58:19.888Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T08:58:19.888Z] + case "${OS_FAMILY}" in [2020-09-17T08:58:19.888Z] + rpm -qa [2020-09-17T08:58:19.888Z] + sort [2020-09-17T08:58:25.244Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T08:58:25.244Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T08:58:25.244Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T08:58:25.244Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-40 ']' [2020-09-17T08:58:25.244Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-40/archives/ [2020-09-17T08:58:25.244Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-40/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:58:25.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:58:25.767Z] [2020-09-17T08:58:25.767Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T08:58:26.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:58:26.175Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T08:58:26.175Z] df20fa9351a1: Pulling fs layer [2020-09-17T08:58:26.175Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T08:58:26.175Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T08:58:26.175Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T08:58:26.175Z] 0dadc02b9964: Pulling fs layer [2020-09-17T08:58:26.175Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T08:58:26.175Z] 7a184a31f384: Pulling fs layer [2020-09-17T08:58:26.175Z] 0879bd2ef858: Pulling fs layer [2020-09-17T08:58:26.175Z] 0dadc02b9964: Waiting [2020-09-17T08:58:26.175Z] ce6a7cf60c04: Waiting [2020-09-17T08:58:26.175Z] 7a184a31f384: Waiting [2020-09-17T08:58:26.175Z] 0879bd2ef858: Waiting [2020-09-17T08:58:26.175Z] 46f8f816bc3b: Waiting [2020-09-17T08:58:26.175Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T08:58:26.175Z] 36b3adc4ff6f: Download complete [2020-09-17T08:58:26.175Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T08:58:26.175Z] 46f8f816bc3b: Download complete [2020-09-17T08:58:26.469Z] df20fa9351a1: Verifying Checksum [2020-09-17T08:58:26.469Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T08:58:26.469Z] ce6a7cf60c04: Download complete [2020-09-17T08:58:26.469Z] 7a184a31f384: Verifying Checksum [2020-09-17T08:58:26.469Z] 7a184a31f384: Download complete [2020-09-17T08:58:26.469Z] 0dadc02b9964: Verifying Checksum [2020-09-17T08:58:26.469Z] 0dadc02b9964: Download complete [2020-09-17T08:58:27.078Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T08:58:27.078Z] 8ad3a11d3b57: Download complete [2020-09-17T08:58:27.078Z] df20fa9351a1: Pull complete [2020-09-17T08:58:27.668Z] 36b3adc4ff6f: Pull complete [2020-09-17T08:58:28.639Z] 8ad3a11d3b57: Pull complete [2020-09-17T08:58:28.639Z] 0879bd2ef858: Verifying Checksum [2020-09-17T08:58:28.639Z] 0879bd2ef858: Download complete [2020-09-17T08:58:28.639Z] 46f8f816bc3b: Pull complete [2020-09-17T08:58:29.234Z] 0dadc02b9964: Pull complete [2020-09-17T08:58:29.234Z] ce6a7cf60c04: Pull complete [2020-09-17T08:58:29.501Z] 7a184a31f384: Pull complete [2020-09-17T08:58:35.000Z] 0879bd2ef858: Pull complete [2020-09-17T08:58:35.000Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T08:58:35.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T08:58:35.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T08:58:35.272Z] prd-centos7-docker-4c-2g-151 does not seem to be running inside a container [2020-09-17T08:58:35.470Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-rest-go_PR-40 -v /w/workspace/dgexfoundry_device-rest-go_PR-40:/w/workspace/dgexfoundry_device-rest-go_PR-40:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-40@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-40@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T08:58:40.973Z] $ docker top d941784b8755eecedf2eb857eaaab1c6fac546764257467cc06857e2bdb9268c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T08:58:41.732Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T08:58:42.092Z] + ls /var/log/sa-host [2020-09-17T08:58:42.092Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T08:58:42.092Z] file_magic: OK [2020-09-17T08:58:42.092Z] HZ: Using current value: 100 [2020-09-17T08:58:42.092Z] file_header: OK [2020-09-17T08:58:42.092Z] 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-17T08:58:42.092Z] Statistics: [2020-09-17T08:58:42.092Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:58:42.092Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T08:58:42.092Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T08:58:42.092Z] file_magic: OK [2020-09-17T08:58:42.092Z] HZ: Using current value: 100 [2020-09-17T08:58:42.092Z] file_header: OK [2020-09-17T08:58:42.092Z] 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-17T08:58:42.092Z] Statistics: [2020-09-17T08:58:42.092Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T08:58:42.092Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T08:58:42.157Z] provisioning config files... [2020-09-17T08:58:42.176Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-40@tmp/config882145552977197042tmp [Pipeline] { [Pipeline] echo [2020-09-17T08:58:42.246Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:58:42.555Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T08:58:42.569Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T08:58:42.921Z] ---> logs-deploy.sh [2020-09-17T08:58:42.921Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-40/2 [2020-09-17T08:58:42.921Z] INFO: archiving workspace using pattern(s): [2020-09-17T08:58:45.589Z] Archives upload complete. [2020-09-17T08:58:45.589Z] INFO: archiving logs to Nexus