Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7d3fac01e70055c183287e1481e2b59da4885889+b247510d13ba8e9fad57040faa04d23d7bfdafc2 (3aaa798b3ca60b36495de7f0fcc8fb6a41f074ac) 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-21720 in /w/workspace/gexfoundry_device-mqtt-go_PR-207 [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-207 # 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/207/head:refs/remotes/origin/PR-207 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 7d3fac01e70055c183287e1481e2b59da4885889 Merge succeeded, producing 15ea7ebacc7b8af65d28f7b1c5501dc3d35a622d Checking out Revision 15ea7ebacc7b8af65d28f7b1c5501dc3d35a622d (PR-207) > git config core.sparsecheckout # timeout=10 > git checkout -f 7d3fac01e70055c183287e1481e2b59da4885889 # 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 15ea7ebacc7b8af65d28f7b1c5501dc3d35a622d # timeout=10 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" > git rev-list --no-walk 7d3fac01e70055c183287e1481e2b59da4885889 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:18:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:18:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:18:46 ========================================================= 23:18:46 EdgeX Global Pipelines Version Info 23:18:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:18:49 ------------------- 23:18:49 stable info: 23:18:49 ------------------- 23:18:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:18:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:18:49 Message: update stable to v1.0.179 23:18:50 ------------------- 23:18:50 experimental info: 23:18:50 ------------------- 23:18:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:18:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:18:50 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:18:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 23:18:51 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 23:18:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:18:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:18:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:18:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:18:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:18:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-207 [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-207 [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-207 [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15ea7ebacc7b8af65d28f7b1c5501dc3d35a622d [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 15ea7eb [Pipeline] echo 23:18:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:18:54 provisioning config files... 23:18:54 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp/config2745332821891971305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:18:55 ---> docker-login.sh 23:18:55 nexus3.edgexfoundry.org:10001 23:18:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:56 Configure a credential helper to remove this warning. See 23:18:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:56 23:18:56 Login Succeeded 23:18:56 nexus3.edgexfoundry.org:10002 23:18:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:57 Configure a credential helper to remove this warning. See 23:18:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:57 23:18:57 Login Succeeded 23:18:57 nexus3.edgexfoundry.org:10003 23:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:58 Configure a credential helper to remove this warning. See 23:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:58 23:18:58 Login Succeeded 23:18:58 nexus3.edgexfoundry.org:10004 23:18:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:58 Configure a credential helper to remove this warning. See 23:18:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:58 23:18:58 Login Succeeded 23:18:58 docker.io 23:18:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:59 Configure a credential helper to remove this warning. See 23:18:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:59 23:18:59 Login Succeeded 23:18:59 ---> docker-login.sh ends [Pipeline] } 23:18:59 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:19:00 + git log --format=format:%s -1 15ea7ebacc7b8af65d28f7b1c5501dc3d35a622d [Pipeline] echo 23:19:00 GIT_COMMIT: 15ea7ebacc7b8af65d28f7b1c5501dc3d35a622d, Commit Message: Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD [Pipeline] echo 23:19:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:19:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:01 23:19:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:19:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:02 latest: Pulling from edgex-devops/git-semver 23:19:02 31603596830f: Pulling fs layer 23:19:02 2a8b12db71e7: Pulling fs layer 23:19:02 6ca5941a6612: Pulling fs layer 23:19:02 ecc8261a40a4: Pulling fs layer 23:19:02 ecc8261a40a4: Waiting 23:19:02 2a8b12db71e7: Verifying Checksum 23:19:02 2a8b12db71e7: Download complete 23:19:02 31603596830f: Verifying Checksum 23:19:02 31603596830f: Download complete 23:19:03 ecc8261a40a4: Verifying Checksum 23:19:03 ecc8261a40a4: Download complete 23:19:03 6ca5941a6612: Verifying Checksum 23:19:03 6ca5941a6612: Download complete 23:19:03 31603596830f: Pull complete 23:19:03 2a8b12db71e7: Pull complete 23:19:05 6ca5941a6612: Pull complete 23:19:06 ecc8261a40a4: Pull complete 23:19:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:19:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:19:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:19:06 prd-centos7-docker-4c-2g-21720 does not seem to be running inside a container 23:19:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-207 -v /w/workspace/gexfoundry_device-mqtt-go_PR-207:/w/workspace/gexfoundry_device-mqtt-go_PR-207:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-207@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:19:09 $ docker top d10c18ebf313eed1a97ac51b199901f5634e419ac2b4841999397399571acbba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:19:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:10 [ssh-agent] Looking for ssh-agent implementation... 23:19:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:10 $ docker exec d10c18ebf313eed1a97ac51b199901f5634e419ac2b4841999397399571acbba ssh-agent 23:19:11 SSH_AUTH_SOCK=/tmp/ssh-Z0zeTUXEjIWs/agent.11 23:19:11 SSH_AGENT_PID=16 23:19:11 Running ssh-add (command line suppressed) 23:19:11 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp/private_key_762615311862351627.key (/w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp/private_key_762615311862351627.key) 23:19:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:13 + git tag --points-at HEAD [Pipeline] } 23:19:13 $ docker exec --env ******** --env ******** d10c18ebf313eed1a97ac51b199901f5634e419ac2b4841999397399571acbba ssh-agent -k 23:19:13 unset SSH_AUTH_SOCK; 23:19:13 unset SSH_AGENT_PID; 23:19:13 echo Agent pid 16 killed; 23:19:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:19:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:19:14 [ssh-agent] Looking for ssh-agent implementation... 23:19:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:19:14 $ docker exec d10c18ebf313eed1a97ac51b199901f5634e419ac2b4841999397399571acbba ssh-agent 23:19:15 SSH_AUTH_SOCK=/tmp/ssh-bkcr9xPuCg13/agent.44 23:19:15 SSH_AGENT_PID=49 23:19:15 Running ssh-add (command line suppressed) 23:19:15 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp/private_key_2916959980500120078.key (/w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp/private_key_2916959980500120078.key) 23:19:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:19:16 + git semver init 23:19:16 # -> Open(): unable to determine branch for HEAD 23:19:16 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-207/.git 23:19:16 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-207 23:19:16 # $SEMVER_REMOTE_NAME = origin 23:19:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:19:16 # $SEMVER_USER_NAME = edgex-jenkins 23:19:16 # $SEMVER_BRANCH = PR-207 23:19:16 # $SEMVER_TEMP = /tmp/semver-120710658 23:19:16 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 23:19:17 # '/tmp/semver-120710658' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-207/.semver' 23:19:17 # -> Force: false 23:19:17 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-207/.semver [Pipeline] } 23:19:17 $ docker exec --env ******** --env ******** d10c18ebf313eed1a97ac51b199901f5634e419ac2b4841999397399571acbba ssh-agent -k 23:19:17 unset SSH_AUTH_SOCK; 23:19:17 unset SSH_AGENT_PID; 23:19:17 echo Agent pid 49 killed; 23:19:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:19:18 + git semver [Pipeline] } 23:19:18 $ docker stop --time=1 d10c18ebf313eed1a97ac51b199901f5634e419ac2b4841999397399571acbba 23:19:20 $ docker rm -f d10c18ebf313eed1a97ac51b199901f5634e419ac2b4841999397399571acbba [Pipeline] // withDockerContainer [Pipeline] sh 23:19:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:19:22 Stashed 1 file(s) [Pipeline] echo 23:19:22 [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:38 Still waiting to schedule task 23:19:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:19:38 Still waiting to schedule task 23:19:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:22:22 Running on prd-centos7-docker-4c-2g-21733 in /w/workspace/gexfoundry_device-mqtt-go_PR-207 [Pipeline] { [Pipeline] ws 23:22:22 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:22:25 using credential edgex-jenkins-ssh 23:22:26 Cloning the remote Git repository 23:22:26 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:22:26 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:22:26 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:22:26 > git --version # timeout=10 23:22:26 > git --version # 'git version 2.24.3' 23:22:26 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:27 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 7d3fac01e70055c183287e1481e2b59da4885889 23:22:27 Merge succeeded, producing ddbcf65d1434a198969bddf9564fe2c14de0efa9 23:22:27 Checking out Revision ddbcf65d1434a198969bddf9564fe2c14de0efa9 (PR-207) 23:22:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:22:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:27 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:22:27 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:22:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/207/head:refs/remotes/origin/PR-207 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:22:27 > git config core.sparsecheckout # timeout=10 23:22:27 > git checkout -f 7d3fac01e70055c183287e1481e2b59da4885889 # timeout=10 23:22:27 > git remote # timeout=10 23:22:27 > git config --get remote.origin.url # timeout=10 23:22:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:27 > git merge b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 23:22:27 > git rev-parse HEAD^{commit} # timeout=10 23:22:27 > git config core.sparsecheckout # timeout=10 23:22:27 > git checkout -f ddbcf65d1434a198969bddf9564fe2c14de0efa9 # timeout=10 23:22:31 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" 23:22:31 > git rev-list --no-walk 7d3fac01e70055c183287e1481e2b59da4885889 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:22:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:22:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:22:33 + sudo service docker restart 23:22:33 + true 23:22:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:22:34 provisioning config files... 23:22:34 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config1002676006706482493tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:34 ---> docker-login.sh 23:22:34 nexus3.edgexfoundry.org:10001 23:22:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:35 Configure a credential helper to remove this warning. See 23:22:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:35 23:22:35 Login Succeeded 23:22:35 nexus3.edgexfoundry.org:10002 23:22:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:35 Configure a credential helper to remove this warning. See 23:22:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:35 23:22:35 Login Succeeded 23:22:35 nexus3.edgexfoundry.org:10003 23:22:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:35 Configure a credential helper to remove this warning. See 23:22:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:35 23:22:35 Login Succeeded 23:22:35 nexus3.edgexfoundry.org:10004 23:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:36 Configure a credential helper to remove this warning. See 23:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:36 23:22:36 Login Succeeded 23:22:36 docker.io 23:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:36 Configure a credential helper to remove this warning. See 23:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:36 23:22:36 Login Succeeded 23:22:36 ---> docker-login.sh ends [Pipeline] } 23:22:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:22:37 ========================================================= 23:22:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:22:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:22:37 + 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:37 Sending build context to Docker daemon 487.9kB 23:22:37 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:22:37 Step 2/8 : FROM ${BASE} 23:22:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:22:37 188c0c94c7c5: Pulling fs layer 23:22:37 0ef7d3d256c8: Pulling fs layer 23:22:37 de9db76c5a1d: Pulling fs layer 23:22:37 bca2f99d35d6: Pulling fs layer 23:22:37 93359f2a8cfa: Pulling fs layer 23:22:37 7c6f9722023f: Pulling fs layer 23:22:37 a35cf1a2eb13: Pulling fs layer 23:22:37 93359f2a8cfa: Waiting 23:22:37 7c6f9722023f: Waiting 23:22:37 a35cf1a2eb13: Waiting 23:22:37 bca2f99d35d6: Waiting 23:22:37 de9db76c5a1d: Download complete 23:22:37 0ef7d3d256c8: Download complete 23:22:37 93359f2a8cfa: Verifying Checksum 23:22:37 93359f2a8cfa: Download complete 23:22:37 7c6f9722023f: Download complete 23:22:37 188c0c94c7c5: Verifying Checksum 23:22:37 188c0c94c7c5: Download complete 23:22:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21731 in /w/workspace/gexfoundry_device-mqtt-go_PR-207 [Pipeline] { [Pipeline] ws 23:22:38 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:22:38 188c0c94c7c5: Pull complete 23:22:38 0ef7d3d256c8: Pull complete 23:22:38 de9db76c5a1d: Pull complete 23:22:39 a35cf1a2eb13: Verifying Checksum 23:22:39 a35cf1a2eb13: Download complete 23:22:40 bca2f99d35d6: Verifying Checksum 23:22:40 bca2f99d35d6: Download complete 23:22:43 using credential edgex-jenkins-ssh 23:22:43 Cloning the remote Git repository 23:22:43 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:22:43 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:22:43 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:22:43 > git --version # timeout=10 23:22:43 > git --version # 'git version 2.17.1' 23:22:43 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:45 Merging remotes/origin/master commit b247510d13ba8e9fad57040faa04d23d7bfdafc2 into PR head commit 7d3fac01e70055c183287e1481e2b59da4885889 23:22:45 Merge succeeded, producing 412d39661c0beaf566e6892081618b7a8d8020cd 23:22:45 Checking out Revision 412d39661c0beaf566e6892081618b7a8d8020cd (PR-207) 23:22:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:22:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:22:44 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:22:44 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:22:44 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/207/head:refs/remotes/origin/PR-207 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:22:45 > git config core.sparsecheckout # timeout=10 23:22:45 > git checkout -f 7d3fac01e70055c183287e1481e2b59da4885889 # timeout=10 23:22:45 > git remote # timeout=10 23:22:45 > git config --get remote.origin.url # timeout=10 23:22:45 using GIT_SSH to set credentials SSH Credentials for GitHub 23:22:45 > git merge b247510d13ba8e9fad57040faa04d23d7bfdafc2 # timeout=10 23:22:45 > git rev-parse HEAD^{commit} # timeout=10 23:22:45 > git config core.sparsecheckout # timeout=10 23:22:45 > git checkout -f 412d39661c0beaf566e6892081618b7a8d8020cd # timeout=10 23:22:45 bca2f99d35d6: Pull complete 23:22:46 93359f2a8cfa: Pull complete 23:22:46 7c6f9722023f: Pull complete 23:22:50 Commit message: "Merge commit 'b247510d13ba8e9fad57040faa04d23d7bfdafc2' into HEAD" 23:22:50 > git rev-list --no-walk 7d3fac01e70055c183287e1481e2b59da4885889 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:22:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:22:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:22:52 + sudo service docker restart 23:22:52 + true 23:22:54 a35cf1a2eb13: Pull complete 23:22:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:22:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:22:54 ---> a62c8e92a672 23:22:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:22:54 ---> Running in aadb2a3483e6 23:22:54 Removing intermediate container aadb2a3483e6 23:22:54 ---> 20806404cee6 23:22:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:54 ---> Running in eecace770643 23:22:54 Removing intermediate container eecace770643 23:22:54 ---> 410213ce706f 23:22:54 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:22:54 ---> Running in ede16f82bf24 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:22:55 provisioning config files... 23:22:55 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config5270325030788897079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:22:55 ---> docker-login.sh 23:22:55 nexus3.edgexfoundry.org:10001 23:22:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:22:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:22:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:57 Configure a credential helper to remove this warning. See 23:22:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:57 23:22:57 Login Succeeded 23:22:57 nexus3.edgexfoundry.org:10002 23:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:57 Configure a credential helper to remove this warning. See 23:22:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:57 23:22:57 Login Succeeded 23:22:57 nexus3.edgexfoundry.org:10003 23:22:57 (1/14) Installing libmagic (5.38-r0) 23:22:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:58 Configure a credential helper to remove this warning. See 23:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:58 23:22:58 Login Succeeded 23:22:58 nexus3.edgexfoundry.org:10004 23:22:58 (2/14) Installing file (5.38-r0) 23:22:58 (3/14) Installing libc-dev (0.7.2-r3) 23:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:58 Configure a credential helper to remove this warning. See 23:22:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:58 23:22:58 Login Succeeded 23:22:58 docker.io 23:22:58 (4/14) Installing g++ (9.3.0-r2) 23:22:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:22:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:22:59 Configure a credential helper to remove this warning. See 23:22:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:22:59 23:22:59 Login Succeeded 23:22:59 ---> docker-login.sh ends [Pipeline] } 23:22:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:22:59 ========================================================= 23:22:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:22:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:23:00 + 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:23:00 Sending build context to Docker daemon 486.9kB 23:23:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:23:00 Step 2/8 : FROM ${BASE} 23:23:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:23:00 5f621e34cdf4: Pulling fs layer 23:23:00 a4357932f1b6: Pulling fs layer 23:23:00 18c013af1878: Pulling fs layer 23:23:00 00ac8860ef70: Pulling fs layer 23:23:00 63d7cb157983: Pulling fs layer 23:23:00 00ac8860ef70: Waiting 23:23:00 b116817d02f9: Pulling fs layer 23:23:00 745a02a5169b: Pulling fs layer 23:23:00 63d7cb157983: Waiting 23:23:00 b116817d02f9: Waiting 23:23:00 745a02a5169b: Waiting 23:23:00 18c013af1878: Verifying Checksum 23:23:00 18c013af1878: Download complete 23:23:00 a4357932f1b6: Verifying Checksum 23:23:00 a4357932f1b6: Download complete 23:23:00 63d7cb157983: Verifying Checksum 23:23:00 63d7cb157983: Download complete 23:23:00 b116817d02f9: Verifying Checksum 23:23:00 b116817d02f9: Download complete 23:23:00 5f621e34cdf4: Verifying Checksum 23:23:00 5f621e34cdf4: Download complete 23:23:01 5f621e34cdf4: Pull complete 23:23:01 a4357932f1b6: Pull complete 23:23:02 18c013af1878: Pull complete 23:23:03 745a02a5169b: Verifying Checksum 23:23:03 745a02a5169b: Download complete 23:23:04 00ac8860ef70: Verifying Checksum 23:23:04 00ac8860ef70: Download complete 23:23:14 00ac8860ef70: Pull complete 23:23:14 63d7cb157983: Pull complete 23:23:15 b116817d02f9: Pull complete 23:23:19 745a02a5169b: Pull complete 23:23:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:23:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:23:19 ---> b7e6874047d6 23:23:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:23:22 ---> Running in 84e318412b14 23:23:22 Removing intermediate container 84e318412b14 23:23:22 ---> 581fb0d751a0 23:23:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:23:22 ---> Running in 9920ef85e7be 23:23:25 (5/14) Installing fortify-headers (1.1-r0) 23:23:25 (6/14) Installing patch (2.7.6-r6) 23:23:25 (7/14) Installing build-base (0.5-r2) 23:23:25 (8/14) Installing openssh-keygen (8.3_p1-r1) 23:23:25 (9/14) Installing libedit (20191231.3.1-r0) 23:23:25 (10/14) Installing openssh-client (8.3_p1-r1) 23:23:25 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:23:25 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:23:25 (13/14) Installing openssh-server (8.3_p1-r1) 23:23:25 Removing intermediate container 9920ef85e7be 23:23:25 ---> 40121ca1baf8 23:23:25 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:23:25 ---> Running in 9c561310b69c 23:23:25 (14/14) Installing openssh (8.3_p1-r1) 23:23:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:23:26 Executing busybox-1.31.1-r19.trigger 23:23:26 OK: 237 MiB in 53 packages 23:23:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:23:30 Removing intermediate container ede16f82bf24 23:23:30 ---> 674d6daa31bd 23:23:30 Step 6/8 : WORKDIR /device-mqtt-go 23:23:30 ---> Running in 0f1e78ddf5a2 23:23:30 Removing intermediate container 0f1e78ddf5a2 23:23:30 ---> 2d17655f6e00 23:23:30 Step 7/8 : COPY . . 23:23:30 ---> 9f343cb10e0a 23:23:30 Step 8/8 : RUN go mod download 23:23:30 ---> Running in c57634713524 23:23:31 (1/14) Installing libmagic (5.38-r0) 23:23:32 (2/14) Installing file (5.38-r0) 23:23:32 (3/14) Installing libc-dev (0.7.2-r3) 23:23:32 (4/14) Installing g++ (9.3.0-r2) 23:23:52 Removing intermediate container c57634713524 23:23:52 ---> ec4fd6014483 23:23:52 Successfully built ec4fd6014483 23:23:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:23:53 + docker inspect -f . ci-base-image-x86_64 23:23:53 . [Pipeline] withDockerContainer 23:23:53 prd-centos7-docker-4c-2g-21733 does not seem to be running inside a container 23:23:53 $ 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:54 $ docker top ae0b6bc3757913adf4d24936b04bcda6b77c0ec3884d194801456423aa31d99a -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:54 (5/14) Installing fortify-headers (1.1-r0) 23:23:54 (6/14) Installing patch (2.7.6-r6) 23:23:54 (7/14) Installing build-base (0.5-r2) 23:23:54 (8/14) Installing openssh-keygen (8.3_p1-r1) 23:23:54 (9/14) Installing libedit (20191231.3.1-r0) 23:23:54 (10/14) Installing openssh-client (8.3_p1-r1) 23:23:54 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 23:23:54 (12/14) Installing openssh-server-common (8.3_p1-r1) 23:23:54 (13/14) Installing openssh-server (8.3_p1-r1) 23:23:54 (14/14) Installing openssh (8.3_p1-r1) 23:23:54 Executing busybox-1.31.1-r19.trigger 23:23:54 OK: 221 MiB in 53 packages 23:23:54 + go version 23:23:54 go version go1.15.5 linux/amd64 [Pipeline] } 23:23:54 $ docker stop --time=1 ae0b6bc3757913adf4d24936b04bcda6b77c0ec3884d194801456423aa31d99a 23:23:56 $ docker rm -f ae0b6bc3757913adf4d24936b04bcda6b77c0ec3884d194801456423aa31d99a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:23:56 + docker inspect -f . ci-base-image-x86_64 23:23:56 . [Pipeline] withDockerContainer 23:23:57 prd-centos7-docker-4c-2g-21733 does not seem to be running inside a container 23:23:57 $ 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:57 $ docker top 3ed7d342e5294151cd55a6520f9fba07b1a7502a61abbb83b87bb1475e735e4a -eo pid,comm 23:23:57 Removing intermediate container 9c561310b69c 23:23:57 ---> fbe55d33b207 23:23:57 Step 6/8 : WORKDIR /device-mqtt-go 23:23:57 ---> Running in 7268d07929e8 [Pipeline] { [Pipeline] sh 23:23:58 Removing intermediate container 7268d07929e8 23:23:58 ---> 1008fbfc7d39 23:23:58 Step 7/8 : COPY . . 23:23:58 + make test 23:23:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:23:59 ---> bd6ce72ba0ea 23:23:59 Step 8/8 : RUN go mod download 23:23:59 ---> Running in c7518e75adbf 23:23:59 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:24:06 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:24:06 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:24:06 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:24:06 have (string, bool, string, string) 23:24:06 want (string, string) 23:24:11 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 23:24:11 make: *** [Makefile:25: test] Error 2 [Pipeline] } 23:24:12 $ docker stop --time=1 3ed7d342e5294151cd55a6520f9fba07b1a7502a61abbb83b87bb1475e735e4a 23:24:14 $ docker rm -f 3ed7d342e5294151cd55a6520f9fba07b1a7502a61abbb83b87bb1475e735e4a [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:16 Failed in branch amd64 23:24:26 Removing intermediate container c7518e75adbf 23:24:26 ---> 1f9f0fcbcf6a 23:24:26 Successfully built 1f9f0fcbcf6a 23:24:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:24:26 + docker inspect -f . ci-base-image-arm64 23:24:26 . [Pipeline] withDockerContainer 23:24:27 prd-ubuntu18.04-docker-arm64-4c-16g-21731 does not seem to be running inside a container 23:24: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 ******** -e ******** ci-base-image-arm64 cat 23:24:28 $ docker top 48dfb471b1a05b05fed406c40b6fd7ef76ea9f3c5dee63116ed05b4f2a33b7a8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:29 + go version 23:24:29 go version go1.15.5 linux/arm64 [Pipeline] } 23:24:29 $ docker stop --time=1 48dfb471b1a05b05fed406c40b6fd7ef76ea9f3c5dee63116ed05b4f2a33b7a8 23:24:31 $ docker rm -f 48dfb471b1a05b05fed406c40b6fd7ef76ea9f3c5dee63116ed05b4f2a33b7a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:24:32 + docker inspect -f . ci-base-image-arm64 23:24:32 . [Pipeline] withDockerContainer 23:24:33 prd-ubuntu18.04-docker-arm64-4c-16g-21731 does not seem to be running inside a container 23:24: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 ******** -e ******** ci-base-image-arm64 cat 23:24:34 $ docker top 1fba5fd68e3fddb55cd46cd4ad29d2f40ba9602e7c697fbdb91f4a4e8af26f4c -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:36 + make test 23:24:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:24:37 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:25:04 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:25:04 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:25:04 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:25:04 have (string, bool, string, string) 23:25:04 want (string, string) 23:25:14 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 23:25:14 make: *** [Makefile:25: test] Error 2 [Pipeline] } 23:25:14 $ docker stop --time=1 1fba5fd68e3fddb55cd46cd4ad29d2f40ba9602e7c697fbdb91f4a4e8af26f4c 23:25:16 $ docker rm -f 1fba5fd68e3fddb55cd46cd4ad29d2f40ba9602e7c697fbdb91f4a4e8af26f4c [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:25:18 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:25:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:25:22 ---> package-listing.sh 23:25:22 ++ facter osfamily 23:25:22 ++ tr '[:upper:]' '[:lower:]' 23:25:22 + OS_FAMILY=redhat 23:25:22 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-207 23:25:22 + START_PACKAGES=/tmp/packages_start.txt 23:25:22 + END_PACKAGES=/tmp/packages_end.txt 23:25:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:25:22 + PACKAGES=/tmp/packages_start.txt 23:25:22 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-207 ']' 23:25:22 + PACKAGES=/tmp/packages_end.txt 23:25:22 + case "${OS_FAMILY}" in 23:25:22 + rpm -qa 23:25:22 + sort 23:25:29 + '[' -f /tmp/packages_start.txt ']' 23:25:29 + '[' -f /tmp/packages_end.txt ']' 23:25:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:25:29 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-207 ']' 23:25:29 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-207/archives/ 23:25:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-207/archives/ [Pipeline] echo 23:25:29 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-207/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:25:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:25:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:30 23:25:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:25:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:30 alpine: Pulling from edgex-lftools-log-publisher 23:25:30 df20fa9351a1: Pulling fs layer 23:25:30 36b3adc4ff6f: Pulling fs layer 23:25:30 8ad3a11d3b57: Pulling fs layer 23:25:30 46f8f816bc3b: Pulling fs layer 23:25:30 93b61091891f: Pulling fs layer 23:25:30 93b9cdb0e59b: Pulling fs layer 23:25:30 5e14af77c1be: Pulling fs layer 23:25:30 01666e4c0597: Pulling fs layer 23:25:30 aa168da1d23b: Pulling fs layer 23:25:30 46f8f816bc3b: Waiting 23:25:30 93b61091891f: Waiting 23:25:30 93b9cdb0e59b: Waiting 23:25:30 5e14af77c1be: Waiting 23:25:30 01666e4c0597: Waiting 23:25:30 aa168da1d23b: Waiting 23:25:31 36b3adc4ff6f: Verifying Checksum 23:25:31 36b3adc4ff6f: Download complete 23:25:31 46f8f816bc3b: Download complete 23:25:31 df20fa9351a1: Verifying Checksum 23:25:31 df20fa9351a1: Download complete 23:25:31 93b9cdb0e59b: Verifying Checksum 23:25:31 5e14af77c1be: Verifying Checksum 23:25:31 5e14af77c1be: Download complete 23:25:31 01666e4c0597: Verifying Checksum 23:25:31 01666e4c0597: Download complete 23:25:31 93b61091891f: Download complete 23:25:32 8ad3a11d3b57: Verifying Checksum 23:25:32 8ad3a11d3b57: Download complete 23:25:32 df20fa9351a1: Pull complete 23:25:33 36b3adc4ff6f: Pull complete 23:25:34 8ad3a11d3b57: Pull complete 23:25:35 46f8f816bc3b: Pull complete 23:25:36 93b61091891f: Pull complete 23:25:36 93b9cdb0e59b: Pull complete 23:25:36 5e14af77c1be: Pull complete 23:25:37 01666e4c0597: Pull complete 23:25:40 aa168da1d23b: Verifying Checksum 23:25:40 aa168da1d23b: Download complete 23:25:55 aa168da1d23b: Pull complete 23:25:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:25:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:25:56 prd-centos7-docker-4c-2g-21720 does not seem to be running inside a container 23:25:56 $ 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-207/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-207 -v /w/workspace/gexfoundry_device-mqtt-go_PR-207:/w/workspace/gexfoundry_device-mqtt-go_PR-207:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-207@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:26:02 $ docker top 22004caf4c766fda7321e605bb217659e13daa8ef1ae49e7eb7b9f407857d7e9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:26:03 + touch /tmp/pre-build-complete [Pipeline] sh 23:26:04 + mkdir -p /var/log/sa [Pipeline] sh 23:26:05 + ls /var/log/sa-host 23:26:05 + sadf -c /var/log/sa-host/sa20 23:26:05 file_magic: OK 23:26:05 HZ: Using current value: 100 23:26:05 file_header: OK 23:26:05 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:26:05 Statistics: 23:26:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:26:05 File successfully converted to sysstat format version 12.2.1 23:26:05 + sadf -c /var/log/sa-host/sa23 23:26:05 file_magic: OK 23:26:05 HZ: Using current value: 100 23:26:05 file_header: OK 23:26:05 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:26:05 Statistics: 23:26:05 Hnuu...uuuununununu... 23:26:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:26:05 provisioning config files... 23:26:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp/config8842643628357691271tmp [Pipeline] { [Pipeline] echo 23:26:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:26:06 ---> create-netrc.sh [Pipeline] } 23:26:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:26:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:26:06 ---> python-tools-install.sh [Pipeline] echo 23:26:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:26:07 ---> sudo-logs.sh 23:26:07 Archiving 'sudo' log.. [Pipeline] echo 23:26:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:26:08 ---> job-cost.sh 23:26:08 lf-activate-venv: SKIPPING 23:26:08 INFO: No Stack... 23:26:09 INFO: Retrieving Pricing Info for: v1-standard-2 23:26:10 INFO: Archiving Costs [Pipeline] echo 23:26:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:26:11 ---> logs-deploy.sh 23:26:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-207/2 23:26:11 INFO: archiving workspace using pattern(s): 23:26:14 Archives upload complete. 23:26:14 INFO: archiving logs to Nexus 23:26:17 ---> uname -a: 23:26:17 Linux prd-centos7-docker-4c-2g-21720.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:26:17 23:26:17 23:26:17 ---> lscpu: 23:26:17 Architecture: x86_64 23:26:17 CPU op-mode(s): 32-bit, 64-bit 23:26:17 Byte Order: Little Endian 23:26:17 Address sizes: 40 bits physical, 48 bits virtual 23:26:17 CPU(s): 4 23:26:17 On-line CPU(s) list: 0-3 23:26:17 Thread(s) per core: 1 23:26:17 Core(s) per socket: 1 23:26:17 Socket(s): 4 23:26:17 NUMA node(s): 1 23:26:17 Vendor ID: GenuineIntel 23:26:17 CPU family: 6 23:26:17 Model: 44 23:26:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:26:17 Stepping: 1 23:26:17 CPU MHz: 2933.438 23:26:17 BogoMIPS: 5866.87 23:26:17 Virtualization: VT-x 23:26:17 Hypervisor vendor: KVM 23:26:17 Virtualization type: full 23:26:17 L1d cache: 128 KiB 23:26:17 L1i cache: 128 KiB 23:26:17 L2 cache: 16 MiB 23:26:17 L3 cache: 64 MiB 23:26:17 NUMA node0 CPU(s): 0-3 23:26:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:26:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:26:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:26:17 Vulnerability Meltdown: Mitigation; PTI 23:26:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:26:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:26:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:26:17 Vulnerability Srbds: Not affected 23:26:17 Vulnerability Tsx async abort: Not affected 23:26:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:26:17 23:26:17 23:26:17 ---> nproc: 23:26:17 4 23:26:17 23:26:17 23:26:17 ---> df -h: 23:26:17 Filesystem Size Used Available Use% Mounted on 23:26:17 overlay 50.0G 7.3G 42.7G 15% / 23:26:17 tmpfs 64.0M 0 64.0M 0% /dev 23:26:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:26:17 shm 64.0M 0 64.0M 0% /dev/shm 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-207 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-207@tmp 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:26:17 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:26:17 23:26:17 23:26:17 ---> free -m: 23:26:17 total used free shared buff/cache available 23:26:17 Mem: 1837 719 73 0 1043 1013 23:26:17 Swap: 1023 0 1023 23:26:17 23:26:17 23:26:17 ---> ip addr: 23:26:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:26:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:26:17 inet 127.0.0.1/8 scope host lo 23:26:17 valid_lft forever preferred_lft forever 23:26:17 inet6 ::1/128 scope host 23:26:17 valid_lft forever preferred_lft forever 23:26:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:26:17 link/ether fa:16:3e:e5:3a:1b brd ff:ff:ff:ff:ff:ff 23:26:17 inet 10.30.122.255/23 brd 10.30.123.255 scope global dynamic eth0 23:26:17 valid_lft 85870sec preferred_lft 85870sec 23:26:17 inet6 fe80::f816:3eff:fee5:3a1b/64 scope link 23:26:17 valid_lft forever preferred_lft forever 23:26:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:26:17 link/ether 02:42:c2:12:2a:f6 brd ff:ff:ff:ff:ff:ff 23:26:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:26:17 valid_lft forever preferred_lft forever 23:26:17 inet6 fe80::42:c2ff:fe12:2af6/64 scope link 23:26:17 valid_lft forever preferred_lft forever 23:26:17 23:26:17 23:26:17 ---> sar -b -r -n DEV: 23:26:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 23:26:17 23:26:17 23:17:12 LINUX RESTART (4 CPU) 23:26:17 23:26:17 23:18:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:26:17 23:19:01 80.71 44.45 36.26 0.00 6379.03 10640.87 0.00 23:26:17 23:20:01 23.46 5.72 17.73 0.00 1645.26 2102.29 0.00 23:26:17 23:21:02 1.73 0.00 1.73 0.00 0.00 33.85 0.00 23:26:17 23:22:01 0.27 0.00 0.27 0.00 0.00 3.79 0.00 23:26:17 23:23:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 23:26:17 23:24:01 0.38 0.00 0.38 0.00 0.00 4.87 0.00 23:26:17 23:25:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 23:26:17 23:26:01 150.33 71.19 79.14 0.00 6043.01 18558.16 0.00 23:26:17 Average: 32.08 15.10 16.98 0.00 1745.83 3904.81 0.00 23:26:17 23:26:17 23:18:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:26:17 23:19:01 68872 0 591188 31.42 2620 1218864 1310324 44.72 445360 1170880 9440 23:26:17 23:20:01 164264 0 587756 31.24 2620 1126904 1159524 39.57 410808 1105924 20 23:26:17 23:21:02 174240 0 577776 30.71 2620 1126908 1098220 37.48 411372 1097460 8 23:26:17 23:22:01 177248 0 574764 30.55 2620 1126912 1055036 36.01 410920 1095720 12 23:26:17 23:23:01 176912 0 575096 30.57 2620 1126916 1055196 36.01 421712 1085716 8 23:26:17 23:24:01 176152 0 575792 30.60 2620 1126980 1055280 36.01 433988 1074000 20 23:26:17 23:25:01 178484 0 573516 30.48 2620 1126924 1054896 36.00 431712 1073984 8 23:26:17 23:26:01 162952 0 680940 36.19 2620 1035032 1248748 42.62 453180 1012132 16 23:26:17 Average: 159890 0 592104 31.47 2620 1126930 1129653 38.55 427382 1089477 1192 23:26:17 23:26:17 23:18:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:26:17 23:19:01 eth0 194.07 138.98 730.34 62.38 0.00 0.00 0.00 0.00 23:26:17 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:20:01 eth0 59.04 47.00 333.67 28.84 0.00 0.00 0.00 0.00 23:26:17 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:20:01 docker0 2.29 1.87 0.40 4.06 0.00 0.00 0.00 0.00 23:26:17 23:21:02 eth0 2.51 0.75 1.89 0.22 0.00 0.00 0.00 0.00 23:26:17 23:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:22:01 eth0 4.72 0.66 0.92 0.38 0.00 0.00 0.00 0.00 23:26:17 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:23:01 eth0 4.28 0.93 1.08 0.60 0.00 0.00 0.00 0.00 23:26:17 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:24:01 eth0 1.23 0.71 0.67 0.50 0.00 0.00 0.00 0.00 23:26:17 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:25:01 eth0 0.22 0.07 0.02 0.01 0.00 0.00 0.00 0.00 23:26:17 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:26:01 eth0 201.51 151.78 2168.02 18.95 0.00 0.00 0.00 0.00 23:26:17 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 Average: eth0 58.09 42.36 404.61 13.84 0.00 0.00 0.00 0.00 23:26:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:26:17 Average: docker0 0.29 0.24 0.05 0.51 0.00 0.00 0.00 0.00 23:26:17 23:26:17 23:26:17 ---> sar -P ALL: 23:26:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 23:26:17 23:26:17 23:17:12 LINUX RESTART (4 CPU) 23:26:17 23:26:17 23:18:03 CPU %user %nice %system %iowait %steal %idle 23:26:17 23:19:01 all 11.55 0.00 5.35 3.46 30.24 49.41 23:26:17 23:19:01 0 10.55 0.00 4.86 3.22 32.03 49.34 23:26:17 23:19:01 1 11.82 0.00 5.42 4.36 29.90 48.49 23:26:17 23:19:01 2 11.11 0.00 4.83 2.90 29.72 51.44 23:26:17 23:19:01 3 12.75 0.00 6.30 3.36 29.24 48.34 23:26:17 23:20:01 all 1.58 0.00 1.92 0.56 11.34 84.61 23:26:17 23:20:01 0 1.41 0.00 1.55 1.21 12.05 83.78 23:26:17 23:20:01 1 2.02 0.00 2.17 0.56 10.46 84.79 23:26:17 23:20:01 2 1.47 0.00 2.14 0.32 11.49 84.58 23:26:17 23:20:01 3 1.43 0.00 1.81 0.14 11.34 85.29 23:26:17 23:21:02 all 0.07 0.00 0.12 0.00 2.62 97.18 23:26:17 23:21:02 0 0.08 0.00 0.11 0.00 2.60 97.21 23:26:17 23:21:02 1 0.13 0.00 0.10 0.02 2.67 97.09 23:26:17 23:21:02 2 0.03 0.00 0.15 0.00 2.80 97.02 23:26:17 23:21:02 3 0.03 0.00 0.13 0.00 2.43 97.41 23:26:17 23:22:01 all 0.10 0.00 0.10 0.00 1.76 98.03 23:26:17 23:22:01 0 0.02 0.00 0.03 0.00 0.99 98.96 23:26:17 23:22:01 1 0.07 0.00 0.10 0.00 1.65 98.18 23:26:17 23:22:01 2 0.23 0.00 0.22 0.00 2.25 97.30 23:26:17 23:22:01 3 0.08 0.00 0.07 0.00 2.16 97.69 23:26:17 23:23:01 all 0.06 0.00 0.06 0.00 1.42 98.46 23:26:17 23:23:01 0 0.10 0.00 0.03 0.00 0.80 99.07 23:26:17 23:23:01 1 0.10 0.00 0.03 0.00 1.21 98.66 23:26:17 23:23:01 2 0.05 0.00 0.06 0.00 2.92 96.96 23:26:17 23:23:01 3 0.00 0.00 0.10 0.00 0.73 99.17 23:26:17 23:24:01 all 0.09 0.00 0.18 0.00 1.68 98.06 23:26:17 23:24:01 0 0.07 0.00 0.17 0.00 1.11 98.66 23:26:17 23:24:01 1 0.10 0.00 0.23 0.00 1.50 98.17 23:26:17 23:24:01 2 0.13 0.00 0.08 0.00 2.96 96.83 23:26:17 23:24:01 3 0.05 0.00 0.23 0.00 1.13 98.59 23:26:17 23:25:01 all 0.10 0.00 0.07 0.00 1.22 98.61 23:26:17 23:25:01 0 0.02 0.00 0.07 0.00 0.50 99.42 23:26:17 23:25:01 1 0.07 0.00 0.08 0.00 0.89 98.96 23:26:17 23:25:01 2 0.29 0.00 0.08 0.00 2.05 97.58 23:26:17 23:25:01 3 0.02 0.00 0.05 0.00 1.43 98.50 23:26:17 23:26:01 all 3.83 0.00 3.18 1.98 16.53 74.47 23:26:17 23:26:01 0 2.82 0.00 2.68 0.68 17.21 76.62 23:26:17 23:26:01 1 4.74 0.00 3.91 2.01 17.14 72.20 23:26:17 23:26:01 2 4.49 0.00 3.29 2.23 16.65 73.34 23:26:17 23:26:01 3 3.32 0.00 2.88 3.04 15.11 75.66 23:26:17 Average: all 2.22 0.00 1.40 0.77 8.50 87.11 23:26:17 Average: 0 1.96 0.00 1.23 0.66 8.68 87.47 23:26:17 Average: 1 2.43 0.00 1.54 0.89 8.33 86.81 23:26:17 Average: 2 2.26 0.00 1.38 0.69 8.96 86.71 23:26:17 Average: 3 2.24 0.00 1.46 0.83 8.04 87.43 23:26:17 23:26:17 23:26:17