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 16:23:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:23:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:23:05 ========================================================= 16:23:05 EdgeX Global Pipelines Version Info 16:23:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:23:07 ------------------- 16:23:07 stable info: 16:23:07 ------------------- 16:23:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:23:07 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:23:07 Message: update stable to v1.0.162 16:23:08 ------------------- 16:23:08 experimental info: 16:23:08 ------------------- 16:23:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:23:08 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 16:23:08 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:23:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 16:23:08 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 16:23:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:23:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:23:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:23:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:23:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:23:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-46 [Pipeline] echo 16:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-46 [Pipeline] echo 16:23:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-46 [Pipeline] echo 16:23:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d62da4a13b1e82bb939a950a0a278f0632fa03c1 [Pipeline] echo 16:23:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d62da4a [Pipeline] echo 16:23:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:23:11 provisioning config files... 16:23:11 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config721289318812358862tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:12 ---> docker-login.sh 16:23:12 nexus3.edgexfoundry.org:10001 16:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:12 Configure a credential helper to remove this warning. See 16:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:12 16:23:12 Login Succeeded 16:23:12 nexus3.edgexfoundry.org:10002 16:23:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:12 Configure a credential helper to remove this warning. See 16:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:12 16:23:12 Login Succeeded 16:23:12 nexus3.edgexfoundry.org:10003 16:23:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:13 Configure a credential helper to remove this warning. See 16:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:13 16:23:13 Login Succeeded 16:23:13 nexus3.edgexfoundry.org:10004 16:23:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:13 Configure a credential helper to remove this warning. See 16:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:13 16:23:13 Login Succeeded 16:23:13 docker.io 16:23:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:13 Configure a credential helper to remove this warning. See 16:23:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:13 16:23:13 Login Succeeded 16:23:13 ---> docker-login.sh ends [Pipeline] } 16:23:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:23:14 + git log --format=format:%s -1 d62da4a13b1e82bb939a950a0a278f0632fa03c1 [Pipeline] echo 16:23:14 GIT_COMMIT: d62da4a13b1e82bb939a950a0a278f0632fa03c1, Commit Message: build(deps): Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo 16:23:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:23:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:15 16:23:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:23:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:15 latest: Pulling from edgex-devops/git-semver 16:23:15 31603596830f: Pulling fs layer 16:23:15 2a8b12db71e7: Pulling fs layer 16:23:15 6ca5941a6612: Pulling fs layer 16:23:15 ecc8261a40a4: Pulling fs layer 16:23:15 ecc8261a40a4: Waiting 16:23:15 2a8b12db71e7: Verifying Checksum 16:23:15 2a8b12db71e7: Download complete 16:23:15 31603596830f: Verifying Checksum 16:23:15 31603596830f: Download complete 16:23:15 6ca5941a6612: Verifying Checksum 16:23:15 6ca5941a6612: Download complete 16:23:15 ecc8261a40a4: Verifying Checksum 16:23:15 ecc8261a40a4: Download complete 16:23:16 31603596830f: Pull complete 16:23:16 2a8b12db71e7: Pull complete 16:23:17 6ca5941a6612: Pull complete 16:23:17 ecc8261a40a4: Pull complete 16:23:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:23:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:23:17 prd-centos7-docker-4c-2g-12262 does not seem to be running inside a container 16:23:17 $ 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 16:23:19 $ docker top 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:19 [ssh-agent] Looking for ssh-agent implementation... 16:23:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:20 $ docker exec 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent 16:23:20 SSH_AUTH_SOCK=/tmp/ssh-KyDGkVJBDbzz/agent.11 16:23:20 SSH_AGENT_PID=16 16:23:20 Running ssh-add (command line suppressed) 16:23:20 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) 16:23:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:20 + git tag --points-at HEAD [Pipeline] } 16:23:20 $ docker exec --env ******** --env ******** 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent -k 16:23:21 unset SSH_AUTH_SOCK; 16:23:21 unset SSH_AGENT_PID; 16:23:21 echo Agent pid 16 killed; 16:23:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:23:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:21 [ssh-agent] Looking for ssh-agent implementation... 16:23:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:21 $ docker exec 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent 16:23:21 SSH_AUTH_SOCK=/tmp/ssh-Qh0aTpyyqQVX/agent.46 16:23:21 SSH_AGENT_PID=51 16:23:21 Running ssh-add (command line suppressed) 16:23:21 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) 16:23:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:22 + git semver init 16:23:22 # -> Open(): unable to determine branch for HEAD 16:23:22 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.git 16:23:22 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-46 16:23:22 # $SEMVER_REMOTE_NAME = origin 16:23:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:23:22 # $SEMVER_USER_NAME = edgex-jenkins 16:23:22 # $SEMVER_BRANCH = PR-46 16:23:22 # $SEMVER_TEMP = /tmp/semver-950418892 16:23:22 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 16:23:23 # '/tmp/semver-950418892' -> '/w/workspace/dgexfoundry_device-rest-go_PR-46/.semver' 16:23:23 # -> Force: false 16:23:23 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.semver [Pipeline] } 16:23:23 $ docker exec --env ******** --env ******** 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e ssh-agent -k 16:23:23 unset SSH_AUTH_SOCK; 16:23:23 unset SSH_AGENT_PID; 16:23:23 echo Agent pid 51 killed; 16:23:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:23 + git semver [Pipeline] } 16:23:23 $ docker stop --time=1 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e 16:23:25 $ docker rm -f 83dc9afa26b6fa2418ab47e29d29374ba08c9ad9fd4838e21dbe648e86879a6e [Pipeline] // withDockerContainer [Pipeline] sh 16:23:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:23:26 Stashed 1 file(s) [Pipeline] echo 16:23:26 [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 16:23:41 Still waiting to schedule task 16:23:41 ‘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’ 16:23:41 Still waiting to schedule task 16:23:41 ‘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 16:24:47 Running on prd-centos7-docker-4c-2g-12270 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 16:24:47 Running in /w/workspace/device-rest-go/7 [Pipeline] { [Pipeline] checkout 16:24:50 using credential edgex-jenkins-ssh 16:24:50 Cloning the remote Git repository 16:24:50 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 16:24:50 > git init /w/workspace/device-rest-go/7 # timeout=10 16:24:50 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 16:24:50 > git --version # timeout=10 16:24:50 > git --version # 'git version 2.16.5' 16:24:50 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:24:53 Merging remotes/origin/master commit cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 16:24:53 Merge succeeded, producing d62da4a13b1e82bb939a950a0a278f0632fa03c1 16:24:53 Checking out Revision d62da4a13b1e82bb939a950a0a278f0632fa03c1 (PR-46) 16:24:53 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 16:24:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:24:53 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 16:24:53 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 16:24:53 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:53 > 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 16:24:53 > git config core.sparsecheckout # timeout=10 16:24:53 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 16:24:53 > git remote # timeout=10 16:24:53 > git config --get remote.origin.url # timeout=10 16:24:53 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:53 > git merge cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 16:24:53 > git rev-parse HEAD^{commit} # timeout=10 16:24:54 > git config core.sparsecheckout # timeout=10 16:24:54 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 16:24:57 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 16:24:58 provisioning config files... 16:24:58 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/7@tmp/config1808361611550033892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:24:59 ---> docker-login.sh 16:24:59 nexus3.edgexfoundry.org:10001 16:24:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:59 Configure a credential helper to remove this warning. See 16:24:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:59 16:24:59 Login Succeeded 16:24:59 nexus3.edgexfoundry.org:10002 16:24:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:59 Configure a credential helper to remove this warning. See 16:24:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:59 16:24:59 Login Succeeded 16:24:59 nexus3.edgexfoundry.org:10003 16:24:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:59 Configure a credential helper to remove this warning. See 16:24:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:59 16:24:59 Login Succeeded 16:24:59 nexus3.edgexfoundry.org:10004 16:25:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:25:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:25:00 Configure a credential helper to remove this warning. See 16:25:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:25:00 16:25:00 Login Succeeded 16:25:00 docker.io 16:25:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:25:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:25:00 Configure a credential helper to remove this warning. See 16:25:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:25:00 16:25:00 Login Succeeded 16:25:00 ---> docker-login.sh ends [Pipeline] } 16:25:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:25:00 ========================================================= 16:25:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:25:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:25:01 + 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 . 16:25:01 Sending build context to Docker daemon 79.87kB 16:25:01 Step 1/10 : ARG BASE=golang:1.15-alpine 16:25:01 Step 2/10 : FROM ${BASE} 16:25:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:25:01 df20fa9351a1: Pulling fs layer 16:25:01 ed8968b2872e: Pulling fs layer 16:25:01 a92cc7c5fd73: Pulling fs layer 16:25:01 e871e8e8d7a9: Pulling fs layer 16:25:01 e73272ec9a57: Pulling fs layer 16:25:01 1e910a182e73: Pulling fs layer 16:25:01 4e634b169226: Pulling fs layer 16:25:01 e73272ec9a57: Waiting 16:25:01 1e910a182e73: Waiting 16:25:01 4e634b169226: Waiting 16:25:01 e871e8e8d7a9: Waiting 16:25:01 a92cc7c5fd73: Verifying Checksum 16:25:01 a92cc7c5fd73: Download complete 16:25:01 ed8968b2872e: Verifying Checksum 16:25:01 ed8968b2872e: Download complete 16:25:01 e73272ec9a57: Verifying Checksum 16:25:01 e73272ec9a57: Download complete 16:25:01 1e910a182e73: Verifying Checksum 16:25:01 1e910a182e73: Download complete 16:25:01 df20fa9351a1: Download complete 16:25:01 df20fa9351a1: Pull complete 16:25:01 ed8968b2872e: Pull complete 16:25:01 a92cc7c5fd73: Pull complete 16:25:03 e871e8e8d7a9: Verifying Checksum 16:25:03 e871e8e8d7a9: Download complete 16:25:04 4e634b169226: Verifying Checksum 16:25:04 4e634b169226: Download complete 16:25:10 e871e8e8d7a9: Pull complete 16:25:10 e73272ec9a57: Pull complete 16:25:10 1e910a182e73: Pull complete 16:25:16 4e634b169226: Pull complete 16:25:16 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:25:16 ---> f7629b54cfaa 16:25:16 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 16:25:16 ---> Running in 06cdf7921c38 16:25:16 Removing intermediate container 06cdf7921c38 16:25:16 ---> 6018731b7c37 16:25:16 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 16:25:16 ---> Running in 0a5606d0f689 16:25:16 Removing intermediate container 0a5606d0f689 16:25:16 ---> d935c0a742a0 16:25:16 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:25:16 ---> Running in 7ea5266e9e83 16:25:16 Removing intermediate container 7ea5266e9e83 16:25:16 ---> bd4b6204ed85 16:25:16 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:16 ---> Running in a4bf0835b5f7 16:25:17 Removing intermediate container a4bf0835b5f7 16:25:17 ---> cb4653a1c406 16:25:17 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:25:17 ---> Running in 26468ad2842e 16:25:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:25:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:25:19 OK: 166 MiB in 39 packages 16:25:19 Removing intermediate container 26468ad2842e 16:25:19 ---> 1a5e2eda2aeb 16:25:19 Step 8/10 : WORKDIR /device-rest-go 16:25:19 ---> Running in 870f2c7ad77c 16:25:20 Removing intermediate container 870f2c7ad77c 16:25:20 ---> 395ffef7afb7 16:25:20 Step 9/10 : COPY . . 16:25:20 ---> fca39c4ed1e7 16:25:20 Step 10/10 : RUN go mod download 16:25:20 ---> Running in 9eeeac9f1547 16:25:38 Removing intermediate container 9eeeac9f1547 16:25:38 ---> 74068c6eb691 16:25:38 Successfully built 74068c6eb691 16:25:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:25:38 + docker inspect -f . ci-base-image-x86_64 16:25:38 . [Pipeline] withDockerContainer 16:25:39 prd-centos7-docker-4c-2g-12270 does not seem to be running inside a container 16:25:39 $ 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 16:25:40 $ docker top 53890c362c857ab31d661a5b6e502ab284ae3f32c547cbd74d166bca04a07c57 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:40 + go version 16:25:40 go version go1.15.2 linux/amd64 [Pipeline] } 16:25:41 $ docker stop --time=1 53890c362c857ab31d661a5b6e502ab284ae3f32c547cbd74d166bca04a07c57 16:25:42 $ docker rm -f 53890c362c857ab31d661a5b6e502ab284ae3f32c547cbd74d166bca04a07c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:25:43 + docker inspect -f . ci-base-image-x86_64 16:25:43 . [Pipeline] withDockerContainer 16:25:43 prd-centos7-docker-4c-2g-12270 does not seem to be running inside a container 16:25:43 $ 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 16:25:44 $ docker top c109855c596533c7e113d792c197f3479c79f7e8ee057aa834c6866ea44d0c6e -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:44 + make test 16:25:44 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:25:45 ? github.com/edgexfoundry/device-rest-go [no test files] 16:25:57 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 16:25:57 ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 56.3% of statements 16:25:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:25:58 gofmt -l . 16:25:58 [ "`gofmt -l .`" = "" ] 16:25:58 ./bin/test-go-mod-tidy.sh 16:25:59 ./bin/test-attribution-txt.sh 16:25:59 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 16:25:59 make: *** [Makefile:28: test] Error 1 [Pipeline] } 16:25:59 $ docker stop --time=1 c109855c596533c7e113d792c197f3479c79f7e8ee057aa834c6866ea44d0c6e 16:26:01 $ 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] } 16:26:03 Failed in branch amd64 16:26:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12276 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 16:26:26 Running in /w/workspace/device-rest-go/7 [Pipeline] { [Pipeline] checkout 16:26:32 using credential edgex-jenkins-ssh 16:26:32 Cloning the remote Git repository 16:26:32 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 16:26:32 > git init /w/workspace/device-rest-go/7 # timeout=10 16:26:32 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 16:26:32 > git --version # timeout=10 16:26:32 > git --version # 'git version 2.17.1' 16:26:32 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:34 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 16:26:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:34 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 16:26:34 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 16:26:34 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:34 > 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 16:26:34 Merging remotes/origin/master commit cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 16:26:35 Merge succeeded, producing d62da4a13b1e82bb939a950a0a278f0632fa03c1 16:26:35 Checking out Revision d62da4a13b1e82bb939a950a0a278f0632fa03c1 (PR-46) 16:26:34 > git config core.sparsecheckout # timeout=10 16:26:34 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 16:26:35 > git remote # timeout=10 16:26:35 > git config --get remote.origin.url # timeout=10 16:26:35 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:35 > git merge cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 16:26:35 > git rev-parse HEAD^{commit} # timeout=10 16:26:35 > git config core.sparsecheckout # timeout=10 16:26:35 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 16:26:39 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 16:26:40 provisioning config files... 16:26:40 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/7@tmp/config4141215922786154871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:26:41 ---> docker-login.sh 16:26:41 nexus3.edgexfoundry.org:10001 16:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:42 Configure a credential helper to remove this warning. See 16:26:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:42 16:26:42 Login Succeeded 16:26:42 nexus3.edgexfoundry.org:10002 16:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:43 Configure a credential helper to remove this warning. See 16:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:43 16:26:43 Login Succeeded 16:26:43 nexus3.edgexfoundry.org:10003 16:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:43 Configure a credential helper to remove this warning. See 16:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:43 16:26:43 Login Succeeded 16:26:43 nexus3.edgexfoundry.org:10004 16:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:44 Configure a credential helper to remove this warning. See 16:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:44 16:26:44 Login Succeeded 16:26:44 docker.io 16:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:45 Configure a credential helper to remove this warning. See 16:26:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:45 16:26:45 Login Succeeded 16:26:45 ---> docker-login.sh ends [Pipeline] } 16:26:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:26:45 ========================================================= 16:26:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:26:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:26:46 + 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 . 16:26:46 Sending build context to Docker daemon 79.87kB 16:26:46 Step 1/10 : ARG BASE=golang:1.15-alpine 16:26:46 Step 2/10 : FROM ${BASE} 16:26:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:46 b538f80385f9: Pulling fs layer 16:26:46 74f711af9a0d: Pulling fs layer 16:26:46 99f96fe45779: Pulling fs layer 16:26:46 8529a6b9a6be: Pulling fs layer 16:26:46 45590311c82a: Pulling fs layer 16:26:46 69ca0ff8b7b3: Pulling fs layer 16:26:46 209524e5b208: Pulling fs layer 16:26:46 45590311c82a: Waiting 16:26:46 69ca0ff8b7b3: Waiting 16:26:46 8529a6b9a6be: Waiting 16:26:46 209524e5b208: Waiting 16:26:46 99f96fe45779: Verifying Checksum 16:26:46 99f96fe45779: Download complete 16:26:46 74f711af9a0d: Verifying Checksum 16:26:46 74f711af9a0d: Download complete 16:26:46 45590311c82a: Verifying Checksum 16:26:46 45590311c82a: Download complete 16:26:46 69ca0ff8b7b3: Download complete 16:26:46 b538f80385f9: Download complete 16:26:47 b538f80385f9: Pull complete 16:26:48 74f711af9a0d: Pull complete 16:26:48 99f96fe45779: Pull complete 16:26:49 209524e5b208: Verifying Checksum 16:26:49 209524e5b208: Download complete 16:26:50 8529a6b9a6be: Download complete 16:27:00 8529a6b9a6be: Pull complete 16:27:00 45590311c82a: Pull complete 16:27:01 69ca0ff8b7b3: Pull complete 16:27:04 209524e5b208: Pull complete 16:27:05 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:27:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:27:05 ---> 5bddaf1c2fca 16:27:05 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 16:27:07 ---> Running in 7c75e67e78be 16:27:07 Removing intermediate container 7c75e67e78be 16:27:07 ---> 222013a72e1a 16:27:07 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 16:27:08 ---> Running in 407751513fb3 16:27:08 Removing intermediate container 407751513fb3 16:27:08 ---> 8b2d08e90f59 16:27:08 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:27:08 ---> Running in acf7d057f619 16:27:09 Removing intermediate container acf7d057f619 16:27:09 ---> 291761ae63dd 16:27:09 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:09 ---> Running in dc6ffd16470a 16:27:11 Removing intermediate container dc6ffd16470a 16:27:11 ---> 0b9b4ba1e134 16:27:11 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:27:11 ---> Running in 8382705520e9 16:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:15 OK: 142 MiB in 39 packages 16:27:16 Removing intermediate container 8382705520e9 16:27:16 ---> 89304db2e653 16:27:16 Step 8/10 : WORKDIR /device-rest-go 16:27:16 ---> Running in 44fe1acc1e39 16:27:17 Removing intermediate container 44fe1acc1e39 16:27:17 ---> 828c2b5c10e0 16:27:17 Step 9/10 : COPY . . 16:27:17 ---> e667fc39059d 16:27:17 Step 10/10 : RUN go mod download 16:27:18 ---> Running in 67259dac9a07 16:27:40 Removing intermediate container 67259dac9a07 16:27:40 ---> 8b4cdf5c3f21 16:27:40 Successfully built 8b4cdf5c3f21 16:27:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:27:40 + docker inspect -f . ci-base-image-arm64 16:27:40 . [Pipeline] withDockerContainer 16:27:40 prd-ubuntu18.04-docker-arm64-4c-16g-12276 does not seem to be running inside a container 16:27:41 $ 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 16:27:42 $ docker top 2cb443fc2c3ff2564aabdcda67f1858b9f8d591ec53b69d951e68af39987be5c -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:44 + go version 16:27:44 go version go1.15.2 linux/arm64 [Pipeline] } 16:27:44 $ docker stop --time=1 2cb443fc2c3ff2564aabdcda67f1858b9f8d591ec53b69d951e68af39987be5c 16:27:46 $ docker rm -f 2cb443fc2c3ff2564aabdcda67f1858b9f8d591ec53b69d951e68af39987be5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:47 + docker inspect -f . ci-base-image-arm64 16:27:47 . [Pipeline] withDockerContainer 16:27:47 prd-ubuntu18.04-docker-arm64-4c-16g-12276 does not seem to be running inside a container 16:27:47 $ 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 16:27:49 $ docker top c7d7ed379e1c3118bdd782d122b63d4ea9b4a2d8600454c347f4527f3b1b7f61 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:51 + make test 16:27:51 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:27:52 ? github.com/edgexfoundry/device-rest-go [no test files] 16:28:24 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 16:28:25 ok github.com/edgexfoundry/device-rest-go/driver 0.044s coverage: 56.3% of statements 16:28:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:28:34 gofmt -l . 16:28:34 [ "`gofmt -l .`" = "" ] 16:28:34 ./bin/test-go-mod-tidy.sh 16:28:34 ./bin/test-attribution-txt.sh 16:28:34 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 16:28:34 make: *** [Makefile:28: test] Error 1 [Pipeline] } 16:28:34 $ docker stop --time=1 c7d7ed379e1c3118bdd782d122b63d4ea9b4a2d8600454c347f4527f3b1b7f61 16:28:36 $ 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] } 16:28:38 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 16:28:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:28:42 ---> package-listing.sh 16:28:42 ++ facter osfamily 16:28:42 ++ tr '[:upper:]' '[:lower:]' 16:28:42 + OS_FAMILY=redhat 16:28:42 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-46 16:28:42 + START_PACKAGES=/tmp/packages_start.txt 16:28:42 + END_PACKAGES=/tmp/packages_end.txt 16:28:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:28:42 + PACKAGES=/tmp/packages_start.txt 16:28:42 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 16:28:42 + PACKAGES=/tmp/packages_end.txt 16:28:42 + case "${OS_FAMILY}" in 16:28:42 + rpm -qa 16:28:42 + sort 16:28:46 + '[' -f /tmp/packages_start.txt ']' 16:28:46 + '[' -f /tmp/packages_end.txt ']' 16:28:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:28:46 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 16:28:46 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ 16:28:46 + 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 16:28:46 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 16:28:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:28:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:47 16:28:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:28:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:47 alpine: Pulling from edgex-lftools-log-publisher 16:28:47 df20fa9351a1: Pulling fs layer 16:28:47 36b3adc4ff6f: Pulling fs layer 16:28:47 8ad3a11d3b57: Pulling fs layer 16:28:47 46f8f816bc3b: Pulling fs layer 16:28:47 93b61091891f: Pulling fs layer 16:28:47 93b9cdb0e59b: Pulling fs layer 16:28:47 5e14af77c1be: Pulling fs layer 16:28:47 01666e4c0597: Pulling fs layer 16:28:47 aa168da1d23b: Pulling fs layer 16:28:47 93b9cdb0e59b: Waiting 16:28:47 46f8f816bc3b: Waiting 16:28:47 93b61091891f: Waiting 16:28:47 5e14af77c1be: Waiting 16:28:47 aa168da1d23b: Waiting 16:28:47 36b3adc4ff6f: Verifying Checksum 16:28:47 36b3adc4ff6f: Download complete 16:28:47 46f8f816bc3b: Verifying Checksum 16:28:47 46f8f816bc3b: Download complete 16:28:47 df20fa9351a1: Download complete 16:28:47 93b9cdb0e59b: Verifying Checksum 16:28:47 93b9cdb0e59b: Download complete 16:28:47 5e14af77c1be: Download complete 16:28:47 01666e4c0597: Verifying Checksum 16:28:47 01666e4c0597: Download complete 16:28:47 93b61091891f: Verifying Checksum 16:28:47 93b61091891f: Download complete 16:28:47 8ad3a11d3b57: Verifying Checksum 16:28:47 8ad3a11d3b57: Download complete 16:28:47 df20fa9351a1: Pull complete 16:28:48 36b3adc4ff6f: Pull complete 16:28:48 8ad3a11d3b57: Pull complete 16:28:49 46f8f816bc3b: Pull complete 16:28:50 93b61091891f: Pull complete 16:28:50 93b9cdb0e59b: Pull complete 16:28:50 aa168da1d23b: Verifying Checksum 16:28:50 aa168da1d23b: Download complete 16:28:50 5e14af77c1be: Pull complete 16:28:50 01666e4c0597: Pull complete 16:28:58 aa168da1d23b: Pull complete 16:28:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:28:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:28:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:28:58 prd-centos7-docker-4c-2g-12262 does not seem to be running inside a container 16:28:58 $ 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 16:29:02 $ docker top 4d0f2f355b3ade7e8346206d69d69882baf245290f4d5c33c00214baf1b16092 -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:03 + touch /tmp/pre-build-complete [Pipeline] sh 16:29:03 + mkdir -p /var/log/sa [Pipeline] sh 16:29:03 + ls /var/log/sa-host 16:29:03 + sadf -c /var/log/sa-host/sa05 16:29:03 file_magic: OK 16:29:03 HZ: Using current value: 100 16:29:03 file_header: OK 16:29:03 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 16:29:03 Statistics: 16:29:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:29:03 File successfully converted to sysstat format version 12.2.1 16:29:03 + sadf -c /var/log/sa-host/sa16 16:29:03 file_magic: OK 16:29:03 HZ: Using current value: 100 16:29:03 file_header: OK 16:29:03 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 16:29:03 Statistics: 16:29:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:29:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:29:03 provisioning config files... 16:29:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config1082032165058525686tmp [Pipeline] { [Pipeline] echo 16:29:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:29:04 ---> create-netrc.sh [Pipeline] } 16:29:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:29:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:29:04 ---> python-tools-install.sh [Pipeline] echo 16:29:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:29:05 ---> sudo-logs.sh 16:29:05 Archiving 'sudo' log.. [Pipeline] echo 16:29:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:29:05 ---> job-cost.sh 16:29:05 lf-activate-venv: SKIPPING 16:29:05 INFO: No Stack... 16:29:06 INFO: Retrieving Pricing Info for: v1-standard-2 16:29:07 INFO: Archiving Costs [Pipeline] echo 16:29:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:29:07 ---> logs-deploy.sh 16:29:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-46/7 16:29:07 INFO: archiving workspace using pattern(s): 16:29:09 Archives upload complete. 16:29:09 INFO: archiving logs to Nexus 16:29:10 ---> uname -a: 16:29:10 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 16:29:10 16:29:10 16:29:10 ---> lscpu: 16:29:10 Architecture: x86_64 16:29:10 CPU op-mode(s): 32-bit, 64-bit 16:29:10 Byte Order: Little Endian 16:29:10 Address sizes: 40 bits physical, 48 bits virtual 16:29:10 CPU(s): 4 16:29:10 On-line CPU(s) list: 0-3 16:29:10 Thread(s) per core: 1 16:29:10 Core(s) per socket: 1 16:29:10 Socket(s): 4 16:29:10 NUMA node(s): 1 16:29:10 Vendor ID: GenuineIntel 16:29:10 CPU family: 6 16:29:10 Model: 44 16:29:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:29:10 Stepping: 1 16:29:10 CPU MHz: 2933.438 16:29:10 BogoMIPS: 5866.87 16:29:10 Virtualization: VT-x 16:29:10 Hypervisor vendor: KVM 16:29:10 Virtualization type: full 16:29:10 L1d cache: 128 KiB 16:29:10 L1i cache: 128 KiB 16:29:10 L2 cache: 16 MiB 16:29:10 L3 cache: 64 MiB 16:29:10 NUMA node0 CPU(s): 0-3 16:29:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:29:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:29:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:29:10 Vulnerability Meltdown: Mitigation; PTI 16:29:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:29:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:29:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:29:10 Vulnerability Tsx async abort: Not affected 16:29:10 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 16:29:10 16:29:10 16:29:10 ---> nproc: 16:29:10 4 16:29:10 16:29:10 16:29:10 ---> df -h: 16:29:10 Filesystem Size Used Available Use% Mounted on 16:29:10 overlay 50.0G 7.2G 42.8G 14% / 16:29:10 tmpfs 64.0M 0 64.0M 0% /dev 16:29:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:29:10 shm 64.0M 0 64.0M 0% /dev/shm 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 16:29:10 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-46 16:29:10 16:29:10 16:29:10 ---> free -m: 16:29:10 total used free shared buff/cache available 16:29:10 Mem: 1837 677 116 0 1044 1056 16:29:10 Swap: 1023 1 1022 16:29:10 16:29:10 16:29:10 ---> ip addr: 16:29:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:29:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:29:10 inet 127.0.0.1/8 scope host lo 16:29:10 valid_lft forever preferred_lft forever 16:29:10 inet6 ::1/128 scope host 16:29:10 valid_lft forever preferred_lft forever 16:29:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:29:10 link/ether fa:16:3e:e0:a8:ed brd ff:ff:ff:ff:ff:ff 16:29:10 inet 10.30.123.38/23 brd 10.30.123.255 scope global dynamic eth0 16:29:10 valid_lft 86000sec preferred_lft 86000sec 16:29:10 inet6 fe80::f816:3eff:fee0:a8ed/64 scope link 16:29:10 valid_lft forever preferred_lft forever 16:29:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:29:10 link/ether 02:42:38:0c:1f:43 brd ff:ff:ff:ff:ff:ff 16:29:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:29:10 valid_lft forever preferred_lft forever 16:29:10 inet6 fe80::42:38ff:fe0c:1f43/64 scope link 16:29:10 valid_lft forever preferred_lft forever 16:29:10 16:29:10 16:29:10 ---> sar -b -r -n DEV: 16:29:10 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) 16:29:10 16:29:10 16:22:12 LINUX RESTART (4 CPU) 16:29:10 16:29:10 16:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:29:10 16:24:01 40.53 11.73 28.80 0.00 4564.43 2664.21 0.00 16:29:10 16:25:01 1.18 0.00 1.18 0.00 0.00 20.59 0.00 16:29:10 16:26:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 16:29:10 16:27:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 16:29:10 16:28:01 0.27 0.00 0.27 0.00 0.00 3.26 0.00 16:29:10 16:29:01 120.46 62.11 58.35 0.00 5984.48 17665.12 0.00 16:29:10 Average: 27.10 12.31 14.79 0.00 1750.74 3395.33 0.00 16:29:10 16:29:10 16:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:29:10 16:24:01 152724 0 577832 30.71 2620 1148380 1114556 38.04 421212 1147488 20 16:29:10 16:25:01 155388 0 575156 30.57 2620 1148392 1100568 37.56 421144 1145500 8 16:29:10 16:26:01 155432 0 575108 30.57 2620 1148396 1100724 37.57 421364 1145496 8 16:29:10 16:27:01 154112 0 576404 30.63 2620 1148420 1095984 37.40 423096 1145160 16 16:29:10 16:28:01 154820 0 575712 30.60 2620 1148404 1094932 37.37 432000 1135928 12 16:29:10 16:29:01 176036 0 678120 36.04 2620 1024780 1291952 44.09 449768 1033076 12 16:29:10 Average: 158085 0 593055 31.52 2620 1127795 1133119 38.67 428097 1125441 13 16:29:10 16:29:10 16:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:29:10 16:24:01 eth0 215.42 185.07 597.32 54.32 0.00 0.00 0.00 0.00 16:29:10 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:24:01 docker0 57.71 44.85 4.89 136.12 0.00 0.00 0.00 0.00 16:29:10 16:25:01 eth0 4.56 1.15 1.51 0.82 0.00 0.00 0.00 0.00 16:29:10 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:26:01 eth0 4.46 1.17 1.54 0.94 0.00 0.00 0.00 0.00 16:29:10 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:27:01 eth0 2.46 0.58 0.64 0.40 0.00 0.00 0.00 0.00 16:29:10 16:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:28:01 eth0 1.45 0.38 0.43 0.27 0.00 0.00 0.00 0.00 16:29:10 16:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:29:01 eth0 226.60 178.19 2173.05 18.95 0.00 0.00 0.00 0.00 16:29:10 16:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 Average: eth0 75.46 60.76 462.11 12.50 0.00 0.00 0.00 0.00 16:29:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:29:10 Average: docker0 9.49 7.37 0.80 22.38 0.00 0.00 0.00 0.00 16:29:10 16:29:10 16:29:10 ---> sar -P ALL: 16:29:10 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) 16:29:10 16:29:10 16:22:12 LINUX RESTART (4 CPU) 16:29:10 16:29:10 16:23:02 CPU %user %nice %system %iowait %steal %idle 16:29:10 16:24:01 all 3.84 0.00 2.45 1.29 0.02 92.39 16:29:10 16:24:01 0 3.95 0.00 2.27 0.15 0.03 93.59 16:29:10 16:24:01 1 3.97 0.00 2.20 0.32 0.02 93.49 16:29:10 16:24:01 2 3.76 0.00 1.95 1.67 0.02 92.61 16:29:10 16:24:01 3 3.70 0.00 3.41 3.02 0.02 89.86 16:29:10 16:25:01 all 0.14 0.00 0.06 0.00 0.00 99.79 16:29:10 16:25:01 0 0.08 0.00 0.08 0.00 0.00 99.83 16:29:10 16:25:01 1 0.10 0.00 0.02 0.00 0.00 99.88 16:29:10 16:25:01 2 0.28 0.00 0.08 0.00 0.02 99.62 16:29:10 16:25:01 3 0.10 0.00 0.07 0.00 0.00 99.83 16:29:10 16:26:01 all 0.21 0.00 0.04 0.00 0.02 99.74 16:29:10 16:26:01 0 0.12 0.00 0.07 0.00 0.02 99.80 16:29:10 16:26:01 1 0.07 0.00 0.02 0.00 0.00 99.92 16:29:10 16:26:01 2 0.55 0.00 0.03 0.00 0.03 99.38 16:29:10 16:26:01 3 0.10 0.00 0.03 0.00 0.02 99.85 16:29:10 16:27:01 all 0.13 0.00 0.05 0.00 0.00 99.82 16:29:10 16:27:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:29:10 16:27:01 1 0.03 0.00 0.05 0.00 0.00 99.92 16:29:10 16:27:01 2 0.37 0.00 0.08 0.00 0.00 99.55 16:29:10 16:27:01 3 0.07 0.00 0.05 0.00 0.00 99.88 16:29:10 16:28:01 all 0.04 0.00 0.07 0.00 0.00 99.89 16:29:10 16:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:29:10 16:28:01 1 0.02 0.00 0.17 0.00 0.00 99.82 16:29:10 16:28:01 2 0.07 0.00 0.05 0.00 0.02 99.87 16:29:10 16:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:29:10 16:29:01 all 5.80 0.00 3.74 1.84 0.08 88.53 16:29:10 16:29:01 0 5.83 0.00 3.38 0.13 0.07 90.59 16:29:10 16:29:01 1 5.85 0.00 3.75 2.32 0.05 88.02 16:29:10 16:29:01 2 6.40 0.00 3.87 3.50 0.08 86.15 16:29:10 16:29:01 3 5.14 0.00 3.96 1.41 0.13 89.35 16:29:10 Average: all 1.68 0.00 1.06 0.52 0.02 96.72 16:29:10 Average: 0 1.66 0.00 0.97 0.05 0.02 97.30 16:29:10 Average: 1 1.66 0.00 1.02 0.44 0.01 96.87 16:29:10 Average: 2 1.89 0.00 1.00 0.86 0.03 96.22 16:29:10 Average: 3 1.51 0.00 1.25 0.73 0.03 96.49 16:29:10 16:29:10 16:29:10