Pull request #39 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a96498e3a5486d5706f145af628414c1fa7f774e+ec5ba659fde701601f352c67d2492fac5a523e90 (25cd59ffc92126c1ad54451734d3f7ab21c92379) 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-242’ is offline; ‘prd-centos7-docker-4c-2g-244’ is offline; ‘prd-centos7-docker-4c-2g-245’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-243’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-246 in /w/workspace/dgexfoundry_device-rest-go_PR-39 [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-39 # 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/39/head:refs/remotes/origin/PR-39 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ec5ba659fde701601f352c67d2492fac5a523e90 into PR head commit a96498e3a5486d5706f145af628414c1fa7f774e Merge succeeded, producing a96498e3a5486d5706f145af628414c1fa7f774e Checking out Revision a96498e3a5486d5706f145af628414c1fa7f774e (PR-39) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/39/head:refs/remotes/origin/PR-39 # 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/39/head:refs/remotes/origin/PR-39 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a96498e3a5486d5706f145af628414c1fa7f774e # 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 ec5ba659fde701601f352c67d2492fac5a523e90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a96498e3a5486d5706f145af628414c1fa7f774e # timeout=10 Commit message: "doc: correct build instructions (#36)" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-17T17:43:49.579Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T17:43:49.834Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T17:43:49.959Z] ========================================================= [2020-09-17T17:43:49.959Z] EdgeX Global Pipelines Version Info [2020-09-17T17:43:49.959Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 39a7a4e777933e4815b2185cae3c86dc2bb2209d # timeout=10 [2020-09-17T17:43:51.409Z] ------------------- [2020-09-17T17:43:51.409Z] stable info: [2020-09-17T17:43:51.409Z] ------------------- [2020-09-17T17:43:51.409Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T17:43:51.409Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T17:43:51.409Z] Message: update stable to v1.0.122 [2020-09-17T17:43:52.357Z] ------------------- [2020-09-17T17:43:52.357Z] experimental info: [2020-09-17T17:43:52.357Z] ------------------- [2020-09-17T17:43:52.357Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T17:43:52.357Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-17T17:43:52.357Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T17:43:52.765Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-09-17T17:43:52.858Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-09-17T17:43:52.945Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T17:43:53.064Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T17:43:53.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T17:43:53.301Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-17T17:43:53.396Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T17:43:53.489Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-17T17:43:53.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T17:43:53.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T17:43:53.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T17:43:53.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-09-17T17:43:53.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T17:43:54.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T17:43:54.135Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T17:43:54.258Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T17:43:54.375Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T17:43:54.478Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T17:43:54.568Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T17:43:54.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T17:43:54.756Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T17:43:54.889Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T17:43:54.988Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-39 [Pipeline] echo [2020-09-17T17:43:55.080Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-39 [Pipeline] echo [2020-09-17T17:43:55.178Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-39 [Pipeline] echo [2020-09-17T17:43:55.269Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a96498e3a5486d5706f145af628414c1fa7f774e [Pipeline] echo [2020-09-17T17:43:55.357Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a96498e [Pipeline] echo [2020-09-17T17:43:55.455Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T17:43:56.201Z] + git log --format=format:%s -1 a96498e3a5486d5706f145af628414c1fa7f774e [Pipeline] echo [2020-09-17T17:43:56.262Z] GIT_COMMIT: a96498e3a5486d5706f145af628414c1fa7f774e, Commit Message: doc: correct build instructions (#36) [Pipeline] echo [2020-09-17T17:43:56.309Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:43:56.875Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T17:43:57.141Z] [2020-09-17T17:43:57.141Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:43:57.484Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T17:43:57.484Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T17:43:57.484Z] 31603596830f: Pulling fs layer [2020-09-17T17:43:57.484Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T17:43:57.484Z] 6ca5941a6612: Pulling fs layer [2020-09-17T17:43:57.484Z] ecc8261a40a4: Pulling fs layer [2020-09-17T17:43:57.484Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T17:43:57.484Z] 2a8b12db71e7: Download complete [2020-09-17T17:43:57.748Z] 31603596830f: Verifying Checksum [2020-09-17T17:43:57.748Z] 31603596830f: Download complete [2020-09-17T17:43:57.748Z] 6ca5941a6612: Verifying Checksum [2020-09-17T17:43:57.748Z] 6ca5941a6612: Download complete [2020-09-17T17:43:57.748Z] ecc8261a40a4: Verifying Checksum [2020-09-17T17:43:57.748Z] ecc8261a40a4: Download complete [2020-09-17T17:43:58.010Z] 31603596830f: Pull complete [2020-09-17T17:43:58.010Z] 2a8b12db71e7: Pull complete [2020-09-17T17:43:58.958Z] 6ca5941a6612: Pull complete [2020-09-17T17:43:59.531Z] ecc8261a40a4: Pull complete [2020-09-17T17:43:59.531Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T17:43:59.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T17:43:59.531Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T17:43:59.630Z] prd-centos7-docker-4c-2g-246 does not seem to be running inside a container [2020-09-17T17:43:59.675Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-39 -v /w/workspace/dgexfoundry_device-rest-go_PR-39:/w/workspace/dgexfoundry_device-rest-go_PR-39:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-39@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-39@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-17T17:44:01.324Z] $ docker top fe538a266c354591f439b6ded7b38e2282512360c9dcb833cb3087246b4a0159 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T17:44:01.644Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T17:44:01.644Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T17:44:01.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T17:44:01.853Z] $ docker exec fe538a266c354591f439b6ded7b38e2282512360c9dcb833cb3087246b4a0159 ssh-agent [2020-09-17T17:44:02.004Z] SSH_AUTH_SOCK=/tmp/ssh-uIlkzblgfcMR/agent.12 [2020-09-17T17:44:02.004Z] SSH_AGENT_PID=17 [2020-09-17T17:44:02.015Z] Running ssh-add (command line suppressed) [2020-09-17T17:44:02.131Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-39@tmp/private_key_5392670608786786006.key (/w/workspace/dgexfoundry_device-rest-go_PR-39@tmp/private_key_5392670608786786006.key) [2020-09-17T17:44:02.184Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T17:44:02.527Z] + git describe --exact-match --tags HEAD [2020-09-17T17:44:02.527Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T17:44:02.548Z] $ docker exec --env ******** --env ******** fe538a266c354591f439b6ded7b38e2282512360c9dcb833cb3087246b4a0159 ssh-agent -k [2020-09-17T17:44:02.658Z] unset SSH_AUTH_SOCK; [2020-09-17T17:44:02.658Z] unset SSH_AGENT_PID; [2020-09-17T17:44:02.658Z] echo Agent pid 17 killed; [2020-09-17T17:44:02.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T17:44:02.812Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T17:44:02.812Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T17:44:02.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T17:44:02.919Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T17:44:03.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T17:44:03.086Z] $ docker exec fe538a266c354591f439b6ded7b38e2282512360c9dcb833cb3087246b4a0159 ssh-agent [2020-09-17T17:44:03.236Z] SSH_AUTH_SOCK=/tmp/ssh-GtVsUiIWAGju/agent.45 [2020-09-17T17:44:03.236Z] SSH_AGENT_PID=50 [2020-09-17T17:44:03.243Z] Running ssh-add (command line suppressed) [2020-09-17T17:44:03.358Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-39@tmp/private_key_4583906422022487508.key (/w/workspace/dgexfoundry_device-rest-go_PR-39@tmp/private_key_4583906422022487508.key) [2020-09-17T17:44:03.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T17:44:03.786Z] + git semver init [2020-09-17T17:44:03.787Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T17:44:03.787Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-39/.git [2020-09-17T17:44:03.787Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-39 [2020-09-17T17:44:03.787Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T17:44:03.787Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T17:44:03.787Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T17:44:03.787Z] # $SEMVER_BRANCH = PR-39 [2020-09-17T17:44:03.787Z] # $SEMVER_TEMP = /tmp/semver-530528856 [2020-09-17T17:44:03.787Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-09-17T17:44:04.734Z] # '/tmp/semver-530528856' -> '/w/workspace/dgexfoundry_device-rest-go_PR-39/.semver' [2020-09-17T17:44:04.734Z] # -> Force: false [2020-09-17T17:44:04.734Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-39/.semver [Pipeline] } [2020-09-17T17:44:04.747Z] $ docker exec --env ******** --env ******** fe538a266c354591f439b6ded7b38e2282512360c9dcb833cb3087246b4a0159 ssh-agent -k [2020-09-17T17:44:04.865Z] unset SSH_AUTH_SOCK; [2020-09-17T17:44:04.865Z] unset SSH_AGENT_PID; [2020-09-17T17:44:04.865Z] echo Agent pid 50 killed; [2020-09-17T17:44:04.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T17:44:05.373Z] + git semver [Pipeline] } [2020-09-17T17:44:05.402Z] $ docker stop --time=1 fe538a266c354591f439b6ded7b38e2282512360c9dcb833cb3087246b4a0159 [2020-09-17T17:44:06.877Z] $ docker rm -f fe538a266c354591f439b6ded7b38e2282512360c9dcb833cb3087246b4a0159 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T17:44:08.323Z] Stashed 22 file(s) [Pipeline] echo [2020-09-17T17:44:08.326Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T17:44:08.458Z] 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-17T17:44:23.897Z] Still waiting to schedule task [2020-09-17T17:44:23.897Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-246’ [2020-09-17T17:44:23.899Z] Still waiting to schedule task [2020-09-17T17:44:23.899Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-17T17:46:13.913Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-247 in /w/workspace/dgexfoundry_device-rest-go_PR-39 [Pipeline] { [Pipeline] ws [2020-09-17T17:46:13.995Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T17:46:18.744Z] Running on prd-centos7-docker-4c-2g-248 in /w/workspace/dgexfoundry_device-rest-go_PR-39 [Pipeline] { [Pipeline] ws [2020-09-17T17:46:18.800Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-09-17T17:46:20.210Z] using credential edgex-jenkins-ssh [2020-09-17T17:46:20.294Z] Cloning the remote Git repository [2020-09-17T17:46:20.295Z] Cloning with configured refspecs honoured and without tags [2020-09-17T17:46:20.375Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T17:46:20.546Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-09-17T17:46:20.671Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T17:46:20.672Z] > git --version # timeout=10 [2020-09-17T17:46:20.695Z] > git --version # 'git version 2.17.1' [2020-09-17T17:46:20.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T17:46:20.774Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/39/head:refs/remotes/origin/PR-39 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T17:46:22.707Z] using credential edgex-jenkins-ssh [2020-09-17T17:46:22.761Z] Cloning the remote Git repository [2020-09-17T17:46:22.761Z] Cloning with configured refspecs honoured and without tags [2020-09-17T17:46:23.588Z] Fetching without tags [2020-09-17T17:46:22.790Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T17:46:22.856Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-09-17T17:46:22.904Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T17:46:22.904Z] > git --version # timeout=10 [2020-09-17T17:46:22.909Z] > git --version # 'git version 2.16.5' [2020-09-17T17:46:22.910Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T17:46:22.954Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/39/head:refs/remotes/origin/PR-39 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T17:46:23.773Z] Fetching without tags [2020-09-17T17:46:24.107Z] Merging remotes/origin/master commit ec5ba659fde701601f352c67d2492fac5a523e90 into PR head commit a96498e3a5486d5706f145af628414c1fa7f774e [2020-09-17T17:46:24.166Z] Merging remotes/origin/master commit ec5ba659fde701601f352c67d2492fac5a523e90 into PR head commit a96498e3a5486d5706f145af628414c1fa7f774e [2020-09-17T17:46:24.260Z] Merge succeeded, producing a96498e3a5486d5706f145af628414c1fa7f774e [2020-09-17T17:46:24.261Z] Checking out Revision a96498e3a5486d5706f145af628414c1fa7f774e (PR-39) [2020-09-17T17:46:24.503Z] Merge succeeded, producing a96498e3a5486d5706f145af628414c1fa7f774e [2020-09-17T17:46:24.504Z] Checking out Revision a96498e3a5486d5706f145af628414c1fa7f774e (PR-39) [2020-09-17T17:46:23.513Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T17:46:23.529Z] > git config --add remote.origin.fetch +refs/pull/39/head:refs/remotes/origin/PR-39 # timeout=10 [2020-09-17T17:46:23.543Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T17:46:23.571Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T17:46:23.599Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T17:46:23.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T17:46:23.617Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/39/head:refs/remotes/origin/PR-39 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T17:46:24.139Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T17:46:24.163Z] > git checkout -f a96498e3a5486d5706f145af628414c1fa7f774e # timeout=10 [2020-09-17T17:46:24.345Z] > git remote # timeout=10 [2020-09-17T17:46:24.379Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T17:46:24.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T17:46:24.412Z] > git merge ec5ba659fde701601f352c67d2492fac5a523e90 # timeout=10 [2020-09-17T17:46:24.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T17:46:24.512Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T17:46:24.528Z] > git checkout -f a96498e3a5486d5706f145af628414c1fa7f774e # timeout=10 [2020-09-17T17:46:23.741Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T17:46:23.748Z] > git config --add remote.origin.fetch +refs/pull/39/head:refs/remotes/origin/PR-39 # timeout=10 [2020-09-17T17:46:23.755Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T17:46:23.769Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T17:46:23.780Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T17:46:23.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T17:46:23.784Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/39/head:refs/remotes/origin/PR-39 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T17:46:24.178Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T17:46:24.185Z] > git checkout -f a96498e3a5486d5706f145af628414c1fa7f774e # timeout=10 [2020-09-17T17:46:24.232Z] > git remote # timeout=10 [2020-09-17T17:46:24.235Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T17:46:24.240Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T17:46:24.244Z] > git merge ec5ba659fde701601f352c67d2492fac5a523e90 # timeout=10 [2020-09-17T17:46:24.255Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T17:46:24.269Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T17:46:24.273Z] > git checkout -f a96498e3a5486d5706f145af628414c1fa7f774e # timeout=10 [2020-09-17T17:46:28.176Z] Commit message: "doc: correct build instructions (#36)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-17T17:46:29.004Z] Commit message: "doc: correct build instructions (#36)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T17:46:29.666Z] ========================================================= [2020-09-17T17:46:29.666Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-17T17:46:29.666Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:46:30.470Z] + 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-17T17:46:30.748Z] Sending build context to Docker daemon 8.054MB [2020-09-17T17:46:30.748Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-17T17:46:30.748Z] Step 2/10 : FROM ${BASE} [2020-09-17T17:46:31.035Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T17:46:31.035Z] df20fa9351a1: Pulling fs layer [2020-09-17T17:46:31.035Z] ed8968b2872e: Pulling fs layer [2020-09-17T17:46:31.035Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T17:46:31.035Z] e871e8e8d7a9: Pulling fs layer [2020-09-17T17:46:31.035Z] e73272ec9a57: Pulling fs layer [2020-09-17T17:46:31.035Z] 1e910a182e73: Pulling fs layer [2020-09-17T17:46:31.035Z] 4e634b169226: Pulling fs layer [2020-09-17T17:46:31.035Z] e73272ec9a57: Waiting [2020-09-17T17:46:31.035Z] 1e910a182e73: Waiting [2020-09-17T17:46:31.035Z] e871e8e8d7a9: Waiting [2020-09-17T17:46:31.035Z] 4e634b169226: Waiting [2020-09-17T17:46:31.035Z] a92cc7c5fd73: Download complete [2020-09-17T17:46:31.035Z] ed8968b2872e: Download complete [2020-09-17T17:46:31.035Z] e73272ec9a57: Verifying Checksum [2020-09-17T17:46:31.035Z] e73272ec9a57: Download complete [2020-09-17T17:46:31.035Z] 1e910a182e73: Verifying Checksum [2020-09-17T17:46:31.035Z] 1e910a182e73: Download complete [2020-09-17T17:46:31.035Z] df20fa9351a1: Verifying Checksum [2020-09-17T17:46:31.035Z] df20fa9351a1: Download complete [Pipeline] echo [2020-09-17T17:46:31.170Z] ========================================================= [2020-09-17T17:46:31.170Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-17T17:46:31.170Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:46:31.319Z] df20fa9351a1: Pull complete [2020-09-17T17:46:31.593Z] ed8968b2872e: Pull complete [2020-09-17T17:46:31.593Z] a92cc7c5fd73: Pull complete [2020-09-17T17:46:32.218Z] + 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-17T17:46:33.239Z] Sending build context to Docker daemon 8.054MB [2020-09-17T17:46:33.239Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-09-17T17:46:33.239Z] Step 2/10 : FROM ${BASE} [2020-09-17T17:46:33.239Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T17:46:33.239Z] b538f80385f9: Pulling fs layer [2020-09-17T17:46:33.239Z] 74f711af9a0d: Pulling fs layer [2020-09-17T17:46:33.239Z] 99f96fe45779: Pulling fs layer [2020-09-17T17:46:33.239Z] 8529a6b9a6be: Pulling fs layer [2020-09-17T17:46:33.239Z] 45590311c82a: Pulling fs layer [2020-09-17T17:46:33.239Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-17T17:46:33.239Z] 209524e5b208: Pulling fs layer [2020-09-17T17:46:33.239Z] 8529a6b9a6be: Waiting [2020-09-17T17:46:33.239Z] 45590311c82a: Waiting [2020-09-17T17:46:33.239Z] 69ca0ff8b7b3: Waiting [2020-09-17T17:46:33.239Z] 209524e5b208: Waiting [2020-09-17T17:46:33.526Z] 99f96fe45779: Verifying Checksum [2020-09-17T17:46:33.526Z] 99f96fe45779: Download complete [2020-09-17T17:46:33.526Z] 74f711af9a0d: Download complete [2020-09-17T17:46:33.526Z] 45590311c82a: Download complete [2020-09-17T17:46:33.526Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-17T17:46:33.526Z] 69ca0ff8b7b3: Download complete [2020-09-17T17:46:33.556Z] 4e634b169226: Verifying Checksum [2020-09-17T17:46:33.556Z] 4e634b169226: Download complete [2020-09-17T17:46:34.535Z] b538f80385f9: Pull complete [2020-09-17T17:46:35.156Z] 74f711af9a0d: Pull complete [2020-09-17T17:46:35.463Z] 99f96fe45779: Pull complete [2020-09-17T17:46:36.211Z] e871e8e8d7a9: Verifying Checksum [2020-09-17T17:46:36.211Z] e871e8e8d7a9: Download complete [2020-09-17T17:46:36.955Z] 209524e5b208: Verifying Checksum [2020-09-17T17:46:36.955Z] 209524e5b208: Download complete [2020-09-17T17:46:37.981Z] 8529a6b9a6be: Verifying Checksum [2020-09-17T17:46:37.981Z] 8529a6b9a6be: Download complete [2020-09-17T17:46:40.641Z] e871e8e8d7a9: Pull complete [2020-09-17T17:46:40.911Z] e73272ec9a57: Pull complete [2020-09-17T17:46:40.911Z] 1e910a182e73: Pull complete [2020-09-17T17:46:48.530Z] 8529a6b9a6be: Pull complete [2020-09-17T17:46:48.531Z] 45590311c82a: Pull complete [2020-09-17T17:46:48.820Z] 69ca0ff8b7b3: Pull complete [2020-09-17T17:46:49.306Z] 4e634b169226: Pull complete [2020-09-17T17:46:49.306Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-17T17:46:49.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-17T17:46:49.306Z] ---> f7629b54cfaa [2020-09-17T17:46:49.306Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T17:46:49.306Z] ---> Running in 70e5aac157c2 [2020-09-17T17:46:49.306Z] Removing intermediate container 70e5aac157c2 [2020-09-17T17:46:49.306Z] ---> 38f4c4408aba [2020-09-17T17:46:49.306Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T17:46:49.306Z] ---> Running in fc3fc7f42bf1 [2020-09-17T17:46:49.306Z] Removing intermediate container fc3fc7f42bf1 [2020-09-17T17:46:49.306Z] ---> 1b4211d33c41 [2020-09-17T17:46:49.306Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T17:46:49.306Z] ---> Running in 7f3242a360ef [2020-09-17T17:46:49.306Z] Removing intermediate container 7f3242a360ef [2020-09-17T17:46:49.306Z] ---> b882bb3cc416 [2020-09-17T17:46:49.306Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T17:46:49.306Z] ---> Running in 6cc99174f3d1 [2020-09-17T17:46:50.745Z] Removing intermediate container 6cc99174f3d1 [2020-09-17T17:46:50.745Z] ---> 376ea384a3f9 [2020-09-17T17:46:50.745Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T17:46:51.018Z] ---> Running in 105c46b88665 [2020-09-17T17:46:51.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T17:46:52.379Z] 209524e5b208: Pull complete [2020-09-17T17:46:52.379Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-17T17:46:52.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-17T17:46:52.379Z] ---> 5bddaf1c2fca [2020-09-17T17:46:52.379Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T17:46:52.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T17:46:53.182Z] OK: 166 MiB in 39 packages [2020-09-17T17:46:53.463Z] Removing intermediate container 105c46b88665 [2020-09-17T17:46:53.463Z] ---> 676465a0d686 [2020-09-17T17:46:53.463Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-17T17:46:53.463Z] ---> Running in b612d60759f7 [2020-09-17T17:46:53.737Z] Removing intermediate container b612d60759f7 [2020-09-17T17:46:53.737Z] ---> 615d45523ac8 [2020-09-17T17:46:53.737Z] Step 9/10 : COPY . . [2020-09-17T17:46:54.361Z] ---> 687807cb58bf [2020-09-17T17:46:54.361Z] Step 10/10 : RUN go mod download [2020-09-17T17:46:54.361Z] ---> Running in 10bd3d88adab [2020-09-17T17:46:55.160Z] ---> Running in 24220f40319d [2020-09-17T17:46:55.458Z] Removing intermediate container 24220f40319d [2020-09-17T17:46:55.458Z] ---> 2b6de06a77ef [2020-09-17T17:46:55.458Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T17:46:55.748Z] ---> Running in 501a98ae7f23 [2020-09-17T17:46:56.038Z] Removing intermediate container 501a98ae7f23 [2020-09-17T17:46:56.038Z] ---> 1e9a259e7195 [2020-09-17T17:46:56.038Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T17:46:56.329Z] ---> Running in b29c21620c81 [2020-09-17T17:46:56.616Z] Removing intermediate container b29c21620c81 [2020-09-17T17:46:56.616Z] ---> d0e5e6ab1687 [2020-09-17T17:46:56.616Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T17:46:56.911Z] ---> Running in c2701387a4d3 [2020-09-17T17:46:59.611Z] Removing intermediate container c2701387a4d3 [2020-09-17T17:46:59.611Z] ---> a284da8466f8 [2020-09-17T17:46:59.611Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T17:46:59.611Z] ---> Running in 7fd0c166fc06 [2020-09-17T17:47:01.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T17:47:02.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T17:47:02.689Z] OK: 142 MiB in 39 packages [2020-09-17T17:47:03.687Z] Removing intermediate container 7fd0c166fc06 [2020-09-17T17:47:03.687Z] ---> 0eb6d4d013c9 [2020-09-17T17:47:03.687Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-17T17:47:03.970Z] ---> Running in 85fafbd2fe2d [2020-09-17T17:47:04.577Z] Removing intermediate container 85fafbd2fe2d [2020-09-17T17:47:04.577Z] ---> 725f8ba05bf5 [2020-09-17T17:47:04.577Z] Step 9/10 : COPY . . [2020-09-17T17:47:05.578Z] ---> c9c3763845cf [2020-09-17T17:47:05.578Z] Step 10/10 : RUN go mod download [2020-09-17T17:47:05.866Z] ---> Running in bbdd0e3b7b31 [2020-09-17T17:47:06.750Z] Removing intermediate container 10bd3d88adab [2020-09-17T17:47:06.750Z] ---> cdcc4dd1ddd8 [2020-09-17T17:47:06.750Z] Successfully built cdcc4dd1ddd8 [2020-09-17T17:47:06.750Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:47:07.154Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T17:47:07.154Z] . [Pipeline] withDockerContainer [2020-09-17T17:47:07.279Z] prd-centos7-docker-4c-2g-248 does not seem to be running inside a container [2020-09-17T17:47:07.342Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-17T17:47:08.472Z] $ docker top e1e92537c8dbfb2be4a00a33ae8928e88ae8db3404dbfe07e7f4186610a2b989 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T17:47:09.014Z] + go version [2020-09-17T17:47:09.014Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-17T17:47:09.031Z] $ docker stop --time=1 e1e92537c8dbfb2be4a00a33ae8928e88ae8db3404dbfe07e7f4186610a2b989 [2020-09-17T17:47:10.385Z] $ docker rm -f e1e92537c8dbfb2be4a00a33ae8928e88ae8db3404dbfe07e7f4186610a2b989 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:47:11.586Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T17:47:11.586Z] . [Pipeline] withDockerContainer [2020-09-17T17:47:11.896Z] prd-centos7-docker-4c-2g-248 does not seem to be running inside a container [2020-09-17T17:47:11.977Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-17T17:47:12.779Z] $ docker top ec306a3c500841dc56ea573e2f03e7f29aba869746b04c6ac640a1a28fe0cea3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T17:47:13.422Z] + make test [2020-09-17T17:47:13.422Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-17T17:47:14.040Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-17T17:47:21.166Z] Removing intermediate container bbdd0e3b7b31 [2020-09-17T17:47:21.166Z] ---> 9755714f849f [2020-09-17T17:47:21.166Z] Successfully built 9755714f849f [2020-09-17T17:47:21.166Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:47:21.605Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T17:47:21.605Z] . [Pipeline] withDockerContainer [2020-09-17T17:47:21.892Z] prd-ubuntu18.04-docker-arm64-4c-16g-247 does not seem to be running inside a container [2020-09-17T17:47:21.986Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-17T17:47:23.916Z] $ docker top 77920f1dfa2283416a6d72bb1e4ab3402d4c9f64c160c6be7f6ba9d202af636b -eo pid,comm [2020-09-17T17:47:24.247Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-09-17T17:47:24.247Z] ok github.com/edgexfoundry/device-rest-go/driver 0.052s coverage: 56.3% of statements [2020-09-17T17:47:24.247Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] { [Pipeline] sh [2020-09-17T17:47:25.377Z] + go version [2020-09-17T17:47:25.377Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-17T17:47:25.402Z] $ docker stop --time=1 77920f1dfa2283416a6d72bb1e4ab3402d4c9f64c160c6be7f6ba9d202af636b [2020-09-17T17:47:25.682Z] gofmt -l . [2020-09-17T17:47:25.682Z] [ "`gofmt -l .`" = "" ] [2020-09-17T17:47:25.682Z] ./bin/test-go-mod-tidy.sh [2020-09-17T17:47:25.682Z] ./bin/test-attribution-txt.sh [2020-09-17T17:47:27.313Z] $ docker rm -f 77920f1dfa2283416a6d72bb1e4ab3402d4c9f64c160c6be7f6ba9d202af636b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:47:28.021Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T17:47:28.138Z] $ docker stop --time=1 ec306a3c500841dc56ea573e2f03e7f29aba869746b04c6ac640a1a28fe0cea3 [2020-09-17T17:47:28.350Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T17:47:28.350Z] . [2020-09-17T17:47:30.375Z] $ docker rm -f ec306a3c500841dc56ea573e2f03e7f29aba869746b04c6ac640a1a28fe0cea3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer [2020-09-17T17:47:30.950Z] prd-ubuntu18.04-docker-arm64-4c-16g-247 does not seem to be running inside a container [2020-09-17T17:47:31.054Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-17T17:47:32.966Z] $ docker top 79f1f7298875f5e60b0207352670317ec9e4b3539cf76ce94b80e62997b93f0b -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-17T17:47:34.535Z] + make test [2020-09-17T17:47:34.535Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [Pipeline] sh [2020-09-17T17:47:35.525Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-17T17:47:35.716Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T17:47:36.030Z] + ls -al . [2020-09-17T17:47:36.030Z] total 96 [2020-09-17T17:47:36.030Z] drwxrwxr-x. 9 jenkins jenkins 4096 Sep 17 17:47 . [2020-09-17T17:47:36.030Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 17:46 .. [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 4566 Sep 17 17:46 Attribution.txt [2020-09-17T17:47:36.030Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 17 17:46 bin [2020-09-17T17:47:36.030Z] drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 17:46 cmd [2020-09-17T17:47:36.030Z] -rw-r--r--. 1 jenkins jenkins 9369 Sep 17 17:47 coverage.out [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 1519 Sep 17 17:46 Dockerfile [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 989 Sep 17 17:46 Dockerfile.build [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 151 Sep 17 17:46 .dockerignore [2020-09-17T17:47:36.030Z] drwxrwxr-x. 2 jenkins jenkins 93 Sep 17 17:47 driver [2020-09-17T17:47:36.030Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 17:46 .git [2020-09-17T17:47:36.030Z] drwxrwxr-x. 2 jenkins jenkins 38 Sep 17 17:46 .github [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 339 Sep 17 17:46 .gitignore [2020-09-17T17:47:36.030Z] -rw-r--r--. 1 jenkins jenkins 266 Sep 17 17:47 go.mod [2020-09-17T17:47:36.030Z] -rw-r--r--. 1 jenkins jenkins 12533 Sep 17 17:47 go.sum [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 680 Sep 17 17:46 Jenkinsfile [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 17:46 LICENSE [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 951 Sep 17 17:46 Makefile [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 5917 Sep 17 17:46 README.md [2020-09-17T17:47:36.030Z] drwxrwxr-x. 3 jenkins jenkins 45 Sep 17 17:46 .semver [2020-09-17T17:47:36.030Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 17 17:46 snap [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 17:44 VERSION [2020-09-17T17:47:36.030Z] -rw-rw-r--. 1 jenkins jenkins 713 Sep 17 17:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:47:36.357Z] + 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=a96498e3a5486d5706f145af628414c1fa7f774e --label arch=amd64 --label version=0.0.0 . [2020-09-17T17:47:36.625Z] Sending build context to Docker daemon 8.066MB [2020-09-17T17:47:36.625Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-17T17:47:36.625Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-17T17:47:36.625Z] ---> cdcc4dd1ddd8 [2020-09-17T17:47:36.625Z] Step 3/25 : ARG MAKE='make build' [2020-09-17T17:47:36.625Z] ---> Running in c68db7ed66d2 [2020-09-17T17:47:36.890Z] Removing intermediate container c68db7ed66d2 [2020-09-17T17:47:36.890Z] ---> a1b58721bb78 [2020-09-17T17:47:36.890Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T17:47:36.890Z] ---> Running in fd1986327fab [2020-09-17T17:47:37.158Z] Removing intermediate container fd1986327fab [2020-09-17T17:47:37.158Z] ---> ea2a00dbb161 [2020-09-17T17:47:37.158Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T17:47:37.158Z] ---> Running in 61a4a450a422 [2020-09-17T17:47:37.432Z] Removing intermediate container 61a4a450a422 [2020-09-17T17:47:37.432Z] ---> b8b56d33daba [2020-09-17T17:47:37.432Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T17:47:37.432Z] ---> Running in 2ed25fc82a14 [2020-09-17T17:47:38.393Z] Removing intermediate container 2ed25fc82a14 [2020-09-17T17:47:38.393Z] ---> 8cb7e969de67 [2020-09-17T17:47:38.393Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T17:47:38.393Z] ---> Running in 21517a38be21 [2020-09-17T17:47:38.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T17:47:39.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T17:47:40.170Z] OK: 166 MiB in 39 packages [2020-09-17T17:47:40.794Z] Removing intermediate container 21517a38be21 [2020-09-17T17:47:40.794Z] ---> e990788dacdb [2020-09-17T17:47:40.794Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-17T17:47:40.794Z] ---> Running in 0162250cffb0 [2020-09-17T17:47:40.794Z] Removing intermediate container 0162250cffb0 [2020-09-17T17:47:40.794Z] ---> 1f85bcee0534 [2020-09-17T17:47:40.794Z] Step 9/25 : COPY go.mod . [2020-09-17T17:47:41.060Z] ---> a411406478f6 [2020-09-17T17:47:41.060Z] Step 10/25 : COPY Makefile . [2020-09-17T17:47:41.339Z] ---> 9a9c25754318 [2020-09-17T17:47:41.339Z] Step 11/25 : RUN make update [2020-09-17T17:47:41.339Z] ---> Running in 9f4b28e13e0d [2020-09-17T17:47:41.937Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-17T17:47:42.210Z] Removing intermediate container 9f4b28e13e0d [2020-09-17T17:47:42.210Z] ---> 9b62edca7a86 [2020-09-17T17:47:42.210Z] Step 12/25 : COPY . . [2020-09-17T17:47:42.788Z] ---> 6295422a11a0 [2020-09-17T17:47:42.788Z] Step 13/25 : RUN $MAKE [2020-09-17T17:47:42.788Z] ---> Running in b08ecf763314 [2020-09-17T17:47:43.373Z] 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-17T17:47:53.574Z] Removing intermediate container b08ecf763314 [2020-09-17T17:47:53.574Z] ---> a1a40e4e8737 [2020-09-17T17:47:53.574Z] Step 14/25 : FROM alpine:latest [2020-09-17T17:47:53.574Z] latest: Pulling from library/alpine [2020-09-17T17:47:53.574Z] df20fa9351a1: Already exists [2020-09-17T17:47:53.574Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T17:47:53.574Z] Status: Downloaded newer image for alpine:latest [2020-09-17T17:47:53.574Z] ---> a24bb4013296 [2020-09-17T17:47:53.574Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T17:47:53.574Z] ---> Running in 4a13f9ef99b9 [2020-09-17T17:47:53.574Z] Removing intermediate container 4a13f9ef99b9 [2020-09-17T17:47:53.574Z] ---> 9bd05121b025 [2020-09-17T17:47:53.574Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-17T17:47:53.574Z] ---> Running in a3e581d7bde9 [2020-09-17T17:47:53.574Z] Removing intermediate container a3e581d7bde9 [2020-09-17T17:47:53.574Z] ---> e00f253f2b9f [2020-09-17T17:47:53.574Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-17T17:47:53.574Z] ---> 4e51a7cb468f [2020-09-17T17:47:53.574Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-17T17:47:53.840Z] ---> bd1417ceaf45 [2020-09-17T17:47:53.840Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-17T17:47:54.426Z] ---> a392295a2cc2 [2020-09-17T17:47:54.426Z] Step 20/25 : EXPOSE 49986 [2020-09-17T17:47:54.426Z] ---> Running in cfde6778b904 [2020-09-17T17:47:54.426Z] Removing intermediate container cfde6778b904 [2020-09-17T17:47:54.426Z] ---> 8c8ba06ef120 [2020-09-17T17:47:54.426Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-17T17:47:54.708Z] ---> Running in 6937573a97a8 [2020-09-17T17:47:54.708Z] Removing intermediate container 6937573a97a8 [2020-09-17T17:47:54.708Z] ---> 40489766ad43 [2020-09-17T17:47:54.708Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-17T17:47:54.708Z] ---> Running in efceaf81de79 [2020-09-17T17:47:54.980Z] Removing intermediate container efceaf81de79 [2020-09-17T17:47:54.980Z] ---> 5194871f2082 [2020-09-17T17:47:54.980Z] Step 23/25 : LABEL arch=amd64 [2020-09-17T17:47:54.980Z] ---> Running in 9ebb9d3d5b30 [2020-09-17T17:47:55.252Z] Removing intermediate container 9ebb9d3d5b30 [2020-09-17T17:47:55.252Z] ---> d245148e56c4 [2020-09-17T17:47:55.252Z] Step 24/25 : LABEL git_sha=a96498e3a5486d5706f145af628414c1fa7f774e [2020-09-17T17:47:55.252Z] ---> Running in 89bcbeda38f2 [2020-09-17T17:47:55.252Z] Removing intermediate container 89bcbeda38f2 [2020-09-17T17:47:55.252Z] ---> 1d49b06832ce [2020-09-17T17:47:55.252Z] Step 25/25 : LABEL version=0.0.0 [2020-09-17T17:47:55.520Z] ---> Running in befd36401786 [2020-09-17T17:47:55.520Z] Removing intermediate container befd36401786 [2020-09-17T17:47:55.520Z] ---> 02312c4f85ba [2020-09-17T17:47:55.520Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T17:47:55.520Z] Successfully built 02312c4f85ba [2020-09-17T17:47:55.520Z] Successfully tagged docker-device-rest-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 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-17T17:48:08.048Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-09-17T17:48:08.048Z] ok github.com/edgexfoundry/device-rest-go/driver 0.043s coverage: 56.3% of statements [2020-09-17T17:48:08.048Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-17T17:48:12.401Z] gofmt -l . [2020-09-17T17:48:12.401Z] [ "`gofmt -l .`" = "" ] [2020-09-17T17:48:12.401Z] ./bin/test-go-mod-tidy.sh [2020-09-17T17:48:12.674Z] ./bin/test-attribution-txt.sh [Pipeline] stash [2020-09-17T17:48:13.313Z] Warning: overwriting stash ‘coverage-report’ [2020-09-17T17:48:13.993Z] Stashed 1 file(s) [Pipeline] } [2020-09-17T17:48:13.992Z] $ docker stop --time=1 79f1f7298875f5e60b0207352670317ec9e4b3539cf76ce94b80e62997b93f0b [2020-09-17T17:48:16.278Z] $ docker rm -f 79f1f7298875f5e60b0207352670317ec9e4b3539cf76ce94b80e62997b93f0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T17:48:17.528Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-17T17:48:17.869Z] + ls -al . [2020-09-17T17:48:17.869Z] total 128 [2020-09-17T17:48:17.869Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 17 17:48 . [2020-09-17T17:48:17.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 17:46 .. [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 151 Sep 17 17:46 .dockerignore [2020-09-17T17:48:17.869Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 17:46 .git [2020-09-17T17:48:17.869Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 17:46 .github [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 339 Sep 17 17:46 .gitignore [2020-09-17T17:48:17.869Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 17:46 .semver [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 4566 Sep 17 17:46 Attribution.txt [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 1519 Sep 17 17:46 Dockerfile [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 989 Sep 17 17:46 Dockerfile.build [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 680 Sep 17 17:46 Jenkinsfile [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 17:46 LICENSE [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 951 Sep 17 17:46 Makefile [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 5917 Sep 17 17:46 README.md [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 17:44 VERSION [2020-09-17T17:48:17.869Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 17:46 bin [2020-09-17T17:48:17.869Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 17:46 cmd [2020-09-17T17:48:17.869Z] -rw-r--r-- 1 jenkins jenkins 9369 Sep 17 17:48 coverage.out [2020-09-17T17:48:17.869Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 17:48 driver [2020-09-17T17:48:17.869Z] -rw-r--r-- 1 jenkins jenkins 266 Sep 17 17:48 go.mod [2020-09-17T17:48:17.869Z] -rw-r--r-- 1 jenkins jenkins 12533 Sep 17 17:48 go.sum [2020-09-17T17:48:17.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 17:46 snap [2020-09-17T17:48:17.869Z] -rw-rw-r-- 1 jenkins jenkins 713 Sep 17 17:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:48:18.211Z] + 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=a96498e3a5486d5706f145af628414c1fa7f774e --label arch=arm64 --label version=0.0.0 . [2020-09-17T17:48:18.815Z] Sending build context to Docker daemon 8.066MB [2020-09-17T17:48:18.815Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-09-17T17:48:18.815Z] Step 2/25 : FROM ${BASE} AS builder [2020-09-17T17:48:18.815Z] ---> 9755714f849f [2020-09-17T17:48:18.815Z] Step 3/25 : ARG MAKE='make build' [2020-09-17T17:48:19.089Z] ---> Running in f907d21cbb42 [2020-09-17T17:48:19.360Z] Removing intermediate container f907d21cbb42 [2020-09-17T17:48:19.360Z] ---> f24bd5879051 [2020-09-17T17:48:19.360Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T17:48:19.637Z] ---> Running in 31d03a2662ea [2020-09-17T17:48:19.918Z] Removing intermediate container 31d03a2662ea [2020-09-17T17:48:19.918Z] ---> 9d9c31c679f4 [2020-09-17T17:48:19.918Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T17:48:20.191Z] ---> Running in 118d4c108696 [2020-09-17T17:48:20.465Z] Removing intermediate container 118d4c108696 [2020-09-17T17:48:20.465Z] ---> 3163004fe7fc [2020-09-17T17:48:20.465Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T17:48:20.738Z] ---> Running in 79a2755ee0d1 [2020-09-17T17:48:23.366Z] Removing intermediate container 79a2755ee0d1 [2020-09-17T17:48:23.366Z] ---> 4928272e8dea [2020-09-17T17:48:23.366Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T17:48:23.366Z] ---> Running in 80dfb49ded76 [2020-09-17T17:48:24.805Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T17:48:25.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T17:48:26.380Z] OK: 142 MiB in 39 packages [2020-09-17T17:48:27.369Z] Removing intermediate container 80dfb49ded76 [2020-09-17T17:48:27.369Z] ---> d08b88f7701c [2020-09-17T17:48:27.369Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-09-17T17:48:27.369Z] ---> Running in 0511d1ea01ab [2020-09-17T17:48:27.966Z] Removing intermediate container 0511d1ea01ab [2020-09-17T17:48:27.966Z] ---> c3a127af3160 [2020-09-17T17:48:27.966Z] Step 9/25 : COPY go.mod . [2020-09-17T17:48:28.562Z] ---> 326b6899459e [2020-09-17T17:48:28.562Z] Step 10/25 : COPY Makefile . [2020-09-17T17:48:29.161Z] ---> 4061ad764248 [2020-09-17T17:48:29.161Z] Step 11/25 : RUN make update [2020-09-17T17:48:29.433Z] ---> Running in 3f90a855f62d [2020-09-17T17:48:30.872Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-09-17T17:48:32.308Z] Removing intermediate container 3f90a855f62d [2020-09-17T17:48:32.308Z] ---> 4d7907750a61 [2020-09-17T17:48:32.308Z] Step 12/25 : COPY . . [2020-09-17T17:48:33.287Z] ---> 94facd4a2509 [2020-09-17T17:48:33.287Z] Step 13/25 : RUN $MAKE [2020-09-17T17:48:33.287Z] ---> Running in f5bf65f020a9 [2020-09-17T17:48:34.723Z] 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-17T17:49:01.542Z] Removing intermediate container f5bf65f020a9 [2020-09-17T17:49:01.542Z] ---> 3106468e4891 [2020-09-17T17:49:01.542Z] Step 14/25 : FROM alpine:latest [2020-09-17T17:49:01.542Z] latest: Pulling from library/alpine [2020-09-17T17:49:01.542Z] b538f80385f9: Already exists [2020-09-17T17:49:01.542Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-17T17:49:01.542Z] Status: Downloaded newer image for alpine:latest [2020-09-17T17:49:01.542Z] ---> 62ee0e9f8440 [2020-09-17T17:49:01.542Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T17:49:01.542Z] ---> Running in 92a372d9e2f2 [2020-09-17T17:49:01.542Z] Removing intermediate container 92a372d9e2f2 [2020-09-17T17:49:01.542Z] ---> f9fd6731332f [2020-09-17T17:49:01.542Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-09-17T17:49:01.542Z] ---> Running in 186600f5aa65 [2020-09-17T17:49:01.542Z] Removing intermediate container 186600f5aa65 [2020-09-17T17:49:01.542Z] ---> 949a38e94a65 [2020-09-17T17:49:01.542Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-09-17T17:49:01.542Z] ---> d08db3f49b7c [2020-09-17T17:49:01.542Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-09-17T17:49:01.816Z] ---> e6f89b9b0786 [2020-09-17T17:49:01.816Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-09-17T17:49:03.249Z] ---> 7c96a61ba261 [2020-09-17T17:49:03.249Z] Step 20/25 : EXPOSE 49986 [2020-09-17T17:49:03.521Z] ---> Running in 96ff44389ba3 [2020-09-17T17:49:03.795Z] Removing intermediate container 96ff44389ba3 [2020-09-17T17:49:03.795Z] ---> db272f308caf [2020-09-17T17:49:03.795Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-09-17T17:49:04.068Z] ---> Running in 029a485afdf3 [2020-09-17T17:49:04.339Z] Removing intermediate container 029a485afdf3 [2020-09-17T17:49:04.339Z] ---> 5e23bcc1bbb9 [2020-09-17T17:49:04.339Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-09-17T17:49:04.613Z] ---> Running in ace56fa56703 [2020-09-17T17:49:05.209Z] Removing intermediate container ace56fa56703 [2020-09-17T17:49:05.209Z] ---> acbb36135b9f [2020-09-17T17:49:05.209Z] Step 23/25 : LABEL arch=arm64 [2020-09-17T17:49:05.209Z] ---> Running in b7ed38f338d9 [2020-09-17T17:49:05.482Z] Removing intermediate container b7ed38f338d9 [2020-09-17T17:49:05.482Z] ---> 2a481a3d03a5 [2020-09-17T17:49:05.482Z] Step 24/25 : LABEL git_sha=a96498e3a5486d5706f145af628414c1fa7f774e [2020-09-17T17:49:05.757Z] ---> Running in 3722325f85c7 [2020-09-17T17:49:06.357Z] Removing intermediate container 3722325f85c7 [2020-09-17T17:49:06.357Z] ---> f725717a89c8 [2020-09-17T17:49:06.357Z] Step 25/25 : LABEL version=0.0.0 [2020-09-17T17:49:06.357Z] ---> Running in aa1e8c355d37 [2020-09-17T17:49:06.955Z] Removing intermediate container aa1e8c355d37 [2020-09-17T17:49:06.955Z] ---> 2def388c747a [2020-09-17T17:49:06.955Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-17T17:49:06.955Z] Successfully built 2def388c747a [2020-09-17T17:49:06.955Z] 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-17T17:49:09.048Z] provisioning config files... [2020-09-17T17:49:09.061Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-39@tmp/config2914549145607888527tmp [Pipeline] { [Pipeline] sh [2020-09-17T17:49:09.459Z] + curl -s https://codecov.io/bash [2020-09-17T17:49:09.459Z] + bash -s - -t @/w/workspace/dgexfoundry_device-rest-go_PR-39@tmp/config2914549145607888527tmp [Pipeline] } [2020-09-17T17:49:09.732Z] 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-17T17:49:12.500Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T17:49:13.069Z] ---> package-listing.sh [2020-09-17T17:49:13.069Z] ++ facter osfamily [2020-09-17T17:49:13.069Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T17:49:13.069Z] + OS_FAMILY=redhat [2020-09-17T17:49:13.069Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-39 [2020-09-17T17:49:13.069Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T17:49:13.069Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T17:49:13.069Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T17:49:13.069Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T17:49:13.069Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-39 ']' [2020-09-17T17:49:13.069Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T17:49:13.069Z] + case "${OS_FAMILY}" in [2020-09-17T17:49:13.069Z] + rpm -qa [2020-09-17T17:49:13.069Z] + sort [2020-09-17T17:49:17.291Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T17:49:17.291Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T17:49:17.291Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T17:49:17.291Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-39 ']' [2020-09-17T17:49:17.291Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-39/archives/ [2020-09-17T17:49:17.291Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-39/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:49:17.769Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T17:49:17.769Z] [2020-09-17T17:49:17.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T17:49:18.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T17:49:18.117Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T17:49:18.117Z] df20fa9351a1: Pulling fs layer [2020-09-17T17:49:18.117Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T17:49:18.117Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T17:49:18.117Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T17:49:18.117Z] 0dadc02b9964: Pulling fs layer [2020-09-17T17:49:18.117Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T17:49:18.117Z] 7a184a31f384: Pulling fs layer [2020-09-17T17:49:18.117Z] 0879bd2ef858: Pulling fs layer [2020-09-17T17:49:18.117Z] 46f8f816bc3b: Waiting [2020-09-17T17:49:18.117Z] 0dadc02b9964: Waiting [2020-09-17T17:49:18.117Z] 0879bd2ef858: Waiting [2020-09-17T17:49:18.117Z] ce6a7cf60c04: Waiting [2020-09-17T17:49:18.117Z] 7a184a31f384: Waiting [2020-09-17T17:49:18.117Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T17:49:18.117Z] 36b3adc4ff6f: Download complete [2020-09-17T17:49:18.117Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T17:49:18.117Z] 46f8f816bc3b: Download complete [2020-09-17T17:49:18.385Z] df20fa9351a1: Verifying Checksum [2020-09-17T17:49:18.385Z] df20fa9351a1: Download complete [2020-09-17T17:49:18.385Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T17:49:18.385Z] ce6a7cf60c04: Download complete [2020-09-17T17:49:18.385Z] 7a184a31f384: Verifying Checksum [2020-09-17T17:49:18.385Z] 7a184a31f384: Download complete [2020-09-17T17:49:18.385Z] 0dadc02b9964: Verifying Checksum [2020-09-17T17:49:18.385Z] 0dadc02b9964: Download complete [2020-09-17T17:49:18.646Z] df20fa9351a1: Pull complete [2020-09-17T17:49:18.646Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T17:49:18.646Z] 8ad3a11d3b57: Download complete [2020-09-17T17:49:18.646Z] 36b3adc4ff6f: Pull complete [2020-09-17T17:49:18.910Z] 0879bd2ef858: Verifying Checksum [2020-09-17T17:49:18.910Z] 0879bd2ef858: Download complete [2020-09-17T17:49:19.484Z] 8ad3a11d3b57: Pull complete [2020-09-17T17:49:19.484Z] 46f8f816bc3b: Pull complete [2020-09-17T17:49:19.751Z] 0dadc02b9964: Pull complete [2020-09-17T17:49:19.751Z] ce6a7cf60c04: Pull complete [2020-09-17T17:49:20.012Z] 7a184a31f384: Pull complete [2020-09-17T17:49:22.588Z] 0879bd2ef858: Pull complete [2020-09-17T17:49:22.588Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T17:49:22.588Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T17:49:22.588Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T17:49:22.758Z] prd-centos7-docker-4c-2g-246 does not seem to be running inside a container [2020-09-17T17:49:22.807Z] $ 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-39 -v /w/workspace/dgexfoundry_device-rest-go_PR-39:/w/workspace/dgexfoundry_device-rest-go_PR-39:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-39@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-39@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-17T17:49:27.669Z] $ docker top f26882ccb702160c599d7a0a9402eb301800a755bd69786d6d57890472e3a1c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T17:49:28.154Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T17:49:28.461Z] + ls /var/log/sa-host [2020-09-17T17:49:28.461Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T17:49:28.461Z] file_magic: OK [2020-09-17T17:49:28.461Z] HZ: Using current value: 100 [2020-09-17T17:49:28.461Z] file_header: OK [2020-09-17T17:49:28.461Z] 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-17T17:49:28.461Z] Statistics: [2020-09-17T17:49:28.461Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T17:49:28.461Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T17:49:28.461Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T17:49:28.461Z] file_magic: OK [2020-09-17T17:49:28.461Z] HZ: Using current value: 100 [2020-09-17T17:49:28.461Z] file_header: OK [2020-09-17T17:49:28.461Z] 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-17T17:49:28.461Z] Statistics: [2020-09-17T17:49:28.461Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T17:49:28.461Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T17:49:28.529Z] provisioning config files... [2020-09-17T17:49:28.546Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-39@tmp/config9060005265725152679tmp [Pipeline] { [Pipeline] echo [2020-09-17T17:49:28.629Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T17:49:28.930Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T17:49:28.942Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T17:49:29.244Z] ---> logs-deploy.sh [2020-09-17T17:49:29.245Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-39/2 [2020-09-17T17:49:29.245Z] INFO: archiving workspace using pattern(s): [2020-09-17T17:49:31.172Z] Archives upload complete. [2020-09-17T17:49:31.172Z] INFO: archiving logs to Nexus [2020-09-17T17:49:31.746Z] ---> uname -a: [2020-09-17T17:49:31.746Z] Linux f26882ccb702 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-17T17:49:31.746Z] [2020-09-17T17:49:31.746Z]