Pull request #179 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 435ef4019a1e63803151036ee17d62447a1e1df5+cdd6c33d41f01dc10b68606080ac8b6263924bf1 (64afda2e1fd78e4dcafbe465ab2c5b6ec0ba2999) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-19471 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.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 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/179/head:refs/remotes/origin/PR-179 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 435ef4019a1e63803151036ee17d62447a1e1df5 Merge succeeded, producing 435ef4019a1e63803151036ee17d62447a1e1df5 Checking out Revision 435ef4019a1e63803151036ee17d62447a1e1df5 (PR-179) > git config core.sparsecheckout # timeout=10 > git checkout -f 435ef4019a1e63803151036ee17d62447a1e1df5 # 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 cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 435ef4019a1e63803151036ee17d62447a1e1df5 # timeout=10 Commit message: "Bump github.com/stretchr/testify from 1.5.1 to 1.6.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:07:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 5ea8ce38b9617cf2c3bf4379205dcef612d06a92 # timeout=10 [Pipeline] withCredentials 08:07:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:07:13 ========================================================= 08:07:13 EdgeX Global Pipelines Version Info 08:07:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:07:14 ------------------- 08:07:14 stable info: 08:07:14 ------------------- 08:07:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:07:14 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 08:07:14 Message: update stable to v1.0.173 08:07:16 ------------------- 08:07:16 experimental info: 08:07:16 ------------------- 08:07:16 Commited By: **** collab-it+edgex@linuxfoundation.org 08:07:16 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 08:07:16 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:07:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 08:07:16 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 08:07:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:07:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:07:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:07:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:07:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:07:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:07:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:07:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-179 [Pipeline] echo 08:07:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-179 [Pipeline] echo 08:07:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-179 [Pipeline] echo 08:07:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 435ef4019a1e63803151036ee17d62447a1e1df5 [Pipeline] echo 08:07:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 435ef40 [Pipeline] echo 08:07:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:07:19 provisioning config files... 08:07:19 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/config3518407909822416025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:07:20 ---> docker-login.sh 08:07:20 nexus3.edgexfoundry.org:10001 08:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:07:20 Configure a credential helper to remove this warning. See 08:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:07:20 08:07:20 Login Succeeded 08:07:20 nexus3.edgexfoundry.org:10002 08:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:07:20 Configure a credential helper to remove this warning. See 08:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:07:20 08:07:20 Login Succeeded 08:07:20 nexus3.edgexfoundry.org:10003 08:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:07:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:07:20 Configure a credential helper to remove this warning. See 08:07:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:07:20 08:07:20 Login Succeeded 08:07:20 nexus3.edgexfoundry.org:10004 08:07:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:07:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:07:21 Configure a credential helper to remove this warning. See 08:07:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:07:21 08:07:21 Login Succeeded 08:07:21 docker.io 08:07:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:07:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:07:21 Configure a credential helper to remove this warning. See 08:07:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:07:21 08:07:21 Login Succeeded 08:07:21 ---> docker-login.sh ends [Pipeline] } 08:07:21 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 08:07:22 + git log --format=format:%s -1 435ef4019a1e63803151036ee17d62447a1e1df5 [Pipeline] echo 08:07:22 GIT_COMMIT: 435ef4019a1e63803151036ee17d62447a1e1df5, Commit Message: Bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo 08:07:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:23 08:07:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:07:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:23 latest: Pulling from edgex-devops/git-semver 08:07:23 31603596830f: Pulling fs layer 08:07:23 2a8b12db71e7: Pulling fs layer 08:07:23 6ca5941a6612: Pulling fs layer 08:07:23 ecc8261a40a4: Pulling fs layer 08:07:23 ecc8261a40a4: Waiting 08:07:23 2a8b12db71e7: Download complete 08:07:23 31603596830f: Verifying Checksum 08:07:23 31603596830f: Download complete 08:07:23 ecc8261a40a4: Verifying Checksum 08:07:23 ecc8261a40a4: Download complete 08:07:23 6ca5941a6612: Verifying Checksum 08:07:23 6ca5941a6612: Download complete 08:07:23 31603596830f: Pull complete 08:07:23 2a8b12db71e7: Pull complete 08:07:24 6ca5941a6612: Pull complete 08:07:25 ecc8261a40a4: Pull complete 08:07:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:07:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:07:25 prd-centos7-docker-4c-2g-19471 does not seem to be running inside a container 08:07:25 $ 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 08:07:27 $ docker top a58a60b9078a0f9fe7da66091fdbc980d499cad8e1d60fb7fecf9ac24934ce9e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:07:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:27 [ssh-agent] Looking for ssh-agent implementation... 08:07:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:28 $ docker exec a58a60b9078a0f9fe7da66091fdbc980d499cad8e1d60fb7fecf9ac24934ce9e ssh-agent 08:07:28 SSH_AUTH_SOCK=/tmp/ssh-8fX4Q0pYryxE/agent.12 08:07:28 SSH_AGENT_PID=17 08:07:28 Running ssh-add (command line suppressed) 08:07:28 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_7312798682593983341.key (/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_7312798682593983341.key) 08:07:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:28 + git tag --points-at HEAD [Pipeline] } 08:07:28 $ docker exec --env ******** --env ******** a58a60b9078a0f9fe7da66091fdbc980d499cad8e1d60fb7fecf9ac24934ce9e ssh-agent -k 08:07:28 unset SSH_AUTH_SOCK; 08:07:28 unset SSH_AGENT_PID; 08:07:28 echo Agent pid 17 killed; 08:07:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:07:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:29 [ssh-agent] Looking for ssh-agent implementation... 08:07:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:29 $ docker exec a58a60b9078a0f9fe7da66091fdbc980d499cad8e1d60fb7fecf9ac24934ce9e ssh-agent 08:07:29 SSH_AUTH_SOCK=/tmp/ssh-I9ImMv5hX5zH/agent.47 08:07:29 SSH_AGENT_PID=52 08:07:29 Running ssh-add (command line suppressed) 08:07:29 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_1796485806859593168.key (/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/private_key_1796485806859593168.key) 08:07:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:30 + git semver init 08:07:30 # -> Open(): unable to determine branch for HEAD 08:07:30 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-179/.git 08:07:30 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-179 08:07:30 # $SEMVER_REMOTE_NAME = origin 08:07:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:07:30 # $SEMVER_USER_NAME = edgex-jenkins 08:07:30 # $SEMVER_BRANCH = PR-179 08:07:30 # $SEMVER_TEMP = /tmp/semver-439222387 08:07:30 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 08:07:30 # '/tmp/semver-439222387' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-179/.semver' 08:07:30 # -> Force: false 08:07:30 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-179/.semver [Pipeline] } 08:07:30 $ docker exec --env ******** --env ******** a58a60b9078a0f9fe7da66091fdbc980d499cad8e1d60fb7fecf9ac24934ce9e ssh-agent -k 08:07:30 unset SSH_AUTH_SOCK; 08:07:30 unset SSH_AGENT_PID; 08:07:30 echo Agent pid 52 killed; 08:07:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:31 + git semver [Pipeline] } 08:07:31 $ docker stop --time=1 a58a60b9078a0f9fe7da66091fdbc980d499cad8e1d60fb7fecf9ac24934ce9e 08:07:32 $ docker rm -f a58a60b9078a0f9fe7da66091fdbc980d499cad8e1d60fb7fecf9ac24934ce9e [Pipeline] // withDockerContainer [Pipeline] sh 08:07:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:07:33 Stashed 1 file(s) [Pipeline] echo 08:07:33 [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 08:07:49 Still waiting to schedule task 08:07:49 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19476’ is offline; ‘prd-centos7-docker-4c-2g-19477’ is offline; ‘prd-centos7-docker-4c-2g-19478’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 08:07:49 Still waiting to schedule task 08:07:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 08:08:48 Running on prd-centos7-docker-4c-2g-19480 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [Pipeline] { [Pipeline] ws 08:08:48 Running in /w/workspace/device-mqtt-go/11 [Pipeline] { [Pipeline] checkout 08:08:50 using credential edgex-jenkins-ssh 08:08:50 Cloning the remote Git repository 08:08:50 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 08:08:51 > git init /w/workspace/device-mqtt-go/11 # timeout=10 08:08:51 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:08:51 > git --version # timeout=10 08:08:51 > git --version # 'git version 2.24.3' 08:08:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:08:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:08:52 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 435ef4019a1e63803151036ee17d62447a1e1df5 08:08:52 Merge succeeded, producing 435ef4019a1e63803151036ee17d62447a1e1df5 08:08:52 Checking out Revision 435ef4019a1e63803151036ee17d62447a1e1df5 (PR-179) 08:08:52 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:08:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:08:52 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:08:52 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:08:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:08:52 > git fetch --tags --force --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 08:08:52 > git config core.sparsecheckout # timeout=10 08:08:52 > git checkout -f 435ef4019a1e63803151036ee17d62447a1e1df5 # timeout=10 08:08:52 > git remote # timeout=10 08:08:52 > git config --get remote.origin.url # timeout=10 08:08:52 using GIT_SSH to set credentials SSH Credentials for GitHub 08:08:52 > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 08:08:52 > git rev-parse HEAD^{commit} # timeout=10 08:08:52 > git config core.sparsecheckout # timeout=10 08:08:52 > git checkout -f 435ef4019a1e63803151036ee17d62447a1e1df5 # timeout=10 08:08:56 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] sh 08:08:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:08:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:08:58 + sudo service docker restart 08:08:58 + true 08:08:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:08:59 provisioning config files... 08:08:59 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/11@tmp/config8152969994287625672tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:08:59 ---> docker-login.sh 08:08:59 nexus3.edgexfoundry.org:10001 08:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:00 Configure a credential helper to remove this warning. See 08:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:00 08:09:00 Login Succeeded 08:09:00 nexus3.edgexfoundry.org:10002 08:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:00 Configure a credential helper to remove this warning. See 08:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:00 08:09:00 Login Succeeded 08:09:00 nexus3.edgexfoundry.org:10003 08:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:00 Configure a credential helper to remove this warning. See 08:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:00 08:09:00 Login Succeeded 08:09:00 nexus3.edgexfoundry.org:10004 08:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:00 Configure a credential helper to remove this warning. See 08:09:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:00 08:09:00 Login Succeeded 08:09:00 docker.io 08:09:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:09:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:09:01 Configure a credential helper to remove this warning. See 08:09:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:09:01 08:09:01 Login Succeeded 08:09:01 ---> docker-login.sh ends [Pipeline] } 08:09:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:09:01 ========================================================= 08:09:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:09:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:09:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:09:02 Sending build context to Docker daemon 493.1kB 08:09:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:09:02 Step 2/8 : FROM ${BASE} 08:09:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:09:02 188c0c94c7c5: Pulling fs layer 08:09:02 0ef7d3d256c8: Pulling fs layer 08:09:02 de9db76c5a1d: Pulling fs layer 08:09:02 bca2f99d35d6: Pulling fs layer 08:09:02 93359f2a8cfa: Pulling fs layer 08:09:02 7c6f9722023f: Pulling fs layer 08:09:02 a35cf1a2eb13: Pulling fs layer 08:09:02 93359f2a8cfa: Waiting 08:09:02 7c6f9722023f: Waiting 08:09:02 a35cf1a2eb13: Waiting 08:09:02 bca2f99d35d6: Waiting 08:09:02 de9db76c5a1d: Verifying Checksum 08:09:02 de9db76c5a1d: Download complete 08:09:02 0ef7d3d256c8: Download complete 08:09:02 93359f2a8cfa: Verifying Checksum 08:09:02 93359f2a8cfa: Download complete 08:09:02 7c6f9722023f: Verifying Checksum 08:09:02 7c6f9722023f: Download complete 08:09:02 188c0c94c7c5: Download complete 08:09:02 188c0c94c7c5: Pull complete 08:09:02 0ef7d3d256c8: Pull complete 08:09:03 de9db76c5a1d: Pull complete 08:09:04 a35cf1a2eb13: Verifying Checksum 08:09:04 a35cf1a2eb13: Download complete 08:09:04 bca2f99d35d6: Verifying Checksum 08:09:04 bca2f99d35d6: Download complete 08:09:10 bca2f99d35d6: Pull complete 08:09:10 93359f2a8cfa: Pull complete 08:09:10 7c6f9722023f: Pull complete 08:09:14 a35cf1a2eb13: Pull complete 08:09:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:09:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:09:14 ---> a62c8e92a672 08:09:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:09:14 ---> Running in c712c6e0bed6 08:09:14 Removing intermediate container c712c6e0bed6 08:09:14 ---> 5c2279f455c9 08:09:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:09:14 ---> Running in 00c910ed3808 08:09:15 Removing intermediate container 00c910ed3808 08:09:15 ---> ae5efcd3d7ff 08:09:15 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:09:15 ---> Running in 8e5ce1e1af25 08:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:21 (1/14) Installing libmagic (5.38-r0) 08:09:21 (2/14) Installing file (5.38-r0) 08:09:21 (3/14) Installing libc-dev (0.7.2-r3) 08:09:22 (4/14) Installing g++ (9.3.0-r2) 08:09:32 (5/14) Installing fortify-headers (1.1-r0) 08:09:32 (6/14) Installing patch (2.7.6-r6) 08:09:32 (7/14) Installing build-base (0.5-r2) 08:09:32 (8/14) Installing openssh-keygen (8.3_p1-r1) 08:09:32 (9/14) Installing libedit (20191231.3.1-r0) 08:09:32 (10/14) Installing openssh-client (8.3_p1-r1) 08:09:32 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 08:09:32 (12/14) Installing openssh-server-common (8.3_p1-r1) 08:09:32 (13/14) Installing openssh-server (8.3_p1-r1) 08:09:32 (14/14) Installing openssh (8.3_p1-r1) 08:09:32 Executing busybox-1.31.1-r19.trigger 08:09:32 OK: 237 MiB in 53 packages 08:09:35 Removing intermediate container 8e5ce1e1af25 08:09:35 ---> 7d1375059ef2 08:09:35 Step 6/8 : WORKDIR /device-mqtt-go 08:09:35 ---> Running in a8b0789ecb4f 08:09:35 Removing intermediate container a8b0789ecb4f 08:09:35 ---> ba7ef691befa 08:09:35 Step 7/8 : COPY . . 08:09:36 ---> 36c157b1912a 08:09:36 Step 8/8 : RUN go mod download 08:09:36 ---> Running in d4375367abd5 08:09:58 Removing intermediate container d4375367abd5 08:09:58 ---> d88896c9d837 08:09:58 Successfully built d88896c9d837 08:09:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:09:59 + docker inspect -f . ci-base-image-x86_64 08:09:59 . [Pipeline] withDockerContainer 08:09:59 prd-centos7-docker-4c-2g-19480 does not seem to be running inside a container 08:09:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/11 -v /w/workspace/device-mqtt-go/11:/w/workspace/device-mqtt-go/11:rw,z -v /w/workspace/device-mqtt-go/11@tmp:/w/workspace/device-mqtt-go/11@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 08:10:00 $ docker top a8f3bd342594b421897b9b4451353a9a78c03453faa03c01bb391179f72aa86d -eo pid,comm [Pipeline] { [Pipeline] sh 08:10:00 + go version 08:10:00 go version go1.15.5 linux/amd64 [Pipeline] } 08:10:00 $ docker stop --time=1 a8f3bd342594b421897b9b4451353a9a78c03453faa03c01bb391179f72aa86d 08:10:02 $ docker rm -f a8f3bd342594b421897b9b4451353a9a78c03453faa03c01bb391179f72aa86d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:10:02 + docker inspect -f . ci-base-image-x86_64 08:10:02 . [Pipeline] withDockerContainer 08:10:03 prd-centos7-docker-4c-2g-19480 does not seem to be running inside a container 08:10:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/11 -v /w/workspace/device-mqtt-go/11:/w/workspace/device-mqtt-go/11:rw,z -v /w/workspace/device-mqtt-go/11@tmp:/w/workspace/device-mqtt-go/11@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 08:10:03 $ docker top f6670a4b881f3a6a40b57fd5405813e69012b64fefc69632cf588de561622e52 -eo pid,comm [Pipeline] { [Pipeline] sh 08:10:04 + make test 08:10:04 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:10:05 ? github.com/edgexfoundry/device-mqtt-go [no test files] 08:10:17 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 08:10:18 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.010s coverage: 28.3% of statements 08:10:18 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 08:10:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:10:20 gofmt -l . 08:10:20 ["`gofmt -l .`" = ""] 08:10:20 ./bin/test-attribution-txt.sh 08:10:21 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 08:10:21 make: *** [Makefile:29: test] Error 1 [Pipeline] } 08:10:21 $ docker stop --time=1 f6670a4b881f3a6a40b57fd5405813e69012b64fefc69632cf588de561622e52 08:10:24 $ docker rm -f f6670a4b881f3a6a40b57fd5405813e69012b64fefc69632cf588de561622e52 [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] } 08:10:25 Failed in branch amd64 08:11:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19486 in /w/workspace/gexfoundry_device-mqtt-go_PR-179 [Pipeline] { [Pipeline] ws 08:11:10 Running in /w/workspace/device-mqtt-go/11 [Pipeline] { [Pipeline] checkout 08:11:17 using credential edgex-jenkins-ssh 08:11:17 Cloning the remote Git repository 08:11:17 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 08:11:17 > git init /w/workspace/device-mqtt-go/11 # timeout=10 08:11:17 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:11:17 > git --version # timeout=10 08:11:17 > git --version # 'git version 2.17.1' 08:11:17 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:11:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:19 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 435ef4019a1e63803151036ee17d62447a1e1df5 08:11:19 Merge succeeded, producing 435ef4019a1e63803151036ee17d62447a1e1df5 08:11:19 Checking out Revision 435ef4019a1e63803151036ee17d62447a1e1df5 (PR-179) 08:11:18 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 08:11:18 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 08:11:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:18 > 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 08:11:19 > git config core.sparsecheckout # timeout=10 08:11:19 > git checkout -f 435ef4019a1e63803151036ee17d62447a1e1df5 # timeout=10 08:11:19 > git remote # timeout=10 08:11:19 > git config --get remote.origin.url # timeout=10 08:11:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:19 > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 08:11:19 > git rev-parse HEAD^{commit} # timeout=10 08:11:19 > git config core.sparsecheckout # timeout=10 08:11:19 > git checkout -f 435ef4019a1e63803151036ee17d62447a1e1df5 # timeout=10 08:11:24 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] sh 08:11:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:11:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:11:26 + sudo service+ docker restart 08:11:26 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:11:29 provisioning config files... 08:11:29 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/11@tmp/config1082038928982634147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:11:29 ---> docker-login.sh 08:11:29 nexus3.edgexfoundry.org:10001 08:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:31 Configure a credential helper to remove this warning. See 08:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:31 08:11:31 Login Succeeded 08:11:31 nexus3.edgexfoundry.org:10002 08:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:31 Configure a credential helper to remove this warning. See 08:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:31 08:11:31 Login Succeeded 08:11:31 nexus3.edgexfoundry.org:10003 08:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:32 Configure a credential helper to remove this warning. See 08:11:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:32 08:11:32 Login Succeeded 08:11:32 nexus3.edgexfoundry.org:10004 08:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:32 Configure a credential helper to remove this warning. See 08:11:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:32 08:11:32 Login Succeeded 08:11:32 docker.io 08:11:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:11:33 Configure a credential helper to remove this warning. See 08:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:11:33 08:11:33 Login Succeeded 08:11:33 ---> docker-login.sh ends [Pipeline] } 08:11:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:11:34 ========================================================= 08:11:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:11:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:11:34 + 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 . 08:11:34 Sending build context to Docker daemon 492kB 08:11:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:11:34 Step 2/8 : FROM ${BASE} 08:11:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:11:34 5f621e34cdf4: Pulling fs layer 08:11:34 a4357932f1b6: Pulling fs layer 08:11:34 18c013af1878: Pulling fs layer 08:11:34 00ac8860ef70: Pulling fs layer 08:11:34 63d7cb157983: Pulling fs layer 08:11:34 00ac8860ef70: Waiting 08:11:34 b116817d02f9: Pulling fs layer 08:11:34 745a02a5169b: Pulling fs layer 08:11:34 63d7cb157983: Waiting 08:11:34 b116817d02f9: Waiting 08:11:34 745a02a5169b: Waiting 08:11:34 18c013af1878: Verifying Checksum 08:11:34 18c013af1878: Download complete 08:11:34 a4357932f1b6: Download complete 08:11:34 63d7cb157983: Verifying Checksum 08:11:34 63d7cb157983: Download complete 08:11:34 b116817d02f9: Verifying Checksum 08:11:34 b116817d02f9: Download complete 08:11:34 5f621e34cdf4: Verifying Checksum 08:11:34 5f621e34cdf4: Download complete 08:11:35 5f621e34cdf4: Pull complete 08:11:36 a4357932f1b6: Pull complete 08:11:36 18c013af1878: Pull complete 08:11:38 745a02a5169b: Verifying Checksum 08:11:38 745a02a5169b: Download complete 08:11:39 00ac8860ef70: Verifying Checksum 08:11:39 00ac8860ef70: Download complete 08:11:49 00ac8860ef70: Pull complete 08:11:49 63d7cb157983: Pull complete 08:11:50 b116817d02f9: Pull complete 08:11:54 745a02a5169b: Pull complete 08:11:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:11:54 ---> b7e6874047d6 08:11:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:11:57 ---> Running in 24d827c7f830 08:11:57 Removing intermediate container 24d827c7f830 08:11:57 ---> 2fb55c517322 08:11:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:11:58 ---> Running in 55d9c413ddfb 08:12:00 Removing intermediate container 55d9c413ddfb 08:12:00 ---> 6a0a14bf8aa8 08:12:00 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:12:00 ---> Running in 531df3ec5dd6 08:12:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:12:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:12:02 (1/14) Installing libmagic (5.38-r0) 08:12:02 (2/14) Installing file (5.38-r0) 08:12:03 (3/14) Installing libc-dev (0.7.2-r3) 08:12:03 (4/14) Installing g++ (9.3.0-r2) 08:12:08 (5/14) Installing fortify-headers (1.1-r0) 08:12:08 (6/14) Installing patch (2.7.6-r6) 08:12:08 (7/14) Installing build-base (0.5-r2) 08:12:08 (8/14) Installing openssh-keygen (8.3_p1-r1) 08:12:08 (9/14) Installing libedit (20191231.3.1-r0) 08:12:08 (10/14) Installing openssh-client (8.3_p1-r1) 08:12:10 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 08:12:10 (12/14) Installing openssh-server-common (8.3_p1-r1) 08:12:10 (13/14) Installing openssh-server (8.3_p1-r1) 08:12:10 (14/14) Installing openssh (8.3_p1-r1) 08:12:11 Executing busybox-1.31.1-r19.trigger 08:12:11 OK: 221 MiB in 53 packages 08:12:15 Removing intermediate container 531df3ec5dd6 08:12:15 ---> 2f54ea9988d5 08:12:15 Step 6/8 : WORKDIR /device-mqtt-go 08:12:15 ---> Running in 7cd75e71d5fa 08:12:16 Removing intermediate container 7cd75e71d5fa 08:12:16 ---> ca1903ef3921 08:12:16 Step 7/8 : COPY . . 08:12:17 ---> be8b601d3911 08:12:17 Step 8/8 : RUN go mod download 08:12:17 ---> Running in 5c840e21c122 08:12:44 Removing intermediate container 5c840e21c122 08:12:44 ---> 4231bf299213 08:12:44 Successfully built 4231bf299213 08:12:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:12:44 + docker inspect -f . ci-base-image-arm64 08:12:44 . [Pipeline] withDockerContainer 08:12:45 prd-ubuntu18.04-docker-arm64-4c-16g-19486 does not seem to be running inside a container 08:12:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/11 -v /w/workspace/device-mqtt-go/11:/w/workspace/device-mqtt-go/11:rw,z -v /w/workspace/device-mqtt-go/11@tmp:/w/workspace/device-mqtt-go/11@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-arm64 cat 08:12:46 $ docker top 931c470f2cfbb302b1f92278b0b860ba4e313a38030d87e75458bb1d1cff9319 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:48 + go version 08:12:48 go version go1.15.5 linux/arm64 [Pipeline] } 08:12:48 $ docker stop --time=1 931c470f2cfbb302b1f92278b0b860ba4e313a38030d87e75458bb1d1cff9319 08:12:50 $ docker rm -f 931c470f2cfbb302b1f92278b0b860ba4e313a38030d87e75458bb1d1cff9319 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:12:51 + docker inspect -f . ci-base-image-arm64 08:12:51 . [Pipeline] withDockerContainer 08:12:51 prd-ubuntu18.04-docker-arm64-4c-16g-19486 does not seem to be running inside a container 08:12:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/11 -v /w/workspace/device-mqtt-go/11:/w/workspace/device-mqtt-go/11:rw,z -v /w/workspace/device-mqtt-go/11@tmp:/w/workspace/device-mqtt-go/11@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-arm64 cat 08:12:53 $ docker top 72654e28e61c0843e1ce0f60f8de9a3909eaf8a4d7ab94c32fdcdbe9ff340f16 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:54 + make test 08:12:54 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:12:55 ? github.com/edgexfoundry/device-mqtt-go [no test files] 08:13:34 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 08:13:38 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.036s coverage: 28.3% of statements 08:13:38 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 08:13:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:13:48 gofmt -l . 08:13:48 ["`gofmt -l .`" = ""] 08:13:48 ./bin/test-attribution-txt.sh 08:13:48 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 08:13:48 make: *** [Makefile:29: test] Error 1 [Pipeline] } 08:13:48 $ docker stop --time=1 72654e28e61c0843e1ce0f60f8de9a3909eaf8a4d7ab94c32fdcdbe9ff340f16 08:13:51 $ docker rm -f 72654e28e61c0843e1ce0f60f8de9a3909eaf8a4d7ab94c32fdcdbe9ff340f16 [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] } 08:13:52 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 08:13:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:13:55 ---> package-listing.sh 08:13:55 ++ facter osfamily 08:13:55 ++ tr '[:upper:]' '[:lower:]' 08:13:55 + OS_FAMILY=redhat 08:13:55 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-179 08:13:55 + START_PACKAGES=/tmp/packages_start.txt 08:13:55 + END_PACKAGES=/tmp/packages_end.txt 08:13:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:13:55 + PACKAGES=/tmp/packages_start.txt 08:13:55 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-179 ']' 08:13:55 + PACKAGES=/tmp/packages_end.txt 08:13:55 + case "${OS_FAMILY}" in 08:13:55 + rpm -qa 08:13:55 + sort 08:14:00 + '[' -f /tmp/packages_start.txt ']' 08:14:00 + '[' -f /tmp/packages_end.txt ']' 08:14:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:14:00 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-179 ']' 08:14:00 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-179/archives/ 08:14:00 + 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 08:14:01 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 08:14:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:14:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:14:01 08:14:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:14:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:14:01 alpine: Pulling from edgex-lftools-log-publisher 08:14:01 df20fa9351a1: Pulling fs layer 08:14:01 36b3adc4ff6f: Pulling fs layer 08:14:01 8ad3a11d3b57: Pulling fs layer 08:14:01 46f8f816bc3b: Pulling fs layer 08:14:01 93b61091891f: Pulling fs layer 08:14:01 93b9cdb0e59b: Pulling fs layer 08:14:01 5e14af77c1be: Pulling fs layer 08:14:01 01666e4c0597: Pulling fs layer 08:14:01 aa168da1d23b: Pulling fs layer 08:14:01 46f8f816bc3b: Waiting 08:14:01 93b61091891f: Waiting 08:14:01 93b9cdb0e59b: Waiting 08:14:01 5e14af77c1be: Waiting 08:14:01 01666e4c0597: Waiting 08:14:01 aa168da1d23b: Waiting 08:14:01 36b3adc4ff6f: Verifying Checksum 08:14:01 36b3adc4ff6f: Download complete 08:14:01 46f8f816bc3b: Verifying Checksum 08:14:01 46f8f816bc3b: Download complete 08:14:02 df20fa9351a1: Verifying Checksum 08:14:02 93b9cdb0e59b: Verifying Checksum 08:14:02 93b9cdb0e59b: Download complete 08:14:02 5e14af77c1be: Verifying Checksum 08:14:02 5e14af77c1be: Download complete 08:14:02 93b61091891f: Verifying Checksum 08:14:02 93b61091891f: Download complete 08:14:02 01666e4c0597: Verifying Checksum 08:14:02 01666e4c0597: Download complete 08:14:02 8ad3a11d3b57: Verifying Checksum 08:14:02 8ad3a11d3b57: Download complete 08:14:02 df20fa9351a1: Pull complete 08:14:02 36b3adc4ff6f: Pull complete 08:14:04 8ad3a11d3b57: Pull complete 08:14:04 aa168da1d23b: Download complete 08:14:04 46f8f816bc3b: Pull complete 08:14:05 93b61091891f: Pull complete 08:14:05 93b9cdb0e59b: Pull complete 08:14:05 5e14af77c1be: Pull complete 08:14:05 01666e4c0597: Pull complete 08:14:11 aa168da1d23b: Pull complete 08:14:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:14:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:14:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:14:12 prd-centos7-docker-4c-2g-19471 does not seem to be running inside a container 08:14:12 $ 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 08:14:15 $ docker top b00a18d55cfae92e2c96e8cb0a69bf97809cc7212abfaaecee38e67c9312351d -eo pid,comm [Pipeline] { [Pipeline] sh 08:14:15 + touch /tmp/pre-build-complete [Pipeline] sh 08:14:16 + mkdir -p /var/log/sa [Pipeline] sh 08:14:16 + ls /var/log/sa-host 08:14:16 + sadf -c /var/log/sa-host/sa11 08:14:16 file_magic: OK 08:14:16 HZ: Using current value: 100 08:14:16 file_header: OK 08:14:16 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 08:14:16 Statistics: 08:14:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:14:16 File successfully converted to sysstat format version 12.2.1 08:14:16 + sadf -c /var/log/sa-host/sa23 08:14:16 file_magic: OK 08:14:16 HZ: Using current value: 100 08:14:16 file_header: OK 08:14:16 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 08:14:16 Statistics: 08:14:16 Hnuu...uuuununununu... 08:14:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:14:16 provisioning config files... 08:14:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-179@tmp/config3575883963206362030tmp [Pipeline] { [Pipeline] echo 08:14:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:14:17 ---> create-netrc.sh [Pipeline] } 08:14:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:14:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:14:17 ---> python-tools-install.sh [Pipeline] echo 08:14:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:14:17 ---> sudo-logs.sh 08:14:17 Archiving 'sudo' log.. [Pipeline] echo 08:14:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:14:18 ---> job-cost.sh 08:14:18 lf-activate-venv: SKIPPING 08:14:18 INFO: No Stack... 08:14:19 INFO: Retrieving Pricing Info for: v1-standard-2 08:14:19 INFO: Archiving Costs [Pipeline] echo 08:14:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:14:19 ---> logs-deploy.sh 08:14:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-179/11 08:14:19 INFO: archiving workspace using pattern(s): 08:14:21 Archives upload complete. 08:14:21 INFO: archiving logs to Nexus