Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f60892254390497993418a5736ab1b9fc8af45b+d1bfd12592bfcc37ebda2d741922e4b068f28a62 (705c12bbb3278edb0162cc8ae53f3095c0bfb67a) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11773 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 Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 0f60892254390497993418a5736ab1b9fc8af45b Merge succeeded, producing 7e3683adb8d7d7477cce2374b9802d06cbf53f2d Checking out Revision 7e3683adb8d7d7477cce2374b9802d06cbf53f2d (PR-46) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e3683adb8d7d7477cce2374b9802d06cbf53f2d # timeout=10 Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" > git rev-list --no-walk 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:09:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:09:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:09:04 ========================================================= 23:09:04 EdgeX Global Pipelines Version Info 23:09:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:09:05 ------------------- 23:09:05 stable info: 23:09:05 ------------------- 23:09:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:09:05 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 23:09:05 Message: update stable to v1.0.162 23:09:06 ------------------- 23:09:06 experimental info: 23:09:06 ------------------- 23:09:06 Commited By: **** collab-it+edgex@linuxfoundation.org 23:09:06 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 23:09:06 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 23:09:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:09:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:09:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:09:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:09:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:09:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:09:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:09:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-46 [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-46 [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-46 [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e3683adb8d7d7477cce2374b9802d06cbf53f2d [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e3683a [Pipeline] echo 23:09:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:09:10 provisioning config files... 23:09:11 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config7020170369339732048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:09:11 ---> docker-login.sh 23:09:11 nexus3.edgexfoundry.org:10001 23:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:11 Configure a credential helper to remove this warning. See 23:09:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:11 23:09:11 Login Succeeded 23:09:11 nexus3.edgexfoundry.org:10002 23:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:11 Configure a credential helper to remove this warning. See 23:09:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:11 23:09:11 Login Succeeded 23:09:11 nexus3.edgexfoundry.org:10003 23:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:12 Configure a credential helper to remove this warning. See 23:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:12 23:09:12 Login Succeeded 23:09:12 nexus3.edgexfoundry.org:10004 23:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:12 Configure a credential helper to remove this warning. See 23:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:12 23:09:12 Login Succeeded 23:09:12 docker.io 23:09:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:09:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:09:12 Configure a credential helper to remove this warning. See 23:09:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:09:12 23:09:12 Login Succeeded 23:09:12 ---> docker-login.sh ends [Pipeline] } 23:09:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:09:13 + git log --format=format:%s -1 7e3683adb8d7d7477cce2374b9802d06cbf53f2d [Pipeline] echo 23:09:13 GIT_COMMIT: 7e3683adb8d7d7477cce2374b9802d06cbf53f2d, Commit Message: Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD [Pipeline] echo 23:09:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:09:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:14 23:09:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:09:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:14 latest: Pulling from edgex-devops/git-semver 23:09:14 31603596830f: Pulling fs layer 23:09:14 2a8b12db71e7: Pulling fs layer 23:09:14 6ca5941a6612: Pulling fs layer 23:09:14 ecc8261a40a4: Pulling fs layer 23:09:14 ecc8261a40a4: Waiting 23:09:14 2a8b12db71e7: Verifying Checksum 23:09:14 2a8b12db71e7: Download complete 23:09:15 31603596830f: Verifying Checksum 23:09:15 31603596830f: Download complete 23:09:15 ecc8261a40a4: Verifying Checksum 23:09:15 ecc8261a40a4: Download complete 23:09:15 6ca5941a6612: Verifying Checksum 23:09:15 6ca5941a6612: Download complete 23:09:15 31603596830f: Pull complete 23:09:15 2a8b12db71e7: Pull complete 23:09:16 6ca5941a6612: Pull complete 23:09:16 ecc8261a40a4: Pull complete 23:09:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:09:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:09:16 prd-centos7-docker-4c-2g-11773 does not seem to be running inside a container 23:09:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:09:18 $ docker top e2aad51f662dd99be2d8ac099291331844ed85919df6a2fe96bd2ffb52097a48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:09:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:19 [ssh-agent] Looking for ssh-agent implementation... 23:09:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:19 $ docker exec e2aad51f662dd99be2d8ac099291331844ed85919df6a2fe96bd2ffb52097a48 ssh-agent 23:09:19 SSH_AUTH_SOCK=/tmp/ssh-919eraxofgjs/agent.11 23:09:19 SSH_AGENT_PID=17 23:09:19 Running ssh-add (command line suppressed) 23:09:19 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_5939961864666085338.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_5939961864666085338.key) 23:09:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:20 + git tag --points-at HEAD [Pipeline] } 23:09:20 $ docker exec --env ******** --env ******** e2aad51f662dd99be2d8ac099291331844ed85919df6a2fe96bd2ffb52097a48 ssh-agent -k 23:09:20 unset SSH_AUTH_SOCK; 23:09:20 unset SSH_AGENT_PID; 23:09:20 echo Agent pid 17 killed; 23:09:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:09:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:20 [ssh-agent] Looking for ssh-agent implementation... 23:09:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:20 $ docker exec e2aad51f662dd99be2d8ac099291331844ed85919df6a2fe96bd2ffb52097a48 ssh-agent 23:09:21 SSH_AUTH_SOCK=/tmp/ssh-hsdrMqJwL2eI/agent.46 23:09:21 SSH_AGENT_PID=52 23:09:21 Running ssh-add (command line suppressed) 23:09:21 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_5978624627799887013.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_5978624627799887013.key) 23:09:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:21 + git semver init 23:09:21 # -> Open(): unable to determine branch for HEAD 23:09:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.git 23:09:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-46 23:09:21 # $SEMVER_REMOTE_NAME = origin 23:09:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:09:21 # $SEMVER_USER_NAME = edgex-jenkins 23:09:21 # $SEMVER_BRANCH = PR-46 23:09:21 # $SEMVER_TEMP = /tmp/semver-284405199 23:09:21 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:09:23 # '/tmp/semver-284405199' -> '/w/workspace/dgexfoundry_device-rest-go_PR-46/.semver' 23:09:23 # -> Force: false 23:09:23 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.semver [Pipeline] } 23:09:23 $ docker exec --env ******** --env ******** e2aad51f662dd99be2d8ac099291331844ed85919df6a2fe96bd2ffb52097a48 ssh-agent -k 23:09:23 unset SSH_AUTH_SOCK; 23:09:23 unset SSH_AGENT_PID; 23:09:23 echo Agent pid 52 killed; 23:09:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:09:23 + git semver [Pipeline] } 23:09:23 $ docker stop --time=1 e2aad51f662dd99be2d8ac099291331844ed85919df6a2fe96bd2ffb52097a48 23:09:25 $ docker rm -f e2aad51f662dd99be2d8ac099291331844ed85919df6a2fe96bd2ffb52097a48 [Pipeline] // withDockerContainer [Pipeline] sh 23:09:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:09:26 Stashed 1 file(s) [Pipeline] echo 23:09: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 23:09:41 Still waiting to schedule task 23:09:41 ‘prd-centos7-builder-2c-1g-11770’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-11774’ is offline; ‘prd-ubuntu18.04-docker-arm64-16c-16g-10291’ doesn’t have label ‘centos7-docker-4c-2g’; ‘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-11763’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-11765’ doesn’t have label ‘centos7-docker-4c-2g’ 23:09:41 Still waiting to schedule task 23:09:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:10:04 Running on prd-centos7-docker-4c-2g-11775 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 23:10:04 Running in /w/workspace/device-rest-go/5 [Pipeline] { [Pipeline] checkout 23:10:07 using credential edgex-jenkins-ssh 23:10:07 Cloning the remote Git repository 23:10:07 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:10:07 > git init /w/workspace/device-rest-go/5 # timeout=10 23:10:07 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:07 > git --version # timeout=10 23:10:07 > git --version # 'git version 2.16.5' 23:10:07 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:10 Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 0f60892254390497993418a5736ab1b9fc8af45b 23:10:10 Merge succeeded, producing 72fee764f3f915cee29fafeebabe82604accc3d7 23:10:10 Checking out Revision 72fee764f3f915cee29fafeebabe82604accc3d7 (PR-46) 23:10:10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:10 > 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 23:10:10 > git config core.sparsecheckout # timeout=10 23:10:10 > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 23:10:10 > git remote # timeout=10 23:10:10 > git config --get remote.origin.url # timeout=10 23:10:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:10 > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 23:10:10 > git rev-parse HEAD^{commit} # timeout=10 23:10:10 > git config core.sparsecheckout # timeout=10 23:10:10 > git checkout -f 72fee764f3f915cee29fafeebabe82604accc3d7 # timeout=10 23:10:14 Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" 23:10:14 > git rev-list --no-walk 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:10:15 provisioning config files... 23:10:15 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/5@tmp/config1861957827774615157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:10:15 ---> docker-login.sh 23:10:15 nexus3.edgexfoundry.org:10001 23:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:16 Configure a credential helper to remove this warning. See 23:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:16 23:10:16 Login Succeeded 23:10:16 nexus3.edgexfoundry.org:10002 23:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:16 Configure a credential helper to remove this warning. See 23:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:16 23:10:16 Login Succeeded 23:10:16 nexus3.edgexfoundry.org:10003 23:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:16 Configure a credential helper to remove this warning. See 23:10:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:16 23:10:16 Login Succeeded 23:10:16 nexus3.edgexfoundry.org:10004 23:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:17 Configure a credential helper to remove this warning. See 23:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:17 23:10:17 Login Succeeded 23:10:17 docker.io 23:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:17 Configure a credential helper to remove this warning. See 23:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:17 23:10:17 Login Succeeded 23:10:17 ---> docker-login.sh ends [Pipeline] } 23:10:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:10:17 ========================================================= 23:10:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:10:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:10:18 + 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 . 23:10:18 Sending build context to Docker daemon 79.87kB 23:10:18 Step 1/10 : ARG BASE=golang:1.15-alpine 23:10:18 Step 2/10 : FROM ${BASE} 23:10:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:10:18 df20fa9351a1: Pulling fs layer 23:10:18 ed8968b2872e: Pulling fs layer 23:10:18 a92cc7c5fd73: Pulling fs layer 23:10:18 e871e8e8d7a9: Pulling fs layer 23:10:18 e73272ec9a57: Pulling fs layer 23:10:18 1e910a182e73: Pulling fs layer 23:10:18 4e634b169226: Pulling fs layer 23:10:18 e871e8e8d7a9: Waiting 23:10:18 e73272ec9a57: Waiting 23:10:18 1e910a182e73: Waiting 23:10:18 4e634b169226: Waiting 23:10:18 a92cc7c5fd73: Verifying Checksum 23:10:18 a92cc7c5fd73: Download complete 23:10:18 ed8968b2872e: Verifying Checksum 23:10:18 ed8968b2872e: Download complete 23:10:18 e73272ec9a57: Download complete 23:10:18 df20fa9351a1: Verifying Checksum 23:10:18 df20fa9351a1: Download complete 23:10:18 1e910a182e73: Verifying Checksum 23:10:18 1e910a182e73: Download complete 23:10:18 df20fa9351a1: Pull complete 23:10:18 ed8968b2872e: Pull complete 23:10:18 a92cc7c5fd73: Pull complete 23:10:20 4e634b169226: Verifying Checksum 23:10:20 4e634b169226: Download complete 23:10:20 e871e8e8d7a9: Verifying Checksum 23:10:20 e871e8e8d7a9: Download complete 23:10:26 e871e8e8d7a9: Pull complete 23:10:26 e73272ec9a57: Pull complete 23:10:26 1e910a182e73: Pull complete 23:10:31 4e634b169226: Pull complete 23:10:31 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 23:10:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:10:31 ---> f7629b54cfaa 23:10:31 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:10:31 ---> Running in 459587eeb678 23:10:31 Removing intermediate container 459587eeb678 23:10:31 ---> 653631516219 23:10:31 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:10:31 ---> Running in ab8ff2aef232 23:10:31 Removing intermediate container ab8ff2aef232 23:10:31 ---> 8a7937dcdc0a 23:10:31 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:10:31 ---> Running in 4490fa07b0c9 23:10:32 Removing intermediate container 4490fa07b0c9 23:10:32 ---> 5180bfcc59fb 23:10:32 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:32 ---> Running in 9b1998a57ec3 23:10:33 Removing intermediate container 9b1998a57ec3 23:10:33 ---> 479c69bc6c22 23:10:33 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:10:33 ---> Running in eb9cfc5c816b 23:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:35 OK: 166 MiB in 39 packages 23:10:35 Removing intermediate container eb9cfc5c816b 23:10:35 ---> 6c63211c0878 23:10:35 Step 8/10 : WORKDIR /device-rest-go 23:10:35 ---> Running in 958552a7e76a 23:10:35 Removing intermediate container 958552a7e76a 23:10:35 ---> f2ef713cd6b4 23:10:35 Step 9/10 : COPY . . 23:10:36 ---> 2f7754b0e933 23:10:36 Step 10/10 : RUN go mod download 23:10:36 ---> Running in 33d35157aec8 23:10:54 Removing intermediate container 33d35157aec8 23:10:54 ---> 66b362bb6182 23:10:54 Successfully built 66b362bb6182 23:10:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:10:54 + docker inspect -f . ci-base-image-x86_64 23:10:54 . [Pipeline] withDockerContainer 23:10:55 prd-centos7-docker-4c-2g-11775 does not seem to be running inside a container 23:10:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/5 -v /w/workspace/device-rest-go/5:/w/workspace/device-rest-go/5:rw,z -v /w/workspace/device-rest-go/5@tmp:/w/workspace/device-rest-go/5@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 ******** -e ******** ci-base-image-x86_64 cat 23:10:55 $ docker top d60de239cf76315b3ba8bbbcd94b873515a0e11f2863096ebd68c78aeec70da9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:10:56 + go version 23:10:56 go version go1.15.2 linux/amd64 [Pipeline] } 23:10:56 $ docker stop --time=1 d60de239cf76315b3ba8bbbcd94b873515a0e11f2863096ebd68c78aeec70da9 23:10:57 $ docker rm -f d60de239cf76315b3ba8bbbcd94b873515a0e11f2863096ebd68c78aeec70da9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:10:58 + docker inspect -f . ci-base-image-x86_64 23:10:58 . [Pipeline] withDockerContainer 23:10:58 prd-centos7-docker-4c-2g-11775 does not seem to be running inside a container 23:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/5 -v /w/workspace/device-rest-go/5:/w/workspace/device-rest-go/5:rw,z -v /w/workspace/device-rest-go/5@tmp:/w/workspace/device-rest-go/5@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 ******** -e ******** ci-base-image-x86_64 cat 23:10:59 $ docker top 6410336245c987db9bcaccb4aefe9e0166f21b5d5d0c0f8c3183d30b26529e45 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:00 + make test 23:11:00 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:11:00 ? github.com/edgexfoundry/device-rest-go [no test files] 23:11:10 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:11:11 ok github.com/edgexfoundry/device-rest-go/driver 0.054s coverage: 56.3% of statements 23:11:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:11:14 gofmt -l . 23:11:14 [ "`gofmt -l .`" = "" ] 23:11:14 ./bin/test-go-mod-tidy.sh 23:11:14 ./bin/test-attribution-txt.sh 23:11:14 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:11:14 make: *** [Makefile:28: test] Error 1 [Pipeline] } 23:11:14 $ docker stop --time=1 6410336245c987db9bcaccb4aefe9e0166f21b5d5d0c0f8c3183d30b26529e45 23:11:17 $ docker rm -f 6410336245c987db9bcaccb4aefe9e0166f21b5d5d0c0f8c3183d30b26529e45 [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] } 23:11:18 Failed in branch amd64 23:12:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11777 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws 23:12:58 Running in /w/workspace/device-rest-go/5 [Pipeline] { [Pipeline] checkout 23:13:03 using credential edgex-jenkins-ssh 23:13:03 Cloning the remote Git repository 23:13:03 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:13:03 > git init /w/workspace/device-rest-go/5 # timeout=10 23:13:03 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:13:03 > git --version # timeout=10 23:13:03 > git --version # 'git version 2.17.1' 23:13:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:05 Merging remotes/origin/master commit d1bfd12592bfcc37ebda2d741922e4b068f28a62 into PR head commit 0f60892254390497993418a5736ab1b9fc8af45b 23:13:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:13:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:13:05 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:13:05 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:13:05 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:05 > 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 23:13:05 > git config core.sparsecheckout # timeout=10 23:13:05 > git checkout -f 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 23:13:05 > git remote # timeout=10 23:13:05 > git config --get remote.origin.url # timeout=10 23:13:05 using GIT_SSH to set credentials SSH Credentials for GitHub 23:13:05 > git merge d1bfd12592bfcc37ebda2d741922e4b068f28a62 # timeout=10 23:13:05 > git rev-parse HEAD^{commit} # timeout=10 23:13:05 Merge succeeded, producing 12a48a71674f3598348bdbb95ba1b64dfe75059f 23:13:05 Checking out Revision 12a48a71674f3598348bdbb95ba1b64dfe75059f (PR-46) 23:13:05 > git config core.sparsecheckout # timeout=10 23:13:05 > git checkout -f 12a48a71674f3598348bdbb95ba1b64dfe75059f # timeout=10 23:13:10 Commit message: "Merge commit 'd1bfd12592bfcc37ebda2d741922e4b068f28a62' into HEAD" 23:13:10 > git rev-list --no-walk 0f60892254390497993418a5736ab1b9fc8af45b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:13:10 provisioning config files... 23:13:10 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/5@tmp/config7660072684327546582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:11 ---> docker-login.sh 23:13:11 nexus3.edgexfoundry.org:10001 23:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:13 Configure a credential helper to remove this warning. See 23:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:13 23:13:13 Login Succeeded 23:13:13 nexus3.edgexfoundry.org:10002 23:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:13 Configure a credential helper to remove this warning. See 23:13:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:13 23:13:13 Login Succeeded 23:13:13 nexus3.edgexfoundry.org:10003 23:13:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:14 Configure a credential helper to remove this warning. See 23:13:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:14 23:13:14 Login Succeeded 23:13:14 nexus3.edgexfoundry.org:10004 23:13:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:14 Configure a credential helper to remove this warning. See 23:13:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:14 23:13:14 Login Succeeded 23:13:14 docker.io 23:13:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:15 Configure a credential helper to remove this warning. See 23:13:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:15 23:13:15 Login Succeeded 23:13:15 ---> docker-login.sh ends [Pipeline] } 23:13:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:13:16 ========================================================= 23:13:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:13:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:13:16 + 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 . 23:13:16 Sending build context to Docker daemon 79.87kB 23:13:16 Step 1/10 : ARG BASE=golang:1.15-alpine 23:13:16 Step 2/10 : FROM ${BASE} 23:13:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:13:17 b538f80385f9: Pulling fs layer 23:13:17 74f711af9a0d: Pulling fs layer 23:13:17 99f96fe45779: Pulling fs layer 23:13:17 8529a6b9a6be: Pulling fs layer 23:13:17 45590311c82a: Pulling fs layer 23:13:17 69ca0ff8b7b3: Pulling fs layer 23:13:17 209524e5b208: Pulling fs layer 23:13:17 8529a6b9a6be: Waiting 23:13:17 45590311c82a: Waiting 23:13:17 69ca0ff8b7b3: Waiting 23:13:17 209524e5b208: Waiting 23:13:17 99f96fe45779: Verifying Checksum 23:13:17 99f96fe45779: Download complete 23:13:17 74f711af9a0d: Verifying Checksum 23:13:17 74f711af9a0d: Download complete 23:13:17 45590311c82a: Verifying Checksum 23:13:17 45590311c82a: Download complete 23:13:17 69ca0ff8b7b3: Verifying Checksum 23:13:17 69ca0ff8b7b3: Download complete 23:13:17 b538f80385f9: Verifying Checksum 23:13:17 b538f80385f9: Download complete 23:13:18 b538f80385f9: Pull complete 23:13:19 74f711af9a0d: Pull complete 23:13:19 99f96fe45779: Pull complete 23:13:20 209524e5b208: Verifying Checksum 23:13:20 209524e5b208: Download complete 23:13:21 8529a6b9a6be: Verifying Checksum 23:13:21 8529a6b9a6be: Download complete 23:13:33 8529a6b9a6be: Pull complete 23:13:33 45590311c82a: Pull complete 23:13:33 69ca0ff8b7b3: Pull complete 23:13:35 209524e5b208: Pull complete 23:13:35 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 23:13:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:13:35 ---> 5bddaf1c2fca 23:13:35 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:13:38 ---> Running in 5b44f04a74a3 23:13:39 Removing intermediate container 5b44f04a74a3 23:13:39 ---> ef5a8fac6b02 23:13:39 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:13:39 ---> Running in c2b29defe116 23:13:39 Removing intermediate container c2b29defe116 23:13:39 ---> e0bc49e95151 23:13:39 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:13:39 ---> Running in 41d5b7cf6eca 23:13:40 Removing intermediate container 41d5b7cf6eca 23:13:40 ---> 88a2d2b2e2d5 23:13:40 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:40 ---> Running in 9b25eae98f3f 23:13:42 Removing intermediate container 9b25eae98f3f 23:13:42 ---> 7f210af6a434 23:13:42 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:13:43 ---> Running in 8c07a68f7d3d 23:13:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:46 OK: 142 MiB in 39 packages 23:13:47 Removing intermediate container 8c07a68f7d3d 23:13:47 ---> da297b1cbe4e 23:13:47 Step 8/10 : WORKDIR /device-rest-go 23:13:47 ---> Running in f40247cd7fc5 23:13:48 Removing intermediate container f40247cd7fc5 23:13:48 ---> b1b764c1c7a9 23:13:48 Step 9/10 : COPY . . 23:13:48 ---> 342c5b2792b1 23:13:48 Step 10/10 : RUN go mod download 23:13:49 ---> Running in 1d061853ee5d 23:14:11 Removing intermediate container 1d061853ee5d 23:14:11 ---> bace8fcdf9b9 23:14:11 Successfully built bace8fcdf9b9 23:14:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:14:11 + docker inspect -f . ci-base-image-arm64 23:14:11 . [Pipeline] withDockerContainer 23:14:11 prd-ubuntu18.04-docker-arm64-4c-16g-11777 does not seem to be running inside a container 23:14:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/5 -v /w/workspace/device-rest-go/5:/w/workspace/device-rest-go/5:rw,z -v /w/workspace/device-rest-go/5@tmp:/w/workspace/device-rest-go/5@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 23:14:13 $ docker top c27ae12f3a4790b86e4ba4d7e1e103f7d74b7b604ce9b967e9714f04ae999d67 -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:15 + go version 23:14:15 go version go1.15.2 linux/arm64 [Pipeline] } 23:14:15 $ docker stop --time=1 c27ae12f3a4790b86e4ba4d7e1e103f7d74b7b604ce9b967e9714f04ae999d67 23:14:17 $ docker rm -f c27ae12f3a4790b86e4ba4d7e1e103f7d74b7b604ce9b967e9714f04ae999d67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:18 + docker inspect -f . ci-base-image-arm64 23:14:18 . [Pipeline] withDockerContainer 23:14:18 prd-ubuntu18.04-docker-arm64-4c-16g-11777 does not seem to be running inside a container 23:14:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/5 -v /w/workspace/device-rest-go/5:/w/workspace/device-rest-go/5:rw,z -v /w/workspace/device-rest-go/5@tmp:/w/workspace/device-rest-go/5@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 23:14:20 $ docker top f7dc4122c4e51f290acc3ead8a25c8bed391b67dfa4121cfef072295c24255dd -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:21 + make test 23:14:21 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:14:22 ? github.com/edgexfoundry/device-rest-go [no test files] 23:15:02 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:15:02 ok github.com/edgexfoundry/device-rest-go/driver 0.047s coverage: 56.3% of statements 23:15:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:15:04 gofmt -l . 23:15:04 [ "`gofmt -l .`" = "" ] 23:15:04 ./bin/test-go-mod-tidy.sh 23:15:04 ./bin/test-attribution-txt.sh 23:15:05 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:15:05 make: *** [Makefile:28: test] Error 1 [Pipeline] } 23:15:05 $ docker stop --time=1 f7dc4122c4e51f290acc3ead8a25c8bed391b67dfa4121cfef072295c24255dd 23:15:08 $ docker rm -f f7dc4122c4e51f290acc3ead8a25c8bed391b67dfa4121cfef072295c24255dd [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] } 23:15:09 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 23:15:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:15:14 ---> package-listing.sh 23:15:14 ++ facter osfamily 23:15:14 ++ tr '[:upper:]' '[:lower:]' 23:15:14 + OS_FAMILY=redhat 23:15:14 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-46 23:15:14 + START_PACKAGES=/tmp/packages_start.txt 23:15:14 + END_PACKAGES=/tmp/packages_end.txt 23:15:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:15:14 + PACKAGES=/tmp/packages_start.txt 23:15:14 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 23:15:14 + PACKAGES=/tmp/packages_end.txt 23:15:14 + case "${OS_FAMILY}" in 23:15:14 + rpm -qa 23:15:14 + sort 23:15:18 + '[' -f /tmp/packages_start.txt ']' 23:15:18 + '[' -f /tmp/packages_end.txt ']' 23:15:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:15:18 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' 23:15:18 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ 23:15:18 + 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 23:15:18 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 23:15:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:15:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:19 23:15:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:15:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:19 alpine: Pulling from edgex-lftools-log-publisher 23:15:19 df20fa9351a1: Pulling fs layer 23:15:19 36b3adc4ff6f: Pulling fs layer 23:15:19 8ad3a11d3b57: Pulling fs layer 23:15:19 46f8f816bc3b: Pulling fs layer 23:15:19 93b61091891f: Pulling fs layer 23:15:19 93b9cdb0e59b: Pulling fs layer 23:15:19 5e14af77c1be: Pulling fs layer 23:15:19 01666e4c0597: Pulling fs layer 23:15:19 aa168da1d23b: Pulling fs layer 23:15:19 46f8f816bc3b: Waiting 23:15:19 93b9cdb0e59b: Waiting 23:15:19 5e14af77c1be: Waiting 23:15:19 01666e4c0597: Waiting 23:15:19 aa168da1d23b: Waiting 23:15:19 93b61091891f: Waiting 23:15:19 36b3adc4ff6f: Download complete 23:15:19 46f8f816bc3b: Verifying Checksum 23:15:19 46f8f816bc3b: Download complete 23:15:19 df20fa9351a1: Verifying Checksum 23:15:19 df20fa9351a1: Download complete 23:15:19 93b9cdb0e59b: Verifying Checksum 23:15:19 93b9cdb0e59b: Download complete 23:15:19 93b61091891f: Verifying Checksum 23:15:19 93b61091891f: Download complete 23:15:19 5e14af77c1be: Verifying Checksum 23:15:19 5e14af77c1be: Download complete 23:15:19 01666e4c0597: Download complete 23:15:19 8ad3a11d3b57: Verifying Checksum 23:15:19 8ad3a11d3b57: Download complete 23:15:20 df20fa9351a1: Pull complete 23:15:20 36b3adc4ff6f: Pull complete 23:15:21 8ad3a11d3b57: Pull complete 23:15:21 46f8f816bc3b: Pull complete 23:15:21 93b61091891f: Pull complete 23:15:21 93b9cdb0e59b: Pull complete 23:15:21 5e14af77c1be: Pull complete 23:15:21 aa168da1d23b: Verifying Checksum 23:15:21 aa168da1d23b: Download complete 23:15:21 01666e4c0597: Pull complete 23:15:28 aa168da1d23b: Pull complete 23:15:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:15:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:15:28 prd-centos7-docker-4c-2g-11773 does not seem to be running inside a container 23:15:28 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:15:35 $ docker top 0222708493bbc8c454dea61a633e0cd5eeb9cc491fc417da683a8766a3a49f85 -eo pid,comm [Pipeline] { [Pipeline] sh 23:15:35 + touch /tmp/pre-build-complete [Pipeline] sh 23:15:36 + mkdir -p /var/log/sa [Pipeline] sh 23:15:36 + ls /var/log/sa-host 23:15:36 + sadf -c /var/log/sa-host/sa05 23:15:36 file_magic: OK 23:15:36 HZ: Using current value: 100 23:15:36 file_header: OK 23:15:36 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 23:15:36 Statistics: 23:15:36 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:15:36 File successfully converted to sysstat format version 12.2.1 23:15:36 + sadf -c /var/log/sa-host/sa10 23:15:36 file_magic: OK 23:15:36 HZ: Using current value: 100 23:15:36 file_header: OK 23:15:36 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 23:15:36 Statistics: 23:15:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:15:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:15:36 provisioning config files... 23:15:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config507337769264154422tmp [Pipeline] { [Pipeline] echo 23:15:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:15:37 ---> create-netrc.sh [Pipeline] } 23:15:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:15:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:15:37 ---> python-tools-install.sh [Pipeline] echo 23:15:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:15:37 ---> sudo-logs.sh 23:15:37 Archiving 'sudo' log.. [Pipeline] echo 23:15:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:15:38 ---> job-cost.sh 23:15:38 lf-activate-venv: SKIPPING 23:15:38 INFO: No Stack... 23:15:39 INFO: Retrieving Pricing Info for: v1-standard-2 23:15:39 INFO: Archiving Costs [Pipeline] echo 23:15:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:15:40 ---> logs-deploy.sh 23:15:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-46/5 23:15:40 INFO: archiving workspace using pattern(s): 23:15:42 Archives upload complete. 23:15:42 INFO: archiving logs to Nexus 23:15:43 ---> uname -a: 23:15:43 Linux prd-centos7-docker-4c-2g-11773.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:15:43 23:15:43 23:15:43 ---> lscpu: 23:15:43 Architecture: x86_64 23:15:43 CPU op-mode(s): 32-bit, 64-bit 23:15:43 Byte Order: Little Endian 23:15:43 Address sizes: 40 bits physical, 48 bits virtual 23:15:43 CPU(s): 4 23:15:43 On-line CPU(s) list: 0-3 23:15:43 Thread(s) per core: 1 23:15:43 Core(s) per socket: 1 23:15:43 Socket(s): 4 23:15:43 NUMA node(s): 1 23:15:43 Vendor ID: GenuineIntel 23:15:43 CPU family: 6 23:15:43 Model: 44 23:15:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:15:43 Stepping: 1 23:15:43 CPU MHz: 2933.438 23:15:43 BogoMIPS: 5866.87 23:15:43 Virtualization: VT-x 23:15:43 Hypervisor vendor: KVM 23:15:43 Virtualization type: full 23:15:43 L1d cache: 128 KiB 23:15:43 L1i cache: 128 KiB 23:15:43 L2 cache: 16 MiB 23:15:43 L3 cache: 64 MiB 23:15:43 NUMA node0 CPU(s): 0-3 23:15:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:15:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:15:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:15:43 Vulnerability Meltdown: Mitigation; PTI 23:15:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:15:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:15:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:15:43 Vulnerability Tsx async abort: Not affected 23:15:43 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 23:15:43 23:15:43 23:15:43 ---> nproc: 23:15:43 4 23:15:43 23:15:43 23:15:43 ---> df -h: 23:15:43 Filesystem Size Used Available Use% Mounted on 23:15:43 overlay 50.0G 7.2G 42.8G 14% / 23:15:43 tmpfs 64.0M 0 64.0M 0% /dev 23:15:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:15:43 shm 64.0M 0 64.0M 0% /dev/shm 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-46 23:15:43 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp 23:15:43 23:15:43 23:15:43 ---> free -m: 23:15:43 total used free shared buff/cache available 23:15:43 Mem: 1837 662 112 0 1061 1071 23:15:43 Swap: 1023 0 1023 23:15:43 23:15:43 23:15:43 ---> ip addr: 23:15:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:15:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:15:43 inet 127.0.0.1/8 scope host lo 23:15:43 valid_lft forever preferred_lft forever 23:15:43 inet6 ::1/128 scope host 23:15:43 valid_lft forever preferred_lft forever 23:15:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:15:43 link/ether fa:16:3e:88:14:8c brd ff:ff:ff:ff:ff:ff 23:15:43 inet 10.30.122.91/23 brd 10.30.123.255 scope global dynamic eth0 23:15:43 valid_lft 85965sec preferred_lft 85965sec 23:15:43 inet6 fe80::f816:3eff:fe88:148c/64 scope link 23:15:43 valid_lft forever preferred_lft forever 23:15:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:15:43 link/ether 02:42:6f:c5:c7:3a brd ff:ff:ff:ff:ff:ff 23:15:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:15:43 valid_lft forever preferred_lft forever 23:15:43 inet6 fe80::42:6fff:fec5:c73a/64 scope link 23:15:43 valid_lft forever preferred_lft forever 23:15:43 23:15:43 23:15:43 ---> sar -b -r -n DEV: 23:15:43 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) 23:15:43 23:15:43 23:08:12 LINUX RESTART (4 CPU) 23:15:43 23:15:43 23:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:15:43 23:10:01 32.01 12.17 19.84 0.00 4558.06 2666.84 0.00 23:15:43 23:11:01 0.63 0.00 0.63 0.00 0.00 13.44 0.00 23:15:43 23:12:02 0.25 0.00 0.25 0.00 0.00 2.98 0.00 23:15:43 23:13:01 0.19 0.00 0.19 0.00 0.00 2.05 0.00 23:15:43 23:14:01 0.25 0.00 0.25 0.00 0.00 3.56 0.00 23:15:43 23:15:01 0.33 0.00 0.33 0.00 0.00 4.61 0.00 23:15:43 Average: 5.63 2.03 3.59 0.00 762.17 450.38 0.00 23:15:43 23:15:43 23:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:15:43 23:10:01 176020 0 565392 30.05 2620 1137524 1126068 38.43 410824 1134392 20 23:15:43 23:11:01 181768 0 559636 29.74 2620 1137532 1088400 37.15 409300 1131240 12 23:15:43 23:12:02 182412 0 558984 29.71 2620 1137540 1079280 36.83 409584 1131020 12 23:15:43 23:13:01 180720 0 560676 29.80 2620 1137540 1079292 36.83 411448 1130688 16 23:15:43 23:14:01 180188 0 561200 29.83 2620 1137548 1079340 36.84 414328 1128152 8 23:15:43 23:15:01 179184 0 562200 29.88 2620 1137552 1079292 36.83 418960 1124800 8 23:15:43 Average: 180049 0 561348 29.83 2620 1137539 1088612 37.15 412407 1130049 13 23:15:43 23:15:43 23:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:15:43 23:10:01 eth0 168.51 139.58 585.74 42.09 0.00 0.00 0.00 0.00 23:15:43 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:10:01 docker0 40.28 26.12 3.49 132.04 0.00 0.00 0.00 0.00 23:15:43 23:11:01 eth0 1.23 0.35 0.33 0.20 0.00 0.00 0.00 0.00 23:15:43 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:12:02 eth0 1.07 0.38 0.31 0.20 0.00 0.00 0.00 0.00 23:15:43 23:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:13:01 eth0 1.81 0.24 0.40 0.17 0.00 0.00 0.00 0.00 23:15:43 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:14:01 eth0 1.32 0.67 0.64 0.46 0.00 0.00 0.00 0.00 23:15:43 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:15:01 eth0 0.82 0.38 0.36 0.20 0.00 0.00 0.00 0.00 23:15:43 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 Average: eth0 29.22 23.68 98.28 7.25 0.00 0.00 0.00 0.00 23:15:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:43 Average: docker0 6.74 4.37 0.58 22.08 0.00 0.00 0.00 0.00 23:15:43 23:15:43 23:15:43 ---> sar -P ALL: 23:15:43 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) 23:15:43 23:15:43 23:08:12 LINUX RESTART (4 CPU) 23:15:43 23:15:43 23:09:01 CPU %user %nice %system %iowait %steal %idle 23:15:43 23:10:01 all 4.27 0.00 2.43 0.66 0.01 92.62 23:15:43 23:10:01 0 3.99 0.00 2.65 0.69 0.02 92.65 23:15:43 23:10:01 1 4.52 0.00 2.66 0.12 0.02 92.68 23:15:43 23:10:01 2 5.11 0.00 2.04 1.41 0.00 91.44 23:15:43 23:10:01 3 3.47 0.00 2.38 0.42 0.02 93.72 23:15:43 23:11:01 all 0.16 0.00 0.05 0.00 0.00 99.79 23:15:43 23:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:15:43 23:11:01 1 0.53 0.00 0.05 0.00 0.00 99.42 23:15:43 23:11:01 2 0.07 0.00 0.08 0.00 0.00 99.85 23:15:43 23:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:15:43 23:12:02 all 0.16 0.00 0.05 0.00 0.00 99.79 23:15:43 23:12:02 0 0.02 0.00 0.03 0.00 0.00 99.95 23:15:43 23:12:02 1 0.50 0.00 0.05 0.00 0.00 99.45 23:15:43 23:12:02 2 0.08 0.00 0.08 0.00 0.00 99.83 23:15:43 23:12:02 3 0.03 0.00 0.03 0.00 0.00 99.93 23:15:43 23:13:01 all 0.03 0.00 0.03 0.00 0.01 99.94 23:15:43 23:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:15:43 23:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 23:15:43 23:13:01 2 0.03 0.00 0.05 0.00 0.02 99.90 23:15:43 23:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 23:15:43 23:14:01 all 0.18 0.00 0.06 0.00 0.00 99.76 23:15:43 23:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:15:43 23:14:01 1 0.27 0.00 0.15 0.00 0.00 99.58 23:15:43 23:14:01 2 0.37 0.00 0.07 0.00 0.00 99.57 23:15:43 23:14:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:15:43 23:15:01 all 0.17 0.00 0.06 0.00 0.00 99.77 23:15:43 23:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:15:43 23:15:01 1 0.38 0.00 0.13 0.00 0.00 99.48 23:15:43 23:15:01 2 0.23 0.00 0.05 0.00 0.00 99.72 23:15:43 23:15:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:15:43 Average: all 0.83 0.00 0.45 0.11 0.00 98.61 23:15:43 Average: 0 0.68 0.00 0.47 0.11 0.00 98.73 23:15:43 Average: 1 1.04 0.00 0.51 0.02 0.01 98.42 23:15:43 Average: 2 0.98 0.00 0.40 0.23 0.00 98.39 23:15:43 Average: 3 0.60 0.00 0.41 0.07 0.00 98.92 23:15:43 23:15:43 23:15:43