Pull request #46 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d62da4a13b1e82bb939a950a0a278f0632fa03c1+cbc1fb126fca16d22f986b5cd5c305caa6710614 (d88f6a57afd33d4121acfa65150c0f5fcf031626) 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-12262 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 > 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 Merging remotes/origin/master commit cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 Merge succeeded, producing d62da4a13b1e82bb939a950a0a278f0632fa03c1 Checking out Revision d62da4a13b1e82bb939a950a0a278f0632fa03c1 (PR-46) > git config core.sparsecheckout # timeout=10 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # 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 cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" First time build. Skipping changelog. > git rev-list --no-walk 7e3683adb8d7d7477cce2374b9802d06cbf53f2d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-16T16:23:05.383Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-16T16:23:05.631Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-16T16:23:05.721Z] ========================================================= [2020-11-16T16:23:05.722Z] EdgeX Global Pipelines Version Info [2020-11-16T16:23:05.722Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:23:07.326Z] ------------------- [2020-11-16T16:23:07.326Z] stable info: [2020-11-16T16:23:07.326Z] ------------------- [2020-11-16T16:23:07.326Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-16T16:23:07.326Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-16T16:23:07.326Z] Message: update stable to v1.0.162 [2020-11-16T16:23:08.274Z] ------------------- [2020-11-16T16:23:08.274Z] experimental info: [2020-11-16T16:23:08.274Z] ------------------- [2020-11-16T16:23:08.274Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-16T16:23:08.274Z] Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b [2020-11-16T16:23:08.274Z] Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-16T16:23:08.605Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-11-16T16:23:08.688Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-11-16T16:23:08.776Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-16T16:23:08.861Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-16T16:23:08.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-16T16:23:09.043Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-16T16:23:09.126Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-16T16:23:09.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-16T16:23:09.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-11-16T16:23:09.389Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-16T16:23:09.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-16T16:23:09.566Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-11-16T16:23:09.655Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-16T16:23:09.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-16T16:23:09.827Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-16T16:23:09.938Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-16T16:23:10.039Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-16T16:23:10.144Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-16T16:23:10.235Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-16T16:23:10.359Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-16T16:23:10.459Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-11-16T16:23:10.557Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-11-16T16:23:10.648Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-16T16:23:10.740Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-16T16:23:10.903Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-16T16:23:10.988Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-16T16:23:11.073Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-46 [Pipeline] echo [2020-11-16T16:23:11.158Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-46 [Pipeline] echo [2020-11-16T16:23:11.243Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-46 [Pipeline] echo [2020-11-16T16:23:11.382Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d62da4a13b1e82bb939a950a0a278f0632fa03c1 [Pipeline] echo [2020-11-16T16:23:11.491Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d62da4a [Pipeline] echo [2020-11-16T16:23:11.630Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-16T16:23:11.805Z] provisioning config files... [2020-11-16T16:23:11.877Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config721289318812358862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:23:12.251Z] ---> docker-login.sh [2020-11-16T16:23:12.251Z] nexus3.edgexfoundry.org:10001 [2020-11-16T16:23:12.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:23:12.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:23:12.523Z] Configure a credential helper to remove this warning. See [2020-11-16T16:23:12.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:23:12.523Z] [2020-11-16T16:23:12.523Z] Login Succeeded [2020-11-16T16:23:12.523Z] nexus3.edgexfoundry.org:10002 [2020-11-16T16:23:12.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:23:12.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:23:12.787Z] Configure a credential helper to remove this warning. See [2020-11-16T16:23:12.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:23:12.787Z] [2020-11-16T16:23:12.787Z] Login Succeeded [2020-11-16T16:23:12.787Z] nexus3.edgexfoundry.org:10003 [2020-11-16T16:23:13.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:23:13.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:23:13.052Z] Configure a credential helper to remove this warning. See [2020-11-16T16:23:13.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:23:13.052Z] [2020-11-16T16:23:13.052Z] Login Succeeded [2020-11-16T16:23:13.052Z] nexus3.edgexfoundry.org:10004 [2020-11-16T16:23:13.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:23:13.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:23:13.316Z] Configure a credential helper to remove this warning. See [2020-11-16T16:23:13.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:23:13.316Z] [2020-11-16T16:23:13.316Z] Login Succeeded [2020-11-16T16:23:13.316Z] docker.io [2020-11-16T16:23:13.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:23:13.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:23:13.580Z] Configure a credential helper to remove this warning. See [2020-11-16T16:23:13.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:23:13.580Z] [2020-11-16T16:23:13.580Z] Login Succeeded [2020-11-16T16:23:13.580Z] ---> docker-login.sh ends [Pipeline] } [2020-11-16T16:23:13.589Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-16T16:23:14.442Z] + git log --format=format:%s -1 d62da4a13b1e82bb939a950a0a278f0632fa03c1 [Pipeline] echo [2020-11-16T16:23:14.508Z] GIT_COMMIT: d62da4a13b1e82bb939a950a0a278f0632fa03c1, Commit Message: build(deps): Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo [2020-11-16T16:23:14.561Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:23:15.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T16:23:15.174Z] [2020-11-16T16:23:15.174Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:23:15.534Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T16:23:15.534Z] latest: Pulling from edgex-devops/git-semver [2020-11-16T16:23:15.534Z] 31603596830f: Pulling fs layer [2020-11-16T16:23:15.534Z] 2a8b12db71e7: Pulling fs layer [2020-11-16T16:23:15.534Z] 6ca5941a6612: Pulling fs layer [2020-11-16T16:23:15.534Z] ecc8261a40a4: Pulling fs layer [2020-11-16T16:23:15.534Z] ecc8261a40a4: Waiting [2020-11-16T16:23:15.534Z] 2a8b12db71e7: Verifying Checksum [2020-11-16T16:23:15.534Z] 2a8b12db71e7: Download complete [2020-11-16T16:23:15.534Z] 31603596830f: Verifying Checksum [2020-11-16T16:23:15.534Z] 31603596830f: Download complete [2020-11-16T16:23:15.800Z] 6ca5941a6612: Verifying Checksum [2020-11-16T16:23:15.800Z] 6ca5941a6612: Download complete [2020-11-16T16:23:15.800Z] ecc8261a40a4: Verifying Checksum [2020-11-16T16:23:15.800Z] ecc8261a40a4: Download complete [2020-11-16T16:23:16.062Z] 31603596830f: Pull complete [2020-11-16T16:23:16.062Z] 2a8b12db71e7: Pull complete [2020-11-16T16:23:17.020Z] 6ca5941a6612: Pull complete [2020-11-16T16:23:17.020Z] ecc8261a40a4: Pull complete [2020-11-16T16:23:17.020Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-16T16:23:17.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-16T16:23:17.020Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-16T16:23:17.207Z] prd-centos7-docker-4c-2g-12262 does not seem to be running inside a container [2020-11-16T16:23:17.264Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-16T16:23:19.610Z] $ docker top 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-16T16:23:19.914Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-16T16:23:19.914Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-16T16:23:20.162Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-16T16:23:20.169Z] $ docker exec 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent [2020-11-16T16:23:20.337Z] SSH_AUTH_SOCK=/tmp/ssh-KyDGkVJBDbzz/agent.11 [2020-11-16T16:23:20.337Z] SSH_AGENT_PID=16 [2020-11-16T16:23:20.351Z] Running ssh-add (command line suppressed) [2020-11-16T16:23:20.485Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_2110757830014725710.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_2110757830014725710.key) [2020-11-16T16:23:20.537Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-16T16:23:20.892Z] + git tag --points-at HEAD [Pipeline] } [2020-11-16T16:23:20.918Z] $ docker exec --env ******** --env ******** 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent -k [2020-11-16T16:23:21.046Z] unset SSH_AUTH_SOCK; [2020-11-16T16:23:21.046Z] unset SSH_AGENT_PID; [2020-11-16T16:23:21.046Z] echo Agent pid 16 killed; [2020-11-16T16:23:21.095Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-16T16:23:21.282Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-16T16:23:21.282Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-16T16:23:21.465Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-16T16:23:21.472Z] $ docker exec 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent [2020-11-16T16:23:21.640Z] SSH_AUTH_SOCK=/tmp/ssh-Qh0aTpyyqQVX/agent.46 [2020-11-16T16:23:21.640Z] SSH_AGENT_PID=51 [2020-11-16T16:23:21.647Z] Running ssh-add (command line suppressed) [2020-11-16T16:23:21.786Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_3526337934300583385.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_3526337934300583385.key) [2020-11-16T16:23:21.834Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-16T16:23:22.181Z] + git semver init [2020-11-16T16:23:22.181Z] # -> Open(): unable to determine branch for HEAD [2020-11-16T16:23:22.181Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.git [2020-11-16T16:23:22.181Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-46 [2020-11-16T16:23:22.181Z] # $SEMVER_REMOTE_NAME = origin [2020-11-16T16:23:22.181Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-16T16:23:22.181Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-16T16:23:22.181Z] # $SEMVER_BRANCH = PR-46 [2020-11-16T16:23:22.182Z] # $SEMVER_TEMP = /tmp/semver-950418892 [2020-11-16T16:23:22.182Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-11-16T16:23:23.136Z] # '/tmp/semver-950418892' -> '/w/workspace/dgexfoundry_device-rest-go_PR-46/.semver' [2020-11-16T16:23:23.136Z] # -> Force: false [2020-11-16T16:23:23.136Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.semver [Pipeline] } [2020-11-16T16:23:23.152Z] $ docker exec --env ******** --env ******** 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent -k [2020-11-16T16:23:23.315Z] unset SSH_AUTH_SOCK; [2020-11-16T16:23:23.315Z] unset SSH_AGENT_PID; [2020-11-16T16:23:23.315Z] echo Agent pid 51 killed; [2020-11-16T16:23:23.362Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-16T16:23:23.861Z] + git semver [Pipeline] } [2020-11-16T16:23:23.882Z] $ docker stop --time=1 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e [2020-11-16T16:23:25.276Z] $ docker rm -f 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-16T16:23:25.827Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-16T16:23:26.307Z] Stashed 1 file(s) [Pipeline] echo [2020-11-16T16:23:26.310Z] [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-11-16T16:23:41.896Z] Still waiting to schedule task [2020-11-16T16:23:41.896Z] ‘prd-centos7-docker-4c-2g-12266’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-11550’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-12265’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-11-16T16:23:41.898Z] Still waiting to schedule task [2020-11-16T16:23:41.898Z] ‘prd-centos7-docker-4c-2g-12266’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-11550’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-12265’ is offline [2020-11-16T16:24:47.119Z] Running on prd-centos7-docker-4c-2g-12270 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws [2020-11-16T16:24:47.170Z] Running in /w/workspace/device-rest-go/7 [Pipeline] { [Pipeline] checkout [2020-11-16T16:24:50.711Z] using credential edgex-jenkins-ssh [2020-11-16T16:24:50.811Z] Cloning the remote Git repository [2020-11-16T16:24:50.859Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-16T16:24:50.929Z] > git init /w/workspace/device-rest-go/7 # timeout=10 [2020-11-16T16:24:50.980Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-16T16:24:50.980Z] > git --version # timeout=10 [2020-11-16T16:24:50.990Z] > git --version # 'git version 2.16.5' [2020-11-16T16:24:50.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T16:24:51.018Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T16:24:53.896Z] Merging remotes/origin/master commit cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 [2020-11-16T16:24:53.998Z] Merge succeeded, producing d62da4a13b1e82bb939a950a0a278f0632fa03c1 [2020-11-16T16:24:53.998Z] Checking out Revision d62da4a13b1e82bb939a950a0a278f0632fa03c1 (PR-46) [2020-11-16T16:24:53.462Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-16T16:24:53.472Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T16:24:53.491Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-16T16:24:53.512Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-16T16:24:53.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T16:24:53.519Z] > 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-11-16T16:24:53.909Z] > git config core.sparsecheckout # timeout=10 [2020-11-16T16:24:53.914Z] > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [2020-11-16T16:24:53.954Z] > git remote # timeout=10 [2020-11-16T16:24:53.964Z] > git config --get remote.origin.url # timeout=10 [2020-11-16T16:24:53.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T16:24:53.979Z] > git merge cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 [2020-11-16T16:24:53.993Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-16T16:24:54.007Z] > git config core.sparsecheckout # timeout=10 [2020-11-16T16:24:54.013Z] > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [2020-11-16T16:24:57.726Z] 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] withEnv [Pipeline] { [Pipeline] wrap [2020-11-16T16:24:58.382Z] provisioning config files... [2020-11-16T16:24:58.412Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/7@tmp/config1808361611550033892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:24:59.052Z] ---> docker-login.sh [2020-11-16T16:24:59.052Z] nexus3.edgexfoundry.org:10001 [2020-11-16T16:24:59.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:24:59.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:24:59.581Z] Configure a credential helper to remove this warning. See [2020-11-16T16:24:59.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:24:59.581Z] [2020-11-16T16:24:59.581Z] Login Succeeded [2020-11-16T16:24:59.581Z] nexus3.edgexfoundry.org:10002 [2020-11-16T16:24:59.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:24:59.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:24:59.581Z] Configure a credential helper to remove this warning. See [2020-11-16T16:24:59.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:24:59.581Z] [2020-11-16T16:24:59.581Z] Login Succeeded [2020-11-16T16:24:59.581Z] nexus3.edgexfoundry.org:10003 [2020-11-16T16:24:59.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:24:59.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:24:59.844Z] Configure a credential helper to remove this warning. See [2020-11-16T16:24:59.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:24:59.844Z] [2020-11-16T16:24:59.844Z] Login Succeeded [2020-11-16T16:24:59.844Z] nexus3.edgexfoundry.org:10004 [2020-11-16T16:25:00.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:25:00.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:25:00.108Z] Configure a credential helper to remove this warning. See [2020-11-16T16:25:00.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:25:00.108Z] [2020-11-16T16:25:00.108Z] Login Succeeded [2020-11-16T16:25:00.108Z] docker.io [2020-11-16T16:25:00.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:25:00.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:25:00.372Z] Configure a credential helper to remove this warning. See [2020-11-16T16:25:00.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:25:00.372Z] [2020-11-16T16:25:00.372Z] Login Succeeded [2020-11-16T16:25:00.372Z] ---> docker-login.sh ends [Pipeline] } [2020-11-16T16:25:00.413Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-16T16:25:00.754Z] ========================================================= [2020-11-16T16:25:00.754Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-16T16:25:00.754Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:25:01.150Z] + 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-11-16T16:25:01.150Z] Sending build context to Docker daemon 79.87kB [2020-11-16T16:25:01.414Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-16T16:25:01.414Z] Step 2/10 : FROM ${BASE} [2020-11-16T16:25:01.414Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-16T16:25:01.414Z] df20fa9351a1: Pulling fs layer [2020-11-16T16:25:01.414Z] ed8968b2872e: Pulling fs layer [2020-11-16T16:25:01.414Z] a92cc7c5fd73: Pulling fs layer [2020-11-16T16:25:01.414Z] e871e8e8d7a9: Pulling fs layer [2020-11-16T16:25:01.414Z] e73272ec9a57: Pulling fs layer [2020-11-16T16:25:01.414Z] 1e910a182e73: Pulling fs layer [2020-11-16T16:25:01.414Z] 4e634b169226: Pulling fs layer [2020-11-16T16:25:01.414Z] e73272ec9a57: Waiting [2020-11-16T16:25:01.414Z] 1e910a182e73: Waiting [2020-11-16T16:25:01.414Z] 4e634b169226: Waiting [2020-11-16T16:25:01.414Z] e871e8e8d7a9: Waiting [2020-11-16T16:25:01.414Z] a92cc7c5fd73: Verifying Checksum [2020-11-16T16:25:01.414Z] a92cc7c5fd73: Download complete [2020-11-16T16:25:01.414Z] ed8968b2872e: Verifying Checksum [2020-11-16T16:25:01.414Z] ed8968b2872e: Download complete [2020-11-16T16:25:01.414Z] e73272ec9a57: Verifying Checksum [2020-11-16T16:25:01.414Z] e73272ec9a57: Download complete [2020-11-16T16:25:01.414Z] 1e910a182e73: Verifying Checksum [2020-11-16T16:25:01.414Z] 1e910a182e73: Download complete [2020-11-16T16:25:01.414Z] df20fa9351a1: Download complete [2020-11-16T16:25:01.689Z] df20fa9351a1: Pull complete [2020-11-16T16:25:01.953Z] ed8968b2872e: Pull complete [2020-11-16T16:25:01.953Z] a92cc7c5fd73: Pull complete [2020-11-16T16:25:03.897Z] e871e8e8d7a9: Verifying Checksum [2020-11-16T16:25:03.897Z] e871e8e8d7a9: Download complete [2020-11-16T16:25:04.165Z] 4e634b169226: Verifying Checksum [2020-11-16T16:25:04.165Z] 4e634b169226: Download complete [2020-11-16T16:25:10.820Z] e871e8e8d7a9: Pull complete [2020-11-16T16:25:10.820Z] e73272ec9a57: Pull complete [2020-11-16T16:25:10.820Z] 1e910a182e73: Pull complete [2020-11-16T16:25:16.167Z] 4e634b169226: Pull complete [2020-11-16T16:25:16.167Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-16T16:25:16.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-16T16:25:16.167Z] ---> f7629b54cfaa [2020-11-16T16:25:16.167Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-16T16:25:16.167Z] ---> Running in 06cdf7921c38 [2020-11-16T16:25:16.167Z] Removing intermediate container 06cdf7921c38 [2020-11-16T16:25:16.167Z] ---> 6018731b7c37 [2020-11-16T16:25:16.167Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-16T16:25:16.167Z] ---> Running in 0a5606d0f689 [2020-11-16T16:25:16.167Z] Removing intermediate container 0a5606d0f689 [2020-11-16T16:25:16.167Z] ---> d935c0a742a0 [2020-11-16T16:25:16.167Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-16T16:25:16.167Z] ---> Running in 7ea5266e9e83 [2020-11-16T16:25:16.167Z] Removing intermediate container 7ea5266e9e83 [2020-11-16T16:25:16.167Z] ---> bd4b6204ed85 [2020-11-16T16:25:16.167Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-16T16:25:16.441Z] ---> Running in a4bf0835b5f7 [2020-11-16T16:25:17.852Z] Removing intermediate container a4bf0835b5f7 [2020-11-16T16:25:17.852Z] ---> cb4653a1c406 [2020-11-16T16:25:17.852Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-16T16:25:17.852Z] ---> Running in 26468ad2842e [2020-11-16T16:25:18.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-16T16:25:19.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-16T16:25:19.609Z] OK: 166 MiB in 39 packages [2020-11-16T16:25:19.874Z] Removing intermediate container 26468ad2842e [2020-11-16T16:25:19.874Z] ---> 1a5e2eda2aeb [2020-11-16T16:25:19.874Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-16T16:25:19.874Z] ---> Running in 870f2c7ad77c [2020-11-16T16:25:20.137Z] Removing intermediate container 870f2c7ad77c [2020-11-16T16:25:20.137Z] ---> 395ffef7afb7 [2020-11-16T16:25:20.137Z] Step 9/10 : COPY . . [2020-11-16T16:25:20.403Z] ---> fca39c4ed1e7 [2020-11-16T16:25:20.403Z] Step 10/10 : RUN go mod download [2020-11-16T16:25:20.403Z] ---> Running in 9eeeac9f1547 [2020-11-16T16:25:38.626Z] Removing intermediate container 9eeeac9f1547 [2020-11-16T16:25:38.626Z] ---> 74068c6eb691 [2020-11-16T16:25:38.626Z] Successfully built 74068c6eb691 [2020-11-16T16:25:38.626Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:25:38.954Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-16T16:25:38.954Z] . [Pipeline] withDockerContainer [2020-11-16T16:25:39.097Z] prd-centos7-docker-4c-2g-12270 does not seem to be running inside a container [2020-11-16T16:25:39.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/7 -v /w/workspace/device-rest-go/7:/w/workspace/device-rest-go/7:rw,z -v /w/workspace/device-rest-go/7@tmp:/w/workspace/device-rest-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-16T16:25:40.052Z] $ docker top 53890c362c857ab31d661a5b6e502ab284ae3f32c547cbd74d166bca04a07c57 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T16:25:40.899Z] + go version [2020-11-16T16:25:40.900Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-16T16:25:41.046Z] $ docker stop --time=1 53890c362c857ab31d661a5b6e502ab284ae3f32c547cbd74d166bca04a07c57 [2020-11-16T16:25:42.462Z] $ docker rm -f 53890c362c857ab31d661a5b6e502ab284ae3f32c547cbd74d166bca04a07c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:25:43.299Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-16T16:25:43.299Z] . [Pipeline] withDockerContainer [2020-11-16T16:25:43.399Z] prd-centos7-docker-4c-2g-12270 does not seem to be running inside a container [2020-11-16T16:25:43.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/7 -v /w/workspace/device-rest-go/7:/w/workspace/device-rest-go/7:rw,z -v /w/workspace/device-rest-go/7@tmp:/w/workspace/device-rest-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-16T16:25:44.118Z] $ docker top c109855c596533c7e113d792c197f3479c79f7e8ee057aa834c6866ea44d0c6e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T16:25:44.642Z] + make test [2020-11-16T16:25:44.643Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-16T16:25:45.227Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-16T16:25:57.684Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-16T16:25:57.684Z] ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 56.3% of statements [2020-11-16T16:25:57.684Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-16T16:25:58.644Z] gofmt -l . [2020-11-16T16:25:58.644Z] [ "`gofmt -l .`" = "" ] [2020-11-16T16:25:58.644Z] ./bin/test-go-mod-tidy.sh [2020-11-16T16:25:59.222Z] ./bin/test-attribution-txt.sh [2020-11-16T16:25:59.485Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-11-16T16:25:59.485Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2020-11-16T16:25:59.513Z] $ docker stop --time=1 c109855c596533c7e113d792c197f3479c79f7e8ee057aa834c6866ea44d0c6e [2020-11-16T16:26:01.853Z] $ docker rm -f c109855c596533c7e113d792c197f3479c79f7e8ee057aa834c6866ea44d0c6e [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-11-16T16:26:03.535Z] Failed in branch amd64 [2020-11-16T16:26:26.913Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-12276 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws [2020-11-16T16:26:26.968Z] Running in /w/workspace/device-rest-go/7 [Pipeline] { [Pipeline] checkout [2020-11-16T16:26:32.277Z] using credential edgex-jenkins-ssh [2020-11-16T16:26:32.401Z] Cloning the remote Git repository [2020-11-16T16:26:32.477Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-11-16T16:26:32.595Z] > git init /w/workspace/device-rest-go/7 # timeout=10 [2020-11-16T16:26:32.671Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-16T16:26:32.674Z] > git --version # timeout=10 [2020-11-16T16:26:32.699Z] > git --version # 'git version 2.17.1' [2020-11-16T16:26:32.700Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T16:26:32.792Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T16:26:34.327Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-16T16:26:34.348Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-16T16:26:34.378Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-11-16T16:26:34.412Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-11-16T16:26:34.413Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T16:26:34.425Z] > 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-11-16T16:26:34.892Z] Merging remotes/origin/master commit cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 [2020-11-16T16:26:35.111Z] Merge succeeded, producing d62da4a13b1e82bb939a950a0a278f0632fa03c1 [2020-11-16T16:26:35.112Z] Checking out Revision d62da4a13b1e82bb939a950a0a278f0632fa03c1 (PR-46) [2020-11-16T16:26:34.918Z] > git config core.sparsecheckout # timeout=10 [2020-11-16T16:26:34.936Z] > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [2020-11-16T16:26:35.019Z] > git remote # timeout=10 [2020-11-16T16:26:35.038Z] > git config --get remote.origin.url # timeout=10 [2020-11-16T16:26:35.058Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-16T16:26:35.071Z] > git merge cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 [2020-11-16T16:26:35.098Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-16T16:26:35.122Z] > git config core.sparsecheckout # timeout=10 [2020-11-16T16:26:35.136Z] > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [2020-11-16T16:26:39.619Z] 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] withEnv [Pipeline] { [Pipeline] wrap [2020-11-16T16:26:40.271Z] provisioning config files... [2020-11-16T16:26:40.312Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/7@tmp/config4141215922786154871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:26:41.289Z] ---> docker-login.sh [2020-11-16T16:26:41.289Z] nexus3.edgexfoundry.org:10001 [2020-11-16T16:26:42.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:26:42.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:26:42.552Z] Configure a credential helper to remove this warning. See [2020-11-16T16:26:42.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:26:42.552Z] [2020-11-16T16:26:42.552Z] Login Succeeded [2020-11-16T16:26:42.552Z] nexus3.edgexfoundry.org:10002 [2020-11-16T16:26:42.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:26:43.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:26:43.111Z] Configure a credential helper to remove this warning. See [2020-11-16T16:26:43.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:26:43.111Z] [2020-11-16T16:26:43.111Z] Login Succeeded [2020-11-16T16:26:43.111Z] nexus3.edgexfoundry.org:10003 [2020-11-16T16:26:43.387Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:26:43.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:26:43.663Z] Configure a credential helper to remove this warning. See [2020-11-16T16:26:43.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:26:43.663Z] [2020-11-16T16:26:43.663Z] Login Succeeded [2020-11-16T16:26:43.663Z] nexus3.edgexfoundry.org:10004 [2020-11-16T16:26:43.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:26:44.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:26:44.223Z] Configure a credential helper to remove this warning. See [2020-11-16T16:26:44.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:26:44.223Z] [2020-11-16T16:26:44.223Z] Login Succeeded [2020-11-16T16:26:44.223Z] docker.io [2020-11-16T16:26:44.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-16T16:26:45.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-16T16:26:45.101Z] Configure a credential helper to remove this warning. See [2020-11-16T16:26:45.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-16T16:26:45.101Z] [2020-11-16T16:26:45.101Z] Login Succeeded [2020-11-16T16:26:45.101Z] ---> docker-login.sh ends [Pipeline] } [2020-11-16T16:26:45.182Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-16T16:26:45.607Z] ========================================================= [2020-11-16T16:26:45.607Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-16T16:26:45.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:26:46.030Z] + 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-11-16T16:26:46.030Z] Sending build context to Docker daemon 79.87kB [2020-11-16T16:26:46.314Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-11-16T16:26:46.314Z] Step 2/10 : FROM ${BASE} [2020-11-16T16:26:46.625Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-16T16:26:46.625Z] b538f80385f9: Pulling fs layer [2020-11-16T16:26:46.625Z] 74f711af9a0d: Pulling fs layer [2020-11-16T16:26:46.625Z] 99f96fe45779: Pulling fs layer [2020-11-16T16:26:46.625Z] 8529a6b9a6be: Pulling fs layer [2020-11-16T16:26:46.625Z] 45590311c82a: Pulling fs layer [2020-11-16T16:26:46.625Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-16T16:26:46.625Z] 209524e5b208: Pulling fs layer [2020-11-16T16:26:46.625Z] 45590311c82a: Waiting [2020-11-16T16:26:46.625Z] 69ca0ff8b7b3: Waiting [2020-11-16T16:26:46.625Z] 8529a6b9a6be: Waiting [2020-11-16T16:26:46.625Z] 209524e5b208: Waiting [2020-11-16T16:26:46.625Z] 99f96fe45779: Verifying Checksum [2020-11-16T16:26:46.625Z] 99f96fe45779: Download complete [2020-11-16T16:26:46.625Z] 74f711af9a0d: Verifying Checksum [2020-11-16T16:26:46.625Z] 74f711af9a0d: Download complete [2020-11-16T16:26:46.625Z] 45590311c82a: Verifying Checksum [2020-11-16T16:26:46.625Z] 45590311c82a: Download complete [2020-11-16T16:26:46.625Z] 69ca0ff8b7b3: Download complete [2020-11-16T16:26:46.625Z] b538f80385f9: Download complete [2020-11-16T16:26:47.627Z] b538f80385f9: Pull complete [2020-11-16T16:26:48.285Z] 74f711af9a0d: Pull complete [2020-11-16T16:26:48.564Z] 99f96fe45779: Pull complete [2020-11-16T16:26:49.163Z] 209524e5b208: Verifying Checksum [2020-11-16T16:26:49.163Z] 209524e5b208: Download complete [2020-11-16T16:26:50.604Z] 8529a6b9a6be: Download complete [2020-11-16T16:27:00.778Z] 8529a6b9a6be: Pull complete [2020-11-16T16:27:00.778Z] 45590311c82a: Pull complete [2020-11-16T16:27:01.380Z] 69ca0ff8b7b3: Pull complete [2020-11-16T16:27:04.801Z] 209524e5b208: Pull complete [2020-11-16T16:27:05.077Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-16T16:27:05.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-16T16:27:05.077Z] ---> 5bddaf1c2fca [2020-11-16T16:27:05.077Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-11-16T16:27:07.712Z] ---> Running in 7c75e67e78be [2020-11-16T16:27:07.985Z] Removing intermediate container 7c75e67e78be [2020-11-16T16:27:07.985Z] ---> 222013a72e1a [2020-11-16T16:27:07.985Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-11-16T16:27:08.260Z] ---> Running in 407751513fb3 [2020-11-16T16:27:08.534Z] Removing intermediate container 407751513fb3 [2020-11-16T16:27:08.534Z] ---> 8b2d08e90f59 [2020-11-16T16:27:08.534Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-11-16T16:27:08.812Z] ---> Running in acf7d057f619 [2020-11-16T16:27:09.085Z] Removing intermediate container acf7d057f619 [2020-11-16T16:27:09.085Z] ---> 291761ae63dd [2020-11-16T16:27:09.085Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-16T16:27:09.360Z] ---> Running in dc6ffd16470a [2020-11-16T16:27:11.994Z] Removing intermediate container dc6ffd16470a [2020-11-16T16:27:11.994Z] ---> 0b9b4ba1e134 [2020-11-16T16:27:11.994Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-11-16T16:27:11.995Z] ---> Running in 8382705520e9 [2020-11-16T16:27:13.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-16T16:27:14.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-16T16:27:15.386Z] OK: 142 MiB in 39 packages [2020-11-16T16:27:16.380Z] Removing intermediate container 8382705520e9 [2020-11-16T16:27:16.380Z] ---> 89304db2e653 [2020-11-16T16:27:16.380Z] Step 8/10 : WORKDIR /device-rest-go [2020-11-16T16:27:16.655Z] ---> Running in 44fe1acc1e39 [2020-11-16T16:27:17.252Z] Removing intermediate container 44fe1acc1e39 [2020-11-16T16:27:17.252Z] ---> 828c2b5c10e0 [2020-11-16T16:27:17.252Z] Step 9/10 : COPY . . [2020-11-16T16:27:17.862Z] ---> e667fc39059d [2020-11-16T16:27:17.862Z] Step 10/10 : RUN go mod download [2020-11-16T16:27:18.138Z] ---> Running in 67259dac9a07 [2020-11-16T16:27:40.330Z] Removing intermediate container 67259dac9a07 [2020-11-16T16:27:40.330Z] ---> 8b4cdf5c3f21 [2020-11-16T16:27:40.330Z] Successfully built 8b4cdf5c3f21 [2020-11-16T16:27:40.330Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:27:40.673Z] + docker inspect -f . ci-base-image-arm64 [2020-11-16T16:27:40.673Z] . [Pipeline] withDockerContainer [2020-11-16T16:27:40.953Z] prd-ubuntu18.04-docker-arm64-4c-16g-12276 does not seem to be running inside a container [2020-11-16T16:27:41.040Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/7 -v /w/workspace/device-rest-go/7:/w/workspace/device-rest-go/7:rw,z -v /w/workspace/device-rest-go/7@tmp:/w/workspace/device-rest-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-16T16:27:42.940Z] $ docker top 2cb443fc2c3ff2564aabdcda67f1858b9f8d591ec53b69d951e68af39987be5c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T16:27:44.369Z] + go version [2020-11-16T16:27:44.369Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-16T16:27:44.396Z] $ docker stop --time=1 2cb443fc2c3ff2564aabdcda67f1858b9f8d591ec53b69d951e68af39987be5c [2020-11-16T16:27:46.302Z] $ docker rm -f 2cb443fc2c3ff2564aabdcda67f1858b9f8d591ec53b69d951e68af39987be5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:27:47.300Z] + docker inspect -f . ci-base-image-arm64 [2020-11-16T16:27:47.300Z] . [Pipeline] withDockerContainer [2020-11-16T16:27:47.577Z] prd-ubuntu18.04-docker-arm64-4c-16g-12276 does not seem to be running inside a container [2020-11-16T16:27:47.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/7 -v /w/workspace/device-rest-go/7:/w/workspace/device-rest-go/7:rw,z -v /w/workspace/device-rest-go/7@tmp:/w/workspace/device-rest-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-11-16T16:27:49.603Z] $ docker top c7d7ed379e1c3118bdd782d122b63d4ea9b4a2d8600454c347f4527f3b1b7f61 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T16:27:51.143Z] + make test [2020-11-16T16:27:51.144Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-16T16:27:52.134Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-11-16T16:28:24.538Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-11-16T16:28:25.973Z] ok github.com/edgexfoundry/device-rest-go/driver 0.044s coverage: 56.3% of statements [2020-11-16T16:28:25.973Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-11-16T16:28:34.287Z] gofmt -l . [2020-11-16T16:28:34.287Z] [ "`gofmt -l .`" = "" ] [2020-11-16T16:28:34.287Z] ./bin/test-go-mod-tidy.sh [2020-11-16T16:28:34.287Z] ./bin/test-attribution-txt.sh [2020-11-16T16:28:34.559Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-11-16T16:28:34.559Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2020-11-16T16:28:34.586Z] $ docker stop --time=1 c7d7ed379e1c3118bdd782d122b63d4ea9b4a2d8600454c347f4527f3b1b7f61 [2020-11-16T16:28:36.877Z] $ docker rm -f c7d7ed379e1c3118bdd782d122b63d4ea9b4a2d8600454c347f4527f3b1b7f61 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-16T16:28:38.668Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-11-16T16:28:41.567Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:28:42.163Z] ---> package-listing.sh [2020-11-16T16:28:42.163Z] ++ facter osfamily [2020-11-16T16:28:42.163Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-16T16:28:42.163Z] + OS_FAMILY=redhat [2020-11-16T16:28:42.163Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-46 [2020-11-16T16:28:42.163Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-16T16:28:42.163Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-16T16:28:42.163Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-16T16:28:42.163Z] + PACKAGES=/tmp/packages_start.txt [2020-11-16T16:28:42.163Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' [2020-11-16T16:28:42.163Z] + PACKAGES=/tmp/packages_end.txt [2020-11-16T16:28:42.163Z] + case "${OS_FAMILY}" in [2020-11-16T16:28:42.163Z] + rpm -qa [2020-11-16T16:28:42.163Z] + sort [2020-11-16T16:28:46.391Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-16T16:28:46.391Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-16T16:28:46.391Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-16T16:28:46.391Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' [2020-11-16T16:28:46.391Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ [2020-11-16T16:28:46.391Z] + 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-11-16T16:28:46.403Z] 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-11-16T16:28:46.713Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:28:47.071Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-16T16:28:47.071Z] [2020-11-16T16:28:47.071Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-16T16:28:47.433Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-16T16:28:47.433Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-16T16:28:47.433Z] df20fa9351a1: Pulling fs layer [2020-11-16T16:28:47.433Z] 36b3adc4ff6f: Pulling fs layer [2020-11-16T16:28:47.433Z] 8ad3a11d3b57: Pulling fs layer [2020-11-16T16:28:47.433Z] 46f8f816bc3b: Pulling fs layer [2020-11-16T16:28:47.433Z] 93b61091891f: Pulling fs layer [2020-11-16T16:28:47.433Z] 93b9cdb0e59b: Pulling fs layer [2020-11-16T16:28:47.433Z] 5e14af77c1be: Pulling fs layer [2020-11-16T16:28:47.433Z] 01666e4c0597: Pulling fs layer [2020-11-16T16:28:47.433Z] aa168da1d23b: Pulling fs layer [2020-11-16T16:28:47.433Z] 93b9cdb0e59b: Waiting [2020-11-16T16:28:47.433Z] 46f8f816bc3b: Waiting [2020-11-16T16:28:47.433Z] 93b61091891f: Waiting [2020-11-16T16:28:47.433Z] 5e14af77c1be: Waiting [2020-11-16T16:28:47.433Z] aa168da1d23b: Waiting [2020-11-16T16:28:47.433Z] 36b3adc4ff6f: Verifying Checksum [2020-11-16T16:28:47.433Z] 36b3adc4ff6f: Download complete [2020-11-16T16:28:47.433Z] 46f8f816bc3b: Verifying Checksum [2020-11-16T16:28:47.433Z] 46f8f816bc3b: Download complete [2020-11-16T16:28:47.699Z] df20fa9351a1: Download complete [2020-11-16T16:28:47.699Z] 93b9cdb0e59b: Verifying Checksum [2020-11-16T16:28:47.699Z] 93b9cdb0e59b: Download complete [2020-11-16T16:28:47.699Z] 5e14af77c1be: Download complete [2020-11-16T16:28:47.699Z] 01666e4c0597: Verifying Checksum [2020-11-16T16:28:47.699Z] 01666e4c0597: Download complete [2020-11-16T16:28:47.699Z] 93b61091891f: Verifying Checksum [2020-11-16T16:28:47.699Z] 93b61091891f: Download complete [2020-11-16T16:28:47.699Z] 8ad3a11d3b57: Verifying Checksum [2020-11-16T16:28:47.699Z] 8ad3a11d3b57: Download complete [2020-11-16T16:28:47.964Z] df20fa9351a1: Pull complete [2020-11-16T16:28:48.232Z] 36b3adc4ff6f: Pull complete [2020-11-16T16:28:48.826Z] 8ad3a11d3b57: Pull complete [2020-11-16T16:28:49.116Z] 46f8f816bc3b: Pull complete [2020-11-16T16:28:50.082Z] 93b61091891f: Pull complete [2020-11-16T16:28:50.082Z] 93b9cdb0e59b: Pull complete [2020-11-16T16:28:50.082Z] aa168da1d23b: Verifying Checksum [2020-11-16T16:28:50.082Z] aa168da1d23b: Download complete [2020-11-16T16:28:50.082Z] 5e14af77c1be: Pull complete [2020-11-16T16:28:50.345Z] 01666e4c0597: Pull complete [2020-11-16T16:28:58.536Z] aa168da1d23b: Pull complete [2020-11-16T16:28:58.536Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-16T16:28:58.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-16T16:28:58.536Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-16T16:28:58.733Z] prd-centos7-docker-4c-2g-12262 does not seem to be running inside a container [2020-11-16T16:28:58.785Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-16T16:29:02.532Z] $ docker top 4d0f2f355b3ade7e8346206d69d69882baf245290f4d5c33c00214baf1b16092 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-16T16:29:03.041Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-16T16:29:03.382Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-16T16:29:03.681Z] + ls /var/log/sa-host [2020-11-16T16:29:03.681Z] + sadf -c /var/log/sa-host/sa05 [2020-11-16T16:29:03.681Z] file_magic: OK [2020-11-16T16:29:03.681Z] HZ: Using current value: 100 [2020-11-16T16:29:03.681Z] file_header: OK [2020-11-16T16:29:03.681Z] 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-11-16T16:29:03.681Z] Statistics: [2020-11-16T16:29:03.681Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-16T16:29:03.681Z] File successfully converted to sysstat format version 12.2.1 [2020-11-16T16:29:03.681Z] + sadf -c /var/log/sa-host/sa16 [2020-11-16T16:29:03.681Z] file_magic: OK [2020-11-16T16:29:03.681Z] HZ: Using current value: 100 [2020-11-16T16:29:03.681Z] file_header: OK [2020-11-16T16:29:03.681Z] 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-11-16T16:29:03.681Z] Statistics: [2020-11-16T16:29:03.681Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-16T16:29:03.681Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-16T16:29:03.912Z] provisioning config files... [2020-11-16T16:29:03.926Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config1082032165058525686tmp [Pipeline] { [Pipeline] echo [2020-11-16T16:29:04.017Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:29:04.317Z] ---> create-netrc.sh [Pipeline] } [2020-11-16T16:29:04.329Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-16T16:29:04.431Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:29:04.732Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-16T16:29:04.746Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:29:05.062Z] ---> sudo-logs.sh [2020-11-16T16:29:05.062Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-16T16:29:05.079Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:29:05.390Z] ---> job-cost.sh [2020-11-16T16:29:05.390Z] lf-activate-venv: SKIPPING [2020-11-16T16:29:05.390Z] INFO: No Stack... [2020-11-16T16:29:06.790Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-16T16:29:07.365Z] INFO: Archiving Costs [Pipeline] echo [2020-11-16T16:29:07.378Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-16T16:29:07.681Z] ---> logs-deploy.sh [2020-11-16T16:29:07.681Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-46/7 [2020-11-16T16:29:07.681Z] INFO: archiving workspace using pattern(s): [2020-11-16T16:29:09.606Z] Archives upload complete. [2020-11-16T16:29:09.606Z] INFO: archiving logs to Nexus [2020-11-16T16:29:10.554Z] ---> uname -a: [2020-11-16T16:29:10.554Z] Linux prd-centos7-docker-4c-2g-12262.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] ---> lscpu: [2020-11-16T16:29:10.554Z] Architecture: x86_64 [2020-11-16T16:29:10.554Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-16T16:29:10.554Z] Byte Order: Little Endian [2020-11-16T16:29:10.554Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-16T16:29:10.554Z] CPU(s): 4 [2020-11-16T16:29:10.554Z] On-line CPU(s) list: 0-3 [2020-11-16T16:29:10.554Z] Thread(s) per core: 1 [2020-11-16T16:29:10.554Z] Core(s) per socket: 1 [2020-11-16T16:29:10.554Z] Socket(s): 4 [2020-11-16T16:29:10.554Z] NUMA node(s): 1 [2020-11-16T16:29:10.554Z] Vendor ID: GenuineIntel [2020-11-16T16:29:10.554Z] CPU family: 6 [2020-11-16T16:29:10.554Z] Model: 44 [2020-11-16T16:29:10.554Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-16T16:29:10.554Z] Stepping: 1 [2020-11-16T16:29:10.554Z] CPU MHz: 2933.438 [2020-11-16T16:29:10.554Z] BogoMIPS: 5866.87 [2020-11-16T16:29:10.554Z] Virtualization: VT-x [2020-11-16T16:29:10.554Z] Hypervisor vendor: KVM [2020-11-16T16:29:10.554Z] Virtualization type: full [2020-11-16T16:29:10.554Z] L1d cache: 128 KiB [2020-11-16T16:29:10.554Z] L1i cache: 128 KiB [2020-11-16T16:29:10.554Z] L2 cache: 16 MiB [2020-11-16T16:29:10.554Z] L3 cache: 64 MiB [2020-11-16T16:29:10.554Z] NUMA node0 CPU(s): 0-3 [2020-11-16T16:29:10.554Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-16T16:29:10.554Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-16T16:29:10.554Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-16T16:29:10.554Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-16T16:29:10.554Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-16T16:29:10.554Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-16T16:29:10.554Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-16T16:29:10.554Z] Vulnerability Tsx async abort: Not affected [2020-11-16T16:29:10.554Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] ---> nproc: [2020-11-16T16:29:10.554Z] 4 [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] ---> df -h: [2020-11-16T16:29:10.554Z] Filesystem Size Used Available Use% Mounted on [2020-11-16T16:29:10.554Z] overlay 50.0G 7.2G 42.8G 14% / [2020-11-16T16:29:10.554Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-16T16:29:10.554Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-16T16:29:10.554Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-11-16T16:29:10.554Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-46 [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] ---> free -m: [2020-11-16T16:29:10.554Z] total used free shared buff/cache available [2020-11-16T16:29:10.554Z] Mem: 1837 677 116 0 1044 1056 [2020-11-16T16:29:10.554Z] Swap: 1023 1 1022 [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] [2020-11-16T16:29:10.554Z] ---> ip addr: [2020-11-16T16:29:10.554Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-16T16:29:10.555Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-16T16:29:10.555Z] inet 127.0.0.1/8 scope host lo [2020-11-16T16:29:10.555Z] valid_lft forever preferred_lft forever [2020-11-16T16:29:10.555Z] inet6 ::1/128 scope host [2020-11-16T16:29:10.555Z] valid_lft forever preferred_lft forever [2020-11-16T16:29:10.555Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-16T16:29:10.555Z] link/ether fa:16:3e:e0:a8:ed brd ff:ff:ff:ff:ff:ff [2020-11-16T16:29:10.555Z] inet 10.30.123.38/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-16T16:29:10.555Z] valid_lft 86000sec preferred_lft 86000sec [2020-11-16T16:29:10.555Z] inet6 fe80::f816:3eff:fee0:a8ed/64 scope link [2020-11-16T16:29:10.555Z] valid_lft forever preferred_lft forever [2020-11-16T16:29:10.555Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-16T16:29:10.555Z] link/ether 02:42:38:0c:1f:43 brd ff:ff:ff:ff:ff:ff [2020-11-16T16:29:10.555Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-16T16:29:10.555Z] valid_lft forever preferred_lft forever [2020-11-16T16:29:10.555Z] inet6 fe80::42:38ff:fe0c:1f43/64 scope link [2020-11-16T16:29:10.555Z] valid_lft forever preferred_lft forever [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] ---> sar -b -r -n DEV: [2020-11-16T16:29:10.555Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/16/20 _x86_64_ (4 CPU) [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] 16:22:12 LINUX RESTART (4 CPU) [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] 16:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-16T16:29:10.555Z] 16:24:01 40.53 11.73 28.80 0.00 4564.43 2664.21 0.00 [2020-11-16T16:29:10.555Z] 16:25:01 1.18 0.00 1.18 0.00 0.00 20.59 0.00 [2020-11-16T16:29:10.555Z] 16:26:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 [2020-11-16T16:29:10.555Z] 16:27:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 [2020-11-16T16:29:10.555Z] 16:28:01 0.27 0.00 0.27 0.00 0.00 3.26 0.00 [2020-11-16T16:29:10.555Z] 16:29:01 120.46 62.11 58.35 0.00 5984.48 17665.12 0.00 [2020-11-16T16:29:10.555Z] Average: 27.10 12.31 14.79 0.00 1750.74 3395.33 0.00 [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] 16:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-16T16:29:10.555Z] 16:24:01 152724 0 577832 30.71 2620 1148380 1114556 38.04 421212 1147488 20 [2020-11-16T16:29:10.555Z] 16:25:01 155388 0 575156 30.57 2620 1148392 1100568 37.56 421144 1145500 8 [2020-11-16T16:29:10.555Z] 16:26:01 155432 0 575108 30.57 2620 1148396 1100724 37.57 421364 1145496 8 [2020-11-16T16:29:10.555Z] 16:27:01 154112 0 576404 30.63 2620 1148420 1095984 37.40 423096 1145160 16 [2020-11-16T16:29:10.555Z] 16:28:01 154820 0 575712 30.60 2620 1148404 1094932 37.37 432000 1135928 12 [2020-11-16T16:29:10.555Z] 16:29:01 176036 0 678120 36.04 2620 1024780 1291952 44.09 449768 1033076 12 [2020-11-16T16:29:10.555Z] Average: 158085 0 593055 31.52 2620 1127795 1133119 38.67 428097 1125441 13 [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] 16:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-16T16:29:10.555Z] 16:24:01 eth0 215.42 185.07 597.32 54.32 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:24:01 docker0 57.71 44.85 4.89 136.12 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:25:01 eth0 4.56 1.15 1.51 0.82 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:26:01 eth0 4.46 1.17 1.54 0.94 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:27:01 eth0 2.46 0.58 0.64 0.40 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:28:01 eth0 1.45 0.38 0.43 0.27 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:29:01 eth0 226.60 178.19 2173.05 18.95 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] Average: eth0 75.46 60.76 462.11 12.50 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] Average: docker0 9.49 7.37 0.80 22.38 0.00 0.00 0.00 0.00 [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] ---> sar -P ALL: [2020-11-16T16:29:10.555Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/16/20 _x86_64_ (4 CPU) [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] 16:22:12 LINUX RESTART (4 CPU) [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] 16:23:02 CPU %user %nice %system %iowait %steal %idle [2020-11-16T16:29:10.555Z] 16:24:01 all 3.84 0.00 2.45 1.29 0.02 92.39 [2020-11-16T16:29:10.555Z] 16:24:01 0 3.95 0.00 2.27 0.15 0.03 93.59 [2020-11-16T16:29:10.555Z] 16:24:01 1 3.97 0.00 2.20 0.32 0.02 93.49 [2020-11-16T16:29:10.555Z] 16:24:01 2 3.76 0.00 1.95 1.67 0.02 92.61 [2020-11-16T16:29:10.555Z] 16:24:01 3 3.70 0.00 3.41 3.02 0.02 89.86 [2020-11-16T16:29:10.555Z] 16:25:01 all 0.14 0.00 0.06 0.00 0.00 99.79 [2020-11-16T16:29:10.555Z] 16:25:01 0 0.08 0.00 0.08 0.00 0.00 99.83 [2020-11-16T16:29:10.555Z] 16:25:01 1 0.10 0.00 0.02 0.00 0.00 99.88 [2020-11-16T16:29:10.555Z] 16:25:01 2 0.28 0.00 0.08 0.00 0.02 99.62 [2020-11-16T16:29:10.555Z] 16:25:01 3 0.10 0.00 0.07 0.00 0.00 99.83 [2020-11-16T16:29:10.555Z] 16:26:01 all 0.21 0.00 0.04 0.00 0.02 99.74 [2020-11-16T16:29:10.555Z] 16:26:01 0 0.12 0.00 0.07 0.00 0.02 99.80 [2020-11-16T16:29:10.555Z] 16:26:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2020-11-16T16:29:10.555Z] 16:26:01 2 0.55 0.00 0.03 0.00 0.03 99.38 [2020-11-16T16:29:10.555Z] 16:26:01 3 0.10 0.00 0.03 0.00 0.02 99.85 [2020-11-16T16:29:10.555Z] 16:27:01 all 0.13 0.00 0.05 0.00 0.00 99.82 [2020-11-16T16:29:10.555Z] 16:27:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-16T16:29:10.555Z] 16:27:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2020-11-16T16:29:10.555Z] 16:27:01 2 0.37 0.00 0.08 0.00 0.00 99.55 [2020-11-16T16:29:10.555Z] 16:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-11-16T16:29:10.555Z] 16:28:01 all 0.04 0.00 0.07 0.00 0.00 99.89 [2020-11-16T16:29:10.555Z] 16:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-16T16:29:10.555Z] 16:28:01 1 0.02 0.00 0.17 0.00 0.00 99.82 [2020-11-16T16:29:10.555Z] 16:28:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2020-11-16T16:29:10.555Z] 16:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-16T16:29:10.555Z] 16:29:01 all 5.80 0.00 3.74 1.84 0.08 88.53 [2020-11-16T16:29:10.555Z] 16:29:01 0 5.83 0.00 3.38 0.13 0.07 90.59 [2020-11-16T16:29:10.555Z] 16:29:01 1 5.85 0.00 3.75 2.32 0.05 88.02 [2020-11-16T16:29:10.555Z] 16:29:01 2 6.40 0.00 3.87 3.50 0.08 86.15 [2020-11-16T16:29:10.555Z] 16:29:01 3 5.14 0.00 3.96 1.41 0.13 89.35 [2020-11-16T16:29:10.555Z] Average: all 1.68 0.00 1.06 0.52 0.02 96.72 [2020-11-16T16:29:10.555Z] Average: 0 1.66 0.00 0.97 0.05 0.02 97.30 [2020-11-16T16:29:10.555Z] Average: 1 1.66 0.00 1.02 0.44 0.01 96.87 [2020-11-16T16:29:10.555Z] Average: 2 1.89 0.00 1.00 0.86 0.03 96.22 [2020-11-16T16:29:10.555Z] Average: 3 1.51 0.00 1.25 0.73 0.03 96.49 [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z] [2020-11-16T16:29:10.555Z]