Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2+b247510d13ba8e9fad57040faa04d23d7bfdafc2 (ce91445a29829d5ad9c44392e91981e85e2b555d) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21722 in /w/workspace/gexfoundry_device-mqtt-go_PR-208 [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-208 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 Merge succeeded, producing 7973f23b471115579292fe0d90c7e919797e376f Checking out Revision 7973f23b471115579292fe0d90c7e919797e376f (PR-208) 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 --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/208/head:refs/remotes/origin/PR-208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 # 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 b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7973f23b471115579292fe0d90c7e919797e376f # timeout=10 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" > git rev-list --no-walk 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:18:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:18:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:18:25 ========================================================= 23:18:25 EdgeX Global Pipelines Version Info 23:18:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:18:27 ------------------- 23:18:27 stable info: 23:18:27 ------------------- 23:18:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:18:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:18:27 Message: update stable to v1.0.179 23:18:28 ------------------- 23:18:28 experimental info: 23:18:28 ------------------- 23:18:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:18:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:18:28 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:18:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:18:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:18:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:18:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-208 [Pipeline] echo 23:18:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-208 [Pipeline] echo 23:18:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-208 [Pipeline] echo 23:18:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7973f23b471115579292fe0d90c7e919797e376f [Pipeline] echo 23:18:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7973f23 [Pipeline] echo 23:18:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:18:31 provisioning config files... 23:18:31 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp/config3196360392542301191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:18:32 ---> docker-login.sh 23:18:32 nexus3.edgexfoundry.org:10001 23:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:32 Configure a credential helper to remove this warning. See 23:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:32 23:18:32 Login Succeeded 23:18:32 nexus3.edgexfoundry.org:10002 23:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:32 Configure a credential helper to remove this warning. See 23:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:32 23:18:32 Login Succeeded 23:18:32 nexus3.edgexfoundry.org:10003 23:18:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:32 Configure a credential helper to remove this warning. See 23:18:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:32 23:18:32 Login Succeeded 23:18:32 nexus3.edgexfoundry.org:10004 23:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:33 Configure a credential helper to remove this warning. See 23:18:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:33 23:18:33 Login Succeeded 23:18:33 docker.io 23:18:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:33 Configure a credential helper to remove this warning. See 23:18:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:33 23:18:33 Login Succeeded 23:18:33 ---> docker-login.sh ends [Pipeline] } 23:18:33 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 23:18:34 + git log --format=format:%s -1 7973f23b471115579292fe0d90c7e919797e376f [Pipeline] echo 23:18:34 GIT_COMMIT: 7973f23b471115579292fe0d90c7e919797e376f, Commit Message: Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD [Pipeline] echo 23:18:34 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:18:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:35 23:18:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:18:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:35 latest: Pulling from edgex-devops/git-semver 23:18:35 31603596830f: Pulling fs layer 23:18:35 2a8b12db71e7: Pulling fs layer 23:18:35 6ca5941a6612: Pulling fs layer 23:18:35 ecc8261a40a4: Pulling fs layer 23:18:35 ecc8261a40a4: Waiting 23:18:35 2a8b12db71e7: Verifying Checksum 23:18:35 2a8b12db71e7: Download complete 23:18:35 31603596830f: Verifying Checksum 23:18:35 31603596830f: Download complete 23:18:35 ecc8261a40a4: Verifying Checksum 23:18:35 ecc8261a40a4: Download complete 23:18:35 6ca5941a6612: Verifying Checksum 23:18:35 6ca5941a6612: Download complete 23:18:36 31603596830f: Pull complete 23:18:36 2a8b12db71e7: Pull complete 23:18:37 6ca5941a6612: Pull complete 23:18:37 ecc8261a40a4: Pull complete 23:18:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:18:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:18:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:18:37 prd-centos7-docker-4c-2g-21722 does not seem to be running inside a container 23:18:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-208 -v /w/workspace/gexfoundry_device-mqtt-go_PR-208:/w/workspace/gexfoundry_device-mqtt-go_PR-208:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:18:39 $ docker top 9af63460cd0f25206bba4b6051369af4c07810cc234961e14a2147fe7c81b413 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:18:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:18:39 [ssh-agent] Looking for ssh-agent implementation... 23:18:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:18:40 $ docker exec 9af63460cd0f25206bba4b6051369af4c07810cc234961e14a2147fe7c81b413 ssh-agent 23:18:40 SSH_AUTH_SOCK=/tmp/ssh-z61AJSBLv96w/agent.12 23:18:40 SSH_AGENT_PID=17 23:18:40 Running ssh-add (command line suppressed) 23:18:40 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp/private_key_1526881250699043335.key (/w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp/private_key_1526881250699043335.key) 23:18:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:18:40 + git tag --points-at HEAD [Pipeline] } 23:18:40 $ docker exec --env ******** --env ******** 9af63460cd0f25206bba4b6051369af4c07810cc234961e14a2147fe7c81b413 ssh-agent -k 23:18:41 unset SSH_AUTH_SOCK; 23:18:41 unset SSH_AGENT_PID; 23:18:41 echo Agent pid 17 killed; 23:18:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:18:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:18:41 [ssh-agent] Looking for ssh-agent implementation... 23:18:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:18:41 $ docker exec 9af63460cd0f25206bba4b6051369af4c07810cc234961e14a2147fe7c81b413 ssh-agent 23:18:41 SSH_AUTH_SOCK=/tmp/ssh-ayQ9XOMfQLy6/agent.45 23:18:41 SSH_AGENT_PID=50 23:18:41 Running ssh-add (command line suppressed) 23:18:41 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp/private_key_3846013525996993238.key (/w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp/private_key_3846013525996993238.key) 23:18:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:18:42 + git semver init 23:18:42 # -> Open(): unable to determine branch for HEAD 23:18:42 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-208/.git 23:18:42 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-208 23:18:42 # $SEMVER_REMOTE_NAME = origin 23:18:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:18:42 # $SEMVER_USER_NAME = edgex-jenkins 23:18:42 # $SEMVER_BRANCH = PR-208 23:18:42 # $SEMVER_TEMP = /tmp/semver-768308625 23:18:42 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 23:18:42 # '/tmp/semver-768308625' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-208/.semver' 23:18:42 # -> Force: false 23:18:42 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-208/.semver [Pipeline] } 23:18:42 $ docker exec --env ******** --env ******** 9af63460cd0f25206bba4b6051369af4c07810cc234961e14a2147fe7c81b413 ssh-agent -k 23:18:42 unset SSH_AUTH_SOCK; 23:18:42 unset SSH_AGENT_PID; 23:18:42 echo Agent pid 50 killed; 23:18:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:18:43 + git semver [Pipeline] } 23:18:43 $ docker stop --time=1 9af63460cd0f25206bba4b6051369af4c07810cc234961e14a2147fe7c81b413 23:18:44 $ docker rm -f 9af63460cd0f25206bba4b6051369af4c07810cc234961e14a2147fe7c81b413 [Pipeline] // withDockerContainer [Pipeline] sh 23:18:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:18:45 Stashed 1 file(s) [Pipeline] echo 23:18:45 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:19:01 Still waiting to schedule task 23:19:01 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21712’ is offline; ‘prd-centos7-docker-4c-2g-21713’ is offline; ‘prd-centos7-docker-4c-2g-21719’ is offline; ‘prd-centos7-docker-4c-2g-21726’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21717’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-21718’ doesn’t have label ‘centos7-docker-4c-2g’ 23:19:01 Still waiting to schedule task 23:19:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:21:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21728 in /w/workspace/gexfoundry_device-mqtt-go_PR-208 [Pipeline] { [Pipeline] ws 23:21:41 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:21:46 using credential edgex-jenkins-ssh 23:21:46 Cloning the remote Git repository 23:21:47 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:21:47 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:21:47 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:21:47 > git --version # timeout=10 23:21:47 > git --version # 'git version 2.17.1' 23:21:47 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:21:48 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:21:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:21:48 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:21:48 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:21:48 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/208/head:refs/remotes/origin/PR-208 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:21:49 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 23:21:50 Merge succeeded, producing f1e5d6d54db3c81ec59a0b70841c62d1ff021e57 23:21:50 Checking out Revision f1e5d6d54db3c81ec59a0b70841c62d1ff021e57 (PR-208) 23:21:49 > git config core.sparsecheckout # timeout=10 23:21:49 > git checkout -f 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 # timeout=10 23:21:49 > git remote # timeout=10 23:21:49 > git config --get remote.origin.url # timeout=10 23:21:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:49 > git merge b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 23:21:50 > git rev-parse HEAD^{commit} # timeout=10 23:21:50 > git config core.sparsecheckout # timeout=10 23:21:50 > git checkout -f f1e5d6d54db3c81ec59a0b70841c62d1ff021e57 # timeout=10 23:21:54 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" 23:21:54 > git rev-list --no-walk 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:21:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:21:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:21:57 + sudo service docker restart 23:21:57 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:21:59 provisioning config files... 23:21:59 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config2523495944158252978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:21:59 ---> docker-login.sh 23:21:59 nexus3.edgexfoundry.org:10001 23:22:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:01 Configure a credential helper to remove this warning. See 23:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:01 23:22:01 Login Succeeded 23:22:01 nexus3.edgexfoundry.org:10002 23:22:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:01 Configure a credential helper to remove this warning. See 23:22:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:01 23:22:01 Login Succeeded 23:22:01 nexus3.edgexfoundry.org:10003 23:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:02 Configure a credential helper to remove this warning. See 23:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:02 23:22:02 Login Succeeded 23:22:02 nexus3.edgexfoundry.org:10004 23:22:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:02 Configure a credential helper to remove this warning. See 23:22:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:02 23:22:02 Login Succeeded 23:22:02 docker.io 23:22:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:03 Configure a credential helper to remove this warning. See 23:22:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:03 23:22:03 Login Succeeded 23:22:03 ---> docker-login.sh ends [Pipeline] } 23:22:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:22:03 ========================================================= 23:22:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:22:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:22:04 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:22:04 Sending build context to Docker daemon 486.9kB 23:22:04 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:22:04 Step 2/8 : FROM ${BASE} 23:22:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:22:04 5f621e34cdf4: Pulling fs layer 23:22:04 a4357932f1b6: Pulling fs layer 23:22:04 18c013af1878: Pulling fs layer 23:22:04 00ac8860ef70: Pulling fs layer 23:22:04 63d7cb157983: Pulling fs layer 23:22:04 b116817d02f9: Pulling fs layer 23:22:04 745a02a5169b: Pulling fs layer 23:22:04 00ac8860ef70: Waiting 23:22:04 63d7cb157983: Waiting 23:22:04 b116817d02f9: Waiting 23:22:04 745a02a5169b: Waiting 23:22:04 18c013af1878: Verifying Checksum 23:22:04 18c013af1878: Download complete 23:22:04 a4357932f1b6: Verifying Checksum 23:22:04 a4357932f1b6: Download complete 23:22:04 63d7cb157983: Verifying Checksum 23:22:04 63d7cb157983: Download complete 23:22:04 b116817d02f9: Verifying Checksum 23:22:04 b116817d02f9: Download complete 23:22:05 5f621e34cdf4: Verifying Checksum 23:22:05 5f621e34cdf4: Download complete 23:22:06 5f621e34cdf4: Pull complete 23:22:06 a4357932f1b6: Pull complete 23:22:06 18c013af1878: Pull complete 23:22:07 745a02a5169b: Download complete 23:22:08 00ac8860ef70: Verifying Checksum 23:22:08 00ac8860ef70: Download complete 23:22:10 Running on prd-centos7-docker-4c-2g-21734 in /w/workspace/gexfoundry_device-mqtt-go_PR-208 [Pipeline] { [Pipeline] ws 23:22:10 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:22:14 using credential edgex-jenkins-ssh 23:22:14 Cloning the remote Git repository 23:22:14 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:22:14 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:22:14 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:22:14 > git --version # timeout=10 23:22:14 > git --version # 'git version 2.24.3' 23:22:14 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:22:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:14 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:22:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:22:15 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/208/head:refs/remotes/origin/PR-208 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:22:15 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 23:22:15 Merge succeeded, producing 2a7c05ea144c356d5f4da3aadbbd1f1dfc0f2625 23:22:15 Checking out Revision 2a7c05ea144c356d5f4da3aadbbd1f1dfc0f2625 (PR-208) 23:22:15 > git config core.sparsecheckout # timeout=10 23:22:15 > git checkout -f 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 # timeout=10 23:22:15 > git remote # timeout=10 23:22:15 > git config --get remote.origin.url # timeout=10 23:22:15 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:15 > git merge b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 23:22:15 > git rev-parse HEAD^{commit} # timeout=10 23:22:15 > git config core.sparsecheckout # timeout=10 23:22:15 > git checkout -f 2a7c05ea144c356d5f4da3aadbbd1f1dfc0f2625 # timeout=10 23:22:19 00ac8860ef70: Pull complete 23:22:19 63d7cb157983: Pull complete 23:22:19 b116817d02f9: Pull complete 23:22:19 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" 23:22:19 > git rev-list --no-walk 5dc0bc9dc7457280f68ca27c7023fed29ea34cb2 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:22:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:22:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:22:21 + true 23:22:21 + sudo service docker restart 23:22:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:22:22 provisioning config files... 23:22:22 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config3914031448339819167tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:22 ---> docker-login.sh 23:22:22 nexus3.edgexfoundry.org:10001 23:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:23 Configure a credential helper to remove this warning. See 23:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:23 23:22:23 Login Succeeded 23:22:23 nexus3.edgexfoundry.org:10002 23:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:23 Configure a credential helper to remove this warning. See 23:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:23 23:22:23 Login Succeeded 23:22:23 nexus3.edgexfoundry.org:10003 23:22:23 745a02a5169b: Pull complete 23:22:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:22:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:22:23 ---> b7e6874047d6 23:22:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:23 Configure a credential helper to remove this warning. See 23:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:23 23:22:23 Login Succeeded 23:22:23 nexus3.edgexfoundry.org:10004 23:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:23 Configure a credential helper to remove this warning. See 23:22:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:23 23:22:23 Login Succeeded 23:22:23 docker.io 23:22:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:24 Configure a credential helper to remove this warning. See 23:22:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:24 23:22:24 Login Succeeded 23:22:24 ---> docker-login.sh ends [Pipeline] } 23:22:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:22:24 ========================================================= 23:22:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:22:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:22:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:22:25 Sending build context to Docker daemon 487.9kB 23:22:25 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:22:25 Step 2/8 : FROM ${BASE} 23:22:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:22:25 188c0c94c7c5: Pulling fs layer 23:22:25 0ef7d3d256c8: Pulling fs layer 23:22:25 de9db76c5a1d: Pulling fs layer 23:22:25 bca2f99d35d6: Pulling fs layer 23:22:25 93359f2a8cfa: Pulling fs layer 23:22:25 7c6f9722023f: Pulling fs layer 23:22:25 a35cf1a2eb13: Pulling fs layer 23:22:25 bca2f99d35d6: Waiting 23:22:25 93359f2a8cfa: Waiting 23:22:25 7c6f9722023f: Waiting 23:22:25 a35cf1a2eb13: Waiting 23:22:25 de9db76c5a1d: Verifying Checksum 23:22:25 de9db76c5a1d: Download complete 23:22:25 0ef7d3d256c8: Verifying Checksum 23:22:25 0ef7d3d256c8: Download complete 23:22:25 93359f2a8cfa: Verifying Checksum 23:22:25 93359f2a8cfa: Download complete 23:22:25 7c6f9722023f: Verifying Checksum 23:22:25 7c6f9722023f: Download complete 23:22:25 188c0c94c7c5: Verifying Checksum 23:22:25 188c0c94c7c5: Download complete 23:22:25 188c0c94c7c5: Pull complete 23:22:25 0ef7d3d256c8: Pull complete 23:22:25 de9db76c5a1d: Pull complete 23:22:26 ---> Running in 2dcd88a0345a 23:22:26 Removing intermediate container 2dcd88a0345a 23:22:26 ---> a76f91672759 23:22:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:26 ---> Running in 012d01054455 23:22:27 a35cf1a2eb13: Verifying Checksum 23:22:27 a35cf1a2eb13: Download complete 23:22:27 bca2f99d35d6: Verifying Checksum 23:22:27 bca2f99d35d6: Download complete 23:22:29 Removing intermediate container 012d01054455 23:22:29 ---> c9f6a3105d82 23:22:29 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:22:29 ---> Running in cccf984e9a47 23:22:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:22:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:22:33 bca2f99d35d6: Pull complete 23:22:33 93359f2a8cfa: Pull complete 23:22:33 7c6f9722023f: Pull complete 23:22:35 (1/14) Installing libmagic (5.38-r0) 23:22:36 (2/14) Installing file (5.38-r0) 23:22:36 (3/14) Installing libc-dev (0.7.2-r3) 23:22:36 (4/14) Installing g++ (9.3.0-r2) 23:22:37 a35cf1a2eb13: Pull complete 23:22:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:22:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:22:37 ---> a62c8e92a672 23:22:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:22:37 ---> Running in 818809979bf8 23:22:37 Removing intermediate container 818809979bf8 23:22:37 ---> bb7875a075af 23:22:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:37 ---> Running in 78df58daa827 23:22:38 Removing intermediate container 78df58daa827 23:22:38 ---> 6352813f5109 23:22:38 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:22:38 ---> Running in 043f7a981f65 23:22:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:22:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:22:41 (1/14) Installing libmagic (5.38-r0) 23:22:42 (2/14) Installing file (5.38-r0) 23:22:42 (3/14) Installing libc-dev (0.7.2-r3) 23:22:42 (4/14) Installing g++ (9.3.0-r2) 23:22:54 (5/14) Installing fortify-headers (1.1-r0) 23:22:54 (6/14) Installing patch (2.7.6-r6) 23:22:54 (7/14) Installing build-base (0.5-r2) 23:22:54 (8/14) Installing openssh-keygen (8.3_p1-r1) 23:22:54 (9/14) Installing libedit (20191231.3.1-r0) 23:22:54 (10/14) Installing openssh-client (8.3_p1-r1) 23:22:54 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:22:54 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:22:54 (13/14) Installing openssh-server (8.3_p1-r1) 23:22:54 (14/14) Installing openssh (8.3_p1-r1) 23:22:54 Executing busybox-1.31.1-r19.trigger 23:22:54 OK: 221 MiB in 53 packages 23:22:58 Removing intermediate container cccf984e9a47 23:22:58 ---> 6b489f4cba15 23:22:58 Step 6/8 : WORKDIR /device-mqtt-go 23:22:58 ---> Running in 2d03c31e483c 23:22:58 Removing intermediate container 2d03c31e483c 23:22:58 ---> de99cf2cd3bd 23:22:58 Step 7/8 : COPY . . 23:22:59 ---> 396f73adf103 23:22:59 Step 8/8 : RUN go mod download 23:22:59 ---> Running in 1091eb683bf4 23:23:04 (5/14) Installing fortify-headers (1.1-r0) 23:23:04 (6/14) Installing patch (2.7.6-r6) 23:23:04 (7/14) Installing build-base (0.5-r2) 23:23:04 (8/14) Installing openssh-keygen (8.3_p1-r1) 23:23:04 (9/14) Installing libedit (20191231.3.1-r0) 23:23:04 (10/14) Installing openssh-client (8.3_p1-r1) 23:23:07 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:23:07 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:23:07 (13/14) Installing openssh-server (8.3_p1-r1) 23:23:07 (14/14) Installing openssh (8.3_p1-r1) 23:23:07 Executing busybox-1.31.1-r19.trigger 23:23:07 OK: 237 MiB in 53 packages 23:23:10 Removing intermediate container 043f7a981f65 23:23:10 ---> a4d97518c645 23:23:10 Step 6/8 : WORKDIR /device-mqtt-go 23:23:10 ---> Running in d0f340cb2bc7 23:23:10 Removing intermediate container d0f340cb2bc7 23:23:10 ---> 9b11f32b2c7d 23:23:10 Step 7/8 : COPY . . 23:23:11 ---> eb8e2cdf8cfb 23:23:11 Step 8/8 : RUN go mod download 23:23:11 ---> Running in a6e073f616ee 23:23:26 Removing intermediate container 1091eb683bf4 23:23:26 ---> 7eb26bd07c8d 23:23:26 Successfully built 7eb26bd07c8d 23:23:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:23:27 + docker inspect -f . ci-base-image-arm64 23:23:27 . [Pipeline] withDockerContainer 23:23:27 prd-ubuntu18.04-docker-arm64-4c-16g-21728 does not seem to be running inside a container 23:23:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 23:23:28 $ docker top c1f6b3d27b0efc956fc9677da7bd4455ba74b89e4c766e2b1760d44748168a72 -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:30 + go version 23:23:30 go version go1.15.5 linux/arm64 [Pipeline] } 23:23:30 $ docker stop --time=1 c1f6b3d27b0efc956fc9677da7bd4455ba74b89e4c766e2b1760d44748168a72 23:23:32 $ docker rm -f c1f6b3d27b0efc956fc9677da7bd4455ba74b89e4c766e2b1760d44748168a72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:23:33 + docker inspect -f . ci-base-image-arm64 23:23:33 . [Pipeline] withDockerContainer 23:23:33 prd-ubuntu18.04-docker-arm64-4c-16g-21728 does not seem to be running inside a container 23:23:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 23:23:33 Removing intermediate container a6e073f616ee 23:23:33 ---> 386a0d91cb7e 23:23:33 Successfully built 386a0d91cb7e 23:23:33 Successfully tagged ci-base-image-x86_64:latest 23:23:35 $ docker top ac3faec940859ced9d1b91199fddfbe410d2a0493bf0478d8945461e5cac9f37 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 23:23:35 + docker inspect -f . ci-base-image-x86_64 23:23:35 . [Pipeline] withDockerContainer 23:23:35 prd-centos7-docker-4c-2g-21734 does not seem to be running inside a container 23:23:35 + make test 23:23:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:23:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-x86_64 cat 23:23:36 $ docker top f4dd96c27524641544f034a29a4cae940614f4346abb04a677c63c7ce9d387d9 -eo pid,comm 23:23:36 ? github.com/edgexfoundry/device-mqtt-go [no test files] [Pipeline] { [Pipeline] sh 23:23:37 + go version 23:23:37 go version go1.15.5 linux/amd64 [Pipeline] } 23:23:37 $ docker stop --time=1 f4dd96c27524641544f034a29a4cae940614f4346abb04a677c63c7ce9d387d9 23:23:38 $ docker rm -f f4dd96c27524641544f034a29a4cae940614f4346abb04a677c63c7ce9d387d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:23:39 + docker inspect -f . ci-base-image-x86_64 23:23:39 . [Pipeline] withDockerContainer 23:23:39 prd-centos7-docker-4c-2g-21734 does not seem to be running inside a container 23:23:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-x86_64 cat 23:23:40 $ docker top 01aa7db0e9894f434d591e828cd152147db7a1d1ec50a734c7601bb33fbb3d6d -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:41 + make test 23:23:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:23:42 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:23:55 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 23:23:55 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.011s coverage: 28.3% of statements 23:23:55 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 23:23:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:23:57 gofmt -l . 23:23:57 ["`gofmt -l .`" = ""] 23:23:57 ./bin/test-attribution-txt.sh 23:23:58 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:23:58 make: *** [Makefile:29: test] Error 1 [Pipeline] } 23:23:58 $ docker stop --time=1 01aa7db0e9894f434d591e828cd152147db7a1d1ec50a734c7601bb33fbb3d6d 23:24:01 $ docker rm -f 01aa7db0e9894f434d591e828cd152147db7a1d1ec50a734c7601bb33fbb3d6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:24:03 Failed in branch amd64 23:24:16 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 23:24:16 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.036s coverage: 28.3% of statements 23:24:16 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 23:24:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:24:25 gofmt -l . 23:24:25 ["`gofmt -l .`" = ""] 23:24:25 ./bin/test-attribution-txt.sh 23:24:25 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 23:24:25 make: *** [Makefile:29: test] Error 1 [Pipeline] } 23:24:25 $ docker stop --time=1 ac3faec940859ced9d1b91199fddfbe410d2a0493bf0478d8945461e5cac9f37 23:24:27 $ docker rm -f ac3faec940859ced9d1b91199fddfbe410d2a0493bf0478d8945461e5cac9f37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:24:29 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:24:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:24:33 ---> package-listing.sh 23:24:33 ++ facter osfamily 23:24:33 ++ tr '[:upper:]' '[:lower:]' 23:24:33 + OS_FAMILY=redhat 23:24:33 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-208 23:24:33 + START_PACKAGES=/tmp/packages_start.txt 23:24:33 + END_PACKAGES=/tmp/packages_end.txt 23:24:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:24:33 + PACKAGES=/tmp/packages_start.txt 23:24:33 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-208 ']' 23:24:33 + PACKAGES=/tmp/packages_end.txt 23:24:33 + case "${OS_FAMILY}" in 23:24:33 + rpm -qa 23:24:33 + sort 23:24:38 + '[' -f /tmp/packages_start.txt ']' 23:24:38 + '[' -f /tmp/packages_end.txt ']' 23:24:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:24:38 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-208 ']' 23:24:38 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-208/archives/ 23:24:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-208/archives/ [Pipeline] echo 23:24:38 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-208/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:24:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:24:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:24:39 23:24:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:24:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:24:39 alpine: Pulling from edgex-lftools-log-publisher 23:24:39 df20fa9351a1: Pulling fs layer 23:24:39 36b3adc4ff6f: Pulling fs layer 23:24:39 8ad3a11d3b57: Pulling fs layer 23:24:39 46f8f816bc3b: Pulling fs layer 23:24:39 93b61091891f: Pulling fs layer 23:24:39 93b9cdb0e59b: Pulling fs layer 23:24:39 5e14af77c1be: Pulling fs layer 23:24:39 01666e4c0597: Pulling fs layer 23:24:39 aa168da1d23b: Pulling fs layer 23:24:39 46f8f816bc3b: Waiting 23:24:39 93b61091891f: Waiting 23:24:39 93b9cdb0e59b: Waiting 23:24:39 5e14af77c1be: Waiting 23:24:39 01666e4c0597: Waiting 23:24:39 aa168da1d23b: Waiting 23:24:39 36b3adc4ff6f: Verifying Checksum 23:24:39 36b3adc4ff6f: Download complete 23:24:39 46f8f816bc3b: Verifying Checksum 23:24:39 46f8f816bc3b: Download complete 23:24:40 df20fa9351a1: Download complete 23:24:40 93b61091891f: Verifying Checksum 23:24:40 93b61091891f: Download complete 23:24:40 93b9cdb0e59b: Verifying Checksum 23:24:40 93b9cdb0e59b: Download complete 23:24:40 5e14af77c1be: Verifying Checksum 23:24:40 5e14af77c1be: Download complete 23:24:40 01666e4c0597: Verifying Checksum 23:24:40 01666e4c0597: Download complete 23:24:40 df20fa9351a1: Pull complete 23:24:40 8ad3a11d3b57: Verifying Checksum 23:24:40 8ad3a11d3b57: Download complete 23:24:40 36b3adc4ff6f: Pull complete 23:24:41 8ad3a11d3b57: Pull complete 23:24:41 46f8f816bc3b: Pull complete 23:24:42 93b61091891f: Pull complete 23:24:42 aa168da1d23b: Verifying Checksum 23:24:42 aa168da1d23b: Download complete 23:24:42 93b9cdb0e59b: Pull complete 23:24:43 5e14af77c1be: Pull complete 23:24:43 01666e4c0597: Pull complete 23:24:51 aa168da1d23b: Pull complete 23:24:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:24:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:24:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:24:51 prd-centos7-docker-4c-2g-21722 does not seem to be running inside a container 23:24:51 $ 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-208/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-208 -v /w/workspace/gexfoundry_device-mqtt-go_PR-208:/w/workspace/gexfoundry_device-mqtt-go_PR-208:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-208@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:24:55 $ docker top 97d06eee57b3d4d90d73411d88fca872f371d0853e5dad1505ad8d8c69ca457c -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:56 + touch /tmp/pre-build-complete [Pipeline] sh 23:24:56 + mkdir -p /var/log/sa [Pipeline] sh 23:24:56 + ls /var/log/sa-host 23:24:56 + sadf -c /var/log/sa-host/sa20 23:24:56 file_magic: OK 23:24:56 HZ: Using current value: 100 23:24:56 file_header: OK 23:24:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:24:56 Statistics: 23:24:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:24:56 File successfully converted to sysstat format version 12.2.1 23:24:56 + sadf -c /var/log/sa-host/sa23 23:24:56 file_magic: OK 23:24:56 HZ: Using current value: 100 23:24:56 file_header: OK 23:24:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:24:56 Statistics: 23:24:56 Hnuu...uuuununununu... 23:24:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:24:56 provisioning config files... 23:24:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-208@tmp/config7007688762352573367tmp [Pipeline] { [Pipeline] echo 23:24:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:24:57 ---> create-netrc.sh [Pipeline] } 23:24:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:24:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:24:57 ---> python-tools-install.sh [Pipeline] echo 23:24:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:24:58 ---> sudo-logs.sh 23:24:58 Archiving 'sudo' log.. [Pipeline] echo 23:24:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:24:58 ---> job-cost.sh 23:24:58 lf-activate-venv: SKIPPING 23:24:58 INFO: No Stack... 23:25:00 INFO: Retrieving Pricing Info for: v1-standard-2 23:25:00 INFO: Archiving Costs [Pipeline] echo 23:25:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:25:01 ---> logs-deploy.sh 23:25:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-208/2 23:25:01 INFO: archiving workspace using pattern(s): 23:25:03 Archives upload complete. 23:25:03 INFO: archiving logs to Nexus