Pull request #46 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f60892254390497993418a5736ab1b9fc8af45b+4f6fe4f9eeeb2b13b70d00045467dd3723511a77 (a58c95916774fb6683af90b32ca1866705c297b7) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:lfit/releng-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-9458 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-46 # 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 --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 into PR head commit 0f60892254390497993418a5736ab1b9fc8af45b Merge succeeded, producing 0f60892254390497993418a5736ab1b9fc8af45b Checking out Revision 0f60892254390497993418a5736ab1b9fc8af45b (PR-46) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # 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 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 53946c652c6ed7b4a2111ed7d7baf85dd2e2f6ee # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-28T11:25:37.159Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-28T11:25:37.576Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-28T11:25:37.703Z] ========================================================= [2020-10-28T11:25:37.703Z] EdgeX Global Pipelines Version Info [2020-10-28T11:25:37.703Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:25:39.196Z] ------------------- [2020-10-28T11:25:39.196Z] stable info: [2020-10-28T11:25:39.196Z] ------------------- [2020-10-28T11:25:39.196Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-28T11:25:39.196Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-28T11:25:39.196Z] Message: update stable to v1.0.148 [2020-10-28T11:25:40.142Z] ------------------- [2020-10-28T11:25:40.142Z] experimental info: [2020-10-28T11:25:40.142Z] ------------------- [2020-10-28T11:25:40.142Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-28T11:25:40.142Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-28T11:25:40.142Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-28T11:25:40.575Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-10-28T11:25:40.679Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-10-28T11:25:40.787Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-28T11:25:40.902Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-28T11:25:41.007Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-28T11:25:41.112Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-28T11:25:41.214Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-28T11:25:41.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-28T11:25:41.414Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-28T11:25:41.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-28T11:25:41.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-28T11:25:41.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-10-28T11:25:41.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-28T11:25:42.004Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-28T11:25:42.101Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T11:25:42.218Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-28T11:25:42.331Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T11:25:42.466Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-28T11:25:42.581Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-28T11:25:42.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-28T11:25:42.825Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-28T11:25:42.931Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-28T11:25:43.055Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-28T11:25:43.151Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-28T11:25:43.246Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-28T11:25:43.358Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-46 [Pipeline] echo [2020-10-28T11:25:43.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-46 [Pipeline] echo [2020-10-28T11:25:43.554Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-46 [Pipeline] echo [2020-10-28T11:25:43.669Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f60892254390497993418a5736ab1b9fc8af45b [Pipeline] echo [2020-10-28T11:25:43.763Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f60892 [Pipeline] echo [2020-10-28T11:25:43.860Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-28T11:25:44.542Z] + git log --format=format:%s -1 0f60892254390497993418a5736ab1b9fc8af45b [Pipeline] echo [2020-10-28T11:25:44.607Z] GIT_COMMIT: 0f60892254390497993418a5736ab1b9fc8af45b, Commit Message: build(deps): Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo [2020-10-28T11:25:44.659Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:25:45.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T11:25:45.566Z] [2020-10-28T11:25:45.566Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:25:45.935Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T11:25:45.936Z] latest: Pulling from edgex-devops/git-semver [2020-10-28T11:25:45.936Z] 31603596830f: Pulling fs layer [2020-10-28T11:25:45.936Z] 2a8b12db71e7: Pulling fs layer [2020-10-28T11:25:45.936Z] 6ca5941a6612: Pulling fs layer [2020-10-28T11:25:45.936Z] ecc8261a40a4: Pulling fs layer [2020-10-28T11:25:45.936Z] ecc8261a40a4: Waiting [2020-10-28T11:25:45.936Z] 2a8b12db71e7: Verifying Checksum [2020-10-28T11:25:45.936Z] 2a8b12db71e7: Download complete [2020-10-28T11:25:46.208Z] 31603596830f: Verifying Checksum [2020-10-28T11:25:46.208Z] 31603596830f: Download complete [2020-10-28T11:25:46.208Z] ecc8261a40a4: Verifying Checksum [2020-10-28T11:25:46.208Z] ecc8261a40a4: Download complete [2020-10-28T11:25:46.208Z] 6ca5941a6612: Verifying Checksum [2020-10-28T11:25:46.208Z] 6ca5941a6612: Download complete [2020-10-28T11:25:46.473Z] 31603596830f: Pull complete [2020-10-28T11:25:46.473Z] 2a8b12db71e7: Pull complete [2020-10-28T11:25:47.461Z] 6ca5941a6612: Pull complete [2020-10-28T11:25:47.724Z] ecc8261a40a4: Pull complete [2020-10-28T11:25:47.724Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-28T11:25:47.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-28T11:25:47.724Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-28T11:25:47.830Z] prd-centos7-docker-4c-2g-9458 does not seem to be running inside a container [2020-10-28T11:25:47.881Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-46 -v /w/workspace/dgexfoundry_device-rest-go_PR-46:/w/workspace/dgexfoundry_device-rest-go_PR-46:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-46@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-28T11:25:49.773Z] $ docker top 9e59cc03db4cdddb76d8e0acbe0c0aa794c48da43f0d7c7d3ceae9762674c54b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-28T11:25:50.065Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T11:25:50.065Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T11:25:50.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T11:25:50.284Z] $ docker exec 9e59cc03db4cdddb76d8e0acbe0c0aa794c48da43f0d7c7d3ceae9762674c54b ssh-agent [2020-10-28T11:25:50.443Z] SSH_AUTH_SOCK=/tmp/ssh-BBe2p6xv21AD/agent.11 [2020-10-28T11:25:50.443Z] SSH_AGENT_PID=17 [2020-10-28T11:25:50.455Z] Running ssh-add (command line suppressed) [2020-10-28T11:25:50.581Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_6849364276476916476.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_6849364276476916476.key) [2020-10-28T11:25:50.630Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T11:25:50.975Z] + git tag --points-at HEAD [Pipeline] } [2020-10-28T11:25:50.998Z] $ docker exec --env ******** --env ******** 9e59cc03db4cdddb76d8e0acbe0c0aa794c48da43f0d7c7d3ceae9762674c54b ssh-agent -k [2020-10-28T11:25:51.116Z] unset SSH_AUTH_SOCK; [2020-10-28T11:25:51.116Z] unset SSH_AGENT_PID; [2020-10-28T11:25:51.116Z] echo Agent pid 17 killed; [2020-10-28T11:25:51.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-28T11:25:51.370Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-28T11:25:51.370Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-28T11:25:51.530Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-28T11:25:51.536Z] $ docker exec 9e59cc03db4cdddb76d8e0acbe0c0aa794c48da43f0d7c7d3ceae9762674c54b ssh-agent [2020-10-28T11:25:51.693Z] SSH_AUTH_SOCK=/tmp/ssh-kbUqAhxAG8uX/agent.47 [2020-10-28T11:25:51.693Z] SSH_AGENT_PID=53 [2020-10-28T11:25:51.700Z] Running ssh-add (command line suppressed) [2020-10-28T11:25:51.835Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_4897308832610419643.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_4897308832610419643.key) [2020-10-28T11:25:51.889Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-28T11:25:52.226Z] + git semver init [2020-10-28T11:25:52.226Z] # -> Open(): unable to determine branch for HEAD [2020-10-28T11:25:52.226Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.git [2020-10-28T11:25:52.226Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-46 [2020-10-28T11:25:52.226Z] # $SEMVER_REMOTE_NAME = origin [2020-10-28T11:25:52.226Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-28T11:25:52.226Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-28T11:25:52.226Z] # $SEMVER_BRANCH = PR-46 [2020-10-28T11:25:52.226Z] # $SEMVER_TEMP = /tmp/semver-456515177 [2020-10-28T11:25:52.226Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-10-28T11:25:53.185Z] # '/tmp/semver-456515177' -> '/w/workspace/dgexfoundry_device-rest-go_PR-46/.semver' [2020-10-28T11:25:53.185Z] # -> Force: false [2020-10-28T11:25:53.185Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.semver [Pipeline] } [2020-10-28T11:25:53.201Z] $ docker exec --env ******** --env ******** 9e59cc03db4cdddb76d8e0acbe0c0aa794c48da43f0d7c7d3ceae9762674c54b ssh-agent -k [2020-10-28T11:25:53.317Z] unset SSH_AUTH_SOCK; [2020-10-28T11:25:53.317Z] unset SSH_AGENT_PID; [2020-10-28T11:25:53.317Z] echo Agent pid 53 killed; [2020-10-28T11:25:53.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-28T11:25:53.875Z] + git semver [Pipeline] } [2020-10-28T11:25:53.898Z] $ docker stop --time=1 9e59cc03db4cdddb76d8e0acbe0c0aa794c48da43f0d7c7d3ceae9762674c54b [2020-10-28T11:25:55.351Z] $ docker rm -f 9e59cc03db4cdddb76d8e0acbe0c0aa794c48da43f0d7c7d3ceae9762674c54b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-28T11:25:55.921Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-28T11:25:56.532Z] Stashed 1 file(s) [Pipeline] echo [2020-10-28T11:25:56.535Z] [edgeXSemver]: initialized semver on 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-10-28T11:26:12.077Z] Still waiting to schedule task [2020-10-28T11:26:12.077Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-9456’ is offline; ‘prd-centos7-docker-4c-2g-9457’ is offline; ‘prd-centos7-docker-4c-2g-9461’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-9459’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-28T11:26:12.079Z] Still waiting to schedule task [2020-10-28T11:26:12.079Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-28T11:28:59.088Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9462 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws [2020-10-28T11:28:59.140Z] Running in /w/workspace/device-rest-go/4 [Pipeline] { [Pipeline] checkout [2020-10-28T11:29:03.771Z] using credential edgex-jenkins-ssh [2020-10-28T11:29:03.838Z] Cloning the remote Git repository [2020-10-28T11:29:03.896Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-10-28T11:29:03.998Z] > git init /w/workspace/device-rest-go/4 # timeout=10 [2020-10-28T11:29:04.062Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-10-28T11:29:04.063Z] > git --version # timeout=10 [2020-10-28T11:29:04.084Z] > git --version # 'git version 2.17.1' [2020-10-28T11:29:04.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T11:29:04.149Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T11:29:06.373Z] Merging remotes/origin/master commit 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 into PR head commit 0f60892254390497993418a5736ab1b9fc8af45b [2020-10-28T11:29:06.550Z] Merge succeeded, producing 0f60892254390497993418a5736ab1b9fc8af45b [2020-10-28T11:29:06.551Z] Checking out Revision 0f60892254390497993418a5736ab1b9fc8af45b (PR-46) [2020-10-28T11:29:05.795Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-10-28T11:29:05.811Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T11:29:05.841Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-10-28T11:29:05.871Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-10-28T11:29:05.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T11:29:05.884Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T11:29:06.393Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T11:29:06.410Z] > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 [2020-10-28T11:29:06.480Z] > git remote # timeout=10 [2020-10-28T11:29:06.499Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T11:29:06.511Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T11:29:06.520Z] > git merge 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 [2020-10-28T11:29:06.539Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T11:29:06.557Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T11:29:06.568Z] > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 [2020-10-28T11:29:10.938Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-28T11:29:11.905Z] ========================================================= [2020-10-28T11:29:11.905Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-28T11:29:11.905Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:29:12.970Z] + 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-10-28T11:29:13.580Z] Sending build context to Docker daemon 79.87kB [2020-10-28T11:29:13.580Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-10-28T11:29:13.580Z] Step 2/10 : FROM ${BASE} [2020-10-28T11:29:14.178Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-28T11:29:14.178Z] b538f80385f9: Pulling fs layer [2020-10-28T11:29:14.178Z] 74f711af9a0d: Pulling fs layer [2020-10-28T11:29:14.178Z] 99f96fe45779: Pulling fs layer [2020-10-28T11:29:14.178Z] 8529a6b9a6be: Pulling fs layer [2020-10-28T11:29:14.178Z] 45590311c82a: Pulling fs layer [2020-10-28T11:29:14.178Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-28T11:29:14.178Z] 209524e5b208: Pulling fs layer [2020-10-28T11:29:14.178Z] 8529a6b9a6be: Waiting [2020-10-28T11:29:14.178Z] 45590311c82a: Waiting [2020-10-28T11:29:14.178Z] 69ca0ff8b7b3: Waiting [2020-10-28T11:29:14.178Z] 99f96fe45779: Verifying Checksum [2020-10-28T11:29:14.178Z] 99f96fe45779: Download complete [2020-10-28T11:29:14.178Z] 74f711af9a0d: Verifying Checksum [2020-10-28T11:29:14.178Z] 74f711af9a0d: Download complete [2020-10-28T11:29:14.178Z] 45590311c82a: Verifying Checksum [2020-10-28T11:29:14.178Z] 45590311c82a: Download complete [2020-10-28T11:29:14.178Z] 69ca0ff8b7b3: Download complete [2020-10-28T11:29:14.178Z] b538f80385f9: Verifying Checksum [2020-10-28T11:29:14.178Z] b538f80385f9: Download complete [2020-10-28T11:29:14.783Z] b538f80385f9: Pull complete [2020-10-28T11:29:15.388Z] 74f711af9a0d: Pull complete [2020-10-28T11:29:15.985Z] 99f96fe45779: Pull complete [2020-10-28T11:29:16.257Z] 209524e5b208: Download complete [2020-10-28T11:29:17.694Z] 8529a6b9a6be: Verifying Checksum [2020-10-28T11:29:17.694Z] 8529a6b9a6be: Download complete [2020-10-28T11:29:27.884Z] 8529a6b9a6be: Pull complete [2020-10-28T11:29:27.884Z] 45590311c82a: Pull complete [2020-10-28T11:29:27.884Z] 69ca0ff8b7b3: Pull complete [2020-10-28T11:29:31.288Z] 209524e5b208: Pull complete [2020-10-28T11:29:31.561Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-28T11:29:31.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-28T11:29:31.561Z] ---> 5bddaf1c2fca [2020-10-28T11:29:31.561Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-10-28T11:29:34.182Z] ---> Running in 45642dd713a8 [2020-10-28T11:29:34.779Z] Removing intermediate container 45642dd713a8 [2020-10-28T11:29:34.779Z] ---> 1f1eba4681e6 [2020-10-28T11:29:34.779Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T11:29:34.779Z] ---> Running in 4e7171c044ce [2020-10-28T11:29:35.057Z] Removing intermediate container 4e7171c044ce [2020-10-28T11:29:35.057Z] ---> 33aba38573d3 [2020-10-28T11:29:35.057Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-28T11:29:35.332Z] ---> Running in 0f7d5f20b017 [2020-10-28T11:29:35.605Z] Removing intermediate container 0f7d5f20b017 [2020-10-28T11:29:35.605Z] ---> 015bdbfec157 [2020-10-28T11:29:35.605Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T11:29:35.877Z] ---> Running in 5fd96cad5df8 [2020-10-28T11:29:38.505Z] Removing intermediate container 5fd96cad5df8 [2020-10-28T11:29:38.505Z] ---> d5ec5637edad [2020-10-28T11:29:38.505Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T11:29:38.505Z] ---> Running in 7f0065720404 [2020-10-28T11:29:39.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-28T11:29:40.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-28T11:29:41.509Z] OK: 142 MiB in 39 packages [2020-10-28T11:29:42.485Z] Removing intermediate container 7f0065720404 [2020-10-28T11:29:42.485Z] ---> a0c89cef56f2 [2020-10-28T11:29:42.485Z] Step 8/10 : WORKDIR /device-rest-go [2020-10-28T11:29:42.758Z] ---> Running in 1581ac458b9c [2020-10-28T11:29:43.031Z] Removing intermediate container 1581ac458b9c [2020-10-28T11:29:43.031Z] ---> 3c964edc6257 [2020-10-28T11:29:43.031Z] Step 9/10 : COPY . . [2020-10-28T11:29:44.036Z] ---> 1f4bd0348909 [2020-10-28T11:29:44.036Z] Step 10/10 : RUN go mod download [2020-10-28T11:29:44.036Z] ---> Running in 960ceea9f65c [2020-10-28T11:30:06.210Z] Removing intermediate container 960ceea9f65c [2020-10-28T11:30:06.210Z] ---> 27839ac53f10 [2020-10-28T11:30:06.210Z] Successfully built 27839ac53f10 [2020-10-28T11:30:06.210Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:30:06.623Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T11:30:06.623Z] . [Pipeline] withDockerContainer [2020-10-28T11:30:06.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-9462 does not seem to be running inside a container [2020-10-28T11:30:06.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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-10-28T11:30:08.716Z] $ docker top f96347764310b89d34488315f6c8e18ffb9921ee31ae1fc2fb86c93e9cb7bd51 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T11:30:10.128Z] + go version [2020-10-28T11:30:10.128Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-28T11:30:10.158Z] $ docker stop --time=1 f96347764310b89d34488315f6c8e18ffb9921ee31ae1fc2fb86c93e9cb7bd51 [2020-10-28T11:30:12.090Z] $ docker rm -f f96347764310b89d34488315f6c8e18ffb9921ee31ae1fc2fb86c93e9cb7bd51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:30:13.174Z] + docker inspect -f . ci-base-image-arm64 [2020-10-28T11:30:13.174Z] . [Pipeline] withDockerContainer [2020-10-28T11:30:13.441Z] prd-ubuntu18.04-docker-arm64-4c-16g-9462 does not seem to be running inside a container [2020-10-28T11:30:13.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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-10-28T11:30:15.333Z] $ docker top eb6e675ac8b35083cf6b4f05033872a4e3b248f6dd588694abe7ffaf71666bb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T11:30:16.693Z] + make test [2020-10-28T11:30:16.693Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T11:30:17.677Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-10-28T11:30:54.441Z] Running on prd-centos7-docker-4c-2g-9464 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws [2020-10-28T11:30:54.501Z] Running in /w/workspace/device-rest-go/4 [Pipeline] { [Pipeline] checkout [2020-10-28T11:30:56.742Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-10-28T11:30:56.742Z] ok github.com/edgexfoundry/device-rest-go/driver 0.048s coverage: 56.3% of statements [2020-10-28T11:30:56.742Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-28T11:30:57.068Z] using credential edgex-jenkins-ssh [2020-10-28T11:30:57.125Z] Cloning the remote Git repository [2020-10-28T11:30:57.162Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-10-28T11:30:57.234Z] > git init /w/workspace/device-rest-go/4 # timeout=10 [2020-10-28T11:30:57.293Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-10-28T11:30:57.293Z] > git --version # timeout=10 [2020-10-28T11:30:57.305Z] > git --version # 'git version 2.16.5' [2020-10-28T11:30:57.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T11:30:57.334Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T11:30:58.665Z] Merging remotes/origin/master commit 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 into PR head commit 0f60892254390497993418a5736ab1b9fc8af45b [2020-10-28T11:30:58.771Z] Merge succeeded, producing 0f60892254390497993418a5736ab1b9fc8af45b [2020-10-28T11:30:58.772Z] Checking out Revision 0f60892254390497993418a5736ab1b9fc8af45b (PR-46) [2020-10-28T11:30:58.239Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-10-28T11:30:58.245Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-28T11:30:58.268Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-10-28T11:30:58.290Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-10-28T11:30:58.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T11:30:58.295Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-28T11:30:58.676Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T11:30:58.684Z] > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 [2020-10-28T11:30:58.728Z] > git remote # timeout=10 [2020-10-28T11:30:58.738Z] > git config --get remote.origin.url # timeout=10 [2020-10-28T11:30:58.747Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-28T11:30:58.751Z] > git merge 4f6fe4f9eeeb2b13b70d00045467dd3723511a77 # timeout=10 [2020-10-28T11:30:58.764Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-28T11:30:58.777Z] > git config core.sparsecheckout # timeout=10 [2020-10-28T11:30:58.781Z] > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 [2020-10-28T11:30:59.376Z] gofmt -l . [2020-10-28T11:30:59.376Z] [ "`gofmt -l .`" = "" ] [2020-10-28T11:30:59.376Z] ./bin/test-go-mod-tidy.sh [2020-10-28T11:30:59.978Z] ./bin/test-attribution-txt.sh [2020-10-28T11:31:00.579Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-28T11:31:00.849Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2020-10-28T11:31:00.884Z] $ docker stop --time=1 eb6e675ac8b35083cf6b4f05033872a4e3b248f6dd588694abe7ffaf71666bb3 [2020-10-28T11:31:02.418Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [2020-10-28T11:31:03.106Z] $ docker rm -f eb6e675ac8b35083cf6b4f05033872a4e3b248f6dd588694abe7ffaf71666bb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withEnv [Pipeline] { Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] withEnv [Pipeline] { Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] unstash [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T11:31:04.630Z] Failed in branch arm64 [Pipeline] echo [2020-10-28T11:31:04.632Z] ========================================================= [2020-10-28T11:31:04.632Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-28T11:31:04.632Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:31:05.382Z] + 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-10-28T11:31:05.382Z] Sending build context to Docker daemon 79.87kB [2020-10-28T11:31:05.652Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-10-28T11:31:05.652Z] Step 2/10 : FROM ${BASE} [2020-10-28T11:31:05.914Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-28T11:31:05.914Z] df20fa9351a1: Pulling fs layer [2020-10-28T11:31:05.914Z] ed8968b2872e: Pulling fs layer [2020-10-28T11:31:05.914Z] a92cc7c5fd73: Pulling fs layer [2020-10-28T11:31:05.914Z] e871e8e8d7a9: Pulling fs layer [2020-10-28T11:31:05.914Z] e73272ec9a57: Pulling fs layer [2020-10-28T11:31:05.914Z] 1e910a182e73: Pulling fs layer [2020-10-28T11:31:05.914Z] 4e634b169226: Pulling fs layer [2020-10-28T11:31:05.914Z] e73272ec9a57: Waiting [2020-10-28T11:31:05.914Z] 1e910a182e73: Waiting [2020-10-28T11:31:05.914Z] 4e634b169226: Waiting [2020-10-28T11:31:05.914Z] e871e8e8d7a9: Waiting [2020-10-28T11:31:05.914Z] a92cc7c5fd73: Verifying Checksum [2020-10-28T11:31:05.914Z] a92cc7c5fd73: Download complete [2020-10-28T11:31:05.914Z] ed8968b2872e: Download complete [2020-10-28T11:31:05.914Z] e73272ec9a57: Verifying Checksum [2020-10-28T11:31:05.914Z] 1e910a182e73: Download complete [2020-10-28T11:31:06.877Z] df20fa9351a1: Verifying Checksum [2020-10-28T11:31:06.877Z] df20fa9351a1: Download complete [2020-10-28T11:31:07.152Z] df20fa9351a1: Pull complete [2020-10-28T11:31:07.152Z] ed8968b2872e: Pull complete [2020-10-28T11:31:07.417Z] a92cc7c5fd73: Pull complete [2020-10-28T11:31:09.348Z] 4e634b169226: Verifying Checksum [2020-10-28T11:31:09.348Z] 4e634b169226: Download complete [2020-10-28T11:31:09.935Z] e871e8e8d7a9: Verifying Checksum [2020-10-28T11:31:09.935Z] e871e8e8d7a9: Download complete [2020-10-28T11:31:15.308Z] e871e8e8d7a9: Pull complete [2020-10-28T11:31:15.308Z] e73272ec9a57: Pull complete [2020-10-28T11:31:15.308Z] 1e910a182e73: Pull complete [2020-10-28T11:31:23.803Z] 4e634b169226: Pull complete [2020-10-28T11:31:23.803Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-28T11:31:23.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-28T11:31:23.803Z] ---> f7629b54cfaa [2020-10-28T11:31:23.803Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-10-28T11:31:23.803Z] ---> Running in 202d12d110e9 [2020-10-28T11:31:23.803Z] Removing intermediate container 202d12d110e9 [2020-10-28T11:31:23.803Z] ---> c06e1eda5499 [2020-10-28T11:31:23.803Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-10-28T11:31:23.803Z] ---> Running in 5d7aaf5fd6cc [2020-10-28T11:31:24.072Z] Removing intermediate container 5d7aaf5fd6cc [2020-10-28T11:31:24.072Z] ---> 00503b31e48a [2020-10-28T11:31:24.072Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-28T11:31:24.072Z] ---> Running in c51ec748d115 [2020-10-28T11:31:24.072Z] Removing intermediate container c51ec748d115 [2020-10-28T11:31:24.072Z] ---> ec814791c7bc [2020-10-28T11:31:24.072Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-28T11:31:24.378Z] ---> Running in 79cc22bf4e7b [2020-10-28T11:31:26.050Z] Removing intermediate container 79cc22bf4e7b [2020-10-28T11:31:26.050Z] ---> b8b0136ceddb [2020-10-28T11:31:26.050Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-10-28T11:31:26.050Z] ---> Running in 5cb2388d5850 [2020-10-28T11:31:26.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-28T11:31:27.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-28T11:31:27.791Z] OK: 166 MiB in 39 packages [2020-10-28T11:31:28.058Z] Removing intermediate container 5cb2388d5850 [2020-10-28T11:31:28.058Z] ---> 8ccc45d1fa63 [2020-10-28T11:31:28.058Z] Step 8/10 : WORKDIR /device-rest-go [2020-10-28T11:31:28.337Z] ---> Running in 75983e153beb [2020-10-28T11:31:28.337Z] Removing intermediate container 75983e153beb [2020-10-28T11:31:28.337Z] ---> 2fa90f592119 [2020-10-28T11:31:28.337Z] Step 9/10 : COPY . . [2020-10-28T11:31:28.605Z] ---> 85faef4b5360 [2020-10-28T11:31:28.605Z] Step 10/10 : RUN go mod download [2020-10-28T11:31:28.872Z] ---> Running in a3ddf0523e4f [2020-10-28T11:31:51.009Z] Removing intermediate container a3ddf0523e4f [2020-10-28T11:31:51.009Z] ---> a28b9a751f72 [2020-10-28T11:31:51.009Z] Successfully built a28b9a751f72 [2020-10-28T11:31:51.009Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:31:51.382Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T11:31:51.382Z] . [Pipeline] withDockerContainer [2020-10-28T11:31:51.496Z] prd-centos7-docker-4c-2g-9464 does not seem to be running inside a container [2020-10-28T11:31:51.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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-x86_64 cat [2020-10-28T11:31:52.440Z] $ docker top 7f4d290c1f89bd7085b6a84389c026f4b801d9050a37f48a134b9972dc5ad309 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T11:31:52.968Z] + go version [2020-10-28T11:31:52.968Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-28T11:31:52.987Z] $ docker stop --time=1 7f4d290c1f89bd7085b6a84389c026f4b801d9050a37f48a134b9972dc5ad309 [2020-10-28T11:31:54.336Z] $ docker rm -f 7f4d290c1f89bd7085b6a84389c026f4b801d9050a37f48a134b9972dc5ad309 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:31:55.183Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-28T11:31:55.183Z] . [Pipeline] withDockerContainer [2020-10-28T11:31:55.286Z] prd-centos7-docker-4c-2g-9464 does not seem to be running inside a container [2020-10-28T11:31:55.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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-x86_64 cat [2020-10-28T11:31:55.962Z] $ docker top af5f755020ae4cc41a8aeeeaf0aa2672fa77e040a1062209ee989525a8cb3f48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T11:31:56.472Z] + make test [2020-10-28T11:31:56.472Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-28T11:31:57.057Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-10-28T11:32:09.445Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-10-28T11:32:09.445Z] ok github.com/edgexfoundry/device-rest-go/driver 0.022s coverage: 56.3% of statements [2020-10-28T11:32:09.445Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-28T11:32:10.404Z] gofmt -l . [2020-10-28T11:32:10.404Z] [ "`gofmt -l .`" = "" ] [2020-10-28T11:32:10.404Z] ./bin/test-go-mod-tidy.sh [2020-10-28T11:32:10.983Z] ./bin/test-attribution-txt.sh [2020-10-28T11:32:11.246Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-28T11:32:11.246Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2020-10-28T11:32:11.269Z] $ docker stop --time=1 af5f755020ae4cc41a8aeeeaf0aa2672fa77e040a1062209ee989525a8cb3f48 [2020-10-28T11:32:13.682Z] $ docker rm -f af5f755020ae4cc41a8aeeeaf0aa2672fa77e040a1062209ee989525a8cb3f48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-28T11:32:15.424Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:32:18.158Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:32:18.728Z] ---> package-listing.sh [2020-10-28T11:32:18.728Z] ++ facter osfamily [2020-10-28T11:32:18.728Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-28T11:32:18.728Z] + OS_FAMILY=redhat [2020-10-28T11:32:18.728Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-46 [2020-10-28T11:32:18.728Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-28T11:32:18.728Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-28T11:32:18.728Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-28T11:32:18.728Z] + PACKAGES=/tmp/packages_start.txt [2020-10-28T11:32:18.728Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' [2020-10-28T11:32:18.728Z] + PACKAGES=/tmp/packages_end.txt [2020-10-28T11:32:18.728Z] + case "${OS_FAMILY}" in [2020-10-28T11:32:18.728Z] + rpm -qa [2020-10-28T11:32:18.728Z] + sort [2020-10-28T11:32:22.962Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-28T11:32:22.962Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-28T11:32:22.962Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-28T11:32:22.962Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' [2020-10-28T11:32:22.962Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ [2020-10-28T11:32:22.962Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ [Pipeline] echo [2020-10-28T11:32:22.979Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-46/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-28T11:32:23.276Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:32:23.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T11:32:23.593Z] [2020-10-28T11:32:23.593Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-28T11:32:23.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T11:32:23.950Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-28T11:32:23.950Z] df20fa9351a1: Pulling fs layer [2020-10-28T11:32:23.950Z] 36b3adc4ff6f: Pulling fs layer [2020-10-28T11:32:23.950Z] 8ad3a11d3b57: Pulling fs layer [2020-10-28T11:32:23.950Z] 46f8f816bc3b: Pulling fs layer [2020-10-28T11:32:23.950Z] 93b61091891f: Pulling fs layer [2020-10-28T11:32:23.950Z] 93b9cdb0e59b: Pulling fs layer [2020-10-28T11:32:23.950Z] 5e14af77c1be: Pulling fs layer [2020-10-28T11:32:23.950Z] 01666e4c0597: Pulling fs layer [2020-10-28T11:32:23.950Z] aa168da1d23b: Pulling fs layer [2020-10-28T11:32:23.950Z] 46f8f816bc3b: Waiting [2020-10-28T11:32:23.950Z] 93b61091891f: Waiting [2020-10-28T11:32:23.950Z] 93b9cdb0e59b: Waiting [2020-10-28T11:32:23.950Z] 5e14af77c1be: Waiting [2020-10-28T11:32:23.950Z] 01666e4c0597: Waiting [2020-10-28T11:32:23.950Z] aa168da1d23b: Waiting [2020-10-28T11:32:23.950Z] 36b3adc4ff6f: Verifying Checksum [2020-10-28T11:32:23.950Z] 36b3adc4ff6f: Download complete [2020-10-28T11:32:23.950Z] 46f8f816bc3b: Verifying Checksum [2020-10-28T11:32:23.950Z] 46f8f816bc3b: Download complete [2020-10-28T11:32:23.950Z] df20fa9351a1: Download complete [2020-10-28T11:32:23.950Z] 93b9cdb0e59b: Verifying Checksum [2020-10-28T11:32:23.950Z] 93b9cdb0e59b: Download complete [2020-10-28T11:32:23.950Z] 93b61091891f: Verifying Checksum [2020-10-28T11:32:23.950Z] 93b61091891f: Download complete [2020-10-28T11:32:24.214Z] 5e14af77c1be: Verifying Checksum [2020-10-28T11:32:24.214Z] 5e14af77c1be: Download complete [2020-10-28T11:32:24.214Z] 01666e4c0597: Download complete [2020-10-28T11:32:24.214Z] 8ad3a11d3b57: Verifying Checksum [2020-10-28T11:32:24.214Z] 8ad3a11d3b57: Download complete [2020-10-28T11:32:24.480Z] df20fa9351a1: Pull complete [2020-10-28T11:32:24.750Z] 36b3adc4ff6f: Pull complete [2020-10-28T11:32:25.329Z] 8ad3a11d3b57: Pull complete [2020-10-28T11:32:25.329Z] 46f8f816bc3b: Pull complete [2020-10-28T11:32:25.922Z] 93b61091891f: Pull complete [2020-10-28T11:32:25.922Z] 93b9cdb0e59b: Pull complete [2020-10-28T11:32:26.501Z] 5e14af77c1be: Pull complete [2020-10-28T11:32:26.501Z] 01666e4c0597: Pull complete [2020-10-28T11:32:26.776Z] aa168da1d23b: Verifying Checksum [2020-10-28T11:32:26.776Z] aa168da1d23b: Download complete [2020-10-28T11:32:34.971Z] aa168da1d23b: Pull complete [2020-10-28T11:32:34.971Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-28T11:32:34.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-28T11:32:34.971Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-28T11:32:35.187Z] prd-centos7-docker-4c-2g-9458 does not seem to be running inside a container [2020-10-28T11:32:35.246Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-46/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-46 -v /w/workspace/dgexfoundry_device-rest-go_PR-46:/w/workspace/dgexfoundry_device-rest-go_PR-46:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-46@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-28T11:32:38.901Z] $ docker top 6b332a7c9d262f1329b512d1f468dc051cd224305ed238ed37bd9a5b74c32cb4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-28T11:32:39.390Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-28T11:32:39.690Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-28T11:32:39.991Z] + ls /var/log/sa-host [2020-10-28T11:32:39.992Z] + sadf -c /var/log/sa-host/sa05 [2020-10-28T11:32:39.992Z] file_magic: OK [2020-10-28T11:32:39.992Z] HZ: Using current value: 100 [2020-10-28T11:32:39.992Z] file_header: OK [2020-10-28T11:32:39.992Z] 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-10-28T11:32:39.992Z] Statistics: [2020-10-28T11:32:39.992Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T11:32:39.992Z] File successfully converted to sysstat format version 12.2.1 [2020-10-28T11:32:39.992Z] + sadf -c /var/log/sa-host/sa28 [2020-10-28T11:32:39.992Z] file_magic: OK [2020-10-28T11:32:39.992Z] HZ: Using current value: 100 [2020-10-28T11:32:39.992Z] file_header: OK [2020-10-28T11:32:39.992Z] 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-10-28T11:32:39.992Z] Statistics: [2020-10-28T11:32:39.992Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-28T11:32:39.992Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-28T11:32:40.226Z] provisioning config files... [2020-10-28T11:32:40.247Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config6131095032011447791tmp [Pipeline] { [Pipeline] echo [2020-10-28T11:32:40.358Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:32:40.657Z] ---> create-netrc.sh [Pipeline] } [2020-10-28T11:32:40.666Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-28T11:32:40.758Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:32:41.060Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-28T11:32:41.072Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:32:41.368Z] ---> sudo-logs.sh [2020-10-28T11:32:41.368Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-28T11:32:41.380Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:32:41.682Z] ---> job-cost.sh [2020-10-28T11:32:41.682Z] lf-activate-venv: SKIPPING [2020-10-28T11:32:41.682Z] INFO: No Stack... [2020-10-28T11:32:42.635Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-28T11:32:43.211Z] INFO: Archiving Costs [Pipeline] echo [2020-10-28T11:32:43.226Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-28T11:32:43.529Z] ---> logs-deploy.sh [2020-10-28T11:32:43.529Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-46/4 [2020-10-28T11:32:43.529Z] INFO: archiving workspace using pattern(s): [2020-10-28T11:32:45.452Z] Archives upload complete. [2020-10-28T11:32:45.452Z] INFO: archiving logs to Nexus