Pull request #179 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 07355228612828934d7917b8177258c9093cd58a+06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 (377c94db764187d0181052420581baa7aa07c77e) 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-mqtt-go, buildSnap:true] ========================================================= [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-mqtt-go-settings PROJECT: device-mqtt-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-mqtt-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: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12254’ Running on prd-centos7-docker-4c-2g-12257 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-179 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 into PR head commit 07355228612828934d7917b8177258c9093cd58a Merge succeeded, producing 07355228612828934d7917b8177258c9093cd58a Checking out Revision 07355228612828934d7917b8177258c9093cd58a (PR-179) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/179/head:refs/remotes/origin/PR-179 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07355228612828934d7917b8177258c9093cd58a # 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 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" First time build. Skipping changelog. > git rev-list --no-walk ced8a9762b11cd855a349cb69fd00ee291895ad5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:20:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:20:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:20:50 ========================================================= 16:20:50 EdgeX Global Pipelines Version Info 16:20:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:20:52 ------------------- 16:20:52 stable info: 16:20:52 ------------------- 16:20:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:20:52 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:20:52 Message: update stable to v1.0.162 16:20:53 ------------------- 16:20:53 experimental info: 16:20:53 ------------------- 16:20:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:20:53 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 16:20:53 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:20:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 16:20:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 16:20:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:20:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:20:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:20:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-179 [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-179 [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-179 [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 07355228612828934d7917b8177258c9093cd58a [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0735522 [Pipeline] echo 16:20:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:20:57 provisioning config files... 16:20:57 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/config6605479046988435863tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:20:57 ---> docker-login.sh 16:20:57 nexus3.edgexfoundry.org:10001 16:20:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:57 Configure a credential helper to remove this warning. See 16:20:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:57 16:20:57 Login Succeeded 16:20:57 nexus3.edgexfoundry.org:10002 16:20:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:57 Configure a credential helper to remove this warning. See 16:20:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:57 16:20:57 Login Succeeded 16:20:57 nexus3.edgexfoundry.org:10003 16:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:58 Configure a credential helper to remove this warning. See 16:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:58 16:20:58 Login Succeeded 16:20:58 nexus3.edgexfoundry.org:10004 16:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:58 Configure a credential helper to remove this warning. See 16:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:58 16:20:58 Login Succeeded 16:20:58 docker.io 16:20:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:58 Configure a credential helper to remove this warning. See 16:20:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:58 16:20:58 Login Succeeded 16:20:58 ---> docker-login.sh ends [Pipeline] } 16:20:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:20:59 + git log --format=format:%s -1 07355228612828934d7917b8177258c9093cd58a [Pipeline] echo 16:20:59 GIT_COMMIT: 07355228612828934d7917b8177258c9093cd58a, Commit Message: Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo 16:20:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:21:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:21:00 16:21:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:21:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:21:00 latest: Pulling from edgex-devops/git-semver 16:21:00 31603596830f: Pulling fs layer 16:21:00 2a8b12db71e7: Pulling fs layer 16:21:00 6ca5941a6612: Pulling fs layer 16:21:00 ecc8261a40a4: Pulling fs layer 16:21:00 ecc8261a40a4: Waiting 16:21:00 2a8b12db71e7: Verifying Checksum 16:21:00 2a8b12db71e7: Download complete 16:21:00 31603596830f: Verifying Checksum 16:21:00 31603596830f: Download complete 16:21:00 ecc8261a40a4: Verifying Checksum 16:21:00 ecc8261a40a4: Download complete 16:21:00 6ca5941a6612: Verifying Checksum 16:21:00 6ca5941a6612: Download complete 16:21:01 31603596830f: Pull complete 16:21:01 2a8b12db71e7: Pull complete 16:21:02 6ca5941a6612: Pull complete 16:21:02 ecc8261a40a4: Pull complete 16:21:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:21:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:21:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:21:02 prd-centos7-docker-4c-2g-12257 does not seem to be running inside a container 16:21:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-179 -v /w/workspace/gexfoundry_device-mqtt-go_PR-179:/w/workspace/gexfoundry_device-mqtt-go_PR-179:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:21:04 $ docker top 60c511a650c95339d6d2d11da3696522e3d119effbb5ca851aff80dd25e62f63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:21:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:21:04 [ssh-agent] Looking for ssh-agent implementation... 16:21:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:21:05 $ docker exec 60c511a650c95339d6d2d11da3696522e3d119effbb5ca851aff80dd25e62f63 ssh-agent 16:21:05 SSH_AUTH_SOCK=/tmp/ssh-QrB5dEPat3io/agent.12 16:21:05 SSH_AGENT_PID=18 16:21:05 Running ssh-add (command line suppressed) 16:21:05 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_2599734063298975662.key (/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_2599734063298975662.key) 16:21:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:21:05 + git tag --points-at HEAD [Pipeline] } 16:21:05 $ docker exec --env ******** --env ******** 60c511a650c95339d6d2d11da3696522e3d119effbb5ca851aff80dd25e62f63 ssh-agent -k 16:21:05 unset SSH_AUTH_SOCK; 16:21:05 unset SSH_AGENT_PID; 16:21:05 echo Agent pid 18 killed; 16:21:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:21:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:21:06 [ssh-agent] Looking for ssh-agent implementation... 16:21:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:21:06 $ docker exec 60c511a650c95339d6d2d11da3696522e3d119effbb5ca851aff80dd25e62f63 ssh-agent 16:21:06 SSH_AUTH_SOCK=/tmp/ssh-2ps40P1HWIe7/agent.47 16:21:06 SSH_AGENT_PID=52 16:21:06 Running ssh-add (command line suppressed) 16:21:06 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_861098206209164690.key (/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_861098206209164690.key) 16:21:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:21:07 + git semver init 16:21:07 # -> Open(): unable to determine branch for HEAD 16:21:07 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-179/.git 16:21:07 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-179 16:21:07 # $SEMVER_REMOTE_NAME = origin 16:21:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:21:07 # $SEMVER_USER_NAME = edgex-jenkins 16:21:07 # $SEMVER_BRANCH = PR-179 16:21:07 # $SEMVER_TEMP = /tmp/semver-662907044 16:21:07 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 16:21:07 # '/tmp/semver-662907044' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-179/.semver' 16:21:07 # -> Force: false 16:21:07 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-179/.semver [Pipeline] } 16:21:07 $ docker exec --env ******** --env ******** 60c511a650c95339d6d2d11da3696522e3d119effbb5ca851aff80dd25e62f63 ssh-agent -k 16:21:07 unset SSH_AUTH_SOCK; 16:21:07 unset SSH_AGENT_PID; 16:21:07 echo Agent pid 52 killed; 16:21:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:21:08 + git semver [Pipeline] } 16:21:08 $ docker stop --time=1 60c511a650c95339d6d2d11da3696522e3d119effbb5ca851aff80dd25e62f63 16:21:09 $ docker rm -f 60c511a650c95339d6d2d11da3696522e3d119effbb5ca851aff80dd25e62f63 [Pipeline] // withDockerContainer [Pipeline] sh 16:21:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:21:10 Stashed 1 file(s) [Pipeline] echo 16:21:10 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:21:26 Still waiting to schedule task 16:21:26 ‘prd-centos7-docker-4c-2g-12255’ is offline; ‘prd-centos7-docker-4c-2g-12259’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-11550’ doesn’t have label ‘centos7-docker-4c-2g’ 16:21:26 Still waiting to schedule task 16:21:26 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:22:53 Running on prd-centos7-docker-4c-2g-12263 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [Pipeline] { [Pipeline] ws 16:22:53 Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout 16:22:56 using credential edgex-jenkins-ssh 16:22:56 Cloning the remote Git repository 16:22:56 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 16:22:56 > git init /w/workspace/device-mqtt-go/7 # timeout=10 16:22:56 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:22:56 > git --version # timeout=10 16:22:56 > git --version # 'git version 2.16.5' 16:22:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:57 Merging remotes/origin/master commit 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 into PR head commit 07355228612828934d7917b8177258c9093cd58a 16:22:57 Merge succeeded, producing 07355228612828934d7917b8177258c9093cd58a 16:22:57 Checking out Revision 07355228612828934d7917b8177258c9093cd58a (PR-179) 16:22:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:22:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:57 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:22:57 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/179/head:refs/remotes/origin/PR-179 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:22:57 > git config core.sparsecheckout # timeout=10 16:22:57 > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 16:22:57 > git remote # timeout=10 16:22:57 > git config --get remote.origin.url # timeout=10 16:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:57 > git merge 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 16:22:57 > git rev-parse HEAD^{commit} # timeout=10 16:22:57 > git config core.sparsecheckout # timeout=10 16:22:57 > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 16:23:01 Commit message: "Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:23:02 provisioning config files... 16:23:02 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/7@tmp/config8389374260008635247tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:03 ---> docker-login.sh 16:23:03 nexus3.edgexfoundry.org:10001 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 nexus3.edgexfoundry.org:10002 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 nexus3.edgexfoundry.org:10003 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:03 Configure a credential helper to remove this warning. See 16:23:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:03 16:23:03 Login Succeeded 16:23:03 nexus3.edgexfoundry.org:10004 16:23:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:04 Configure a credential helper to remove this warning. See 16:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:04 16:23:04 Login Succeeded 16:23:04 docker.io 16:23:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:04 Configure a credential helper to remove this warning. See 16:23:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:04 16:23:04 Login Succeeded 16:23:04 ---> docker-login.sh ends [Pipeline] } 16:23:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:23:04 ========================================================= 16:23:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:23:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:23:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:23:05 Sending build context to Docker daemon 463.4kB 16:23:05 Step 1/8 : ARG BASE=golang:1.15-alpine 16:23:05 Step 2/8 : FROM ${BASE} 16:23:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:23:05 df20fa9351a1: Pulling fs layer 16:23:05 ed8968b2872e: Pulling fs layer 16:23:05 a92cc7c5fd73: Pulling fs layer 16:23:05 e871e8e8d7a9: Pulling fs layer 16:23:05 e73272ec9a57: Pulling fs layer 16:23:05 1e910a182e73: Pulling fs layer 16:23:05 4e634b169226: Pulling fs layer 16:23:05 e73272ec9a57: Waiting 16:23:05 1e910a182e73: Waiting 16:23:05 4e634b169226: Waiting 16:23:05 e871e8e8d7a9: Waiting 16:23:05 a92cc7c5fd73: Verifying Checksum 16:23:05 a92cc7c5fd73: Download complete 16:23:05 ed8968b2872e: Verifying Checksum 16:23:05 ed8968b2872e: Download complete 16:23:05 e73272ec9a57: Verifying Checksum 16:23:05 e73272ec9a57: Download complete 16:23:05 1e910a182e73: Verifying Checksum 16:23:05 1e910a182e73: Download complete 16:23:05 df20fa9351a1: Verifying Checksum 16:23:05 df20fa9351a1: Download complete 16:23:05 df20fa9351a1: Pull complete 16:23:05 ed8968b2872e: Pull complete 16:23:05 a92cc7c5fd73: Pull complete 16:23:07 4e634b169226: Verifying Checksum 16:23:07 4e634b169226: Download complete 16:23:08 e871e8e8d7a9: Verifying Checksum 16:23:08 e871e8e8d7a9: Download complete 16:23:14 e871e8e8d7a9: Pull complete 16:23:14 e73272ec9a57: Pull complete 16:23:14 1e910a182e73: Pull complete 16:23:20 4e634b169226: Pull complete 16:23:20 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:23:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:23:20 ---> f7629b54cfaa 16:23:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:23:20 ---> Running in 4fa3a566b54e 16:23:20 Removing intermediate container 4fa3a566b54e 16:23:20 ---> 4ebcf3f2dd6e 16:23:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:23:20 ---> Running in 5fc66c142138 16:23:21 Removing intermediate container 5fc66c142138 16:23:21 ---> d218c251a35d 16:23:21 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:23:21 ---> Running in ca2941d4d26d 16:23:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:23:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:23:24 (1/14) Installing libmagic (5.38-r0) 16:23:24 (2/14) Installing file (5.38-r0) 16:23:24 (3/14) Installing libc-dev (0.7.2-r3) 16:23:24 (4/14) Installing g++ (9.3.0-r2) 16:23:28 (5/14) Installing fortify-headers (1.1-r0) 16:23:28 (6/14) Installing patch (2.7.6-r6) 16:23:28 (7/14) Installing build-base (0.5-r2) 16:23:28 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:23:28 (9/14) Installing libedit (20191231.3.1-r0) 16:23:28 (10/14) Installing openssh-client (8.3_p1-r0) 16:23:28 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:23:28 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:23:28 (13/14) Installing openssh-server (8.3_p1-r0) 16:23:28 (14/14) Installing openssh (8.3_p1-r0) 16:23:28 Executing busybox-1.31.1-r16.trigger 16:23:28 OK: 237 MiB in 53 packages 16:23:33 Removing intermediate container ca2941d4d26d 16:23:33 ---> dd095ed67fc5 16:23:33 Step 6/8 : WORKDIR /device-mqtt-go 16:23:33 ---> Running in dbb3f0fa7574 16:23:33 Removing intermediate container dbb3f0fa7574 16:23:33 ---> 3ae58d146196 16:23:33 Step 7/8 : COPY . . 16:23:33 ---> 97c175e898d5 16:23:33 Step 8/8 : RUN go mod download 16:23:33 ---> Running in 7d3a28189a31 16:23:55 Removing intermediate container 7d3a28189a31 16:23:55 ---> 79e693ca650d 16:23:55 Successfully built 79e693ca650d 16:23:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:23:56 + docker inspect -f . ci-base-image-x86_64 16:23:56 . [Pipeline] withDockerContainer 16:23:56 prd-centos7-docker-4c-2g-12263 does not seem to be running inside a container 16:23:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:23:57 $ docker top fcc825fe1d106e1288ed16a62bd3510de420eccac2177fb6659ce466fa992f7f -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:57 + go version 16:23:57 go version go1.15.2 linux/amd64 [Pipeline] } 16:23:57 $ docker stop --time=1 fcc825fe1d106e1288ed16a62bd3510de420eccac2177fb6659ce466fa992f7f 16:23:58 $ docker rm -f fcc825fe1d106e1288ed16a62bd3510de420eccac2177fb6659ce466fa992f7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:59 + docker inspect -f . ci-base-image-x86_64 16:23:59 . [Pipeline] withDockerContainer 16:24:00 prd-centos7-docker-4c-2g-12263 does not seem to be running inside a container 16:24:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:24:00 $ docker top d47786f1579c57d9608500d8b10b58ddb85cf8ed8c70ce04cc7ffcebfbf18537 -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:01 + make test 16:24:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:24:02 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:24:14 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:24:15 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.010s coverage: 28.3% of statements 16:24:15 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:24:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:24:17 gofmt -l . 16:24:17 ["`gofmt -l .`" = ""] 16:24:17 ./bin/test-attribution-txt.sh 16:24:18 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 16:24:18 make: *** [Makefile:29: test] Error 1 [Pipeline] } 16:24:18 $ docker stop --time=1 d47786f1579c57d9608500d8b10b58ddb85cf8ed8c70ce04cc7ffcebfbf18537 16:24:20 $ docker rm -f d47786f1579c57d9608500d8b10b58ddb85cf8ed8c70ce04cc7ffcebfbf18537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:24:22 Failed in branch amd64 16:24:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12265 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [Pipeline] { [Pipeline] ws 16:24:22 Running in /w/workspace/device-mqtt-go/7 [Pipeline] { [Pipeline] checkout 16:24:28 using credential edgex-jenkins-ssh 16:24:28 Cloning the remote Git repository 16:24:28 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 16:24:28 > git init /w/workspace/device-mqtt-go/7 # timeout=10 16:24:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:24:28 > git --version # timeout=10 16:24:28 > git --version # 'git version 2.17.1' 16:24:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:24:30 Merging remotes/origin/master commit 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 into PR head commit 07355228612828934d7917b8177258c9093cd58a 16:24:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:24:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:24:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 16:24:29 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 16:24:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/179/head:refs/remotes/origin/PR-179 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:24:30 > git config core.sparsecheckout # timeout=10 16:24:30 > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 16:24:30 > git remote # timeout=10 16:24:30 > git config --get remote.origin.url # timeout=10 16:24:30 Merge succeeded, producing 07355228612828934d7917b8177258c9093cd58a 16:24:30 Checking out Revision 07355228612828934d7917b8177258c9093cd58a (PR-179) 16:24:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:24:30 > git merge 06d3741ca62ebd3e4d9b2e85a020dae99c1fa372 # timeout=10 16:24:30 > git rev-parse HEAD^{commit} # timeout=10 16:24:30 > git config core.sparsecheckout # timeout=10 16:24:30 > git checkout -f 07355228612828934d7917b8177258c9093cd58a # timeout=10 16:24:34 Commit message: "Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:24:35 provisioning config files... 16:24:35 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/7@tmp/config8912241407701554819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:24:36 ---> docker-login.sh 16:24:36 nexus3.edgexfoundry.org:10001 16:24:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:37 Configure a credential helper to remove this warning. See 16:24:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:37 16:24:37 Login Succeeded 16:24:37 nexus3.edgexfoundry.org:10002 16:24:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:38 Configure a credential helper to remove this warning. See 16:24:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:38 16:24:38 Login Succeeded 16:24:38 nexus3.edgexfoundry.org:10003 16:24:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:39 Configure a credential helper to remove this warning. See 16:24:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:39 16:24:39 Login Succeeded 16:24:39 nexus3.edgexfoundry.org:10004 16:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:39 Configure a credential helper to remove this warning. See 16:24:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:39 16:24:39 Login Succeeded 16:24:39 docker.io 16:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:24:40 Configure a credential helper to remove this warning. See 16:24:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:24:40 16:24:40 Login Succeeded 16:24:40 ---> docker-login.sh ends [Pipeline] } 16:24:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:24:41 ========================================================= 16:24:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:24:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:24:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:24:41 Sending build context to Docker daemon 463.4kB 16:24:42 Step 1/8 : ARG BASE=golang:1.15-alpine 16:24:42 Step 2/8 : FROM ${BASE} 16:24:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:24:42 b538f80385f9: Pulling fs layer 16:24:42 74f711af9a0d: Pulling fs layer 16:24:42 99f96fe45779: Pulling fs layer 16:24:42 8529a6b9a6be: Pulling fs layer 16:24:42 45590311c82a: Pulling fs layer 16:24:42 69ca0ff8b7b3: Pulling fs layer 16:24:42 209524e5b208: Pulling fs layer 16:24:42 8529a6b9a6be: Waiting 16:24:42 45590311c82a: Waiting 16:24:42 69ca0ff8b7b3: Waiting 16:24:42 209524e5b208: Waiting 16:24:42 99f96fe45779: Verifying Checksum 16:24:42 99f96fe45779: Download complete 16:24:42 b538f80385f9: Verifying Checksum 16:24:42 b538f80385f9: Download complete 16:24:42 45590311c82a: Verifying Checksum 16:24:42 45590311c82a: Download complete 16:24:42 69ca0ff8b7b3: Verifying Checksum 16:24:42 69ca0ff8b7b3: Download complete 16:24:42 74f711af9a0d: Verifying Checksum 16:24:42 74f711af9a0d: Download complete 16:24:42 b538f80385f9: Pull complete 16:24:43 74f711af9a0d: Pull complete 16:24:44 99f96fe45779: Pull complete 16:24:44 209524e5b208: Verifying Checksum 16:24:44 209524e5b208: Download complete 16:24:45 8529a6b9a6be: Verifying Checksum 16:24:45 8529a6b9a6be: Download complete 16:24:55 8529a6b9a6be: Pull complete 16:24:55 45590311c82a: Pull complete 16:24:55 69ca0ff8b7b3: Pull complete 16:24:59 209524e5b208: Pull complete 16:24:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:24:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:24:59 ---> 5bddaf1c2fca 16:24:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:25:02 ---> Running in 2faf77823c05 16:25:03 Removing intermediate container 2faf77823c05 16:25:03 ---> 077dc0c6e5dd 16:25:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:25:03 ---> Running in 7b4df3410ba5 16:25:05 Removing intermediate container 7b4df3410ba5 16:25:05 ---> 9a3357a9b516 16:25:05 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:25:05 ---> Running in 80e8575649f1 16:25:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:25:08 (1/14) Installing libmagic (5.38-r0) 16:25:08 (2/14) Installing file (5.38-r0) 16:25:08 (3/14) Installing libc-dev (0.7.2-r3) 16:25:08 (4/14) Installing g++ (9.3.0-r2) 16:25:15 (5/14) Installing fortify-headers (1.1-r0) 16:25:15 (6/14) Installing patch (2.7.6-r6) 16:25:15 (7/14) Installing build-base (0.5-r2) 16:25:15 (8/14) Installing openssh-keygen (8.3_p1-r0) 16:25:15 (9/14) Installing libedit (20191231.3.1-r0) 16:25:15 (10/14) Installing openssh-client (8.3_p1-r0) 16:25:15 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 16:25:15 (12/14) Installing openssh-server-common (8.3_p1-r0) 16:25:15 (13/14) Installing openssh-server (8.3_p1-r0) 16:25:15 (14/14) Installing openssh (8.3_p1-r0) 16:25:15 Executing busybox-1.31.1-r16.trigger 16:25:16 OK: 221 MiB in 53 packages 16:25:20 Removing intermediate container 80e8575649f1 16:25:20 ---> 9b1b57af29e9 16:25:20 Step 6/8 : WORKDIR /device-mqtt-go 16:25:20 ---> Running in 09898bc27685 16:25:21 Removing intermediate container 09898bc27685 16:25:21 ---> f29be17355da 16:25:21 Step 7/8 : COPY . . 16:25:21 ---> 1e6b7c35415f 16:25:21 Step 8/8 : RUN go mod download 16:25:22 ---> Running in cdab03b0dec7 16:25:49 Removing intermediate container cdab03b0dec7 16:25:49 ---> 846d2b950d8c 16:25:49 Successfully built 846d2b950d8c 16:25:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:25:49 + docker inspect -f . ci-base-image-arm64 16:25:49 . [Pipeline] withDockerContainer 16:25:49 prd-ubuntu18.04-docker-arm64-4c-16g-12265 does not seem to be running inside a container 16:25:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:25:51 $ docker top b6e5e2ca1b7b9dfd250159eef94ec584b130cb2bf4d767035027a91912a87735 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:52 + go version 16:25:52 go version go1.15.2 linux/arm64 [Pipeline] } 16:25:53 $ docker stop --time=1 b6e5e2ca1b7b9dfd250159eef94ec584b130cb2bf4d767035027a91912a87735 16:25:54 $ docker rm -f b6e5e2ca1b7b9dfd250159eef94ec584b130cb2bf4d767035027a91912a87735 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:25:56 + docker inspect -f . ci-base-image-arm64 16:25:56 . [Pipeline] withDockerContainer 16:25:56 prd-ubuntu18.04-docker-arm64-4c-16g-12265 does not seem to be running inside a container 16:25:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/7 -v /w/workspace/device-mqtt-go/7:/w/workspace/device-mqtt-go/7:rw,z -v /w/workspace/device-mqtt-go/7@tmp:/w/workspace/device-mqtt-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:25:58 $ docker top 2451bfb96c9b3e38ee1b062ae8deef1f0e967d65244ad8c43c1290e3ae492512 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:59 + make test 16:25:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:26:00 ? github.com/edgexfoundry/device-mqtt-go [no test files] 16:26:47 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 16:26:47 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.036s coverage: 28.3% of statements 16:26:47 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 16:26:47 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:26:53 gofmt -l . 16:26:53 ["`gofmt -l .`" = ""] 16:26:53 ./bin/test-attribution-txt.sh 16:26:53 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 16:26:53 make: *** [Makefile:29: test] Error 1 [Pipeline] } 16:26:53 $ docker stop --time=1 2451bfb96c9b3e38ee1b062ae8deef1f0e967d65244ad8c43c1290e3ae492512 16:26:55 $ docker rm -f 2451bfb96c9b3e38ee1b062ae8deef1f0e967d65244ad8c43c1290e3ae492512 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:26:57 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:27:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:27:01 ---> package-listing.sh 16:27:01 ++ facter osfamily 16:27:01 ++ tr '[:upper:]' '[:lower:]' 16:27:01 + OS_FAMILY=redhat 16:27:01 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-179 16:27:01 + START_PACKAGES=/tmp/packages_start.txt 16:27:01 + END_PACKAGES=/tmp/packages_end.txt 16:27:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:27:01 + PACKAGES=/tmp/packages_start.txt 16:27:01 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-179 ']' 16:27:01 + PACKAGES=/tmp/packages_end.txt 16:27:01 + case "${OS_FAMILY}" in 16:27:01 + rpm -qa 16:27:01 + sort 16:27:05 + '[' -f /tmp/packages_start.txt ']' 16:27:05 + '[' -f /tmp/packages_end.txt ']' 16:27:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:27:05 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-179 ']' 16:27:05 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-179/archives/ 16:27:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-179/archives/ [Pipeline] echo 16:27:05 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/gexfoundry_device-mqtt-go_PR-179/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:27:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:27:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:27:06 16:27:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:27:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:27:06 alpine: Pulling from edgex-lftools-log-publisher 16:27:06 df20fa9351a1: Pulling fs layer 16:27:06 36b3adc4ff6f: Pulling fs layer 16:27:06 8ad3a11d3b57: Pulling fs layer 16:27:06 46f8f816bc3b: Pulling fs layer 16:27:06 93b61091891f: Pulling fs layer 16:27:06 93b9cdb0e59b: Pulling fs layer 16:27:06 5e14af77c1be: Pulling fs layer 16:27:06 01666e4c0597: Pulling fs layer 16:27:06 aa168da1d23b: Pulling fs layer 16:27:06 46f8f816bc3b: Waiting 16:27:06 93b9cdb0e59b: Waiting 16:27:06 5e14af77c1be: Waiting 16:27:06 01666e4c0597: Waiting 16:27:06 93b61091891f: Waiting 16:27:06 aa168da1d23b: Waiting 16:27:06 36b3adc4ff6f: Verifying Checksum 16:27:06 36b3adc4ff6f: Download complete 16:27:06 46f8f816bc3b: Verifying Checksum 16:27:06 46f8f816bc3b: Download complete 16:27:06 df20fa9351a1: Verifying Checksum 16:27:06 df20fa9351a1: Download complete 16:27:06 93b9cdb0e59b: Verifying Checksum 16:27:06 93b9cdb0e59b: Download complete 16:27:06 5e14af77c1be: Verifying Checksum 16:27:06 5e14af77c1be: Download complete 16:27:06 01666e4c0597: Verifying Checksum 16:27:06 01666e4c0597: Download complete 16:27:06 93b61091891f: Verifying Checksum 16:27:06 93b61091891f: Download complete 16:27:07 df20fa9351a1: Pull complete 16:27:07 8ad3a11d3b57: Verifying Checksum 16:27:07 8ad3a11d3b57: Download complete 16:27:07 36b3adc4ff6f: Pull complete 16:27:08 8ad3a11d3b57: Pull complete 16:27:08 46f8f816bc3b: Pull complete 16:27:08 93b61091891f: Pull complete 16:27:09 93b9cdb0e59b: Pull complete 16:27:09 5e14af77c1be: Pull complete 16:27:09 01666e4c0597: Pull complete 16:27:09 aa168da1d23b: Verifying Checksum 16:27:09 aa168da1d23b: Download complete 16:27:17 aa168da1d23b: Pull complete 16:27:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:27:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:27:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:27:18 prd-centos7-docker-4c-2g-12257 does not seem to be running inside a container 16:27:18 $ 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/gexfoundry_device-mqtt-go_PR-179/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-179 -v /w/workspace/gexfoundry_device-mqtt-go_PR-179:/w/workspace/gexfoundry_device-mqtt-go_PR-179:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:27:21 $ docker top a937df56b0ecbaf861efd520c3c3c261840bb6bc1f19c391802536d53a9da27a -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:22 + touch /tmp/pre-build-complete [Pipeline] sh 16:27:22 + mkdir -p /var/log/sa [Pipeline] sh 16:27:22 + ls /var/log/sa-host 16:27:22 + sadf -c /var/log/sa-host/sa05 16:27:22 file_magic: OK 16:27:22 HZ: Using current value: 100 16:27:22 file_header: OK 16:27:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:27:22 Statistics: 16:27:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:27:22 File successfully converted to sysstat format version 12.2.1 16:27:22 + sadf -c /var/log/sa-host/sa16 16:27:22 file_magic: OK 16:27:22 HZ: Using current value: 100 16:27:22 file_header: OK 16:27:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:27:22 Statistics: 16:27:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:27:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:27:23 provisioning config files... 16:27:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/config3159873774315400562tmp [Pipeline] { [Pipeline] echo 16:27:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:27:23 ---> create-netrc.sh [Pipeline] } 16:27:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:27:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:27:23 ---> python-tools-install.sh [Pipeline] echo 16:27:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:27:24 ---> sudo-logs.sh 16:27:24 Archiving 'sudo' log.. [Pipeline] echo 16:27:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:27:24 ---> job-cost.sh 16:27:24 lf-activate-venv: SKIPPING 16:27:24 INFO: No Stack... 16:27:25 INFO: Retrieving Pricing Info for: v1-standard-2 16:27:25 INFO: Archiving Costs [Pipeline] echo 16:27:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:27:25 ---> logs-deploy.sh 16:27:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-179/7 16:27:25 INFO: archiving workspace using pattern(s): 16:27:27 Archives upload complete. 16:27:27 INFO: archiving logs to Nexus 16:27:28 ---> uname -a: 16:27:28 Linux prd-centos7-docker-4c-2g-12257.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:27:28 16:27:28