hahattan commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from f11e55c319cbdbeef90700ad7434ca004756aab4+e522836f5d508ce20413c5d2a08a926bd2b9771b (d6fa7569d5e81bac6ae2f58f7f7233e0bf0ed0fa) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@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-31318 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-829 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # 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 e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 Commit message: "feat: update example configuration to support MessageBus" > git rev-list --no-walk f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:41:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:41:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:41:57 ========================================================= 04:41:57 EdgeX Global Pipelines Version Info 04:41:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:41:58 ------------------- 04:41:58 stable info: 04:41:58 ------------------- 04:41:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:41:58 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 04:41:58 Message: update stable to v1.0.186 04:41:59 ------------------- 04:41:59 experimental info: 04:41:59 ------------------- 04:41:59 Commited By: **** collab-it+edgex@linuxfoundation.org 04:41:59 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 04:41:59 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:42:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:42:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-829 [Pipeline] echo 04:42:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-829 [Pipeline] echo 04:42:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-829 [Pipeline] echo 04:42:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f11e55c319cbdbeef90700ad7434ca004756aab4 [Pipeline] echo 04:42:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f11e55c [Pipeline] echo 04:42:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:42:03 provisioning config files... 04:42:03 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config1765271463242886708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:42:03 ---> docker-login.sh 04:42:03 nexus3.edgexfoundry.org:10001 04:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:04 Configure a credential helper to remove this warning. See 04:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:04 04:42:04 Login Succeeded 04:42:04 nexus3.edgexfoundry.org:10002 04:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:04 Configure a credential helper to remove this warning. See 04:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:04 04:42:04 Login Succeeded 04:42:04 nexus3.edgexfoundry.org:10003 04:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:04 Configure a credential helper to remove this warning. See 04:42:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:04 04:42:04 Login Succeeded 04:42:04 nexus3.edgexfoundry.org:10004 04:42:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:05 Configure a credential helper to remove this warning. See 04:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:05 04:42:05 Login Succeeded 04:42:05 docker.io 04:42:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:42:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:42:05 Configure a credential helper to remove this warning. See 04:42:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:42:05 04:42:05 Login Succeeded 04:42:05 ---> docker-login.sh ends [Pipeline] } 04:42:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:42:06 + git log --format=format:%s -1 f11e55c319cbdbeef90700ad7434ca004756aab4 [Pipeline] echo 04:42:06 GIT_COMMIT: f11e55c319cbdbeef90700ad7434ca004756aab4, Commit Message: feat: update example configuration to support MessageBus [Pipeline] echo 04:42:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:42:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:42:07 04:42:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:42:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:42:07 latest: Pulling from edgex-devops/git-semver 04:42:07 31603596830f: Pulling fs layer 04:42:07 2a8b12db71e7: Pulling fs layer 04:42:07 6ca5941a6612: Pulling fs layer 04:42:07 ecc8261a40a4: Pulling fs layer 04:42:07 ecc8261a40a4: Waiting 04:42:07 2a8b12db71e7: Verifying Checksum 04:42:07 2a8b12db71e7: Download complete 04:42:07 31603596830f: Verifying Checksum 04:42:07 31603596830f: Download complete 04:42:07 ecc8261a40a4: Verifying Checksum 04:42:07 ecc8261a40a4: Download complete 04:42:07 6ca5941a6612: Download complete 04:42:07 31603596830f: Pull complete 04:42:08 2a8b12db71e7: Pull complete 04:42:08 6ca5941a6612: Pull complete 04:42:09 ecc8261a40a4: Pull complete 04:42:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:42:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:42:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:42:09 prd-centos7-docker-4c-2g-31318 does not seem to be running inside a container 04:42:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:42:11 $ docker top b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:42:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:42:12 [ssh-agent] Looking for ssh-agent implementation... 04:42:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:42:12 $ docker exec b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent 04:42:12 SSH_AUTH_SOCK=/tmp/ssh-SvAs6BJBYtOz/agent.11 04:42:12 SSH_AGENT_PID=16 04:42:12 Running ssh-add (command line suppressed) 04:42:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_4651072608201772947.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_4651072608201772947.key) 04:42:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:42:13 + git tag --points-at HEAD [Pipeline] } 04:42:13 $ docker exec --env ******** --env ******** b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent -k 04:42:13 unset SSH_AUTH_SOCK; 04:42:13 unset SSH_AGENT_PID; 04:42:13 echo Agent pid 16 killed; 04:42:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:42:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:42:13 [ssh-agent] Looking for ssh-agent implementation... 04:42:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:42:13 $ docker exec b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent 04:42:13 SSH_AUTH_SOCK=/tmp/ssh-m2k6xVfrf0fc/agent.45 04:42:13 SSH_AGENT_PID=50 04:42:13 Running ssh-add (command line suppressed) 04:42:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_3173012481590080547.key (/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/private_key_3173012481590080547.key) 04:42:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:42:14 + git semver init 04:42:14 # -> Open(): unable to determine branch for HEAD 04:42:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.git 04:42:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-829 04:42:14 # $SEMVER_REMOTE_NAME = origin 04:42:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:42:14 # $SEMVER_USER_NAME = edgex-jenkins 04:42:14 # $SEMVER_BRANCH = PR-829 04:42:14 # $SEMVER_TEMP = /tmp/semver-431424050 04:42:14 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:42:14 # '/tmp/semver-431424050' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver' 04:42:15 # -> Force: false 04:42:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-829/.semver [Pipeline] } 04:42:15 $ docker exec --env ******** --env ******** b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd ssh-agent -k 04:42:15 unset SSH_AUTH_SOCK; 04:42:15 unset SSH_AGENT_PID; 04:42:15 echo Agent pid 50 killed; 04:42:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:42:15 + git semver [Pipeline] } 04:42:15 $ docker stop --time=1 b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd 04:42:17 $ docker rm -f b1439d4ad3f2b10f464d65dc5ba79a0d804a02f82740b5aee9424fe97dabeabd [Pipeline] // withDockerContainer [Pipeline] sh 04:42:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:42:18 Stashed 1 file(s) [Pipeline] echo 04:42:18 [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 04:42:33 Still waiting to schedule task 04:42:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 04:42:33 Still waiting to schedule task 04:42:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:44:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31319 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws 04:44:08 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 04:44:13 using credential edgex-jenkins-ssh 04:44:13 Cloning the remote Git repository 04:44:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:44:13 > git init /w/workspace/device-sdk-go/6 # timeout=10 04:44:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:44:13 > git --version # timeout=10 04:44:13 > git --version # 'git version 2.17.1' 04:44:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:44:15 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 04:44:16 Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 04:44:16 Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) 04:44:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:44:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:44:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:44:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:44:15 > git config core.sparsecheckout # timeout=10 04:44:15 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:44:15 > git remote # timeout=10 04:44:15 > git config --get remote.origin.url # timeout=10 04:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:16 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 04:44:16 > git rev-parse HEAD^{commit} # timeout=10 04:44:16 > git config core.sparsecheckout # timeout=10 04:44:16 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:44:20 Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:44:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:44:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:44:22 + true 04:44:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:44:25 provisioning config files... 04:44:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config5622878409339674182tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:44:25 ---> docker-login.sh 04:44:25 nexus3.edgexfoundry.org:10001 04:44:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:27 Configure a credential helper to remove this warning. See 04:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:27 04:44:27 Login Succeeded 04:44:27 nexus3.edgexfoundry.org:10002 04:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:27 Configure a credential helper to remove this warning. See 04:44:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:27 04:44:27 Login Succeeded 04:44:27 nexus3.edgexfoundry.org:10003 04:44:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:28 Configure a credential helper to remove this warning. See 04:44:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:28 04:44:28 Login Succeeded 04:44:28 nexus3.edgexfoundry.org:10004 04:44:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:28 Configure a credential helper to remove this warning. See 04:44:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:28 04:44:28 Login Succeeded 04:44:28 docker.io 04:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:44:29 Configure a credential helper to remove this warning. See 04:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:44:29 04:44:29 Login Succeeded 04:44:29 ---> docker-login.sh ends [Pipeline] } 04:44:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:44:29 ========================================================= 04:44:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:44:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:44:30 + 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 . 04:44:30 Sending build context to Docker daemon 2.393MB 04:44:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:44:30 Step 2/8 : FROM ${BASE} 04:44:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:44:30 5f621e34cdf4: Pulling fs layer 04:44:30 a4357932f1b6: Pulling fs layer 04:44:30 18c013af1878: Pulling fs layer 04:44:30 00ac8860ef70: Pulling fs layer 04:44:30 63d7cb157983: Pulling fs layer 04:44:30 b116817d02f9: Pulling fs layer 04:44:30 745a02a5169b: Pulling fs layer 04:44:30 00ac8860ef70: Waiting 04:44:30 63d7cb157983: Waiting 04:44:30 b116817d02f9: Waiting 04:44:30 745a02a5169b: Waiting 04:44:30 18c013af1878: Verifying Checksum 04:44:30 18c013af1878: Download complete 04:44:30 a4357932f1b6: Verifying Checksum 04:44:30 a4357932f1b6: Download complete 04:44:30 63d7cb157983: Download complete 04:44:30 b116817d02f9: Verifying Checksum 04:44:30 b116817d02f9: Download complete 04:44:31 5f621e34cdf4: Verifying Checksum 04:44:31 5f621e34cdf4: Download complete 04:44:32 5f621e34cdf4: Pull complete 04:44:32 a4357932f1b6: Pull complete 04:44:33 18c013af1878: Pull complete 04:44:33 745a02a5169b: Verifying Checksum 04:44:33 745a02a5169b: Download complete 04:44:34 00ac8860ef70: Verifying Checksum 04:44:34 00ac8860ef70: Download complete 04:44:45 00ac8860ef70: Pull complete 04:44:45 63d7cb157983: Pull complete 04:44:45 b116817d02f9: Pull complete 04:44:49 745a02a5169b: Pull complete 04:44:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:44:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:44:49 ---> b7e6874047d6 04:44:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:44:51 ---> Running in 9825a15c6afd 04:44:52 Removing intermediate container 9825a15c6afd 04:44:52 ---> 797ef0bfc4fb 04:44:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:44:52 ---> Running in cdf18d3b574f 04:44:54 Running on prd-centos7-docker-4c-2g-31320 in /w/workspace/dgexfoundry_device-sdk-go_PR-829 [Pipeline] { [Pipeline] ws 04:44:54 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 04:44:55 Removing intermediate container cdf18d3b574f 04:44:55 ---> a58d1cbe4428 04:44:55 Step 5/8 : RUN apk add --update --no-cache make git 04:44:55 ---> Running in a977b6227c90 04:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:44:57 using credential edgex-jenkins-ssh 04:44:57 Cloning the remote Git repository 04:44:57 OK: 142 MiB in 39 packages 04:44:56 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:44:57 > git init /w/workspace/device-sdk-go/6 # timeout=10 04:44:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:44:57 > git --version # timeout=10 04:44:57 > git --version # 'git version 2.24.3' 04:44:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:44:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:44:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:44:57 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:44:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:44:57 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/829/head:refs/remotes/origin/PR-829 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:44:58 Removing intermediate container a977b6227c90 04:44:58 ---> 498a99def491 04:44:58 Step 6/8 : WORKDIR /device-sdk-go 04:44:58 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit f11e55c319cbdbeef90700ad7434ca004756aab4 04:44:58 ---> Running in d8420c4f738d 04:44:58 Merge succeeded, producing f11e55c319cbdbeef90700ad7434ca004756aab4 04:44:58 Checking out Revision f11e55c319cbdbeef90700ad7434ca004756aab4 (PR-829) 04:44:59 Removing intermediate container d8420c4f738d 04:44:59 ---> 721b7050d9a9 04:44:59 Step 7/8 : COPY . . 04:44:58 > git config core.sparsecheckout # timeout=10 04:44:58 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:44:58 > git remote # timeout=10 04:44:58 > git config --get remote.origin.url # timeout=10 04:44:58 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:58 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 04:44:58 > git rev-parse HEAD^{commit} # timeout=10 04:44:58 > git config core.sparsecheckout # timeout=10 04:44:58 > git checkout -f f11e55c319cbdbeef90700ad7434ca004756aab4 # timeout=10 04:45:00 ---> 93f7a73a2ad9 04:45:00 Step 8/8 : RUN go mod download 04:45:00 ---> Running in e2b0f6b84617 04:45:02 Commit message: "feat: update example configuration to support MessageBus" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:45:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:45:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:45:04 + sudo service docker restart 04:45:04 + true 04:45:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:45:06 provisioning config files... 04:45:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config8670796562370956385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:45:06 ---> docker-login.sh 04:45:06 nexus3.edgexfoundry.org:10001 04:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:45:06 Configure a credential helper to remove this warning. See 04:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:45:06 04:45:06 Login Succeeded 04:45:06 nexus3.edgexfoundry.org:10002 04:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:45:06 Configure a credential helper to remove this warning. See 04:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:45:06 04:45:06 Login Succeeded 04:45:06 nexus3.edgexfoundry.org:10003 04:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:45:07 Configure a credential helper to remove this warning. See 04:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:45:07 04:45:07 Login Succeeded 04:45:07 nexus3.edgexfoundry.org:10004 04:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:45:07 Configure a credential helper to remove this warning. See 04:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:45:07 04:45:07 Login Succeeded 04:45:07 docker.io 04:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:45:07 Configure a credential helper to remove this warning. See 04:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:45:07 04:45:07 Login Succeeded 04:45:07 ---> docker-login.sh ends [Pipeline] } 04:45:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:45:08 ========================================================= 04:45:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:45:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:45:08 + 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 . 04:45:08 Sending build context to Docker daemon 2.394MB 04:45:08 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 04:45:08 Step 2/8 : FROM ${BASE} 04:45:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:45:08 188c0c94c7c5: Pulling fs layer 04:45:08 0ef7d3d256c8: Pulling fs layer 04:45:08 de9db76c5a1d: Pulling fs layer 04:45:08 bca2f99d35d6: Pulling fs layer 04:45:08 93359f2a8cfa: Pulling fs layer 04:45:08 7c6f9722023f: Pulling fs layer 04:45:08 a35cf1a2eb13: Pulling fs layer 04:45:08 7c6f9722023f: Waiting 04:45:08 a35cf1a2eb13: Waiting 04:45:08 93359f2a8cfa: Waiting 04:45:08 bca2f99d35d6: Waiting 04:45:08 de9db76c5a1d: Verifying Checksum 04:45:08 de9db76c5a1d: Download complete 04:45:08 0ef7d3d256c8: Download complete 04:45:08 93359f2a8cfa: Verifying Checksum 04:45:08 93359f2a8cfa: Download complete 04:45:08 188c0c94c7c5: Verifying Checksum 04:45:08 188c0c94c7c5: Download complete 04:45:08 7c6f9722023f: Verifying Checksum 04:45:08 7c6f9722023f: Download complete 04:45:08 188c0c94c7c5: Pull complete 04:45:09 0ef7d3d256c8: Pull complete 04:45:09 de9db76c5a1d: Pull complete 04:45:10 a35cf1a2eb13: Download complete 04:45:11 bca2f99d35d6: Verifying Checksum 04:45:11 bca2f99d35d6: Download complete 04:45:16 bca2f99d35d6: Pull complete 04:45:16 93359f2a8cfa: Pull complete 04:45:16 7c6f9722023f: Pull complete 04:45:20 a35cf1a2eb13: Pull complete 04:45:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:45:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:45:20 ---> a62c8e92a672 04:45:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:45:20 ---> Running in 4899f2e222eb 04:45:20 Removing intermediate container 4899f2e222eb 04:45:20 ---> 9bbe2eee7a0a 04:45:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:45:20 ---> Running in adf8349161f0 04:45:21 Removing intermediate container adf8349161f0 04:45:21 ---> 5e02361f4728 04:45:21 Step 5/8 : RUN apk add --update --no-cache make git 04:45:21 ---> Running in 187d8d6b19c4 04:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:45:24 OK: 166 MiB in 39 packages 04:45:24 Removing intermediate container 187d8d6b19c4 04:45:24 ---> 9b99f048885d 04:45:24 Step 6/8 : WORKDIR /device-sdk-go 04:45:24 ---> Running in ab9552fd3e0d 04:45:24 Removing intermediate container ab9552fd3e0d 04:45:24 ---> 54310d3b5dcf 04:45:24 Step 7/8 : COPY . . 04:45:26 ---> 05d427c6d002 04:45:26 Step 8/8 : RUN go mod download 04:45:26 ---> Running in 8bdb6bc00230 04:45:27 Removing intermediate container e2b0f6b84617 04:45:27 ---> 5c222be520f5 04:45:27 Successfully built 5c222be520f5 04:45:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:45:27 + docker inspect -f . ci-base-image-arm64 04:45:27 . [Pipeline] withDockerContainer 04:45:27 prd-ubuntu18.04-docker-arm64-4c-16g-31319 does not seem to be running inside a container 04:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:45:29 $ docker top 95110539e2ea570a10c1fdeba0fdd5ca9e4090c4171623f4fd656fb064674c29 -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:30 + go version 04:45:30 go version go1.15.5 linux/arm64 [Pipeline] } 04:45:30 $ docker stop --time=1 95110539e2ea570a10c1fdeba0fdd5ca9e4090c4171623f4fd656fb064674c29 04:45:32 $ docker rm -f 95110539e2ea570a10c1fdeba0fdd5ca9e4090c4171623f4fd656fb064674c29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:45:33 + docker inspect -f . ci-base-image-arm64 04:45:33 . [Pipeline] withDockerContainer 04:45:33 prd-ubuntu18.04-docker-arm64-4c-16g-31319 does not seem to be running inside a container 04:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:45:35 $ docker top 90795bee0b41f3c7d12e884d8870c45ab670b5e79444b6af0d900384d36f554b -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:36 + make test 04:45:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:45:48 Removing intermediate container 8bdb6bc00230 04:45:48 ---> a6d0631a8723 04:45:48 Successfully built a6d0631a8723 04:45:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:45:48 + docker inspect -f . ci-base-image-x86_64 04:45:48 . [Pipeline] withDockerContainer 04:45:48 prd-centos7-docker-4c-2g-31320 does not seem to be running inside a container 04:45:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:45:49 $ docker top c1716a38ffdf219565d58615edbb5c7ed70136bdab8d5cc8974df1123cdcc00c -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:49 + go version 04:45:49 go version go1.15.5 linux/amd64 [Pipeline] } 04:45:49 $ docker stop --time=1 c1716a38ffdf219565d58615edbb5c7ed70136bdab8d5cc8974df1123cdcc00c 04:45:51 $ docker rm -f c1716a38ffdf219565d58615edbb5c7ed70136bdab8d5cc8974df1123cdcc00c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:45:52 + docker inspect -f . ci-base-image-x86_64 04:45:52 . [Pipeline] withDockerContainer 04:45:52 prd-centos7-docker-4c-2g-31320 does not seem to be running inside a container 04:45:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:45:52 $ docker top 79644c8cc0286a1023761ae615aaf1f17f8459f2b87e1a41aa10cfe8b917afac -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:53 + make test 04:45:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:45:58 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:45:59 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:46:06 # pkg-config --cflags -- libzmq 04:46:06 pkg-config: exec: "pkg-config": executable file not found in $PATH 04:46:08 # pkg-config --cflags -- libzmq 04:46:08 pkg-config: exec: "pkg-config": executable file not found in $PATH 04:46:21 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] 04:46:21 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] 04:46:21 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] 04:46:21 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] 04:46:21 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] 04:46:21 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.107s coverage: 6.6% of statements 04:46:21 FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] 04:46:21 make: *** [Makefile:32: test] Error 2 [Pipeline] } 04:46:21 $ docker stop --time=1 79644c8cc0286a1023761ae615aaf1f17f8459f2b87e1a41aa10cfe8b917afac 04:46:23 $ docker rm -f 79644c8cc0286a1023761ae615aaf1f17f8459f2b87e1a41aa10cfe8b917afac [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 Post stage [Pipeline] libraryResource [Pipeline] sh 04:46:24 ---> job-cost.sh 04:46:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KgFZ 04:46:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:46:47 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent [build failed] 04:46:47 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/cache [build failed] 04:46:47 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/clients [build failed] 04:46:47 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http [build failed] 04:46:47 FAIL github.com/edgexfoundry/device-sdk-go/v2/internal/transformer [build failed] 04:46:51 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.799s coverage: 6.6% of statements 04:46:51 FAIL github.com/edgexfoundry/device-sdk-go/v2/pkg/service [build failed] 04:46:51 make: *** [Makefile:32: test] Error 2 [Pipeline] } 04:46:51 $ docker stop --time=1 90795bee0b41f3c7d12e884d8870c45ab670b5e79444b6af0d900384d36f554b 04:46:54 $ docker rm -f 90795bee0b41f3c7d12e884d8870c45ab670b5e79444b6af0d900384d36f554b [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 Post stage [Pipeline] libraryResource [Pipeline] sh 04:46:55 ---> job-cost.sh 04:46:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XfF3 04:47:06 lf-activate-venv(): INFO: Adding /tmp/venv-KgFZ/bin to PATH 04:47:06 INFO: No Stack... 04:47:06 INFO: Retrieving Pricing Info for: v1-standard-2 04:47:06 INFO: Archiving Costs [Pipeline] sh 04:47:07 + cat /w/workspace/device-sdk-go/6/archives/cost.csv 04:47:07 + cut -d, -f6 [Pipeline] lock 04:47:07 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] 04:47:07 Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] did not exist. Created. 04:47:07 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:47:07 + echo total: 0.029999999329447746 [Pipeline] stash 04:47:08 Stashed 1 file(s) [Pipeline] } 04:47:08 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:47:08 Failed in branch amd64 04:47:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 04:49:11 lf-activate-venv(): INFO: Adding /tmp/venv-XfF3/bin to PATH 04:49:11 INFO: No Stack... 04:49:11 INFO: Retrieving Pricing Info for: lf-standard-4 04:49:11 INFO: Archiving Costs [Pipeline] sh 04:49:12 + cat /w/workspace/device-sdk-go/6/archives/cost.csv 04:49:12 + cut -d, -f6 [Pipeline] lock 04:49:12 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] 04:49:12 Resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] did not exist. Created. 04:49:12 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:49:12 /w/workspace/device-sdk-go/6@tmp/durable-c0bd8594/script.sh: 1: /w/workspace/device-sdk-go/6@tmp/durable-c0bd8594/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:49:12 + echo total: 0.20999999344348907 [Pipeline] stash 04:49:13 Warning: overwriting stash ‘stack-cost’ 04:49:13 Stashed 1 file(s) [Pipeline] } 04:49:13 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-829-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:49:14 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] { (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 04:49:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:49:17 ---> package-listing.sh 04:49:17 ++ facter osfamily 04:49:17 ++ tr '[:upper:]' '[:lower:]' 04:49:17 + OS_FAMILY=redhat 04:49:17 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-829 04:49:17 + START_PACKAGES=/tmp/packages_start.txt 04:49:17 + END_PACKAGES=/tmp/packages_end.txt 04:49:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:49:17 + PACKAGES=/tmp/packages_start.txt 04:49:17 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' 04:49:17 + PACKAGES=/tmp/packages_end.txt 04:49:17 + case "${OS_FAMILY}" in 04:49:17 + rpm -qa 04:49:17 + sort 04:49:23 + '[' -f /tmp/packages_start.txt ']' 04:49:23 + '[' -f /tmp/packages_end.txt ']' 04:49:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:49:23 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-829 ']' 04:49:23 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ 04:49:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-829/archives/ [Pipeline] echo 04:49:23 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-sdk-go_PR-829/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:49:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:49:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:23 04:49:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:49:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:24 alpine: Pulling from edgex-lftools-log-publisher 04:49:24 df20fa9351a1: Pulling fs layer 04:49:24 36b3adc4ff6f: Pulling fs layer 04:49:24 8ad3a11d3b57: Pulling fs layer 04:49:24 46f8f816bc3b: Pulling fs layer 04:49:24 93b61091891f: Pulling fs layer 04:49:24 93b9cdb0e59b: Pulling fs layer 04:49:24 5e14af77c1be: Pulling fs layer 04:49:24 01666e4c0597: Pulling fs layer 04:49:24 aa168da1d23b: Pulling fs layer 04:49:24 93b9cdb0e59b: Waiting 04:49:24 5e14af77c1be: Waiting 04:49:24 01666e4c0597: Waiting 04:49:24 aa168da1d23b: Waiting 04:49:24 93b61091891f: Waiting 04:49:24 46f8f816bc3b: Waiting 04:49:24 36b3adc4ff6f: Download complete 04:49:24 46f8f816bc3b: Verifying Checksum 04:49:24 46f8f816bc3b: Download complete 04:49:24 df20fa9351a1: Verifying Checksum 04:49:24 df20fa9351a1: Download complete 04:49:24 93b9cdb0e59b: Verifying Checksum 04:49:24 93b9cdb0e59b: Download complete 04:49:24 93b61091891f: Download complete 04:49:24 5e14af77c1be: Verifying Checksum 04:49:24 5e14af77c1be: Download complete 04:49:24 01666e4c0597: Verifying Checksum 04:49:24 01666e4c0597: Download complete 04:49:24 df20fa9351a1: Pull complete 04:49:24 36b3adc4ff6f: Pull complete 04:49:25 8ad3a11d3b57: Verifying Checksum 04:49:25 8ad3a11d3b57: Download complete 04:49:26 8ad3a11d3b57: Pull complete 04:49:26 46f8f816bc3b: Pull complete 04:49:26 93b61091891f: Pull complete 04:49:26 aa168da1d23b: Verifying Checksum 04:49:27 93b9cdb0e59b: Pull complete 04:49:27 5e14af77c1be: Pull complete 04:49:27 01666e4c0597: Pull complete 04:49:35 aa168da1d23b: Pull complete 04:49:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:49:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:49:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:49:35 prd-centos7-docker-4c-2g-31318 does not seem to be running inside a container 04:49:35 $ 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-sdk-go_PR-829/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-sdk-go_PR-829 -v /w/workspace/dgexfoundry_device-sdk-go_PR-829:/w/workspace/dgexfoundry_device-sdk-go_PR-829:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-829@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:49:39 $ docker top 6e65e0ded35f5da6032233c9967c1d563b4c9ffdc4a1d1d2cd70757fbffec086 -eo pid,comm [Pipeline] { [Pipeline] sh 04:49:39 + touch /tmp/pre-build-complete [Pipeline] sh 04:49:40 + mkdir -p /var/log/sa [Pipeline] sh 04:49:40 + ls /var/log/sa-host 04:49:40 + sadf -c /var/log/sa-host/sa23 04:49:40 file_magic: OK 04:49:40 HZ: Using current value: 100 04:49:40 file_header: OK 04:49:40 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 04:49:40 Statistics: 04:49:40 Hnuu...uuuununununu... 04:49:40 File successfully converted to sysstat format version 12.2.1 04:49:40 + sadf -c /var/log/sa-host/sa25 04:49:40 file_magic: OK 04:49:40 HZ: Using current value: 100 04:49:40 file_header: OK 04:49:40 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 04:49:40 Statistics: 04:49:40 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:49:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:49:40 provisioning config files... 04:49:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp/config1347982965607819110tmp [Pipeline] { [Pipeline] echo 04:49:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:49:41 ---> create-netrc.sh [Pipeline] } 04:49:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:49:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:49:41 ---> python-tools-install.sh [Pipeline] echo 04:49:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:49:41 ---> sudo-logs.sh 04:49:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:49:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:49:42 ---> job-cost.sh 04:49:42 lf-activate-venv: SKIPPING 04:49:42 DEBUG: total: 0.20999999344348907 04:49:42 INFO: Retrieving Stack Cost... 04:49:43 INFO: Retrieving Pricing Info for: v1-standard-2 04:49:44 INFO: Archiving Costs [Pipeline] echo 04:49:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:49:44 ---> logs-deploy.sh 04:49:44 lf-activate-venv: SKIPPING 04:49:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-829/6 04:49:44 INFO: archiving workspace using pattern(s): 04:49:46 Archives upload complete. 04:49:46 INFO: archiving logs to Nexus 04:49:47 ---> uname -a: 04:49:47 Linux prd-centos7-docker-4c-2g-31318.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 04:49:47 04:49:47 04:49:47 ---> lscpu: 04:49:47 Architecture: x86_64 04:49:47 CPU op-mode(s): 32-bit, 64-bit 04:49:47 Byte Order: Little Endian 04:49:47 Address sizes: 40 bits physical, 48 bits virtual 04:49:47 CPU(s): 4 04:49:47 On-line CPU(s) list: 0-3 04:49:47 Thread(s) per core: 1 04:49:47 Core(s) per socket: 1 04:49:47 Socket(s): 4 04:49:47 NUMA node(s): 1 04:49:47 Vendor ID: GenuineIntel 04:49:47 CPU family: 6 04:49:47 Model: 44 04:49:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:49:47 Stepping: 1 04:49:47 CPU MHz: 2933.442 04:49:47 BogoMIPS: 5866.88 04:49:47 Virtualization: VT-x 04:49:47 Hypervisor vendor: KVM 04:49:47 Virtualization type: full 04:49:47 L1d cache: 128 KiB 04:49:47 L1i cache: 128 KiB 04:49:47 L2 cache: 16 MiB 04:49:47 L3 cache: 64 MiB 04:49:47 NUMA node0 CPU(s): 0-3 04:49:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:49:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:49:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:49:47 Vulnerability Meltdown: Mitigation; PTI 04:49:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:49:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:49:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:49:47 Vulnerability Srbds: Not affected 04:49:47 Vulnerability Tsx async abort: Not affected 04:49:47 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 04:49:47 04:49:47 04:49:47 ---> nproc: 04:49:47 4 04:49:47 04:49:47 04:49:47 ---> df -h: 04:49:47 Filesystem Size Used Available Use% Mounted on 04:49:47 overlay 50.0G 7.3G 42.7G 15% / 04:49:47 tmpfs 64.0M 0 64.0M 0% /dev 04:49:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:49:47 shm 64.0M 0 64.0M 0% /dev/shm 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-829 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-829@tmp 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 04:49:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 04:49:47 04:49:47 04:49:47 ---> free -m: 04:49:47 total used free shared buff/cache available 04:49:47 Mem: 1837 717 104 0 1015 1014 04:49:47 Swap: 1023 0 1023 04:49:47 04:49:47 04:49:47 ---> ip addr: 04:49:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:49:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:49:47 inet 127.0.0.1/8 scope host lo 04:49:47 valid_lft forever preferred_lft forever 04:49:47 inet6 ::1/128 scope host 04:49:47 valid_lft forever preferred_lft forever 04:49:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 04:49:47 link/ether fa:16:3e:99:34:13 brd ff:ff:ff:ff:ff:ff 04:49:47 inet 10.30.123.11/23 brd 10.30.123.255 scope global dynamic eth0 04:49:47 valid_lft 85896sec preferred_lft 85896sec 04:49:47 inet6 fe80::f816:3eff:fe99:3413/64 scope link 04:49:47 valid_lft forever preferred_lft forever 04:49:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 04:49:47 link/ether 02:42:7b:f8:91:47 brd ff:ff:ff:ff:ff:ff 04:49:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 04:49:47 valid_lft forever preferred_lft forever 04:49:47 inet6 fe80::42:7bff:fef8:9147/64 scope link 04:49:47 valid_lft forever preferred_lft forever 04:49:47 04:49:47 04:49:47 ---> sar -b -r -n DEV: 04:49:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 04:49:47 04:49:47 04:41:12 LINUX RESTART (4 CPU) 04:49:47 04:49:47 04:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:49:47 04:43:01 32.72 11.34 21.38 0.00 4452.35 3039.53 0.00 04:49:47 04:44:01 1.82 0.00 1.82 0.00 0.00 35.18 0.00 04:49:47 04:45:01 0.25 0.00 0.25 0.00 0.00 3.88 0.00 04:49:47 04:46:01 0.27 0.00 0.27 0.00 0.00 3.15 0.00 04:49:47 04:47:01 0.18 0.00 0.18 0.00 0.00 2.33 0.00 04:49:47 04:48:01 0.35 0.00 0.35 0.00 0.00 4.56 0.00 04:49:47 04:49:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 04:49:47 Average: 5.12 1.62 3.50 0.00 636.23 441.72 0.00 04:49:47 04:49:47 04:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:49:47 04:43:01 172076 0 618384 32.87 2616 1088468 1111544 37.94 424008 1086840 20 04:49:47 04:44:01 179044 0 611408 32.50 2616 1088476 1080272 36.87 422136 1083060 8 04:49:47 04:45:01 176472 0 613976 32.63 2616 1088480 1080504 36.88 417740 1090088 12 04:49:47 04:46:01 177212 0 613236 32.59 2616 1088480 1080336 36.87 432176 1074740 12 04:49:47 04:47:01 176024 0 614416 32.65 2616 1088488 1080420 36.87 433896 1074472 8 04:49:47 04:48:01 176216 0 614220 32.64 2616 1088492 1080336 36.87 446880 1061196 12 04:49:47 04:49:01 175672 0 614760 32.67 2616 1088496 1080336 36.87 446764 1061192 8 04:49:47 Average: 176102 0 614343 32.65 2616 1088483 1084821 37.02 431943 1075941 11 04:49:47 04:49:47 04:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:49:47 04:43:01 eth0 87.95 72.29 367.48 30.95 0.00 0.00 0.00 0.00 04:49:47 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:43:01 docker0 13.12 9.96 1.68 24.34 0.00 0.00 0.00 0.00 04:49:47 04:44:01 eth0 0.55 0.07 0.06 0.04 0.00 0.00 0.00 0.00 04:49:47 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:45:01 eth0 4.60 1.67 3.57 0.46 0.00 0.00 0.00 0.00 04:49:47 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:46:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 04:49:47 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:47:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 04:49:47 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:48:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:49:47 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 04:49:47 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 Average: eth0 13.38 10.63 53.04 4.51 0.00 0.00 0.00 0.00 04:49:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:49:47 Average: docker0 1.87 1.42 0.24 3.48 0.00 0.00 0.00 0.00 04:49:47 04:49:47 04:49:47 ---> sar -P ALL: 04:49:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 04:49:47 04:49:47 04:41:12 LINUX RESTART (4 CPU) 04:49:47 04:49:47 04:42:01 CPU %user %nice %system %iowait %steal %idle 04:49:47 04:43:01 all 2.78 0.00 1.90 0.72 0.00 94.60 04:49:47 04:43:01 0 2.21 0.00 1.99 1.56 0.00 94.25 04:49:47 04:43:01 1 2.44 0.00 1.66 0.50 0.00 95.40 04:49:47 04:43:01 2 3.01 0.00 1.82 0.49 0.00 94.68 04:49:47 04:43:01 3 3.45 0.00 2.11 0.35 0.00 94.09 04:49:47 04:44:01 all 0.14 0.00 0.04 0.00 0.00 99.82 04:49:47 04:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 04:49:47 04:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 04:49:47 04:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 04:49:47 04:44:01 3 0.43 0.00 0.05 0.00 0.00 99.52 04:49:47 04:45:01 all 0.20 0.00 0.12 0.00 0.01 99.67 04:49:47 04:45:01 0 0.07 0.00 0.07 0.00 0.02 99.85 04:49:47 04:45:01 1 0.10 0.00 0.15 0.00 0.00 99.75 04:49:47 04:45:01 2 0.07 0.00 0.13 0.00 0.02 99.78 04:49:47 04:45:01 3 0.57 0.00 0.13 0.00 0.00 99.30 04:49:47 04:46:01 all 0.15 0.00 0.04 0.00 0.00 99.81 04:49:47 04:46:01 0 0.00 0.00 0.03 0.00 0.00 99.97 04:49:47 04:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 04:49:47 04:46:01 2 0.02 0.00 0.08 0.00 0.00 99.90 04:49:47 04:46:01 3 0.55 0.00 0.02 0.00 0.00 99.43 04:49:47 04:47:01 all 0.16 0.00 0.03 0.00 0.00 99.81 04:49:47 04:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:49:47 04:47:01 1 0.33 0.00 0.02 0.00 0.00 99.65 04:49:47 04:47:01 2 0.07 0.00 0.05 0.00 0.00 99.88 04:49:47 04:47:01 3 0.23 0.00 0.03 0.00 0.00 99.73 04:49:47 04:48:01 all 0.14 0.00 0.05 0.00 0.00 99.82 04:49:47 04:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:49:47 04:48:01 1 0.52 0.00 0.05 0.00 0.00 99.43 04:49:47 04:48:01 2 0.00 0.00 0.10 0.00 0.00 99.90 04:49:47 04:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 04:49:47 04:49:01 all 0.07 0.00 0.06 0.00 0.00 99.87 04:49:47 04:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 04:49:47 04:49:01 1 0.18 0.00 0.10 0.00 0.00 99.72 04:49:47 04:49:01 2 0.03 0.00 0.10 0.00 0.00 99.87 04:49:47 04:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:49:47 Average: all 0.52 0.00 0.32 0.10 0.00 99.06 04:49:47 Average: 0 0.34 0.00 0.31 0.22 0.00 99.13 04:49:47 Average: 1 0.52 0.00 0.29 0.07 0.00 99.11 04:49:47 Average: 2 0.46 0.00 0.33 0.07 0.00 99.14 04:49:47 Average: 3 0.75 0.00 0.34 0.05 0.00 98.86 04:49:47 04:49:47 04:49:47