Pull request #197 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-mqtt-go Obtained Jenkinsfile from 43458860ef12169d14d0170a667fd6dd72f2aa87+cdd6c33d41f01dc10b68606080ac8b6263924bf1 (5547b1d7166f84580a00010885f286a8256a89b5) 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-19832 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [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-197 # 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/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 Merge succeeded, producing 43458860ef12169d14d0170a667fd6dd72f2aa87 Checking out Revision 43458860ef12169d14d0170a667fd6dd72f2aa87 (PR-197) > git config core.sparsecheckout # timeout=10 > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # 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 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:16:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:16:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:16:56 ========================================================= 22:16:56 EdgeX Global Pipelines Version Info 22:16:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9777018aa1993321d1c532841d402903e62a8ee9 # timeout=10 22:16:57 ------------------- 22:16:57 stable info: 22:16:57 ------------------- 22:16:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:16:57 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:16:57 Message: update stable to v1.0.173 22:16:58 ------------------- 22:16:58 experimental info: 22:16:58 ------------------- 22:16:58 Commited By: **** collab-it+edgex@linuxfoundation.org 22:16:58 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:16:58 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:17:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:17:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:17:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-197 [Pipeline] echo 22:17:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-197 [Pipeline] echo 22:17:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-197 [Pipeline] echo 22:17:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43458860ef12169d14d0170a667fd6dd72f2aa87 [Pipeline] echo 22:17:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4345886 [Pipeline] echo 22:17:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:17:02 provisioning config files... 22:17:02 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config2024391156702145420tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:03 ---> docker-login.sh 22:17:03 nexus3.edgexfoundry.org:10001 22:17:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:03 Configure a credential helper to remove this warning. See 22:17:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:03 22:17:03 Login Succeeded 22:17:03 nexus3.edgexfoundry.org:10002 22:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:04 Configure a credential helper to remove this warning. See 22:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:04 22:17:04 Login Succeeded 22:17:04 nexus3.edgexfoundry.org:10003 22:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:04 Configure a credential helper to remove this warning. See 22:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:04 22:17:04 Login Succeeded 22:17:04 nexus3.edgexfoundry.org:10004 22:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:04 Configure a credential helper to remove this warning. See 22:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:04 22:17:04 Login Succeeded 22:17:04 docker.io 22:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:04 Configure a credential helper to remove this warning. See 22:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:04 22:17:04 Login Succeeded 22:17:04 ---> docker-login.sh ends [Pipeline] } 22:17:04 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 22:17:05 + git log --format=format:%s -1 43458860ef12169d14d0170a667fd6dd72f2aa87 [Pipeline] echo 22:17:05 GIT_COMMIT: 43458860ef12169d14d0170a667fd6dd72f2aa87, Commit Message: feat: Enable use of secret via SecretProvider for MQTT broker credentials [Pipeline] echo 22:17:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:17:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:17:06 22:17:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:17:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:17:07 latest: Pulling from edgex-devops/git-semver 22:17:07 31603596830f: Pulling fs layer 22:17:07 2a8b12db71e7: Pulling fs layer 22:17:07 6ca5941a6612: Pulling fs layer 22:17:07 ecc8261a40a4: Pulling fs layer 22:17:07 ecc8261a40a4: Waiting 22:17:07 2a8b12db71e7: Verifying Checksum 22:17:07 2a8b12db71e7: Download complete 22:17:07 31603596830f: Verifying Checksum 22:17:07 31603596830f: Download complete 22:17:07 ecc8261a40a4: Verifying Checksum 22:17:07 ecc8261a40a4: Download complete 22:17:07 6ca5941a6612: Verifying Checksum 22:17:07 6ca5941a6612: Download complete 22:17:08 31603596830f: Pull complete 22:17:08 2a8b12db71e7: Pull complete 22:17:09 6ca5941a6612: Pull complete 22:17:09 ecc8261a40a4: Pull complete 22:17:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:17:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:17:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:17:09 prd-centos7-docker-4c-2g-19832 does not seem to be running inside a container 22:17:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-197 -v /w/workspace/gexfoundry_device-mqtt-go_PR-197:/w/workspace/gexfoundry_device-mqtt-go_PR-197:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-197@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:10004/edgex-devops/git-semver:latest cat 22:17:11 $ docker top 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:17:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:12 [ssh-agent] Looking for ssh-agent implementation... 22:17:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:12 $ docker exec 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent 22:17:12 SSH_AUTH_SOCK=/tmp/ssh-xFVo8EPlrOLf/agent.11 22:17:12 SSH_AGENT_PID=16 22:17:12 Running ssh-add (command line suppressed) 22:17:12 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_1702018173869268911.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_1702018173869268911.key) 22:17:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:12 + git tag --points-at HEAD [Pipeline] } 22:17:12 $ docker exec --env ******** --env ******** 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent -k 22:17:13 unset SSH_AUTH_SOCK; 22:17:13 unset SSH_AGENT_PID; 22:17:13 echo Agent pid 16 killed; 22:17:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:17:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:13 [ssh-agent] Looking for ssh-agent implementation... 22:17:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:13 $ docker exec 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent 22:17:13 SSH_AUTH_SOCK=/tmp/ssh-iuZVmZHm4ghl/agent.45 22:17:13 SSH_AGENT_PID=50 22:17:13 Running ssh-add (command line suppressed) 22:17:13 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7297289134141595760.key (/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/private_key_7297289134141595760.key) 22:17:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:14 + git semver init 22:17:14 # -> Open(): unable to determine branch for HEAD 22:17:14 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.git 22:17:14 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-197 22:17:14 # $SEMVER_REMOTE_NAME = origin 22:17:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:17:14 # $SEMVER_USER_NAME = edgex-jenkins 22:17:14 # $SEMVER_BRANCH = PR-197 22:17:14 # $SEMVER_TEMP = /tmp/semver-120462837 22:17:14 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 22:17:14 # '/tmp/semver-120462837' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver' 22:17:14 # -> Force: false 22:17:14 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-197/.semver [Pipeline] } 22:17:14 $ docker exec --env ******** --env ******** 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 ssh-agent -k 22:17:14 unset SSH_AUTH_SOCK; 22:17:14 unset SSH_AGENT_PID; 22:17:14 echo Agent pid 50 killed; 22:17:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:15 + git semver [Pipeline] } 22:17:15 $ docker stop --time=1 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 22:17:16 $ docker rm -f 4d8f4cafd505462b1449a5ef608ca12c8f891dc8ad8666ae3c990ba9119901f2 [Pipeline] // withDockerContainer [Pipeline] sh 22:17:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:17:17 Stashed 1 file(s) [Pipeline] echo 22:17:17 [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 22:17:33 Still waiting to schedule task 22:17:33 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:17:33 Still waiting to schedule task 22:17:33 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:21:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19834 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws 22:21:09 Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout 22:21:15 using credential edgex-jenkins-ssh 22:21:15 Cloning the remote Git repository 22:21:15 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:21:15 > git init /w/workspace/device-mqtt-go/9 # timeout=10 22:21:15 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:21:15 > git --version # timeout=10 22:21:15 > git --version # 'git version 2.17.1' 22:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:16 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:21:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:16 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:21:17 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 22:21:17 Merge succeeded, producing 43458860ef12169d14d0170a667fd6dd72f2aa87 22:21:17 Checking out Revision 43458860ef12169d14d0170a667fd6dd72f2aa87 (PR-197) 22:21:16 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:21:16 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:17 > git config core.sparsecheckout # timeout=10 22:21:17 > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 22:21:17 > git remote # timeout=10 22:21:17 > git config --get remote.origin.url # timeout=10 22:21:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:17 > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 22:21:17 > git rev-parse HEAD^{commit} # timeout=10 22:21:17 > git config core.sparsecheckout # timeout=10 22:21:17 > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 22:21:20 Running on prd-centos7-docker-4c-2g-19835 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws 22:21:20 Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout 22:21:21 Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:21:22 using credential edgex-jenkins-ssh 22:21:22 Cloning the remote Git repository 22:21:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:21:22 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:21:23 > git init /w/workspace/device-mqtt-go/9 # timeout=10 22:21:23 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:21:23 > git --version # timeout=10 22:21:23 > git --version # 'git version 2.24.3' 22:21:23 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:21:24 + true 22:21:24 + sudo service docker restart 22:21:24 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 22:21:24 Merge succeeded, producing 43458860ef12169d14d0170a667fd6dd72f2aa87 22:21:24 Checking out Revision 43458860ef12169d14d0170a667fd6dd72f2aa87 (PR-197) 22:21:23 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:21:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:23 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:21:23 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:21:23 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:24 > git config core.sparsecheckout # timeout=10 22:21:24 > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 22:21:24 > git remote # timeout=10 22:21:24 > git config --get remote.origin.url # timeout=10 22:21:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:24 > git merge cdd6c33d41f01dc10b68606080ac8b6263924bf1 # timeout=10 22:21:24 > git rev-parse HEAD^{commit} # timeout=10 22:21:24 > git config core.sparsecheckout # timeout=10 22:21:24 > git checkout -f 43458860ef12169d14d0170a667fd6dd72f2aa87 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:21:26 provisioning config files... 22:21:26 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config8542409226971853501tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:26 ---> docker-login.sh 22:21:26 nexus3.edgexfoundry.org:10001 22:21:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:27 Configure a credential helper to remove this warning. See 22:21:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:27 22:21:27 Login Succeeded 22:21:27 nexus3.edgexfoundry.org:10002 22:21:28 Commit message: "feat: Enable use of secret via SecretProvider for MQTT broker credentials" 22:21:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 22:21:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:28 Configure a credential helper to remove this warning. See 22:21:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:28 22:21:28 Login Succeeded 22:21:28 nexus3.edgexfoundry.org:10003 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:21:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:29 Configure a credential helper to remove this warning. See 22:21:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:29 22:21:29 Login Succeeded 22:21:29 nexus3.edgexfoundry.org:10004 22:21:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 22:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 22:21:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:29 Configure a credential helper to remove this warning. See 22:21:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:29 22:21:29 Login Succeeded 22:21:29 docker.io 22:21:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:21:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:29 + sudo service docker restart 22:21:29 + true 22:21:29 Redirecting to /bin/systemctl restart docker.service 22:21:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:30 Configure a credential helper to remove this warning. See 22:21:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:30 22:21:30 Login Succeeded 22:21:30 ---> docker-login.sh ends [Pipeline] } 22:21:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:21:30 ========================================================= 22:21:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:21:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:21:31 + 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 . 22:21:31 Sending build context to Docker daemon 538.6kB [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:21:31 provisioning config files... 22:21:31 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/9@tmp/config4233540858682686620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:21:31 Step 2/8 : FROM ${BASE} 22:21:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:21:31 5f621e34cdf4: Pulling fs layer 22:21:31 a4357932f1b6: Pulling fs layer 22:21:31 18c013af1878: Pulling fs layer 22:21:31 00ac8860ef70: Pulling fs layer 22:21:31 63d7cb157983: Pulling fs layer 22:21:31 b116817d02f9: Pulling fs layer 22:21:31 745a02a5169b: Pulling fs layer 22:21:31 00ac8860ef70: Waiting 22:21:31 63d7cb157983: Waiting 22:21:31 b116817d02f9: Waiting 22:21:31 745a02a5169b: Waiting 22:21:31 18c013af1878: Download complete 22:21:31 a4357932f1b6: Verifying Checksum 22:21:31 a4357932f1b6: Download complete 22:21:31 63d7cb157983: Download complete 22:21:31 b116817d02f9: Verifying Checksum 22:21:31 b116817d02f9: Download complete 22:21:31 5f621e34cdf4: Verifying Checksum 22:21:31 5f621e34cdf4: Download complete 22:21:31 ---> docker-login.sh 22:21:31 nexus3.edgexfoundry.org:10001 22:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:32 5f621e34cdf4: Pull complete 22:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:32 Configure a credential helper to remove this warning. See 22:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:32 22:21:32 Login Succeeded 22:21:32 nexus3.edgexfoundry.org:10002 22:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:32 a4357932f1b6: Pull complete 22:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:32 Configure a credential helper to remove this warning. See 22:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:32 22:21:32 Login Succeeded 22:21:32 nexus3.edgexfoundry.org:10003 22:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:32 Configure a credential helper to remove this warning. See 22:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:32 22:21:32 Login Succeeded 22:21:33 nexus3.edgexfoundry.org:10004 22:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:33 Configure a credential helper to remove this warning. See 22:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:33 22:21:33 Login Succeeded 22:21:33 docker.io 22:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:21:33 18c013af1878: Pull complete 22:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:21:33 Configure a credential helper to remove this warning. See 22:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:21:33 22:21:33 Login Succeeded 22:21:33 ---> docker-login.sh ends [Pipeline] } 22:21:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:21:33 ========================================================= 22:21:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:21:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:21:34 + 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 . 22:21:34 Sending build context to Docker daemon 539.6kB 22:21:34 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:21:34 Step 2/8 : FROM ${BASE} 22:21:34 745a02a5169b: Verifying Checksum 22:21:34 745a02a5169b: Download complete 22:21:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:21:34 188c0c94c7c5: Pulling fs layer 22:21:34 0ef7d3d256c8: Pulling fs layer 22:21:34 de9db76c5a1d: Pulling fs layer 22:21:34 bca2f99d35d6: Pulling fs layer 22:21:34 93359f2a8cfa: Pulling fs layer 22:21:34 7c6f9722023f: Pulling fs layer 22:21:34 a35cf1a2eb13: Pulling fs layer 22:21:34 bca2f99d35d6: Waiting 22:21:34 93359f2a8cfa: Waiting 22:21:34 7c6f9722023f: Waiting 22:21:34 a35cf1a2eb13: Waiting 22:21:34 de9db76c5a1d: Verifying Checksum 22:21:34 de9db76c5a1d: Download complete 22:21:34 0ef7d3d256c8: Verifying Checksum 22:21:34 0ef7d3d256c8: Download complete 22:21:34 93359f2a8cfa: Verifying Checksum 22:21:34 93359f2a8cfa: Download complete 22:21:34 7c6f9722023f: Verifying Checksum 22:21:34 7c6f9722023f: Download complete 22:21:34 188c0c94c7c5: Verifying Checksum 22:21:34 188c0c94c7c5: Download complete 22:21:34 188c0c94c7c5: Pull complete 22:21:35 0ef7d3d256c8: Pull complete 22:21:35 de9db76c5a1d: Pull complete 22:21:36 00ac8860ef70: Verifying Checksum 22:21:36 00ac8860ef70: Download complete 22:21:37 a35cf1a2eb13: Verifying Checksum 22:21:37 a35cf1a2eb13: Download complete 22:21:37 bca2f99d35d6: Verifying Checksum 22:21:37 bca2f99d35d6: Download complete 22:21:44 bca2f99d35d6: Pull complete 22:21:44 93359f2a8cfa: Pull complete 22:21:44 7c6f9722023f: Pull complete 22:21:46 00ac8860ef70: Pull complete 22:21:46 63d7cb157983: Pull complete 22:21:47 b116817d02f9: Pull complete 22:21:49 a35cf1a2eb13: Pull complete 22:21:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:21:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:21:49 ---> a62c8e92a672 22:21:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:21:49 ---> Running in d58ba66ec072 22:21:49 Removing intermediate container d58ba66ec072 22:21:49 ---> 0eb07050c0eb 22:21:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:50 ---> Running in 58c789121b53 22:21:50 745a02a5169b: Pull complete 22:21:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:21:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:21:51 ---> b7e6874047d6 22:21:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 22:21:51 Removing intermediate container 58c789121b53 22:21:51 ---> 277977ec8151 22:21:51 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:21:51 ---> Running in 2879eda31fea 22:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:21:53 ---> Running in 484b6905c54e 22:21:54 Removing intermediate container 484b6905c54e 22:21:54 ---> 00dbcde09f42 22:21:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:21:54 (1/14) Installing libmagic (5.38-r0) 22:21:54 (2/14) Installing file (5.38-r0) 22:21:54 ---> Running in af7b07c53eea 22:21:54 (3/14) Installing libc-dev (0.7.2-r3) 22:21:54 (4/14) Installing g++ (9.3.0-r2) 22:21:56 Removing intermediate container af7b07c53eea 22:21:56 ---> 62066e022da0 22:21:56 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 22:21:56 ---> Running in 42fb351d185c 22:21:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:21:59 (1/14) Installing libmagic (5.38-r0) 22:21:59 (2/14) Installing file (5.38-r0) 22:21:59 (3/14) Installing libc-dev (0.7.2-r3) 22:21:59 (4/14) Installing g++ (9.3.0-r2) 22:21:59 (5/14) Installing fortify-headers (1.1-r0) 22:21:59 (6/14) Installing patch (2.7.6-r6) 22:21:59 (7/14) Installing build-base (0.5-r2) 22:21:59 (8/14) Installing openssh-keygen (8.3_p1-r1) 22:21:59 (9/14) Installing libedit (20191231.3.1-r0) 22:21:59 (10/14) Installing openssh-client (8.3_p1-r1) 22:21:59 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 22:22:00 (12/14) Installing openssh-server-common (8.3_p1-r1) 22:22:00 (13/14) Installing openssh-server (8.3_p1-r1) 22:22:00 (14/14) Installing openssh (8.3_p1-r1) 22:22:00 Executing busybox-1.31.1-r19.trigger 22:22:00 OK: 237 MiB in 53 packages 22:22:03 (5/14) Installing fortify-headers (1.1-r0) 22:22:03 (6/14) Installing patch (2.7.6-r6) 22:22:03 (7/14) Installing build-base (0.5-r2) 22:22:03 (8/14) Installing openssh-keygen (8.3_p1-r1) 22:22:03 (9/14) Installing libedit (20191231.3.1-r0) 22:22:03 (10/14) Installing openssh-client (8.3_p1-r1) 22:22:03 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 22:22:03 (12/14) Installing openssh-server-common (8.3_p1-r1) 22:22:03 (13/14) Installing openssh-server (8.3_p1-r1) 22:22:04 Removing intermediate container 2879eda31fea 22:22:04 ---> 9002b5b68078 22:22:04 Step 6/8 : WORKDIR /device-mqtt-go 22:22:04 ---> Running in ad768f173757 22:22:04 Removing intermediate container ad768f173757 22:22:04 ---> 71d2bfb41ae7 22:22:04 Step 7/8 : COPY . . 22:22:04 (14/14) Installing openssh (8.3_p1-r1) 22:22:05 Executing busybox-1.31.1-r19.trigger 22:22:05 OK: 221 MiB in 53 packages 22:22:05 ---> 5ebff841d0cc 22:22:05 Step 8/8 : RUN go mod download 22:22:05 ---> Running in 9ffc0a95eb45 22:22:09 Removing intermediate container 42fb351d185c 22:22:09 ---> 4974896a505e 22:22:09 Step 6/8 : WORKDIR /device-mqtt-go 22:22:09 ---> Running in 14dcbfa80f6e 22:22:10 Removing intermediate container 14dcbfa80f6e 22:22:10 ---> cb63cf1bc8cb 22:22:10 Step 7/8 : COPY . . 22:22:11 ---> 52129ce3a94b 22:22:11 Step 8/8 : RUN go mod download 22:22:11 ---> Running in 0511b5440a02 22:22:27 Removing intermediate container 9ffc0a95eb45 22:22:27 ---> ef30a01c7a84 22:22:27 Successfully built ef30a01c7a84 22:22:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:22:28 + docker inspect -f . ci-base-image-x86_64 22:22:28 . [Pipeline] withDockerContainer 22:22:28 prd-centos7-docker-4c-2g-19835 does not seem to be running inside a container 22:22:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:22:29 $ docker top 3bca0da92587c2ad939fc18256d96c6c02d453327d70c75beef3ef399b705158 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:30 + go version 22:22:30 go version go1.15.5 linux/amd64 [Pipeline] } 22:22:30 $ docker stop --time=1 3bca0da92587c2ad939fc18256d96c6c02d453327d70c75beef3ef399b705158 22:22:31 $ docker rm -f 3bca0da92587c2ad939fc18256d96c6c02d453327d70c75beef3ef399b705158 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:32 + docker inspect -f . ci-base-image-x86_64 22:22:32 . [Pipeline] withDockerContainer 22:22:32 prd-centos7-docker-4c-2g-19835 does not seem to be running inside a container 22:22:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:22:33 $ docker top afdb535169ee714ed0021526eb6c1a7fef1a4748c3fe2184426a31c08fdc4f78 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:34 + make test 22:22:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:22:35 ? github.com/edgexfoundry/device-mqtt-go [no test files] 22:22:37 Removing intermediate container 0511b5440a02 22:22:37 ---> 43e9355a46b7 22:22:37 Successfully built 43e9355a46b7 22:22:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:22:38 + docker inspect -f . ci-base-image-arm64 22:22:38 . [Pipeline] withDockerContainer 22:22:38 prd-ubuntu18.04-docker-arm64-4c-16g-19834 does not seem to be running inside a container 22:22:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:22:40 $ docker top 12511da0af4bb02df674dad435889d6fc5ae85fea2c0f79db65befeaa7f818a5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:41 + go version 22:22:41 go version go1.15.5 linux/arm64 [Pipeline] } 22:22:41 $ docker stop --time=1 12511da0af4bb02df674dad435889d6fc5ae85fea2c0f79db65befeaa7f818a5 22:22:43 $ docker rm -f 12511da0af4bb02df674dad435889d6fc5ae85fea2c0f79db65befeaa7f818a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:22:44 + docker inspect -f . ci-base-image-arm64 22:22:44 . [Pipeline] withDockerContainer 22:22:44 prd-ubuntu18.04-docker-arm64-4c-16g-19834 does not seem to be running inside a container 22:22:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/9 -v /w/workspace/device-mqtt-go/9:/w/workspace/device-mqtt-go/9:rw,z -v /w/workspace/device-mqtt-go/9@tmp:/w/workspace/device-mqtt-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:22:46 $ docker top e334ac3279e607d503ce12979aca60879d006eb053488f9326c0ab1c4c6d8a68 -eo pid,comm [Pipeline] { [Pipeline] sh 22:22:47 + make test 22:22:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 22:22:47 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 22:22:48 ? github.com/edgexfoundry/device-mqtt-go [no test files] 22:22:48 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.012s coverage: 26.5% of statements 22:22:48 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 22:22:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:22:52 gofmt -l . 22:22:52 ["`gofmt -l .`" = ""] 22:22:52 ./bin/test-attribution-txt.sh 22:22:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:22:52 $ docker stop --time=1 afdb535169ee714ed0021526eb6c1a7fef1a4748c3fe2184426a31c08fdc4f78 22:22:55 $ docker rm -f afdb535169ee714ed0021526eb6c1a7fef1a4748c3fe2184426a31c08fdc4f78 [Pipeline] // withDockerContainer [Pipeline] sh 22:22:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:22:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:22:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:22:59 + ls -al . 22:22:59 total 100 22:22:59 drwxrwxr-x. 9 jenkins jenkins 4096 Jan 12 22:22 . 22:22:59 drwxrwxr-x. 4 jenkins jenkins 28 Jan 12 22:21 .. 22:22:59 -rw-rw-r--. 1 jenkins jenkins 6044 Jan 12 22:21 Attribution.txt 22:22:59 drwxrwxr-x. 2 jenkins jenkins 87 Jan 12 22:21 bin 22:22:59 drwxrwxr-x. 3 jenkins jenkins 32 Jan 12 22:21 cmd 22:22:59 -rw-r--r--. 1 jenkins jenkins 20209 Jan 12 22:22 coverage.out 22:22:59 -rw-rw-r--. 1 jenkins jenkins 1802 Jan 12 22:21 Dockerfile 22:22:59 -rw-rw-r--. 1 jenkins jenkins 957 Jan 12 22:21 Dockerfile.build 22:22:59 -rw-rw-r--. 1 jenkins jenkins 140 Jan 12 22:21 .dockerignore 22:22:59 drwxrwxr-x. 8 jenkins jenkins 179 Jan 12 22:21 .git 22:22:59 drwxrwxr-x. 2 jenkins jenkins 60 Jan 12 22:21 .github 22:22:59 -rw-rw-r--. 1 jenkins jenkins 336 Jan 12 22:21 .gitignore 22:22:59 -rw-r--r--. 1 jenkins jenkins 560 Jan 12 22:22 go.mod 22:22:59 -rw-r--r--. 1 jenkins jenkins 15493 Jan 12 22:22 go.sum 22:22:59 drwxrwxr-x. 3 jenkins jenkins 20 Jan 12 22:21 internal 22:22:59 -rw-rw-r--. 1 jenkins jenkins 677 Jan 12 22:21 Jenkinsfile 22:22:59 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 12 22:21 LICENSE 22:22:59 -rw-rw-r--. 1 jenkins jenkins 902 Jan 12 22:21 Makefile 22:22:59 drwxrwxr-x. 2 jenkins jenkins 23 Jan 12 22:21 mock 22:22:59 -rw-rw-r--. 1 jenkins jenkins 444 Jan 12 22:21 README.md 22:22:59 drwxrwxr-x. 4 jenkins jenkins 71 Jan 12 22:21 snap 22:22:59 -rw-rw-r--. 1 jenkins jenkins 5 Jan 12 22:17 VERSION 22:22:59 -rw-rw-r--. 1 jenkins jenkins 227 Jan 12 22:21 version.go [Pipeline] isUnix [Pipeline] sh 22:22:59 + docker build -t docker-device-mqtt-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 --label arch=amd64 --label version=0.0.0 . 22:22:59 Sending build context to Docker daemon 560.6kB 22:22:59 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 22:22:59 Step 2/22 : FROM ${BASE} AS builder 22:22:59 ---> ef30a01c7a84 22:22:59 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:22:59 ---> Running in 5f3ce7e69800 22:22:59 Removing intermediate container 5f3ce7e69800 22:22:59 ---> b92c3b6e9a0d 22:22:59 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:22:59 ---> Running in fe920ed0002a 22:23:00 Removing intermediate container fe920ed0002a 22:23:00 ---> f3eb4787da74 22:23:00 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:00 ---> Running in 213388685b53 22:23:01 Removing intermediate container 213388685b53 22:23:01 ---> 3e5ca55e7c93 22:23:01 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:23:01 ---> Running in 8f7240bcb06c 22:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:03 OK: 237 MiB in 53 packages 22:23:03 Removing intermediate container 8f7240bcb06c 22:23:03 ---> d7e655427a24 22:23:03 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 22:23:03 ---> Running in b611ff946524 22:23:03 Removing intermediate container b611ff946524 22:23:03 ---> 4582a448c3f4 22:23:03 Step 8/22 : COPY . . 22:23:04 ---> 282ea821b369 22:23:04 Step 9/22 : ARG MAKE='make build' 22:23:04 ---> Running in df826eeb9162 22:23:04 Removing intermediate container df826eeb9162 22:23:04 ---> 085823b4e277 22:23:04 Step 10/22 : RUN $MAKE 22:23:04 ---> Running in 504fd45d641d 22:23:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 22:23:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:23:18 Removing intermediate container 504fd45d641d 22:23:18 ---> 4617bdb5ceae 22:23:18 Step 11/22 : FROM alpine:3.12 22:23:18 3.12: Pulling from library/alpine 22:23:18 801bfaa63ef2: Pulling fs layer 22:23:19 801bfaa63ef2: Verifying Checksum 22:23:19 801bfaa63ef2: Download complete 22:23:19 801bfaa63ef2: Pull complete 22:23:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:23:19 Status: Downloaded newer image for alpine:3.12 22:23:19 ---> 389fef711851 22:23:19 Step 12/22 : ENV APP_PORT=49982 22:23:19 ---> Running in 9de65bc9d415 22:23:19 Removing intermediate container 9de65bc9d415 22:23:19 ---> 417ca66efc13 22:23:19 Step 13/22 : EXPOSE $APP_PORT 22:23:19 ---> Running in 2c532aeecc59 22:23:19 Removing intermediate container 2c532aeecc59 22:23:19 ---> 767c018f9085 22:23:19 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 22:23:20 ---> 851f377bacf8 22:23:20 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 22:23:20 ---> f7a5bf21851b 22:23:20 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 22:23:21 ---> a957d96ddce6 22:23:21 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 22:23:21 ---> Running in 1d2c6d251178 22:23:21 Removing intermediate container 1d2c6d251178 22:23:21 ---> d5106d04464c 22:23:21 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 22:23:21 ---> Running in 1d3915680447 22:23:21 Removing intermediate container 1d3915680447 22:23:21 ---> 36e73f0077d1 22:23:21 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:23:21 ---> Running in 9e3fb3bf4afb 22:23:21 Removing intermediate container 9e3fb3bf4afb 22:23:21 ---> aa4f88bad5e1 22:23:21 Step 20/22 : LABEL arch=amd64 22:23:21 ---> Running in 9f58ea6878b6 22:23:22 Removing intermediate container 9f58ea6878b6 22:23:22 ---> f7343cfd8b59 22:23:22 Step 21/22 : LABEL git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 22:23:22 ---> Running in 17ea19ef1094 22:23:22 Removing intermediate container 17ea19ef1094 22:23:22 ---> 5d776ec8af13 22:23:22 Step 22/22 : LABEL version=0.0.0 22:23:22 ---> Running in 205bbbcabfa0 22:23:22 Removing intermediate container 205bbbcabfa0 22:23:22 ---> 1c795acb49b1 22:23:22 [Warning] One or more build-args [ARCH] were not consumed 22:23:22 Successfully built 1c795acb49b1 22:23:22 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:23:27 ? github.com/edgexfoundry/device-mqtt-go/cmd [no test files] 22:23:27 ok github.com/edgexfoundry/device-mqtt-go/internal/driver 0.034s coverage: 26.5% of statements 22:23:27 ? github.com/edgexfoundry/device-mqtt-go/mock [no test files] 22:23:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 22:23:35 gofmt -l . 22:23:35 ["`gofmt -l .`" = ""] 22:23:35 ./bin/test-attribution-txt.sh 22:23:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:23:37 $ docker stop --time=1 e334ac3279e607d503ce12979aca60879d006eb053488f9326c0ab1c4c6d8a68 22:23:38 Still waiting to schedule task 22:23:38 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:23:39 $ docker rm -f e334ac3279e607d503ce12979aca60879d006eb053488f9326c0ab1c4c6d8a68 [Pipeline] // withDockerContainer [Pipeline] sh 22:23:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:23:40 Warning: overwriting stash ‘coverage-report’ 22:23:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:23:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:23:42 + ls -al . 22:23:42 total 132 22:23:42 drwxrwxr-x 9 jenkins jenkins 4096 Jan 12 22:23 . 22:23:42 drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 22:21 .. 22:23:42 -rw-rw-r-- 1 jenkins jenkins 140 Jan 12 22:21 .dockerignore 22:23:42 drwxrwxr-x 8 jenkins jenkins 4096 Jan 12 22:21 .git 22:23:42 drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 22:21 .github 22:23:42 -rw-rw-r-- 1 jenkins jenkins 336 Jan 12 22:21 .gitignore 22:23:42 -rw-rw-r-- 1 jenkins jenkins 6044 Jan 12 22:21 Attribution.txt 22:23:42 -rw-rw-r-- 1 jenkins jenkins 1802 Jan 12 22:21 Dockerfile 22:23:42 -rw-rw-r-- 1 jenkins jenkins 957 Jan 12 22:21 Dockerfile.build 22:23:42 -rw-rw-r-- 1 jenkins jenkins 677 Jan 12 22:21 Jenkinsfile 22:23:42 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 12 22:21 LICENSE 22:23:42 -rw-rw-r-- 1 jenkins jenkins 902 Jan 12 22:21 Makefile 22:23:42 -rw-rw-r-- 1 jenkins jenkins 444 Jan 12 22:21 README.md 22:23:42 -rw-rw-r-- 1 jenkins jenkins 5 Jan 12 22:17 VERSION 22:23:42 drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 22:21 bin 22:23:42 drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 22:21 cmd 22:23:42 -rw-r--r-- 1 jenkins jenkins 20209 Jan 12 22:23 coverage.out 22:23:42 -rw-r--r-- 1 jenkins jenkins 560 Jan 12 22:23 go.mod 22:23:42 -rw-r--r-- 1 jenkins jenkins 15493 Jan 12 22:23 go.sum 22:23:42 drwxrwxr-x 3 jenkins jenkins 4096 Jan 12 22:21 internal 22:23:42 drwxrwxr-x 2 jenkins jenkins 4096 Jan 12 22:21 mock 22:23:42 drwxrwxr-x 4 jenkins jenkins 4096 Jan 12 22:21 snap 22:23:42 -rw-rw-r-- 1 jenkins jenkins 227 Jan 12 22:21 version.go [Pipeline] isUnix [Pipeline] sh 22:23:42 + docker build -t docker-device-mqtt-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 --label arch=arm64 --label version=0.0.0 . 22:23:42 Sending build context to Docker daemon 559.6kB 22:23:43 Step 1/22 : ARG BASE=golang:1.15-alpine3.12 22:23:43 Step 2/22 : FROM ${BASE} AS builder 22:23:43 ---> 43e9355a46b7 22:23:43 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 22:23:43 ---> Running in 5553adf1fde8 22:23:43 Removing intermediate container 5553adf1fde8 22:23:43 ---> a5ae2cf7ddbc 22:23:43 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 22:23:44 ---> Running in a85ddb5057bd 22:23:44 Removing intermediate container a85ddb5057bd 22:23:44 ---> d54f0fca51d6 22:23:44 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:23:44 ---> Running in 6acc23e3c58a 22:23:47 Removing intermediate container 6acc23e3c58a 22:23:47 ---> 6ff858b0436d 22:23:47 Step 6/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:23:47 ---> Running in 350fb671a86a 22:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:23:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:23:49 OK: 221 MiB in 53 packages 22:23:50 Removing intermediate container 350fb671a86a 22:23:50 ---> 3ee065e7e723 22:23:50 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 22:23:50 ---> Running in 247e929c89df 22:23:51 Removing intermediate container 247e929c89df 22:23:51 ---> 80c51d74fa75 22:23:51 Step 8/22 : COPY . . 22:23:52 ---> ef855fe516c1 22:23:52 Step 9/22 : ARG MAKE='make build' 22:23:52 ---> Running in a7c5da0312af 22:23:52 Removing intermediate container a7c5da0312af 22:23:52 ---> 0600c09e4f0e 22:23:52 Step 10/22 : RUN $MAKE 22:23:52 ---> Running in 5d60a030fd9a 22:23:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=0.0.0" -o cmd/device-mqtt ./cmd 22:24:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 22:24:22 Running on prd-ubuntu18.04-docker-8c-8g-19840 in /w/workspace/gexfoundry_device-mqtt-go_PR-197 [Pipeline] { [Pipeline] ws 22:24:22 Running in /w/workspace/device-mqtt-go/9 [Pipeline] { [Pipeline] checkout 22:24:24 using credential edgex-jenkins-ssh 22:24:24 Cloning the remote Git repository 22:24:24 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 22:24:24 > git init /w/workspace/device-mqtt-go/9 # timeout=10 22:24:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:24:24 > git --version # timeout=10 22:24:24 > git --version # 'git version 2.17.1' 22:24:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:25 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:24:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:24:25 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 22:24:25 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 22:24:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:24:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/197/head:refs/remotes/origin/PR-197 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:24:25 Merging remotes/origin/master commit cdd6c33d41f01dc10b68606080ac8b6263924bf1 into PR head commit 43458860ef12169d14d0170a667fd6dd72f2aa87 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:24:26 Failed in branch amd64 22:24:27 Removing intermediate container 5d60a030fd9a 22:24:27 ---> 7c7f85756ca0 22:24:27 Step 11/22 : FROM alpine:3.12 22:24:29 3.12: Pulling from library/alpine 22:24:30 159e5727ea61: Pulling fs layer 22:24:30 159e5727ea61: Download complete 22:24:30 159e5727ea61: Pull complete 22:24:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:24:31 Status: Downloaded newer image for alpine:3.12 22:24:31 ---> afeebe901d6b 22:24:31 Step 12/22 : ENV APP_PORT=49982 22:24:31 ---> Running in 8ca5902975ea 22:24:31 Removing intermediate container 8ca5902975ea 22:24:31 ---> b8aab04fa2f1 22:24:31 Step 13/22 : EXPOSE $APP_PORT 22:24:31 ---> Running in ba103b4ee095 22:24:32 Removing intermediate container ba103b4ee095 22:24:32 ---> 8ba4d9f5ef3b 22:24:32 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 22:24:33 ---> 3dad5c7efee0 22:24:33 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 22:24:34 ---> 5f2a79a4cc7a 22:24:34 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 22:24:35 ---> 22f95b0a4a10 22:24:35 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 22:24:35 ---> Running in 9d65cf7d6cd6 22:24:35 Removing intermediate container 9d65cf7d6cd6 22:24:35 ---> 772f5087713e 22:24:35 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 22:24:35 ---> Running in 5b17e2b8a58c 22:24:36 Removing intermediate container 5b17e2b8a58c 22:24:36 ---> f7fd57f6c030 22:24:36 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:24:36 ---> Running in a7d9d2c9811b 22:24:36 Removing intermediate container a7d9d2c9811b 22:24:36 ---> 2d5603db4bd1 22:24:36 Step 20/22 : LABEL arch=arm64 22:24:36 ---> Running in 2547012d4e3b 22:24:37 Removing intermediate container 2547012d4e3b 22:24:37 ---> 901c2e8f8643 22:24:37 Step 21/22 : LABEL git_sha=43458860ef12169d14d0170a667fd6dd72f2aa87 22:24:37 ---> Running in 2eafac6cbd04 22:24:37 Removing intermediate container 2eafac6cbd04 22:24:37 ---> 45ff66b323f9 22:24:37 Step 22/22 : LABEL version=0.0.0 22:24:37 ---> Running in b7b2a294feb7 22:24:38 Removing intermediate container b7b2a294feb7 22:24:38 ---> 3a45871bc803 22:24:38 [Warning] One or more build-args [ARCH] were not consumed 22:24:38 Successfully built 3a45871bc803 22:24:38 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 22:24:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:24:42 ---> package-listing.sh 22:24:42 ++ facter osfamily 22:24:42 ++ tr '[:upper:]' '[:lower:]' 22:24:42 + OS_FAMILY=redhat 22:24:42 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-197 22:24:42 + START_PACKAGES=/tmp/packages_start.txt 22:24:42 + END_PACKAGES=/tmp/packages_end.txt 22:24:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:24:42 + PACKAGES=/tmp/packages_start.txt 22:24:42 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' 22:24:42 + PACKAGES=/tmp/packages_end.txt 22:24:42 + case "${OS_FAMILY}" in 22:24:42 + rpm -qa 22:24:42 + sort 22:24:48 + '[' -f /tmp/packages_start.txt ']' 22:24:48 + '[' -f /tmp/packages_end.txt ']' 22:24:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:24:48 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-197 ']' 22:24:48 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-197/archives/ 22:24:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-197/archives/ [Pipeline] echo 22:24:48 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-197/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:24:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:24:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:48 22:24:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:24:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:49 alpine: Pulling from edgex-lftools-log-publisher 22:24:49 df20fa9351a1: Pulling fs layer 22:24:49 36b3adc4ff6f: Pulling fs layer 22:24:49 8ad3a11d3b57: Pulling fs layer 22:24:49 46f8f816bc3b: Pulling fs layer 22:24:49 93b61091891f: Pulling fs layer 22:24:49 93b9cdb0e59b: Pulling fs layer 22:24:49 5e14af77c1be: Pulling fs layer 22:24:49 01666e4c0597: Pulling fs layer 22:24:49 aa168da1d23b: Pulling fs layer 22:24:49 46f8f816bc3b: Waiting 22:24:49 93b61091891f: Waiting 22:24:49 93b9cdb0e59b: Waiting 22:24:49 5e14af77c1be: Waiting 22:24:49 aa168da1d23b: Waiting 22:24:49 01666e4c0597: Waiting 22:24:49 36b3adc4ff6f: Verifying Checksum 22:24:49 36b3adc4ff6f: Download complete 22:24:49 46f8f816bc3b: Verifying Checksum 22:24:49 46f8f816bc3b: Download complete 22:24:49 df20fa9351a1: Verifying Checksum 22:24:49 93b9cdb0e59b: Verifying Checksum 22:24:49 93b9cdb0e59b: Download complete 22:24:49 5e14af77c1be: Download complete 22:24:49 93b61091891f: Verifying Checksum 22:24:49 93b61091891f: Download complete 22:24:49 01666e4c0597: Verifying Checksum 22:24:49 01666e4c0597: Download complete 22:24:49 8ad3a11d3b57: Verifying Checksum 22:24:49 8ad3a11d3b57: Download complete 22:24:49 df20fa9351a1: Pull complete 22:24:49 36b3adc4ff6f: Pull complete 22:24:51 8ad3a11d3b57: Pull complete 22:24:51 46f8f816bc3b: Pull complete 22:24:51 aa168da1d23b: Verifying Checksum 22:24:51 aa168da1d23b: Download complete 22:24:51 93b61091891f: Pull complete 22:24:51 93b9cdb0e59b: Pull complete 22:24:51 5e14af77c1be: Pull complete 22:24:52 01666e4c0597: Pull complete 22:24:58 aa168da1d23b: Pull complete 22:24:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:24:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:24:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:24:58 prd-centos7-docker-4c-2g-19832 does not seem to be running inside a container 22:24:59 $ 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-197/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-197 -v /w/workspace/gexfoundry_device-mqtt-go_PR-197:/w/workspace/gexfoundry_device-mqtt-go_PR-197:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:25:02 $ docker top 4cfc3b7ad97e3c8001e0bd030f38497a487bcc090774459784f7b01481a389f4 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:03 + touch /tmp/pre-build-complete [Pipeline] sh 22:25:03 + mkdir -p /var/log/sa [Pipeline] sh 22:25:04 + ls /var/log/sa-host 22:25:04 + sadf -c /var/log/sa-host/sa12 22:25:04 file_magic: OK 22:25:04 HZ: Using current value: 100 22:25:04 file_header: OK 22:25:04 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 22:25:04 Statistics: 22:25:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:25:04 File successfully converted to sysstat format version 12.2.1 22:25:04 + sadf -c /var/log/sa-host/sa23 22:25:04 file_magic: OK 22:25:04 HZ: Using current value: 100 22:25:04 file_header: OK 22:25:04 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 22:25:04 Statistics: 22:25:04 Hnuu...uuuununununu... 22:25:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:25:04 provisioning config files... 22:25:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp/config341318911455027574tmp [Pipeline] { [Pipeline] echo 22:25:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:25:04 ---> create-netrc.sh [Pipeline] } 22:25:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:25:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:25:05 ---> python-tools-install.sh [Pipeline] echo 22:25:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:25:05 ---> sudo-logs.sh 22:25:05 Archiving 'sudo' log.. [Pipeline] echo 22:25:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:25:05 ---> job-cost.sh 22:25:05 lf-activate-venv: SKIPPING 22:25:05 INFO: No Stack... 22:25:06 INFO: Retrieving Pricing Info for: v1-standard-2 22:25:07 INFO: Archiving Costs [Pipeline] echo 22:25:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:25:07 ---> logs-deploy.sh 22:25:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-197/9 22:25:07 INFO: archiving workspace using pattern(s): 22:25:09 Archives upload complete. 22:25:09 INFO: archiving logs to Nexus 22:25:10 ---> uname -a: 22:25:10 Linux prd-centos7-docker-4c-2g-19832.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:25:10 22:25:10 22:25:10 ---> lscpu: 22:25:10 Architecture: x86_64 22:25:10 CPU op-mode(s): 32-bit, 64-bit 22:25:10 Byte Order: Little Endian 22:25:10 Address sizes: 40 bits physical, 48 bits virtual 22:25:10 CPU(s): 4 22:25:10 On-line CPU(s) list: 0-3 22:25:10 Thread(s) per core: 1 22:25:10 Core(s) per socket: 1 22:25:10 Socket(s): 4 22:25:10 NUMA node(s): 1 22:25:10 Vendor ID: GenuineIntel 22:25:10 CPU family: 6 22:25:10 Model: 44 22:25:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:25:10 Stepping: 1 22:25:10 CPU MHz: 2933.442 22:25:10 BogoMIPS: 5866.88 22:25:10 Virtualization: VT-x 22:25:10 Hypervisor vendor: KVM 22:25:10 Virtualization type: full 22:25:10 L1d cache: 128 KiB 22:25:10 L1i cache: 128 KiB 22:25:10 L2 cache: 16 MiB 22:25:10 L3 cache: 64 MiB 22:25:10 NUMA node0 CPU(s): 0-3 22:25:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:25:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:25:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:25:10 Vulnerability Meltdown: Mitigation; PTI 22:25:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:25:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:25:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:25:10 Vulnerability Srbds: Not affected 22:25:10 Vulnerability Tsx async abort: Not affected 22:25:10 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 22:25:10 22:25:10 22:25:10 ---> nproc: 22:25:10 4 22:25:10 22:25:10 22:25:10 ---> df -h: 22:25:10 Filesystem Size Used Available Use% Mounted on 22:25:10 overlay 50.0G 7.3G 42.7G 15% / 22:25:10 tmpfs 64.0M 0 64.0M 0% /dev 22:25:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:25:10 shm 64.0M 0 64.0M 0% /dev/shm 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-197 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-197@tmp 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:25:10 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:25:10 22:25:10 22:25:10 ---> free -m: 22:25:10 total used free shared buff/cache available 22:25:10 Mem: 1837 694 112 0 1031 1038 22:25:10 Swap: 1023 1 1022 22:25:10 22:25:10 22:25:10 ---> ip addr: 22:25:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:25:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:25:10 inet 127.0.0.1/8 scope host lo 22:25:10 valid_lft forever preferred_lft forever 22:25:10 inet6 ::1/128 scope host 22:25:10 valid_lft forever preferred_lft forever 22:25:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:25:10 link/ether fa:16:3e:a6:d8:31 brd ff:ff:ff:ff:ff:ff 22:25:10 inet 10.30.123.218/23 brd 10.30.123.255 scope global dynamic eth0 22:25:10 valid_lft 85874sec preferred_lft 85874sec 22:25:10 inet6 fe80::f816:3eff:fea6:d831/64 scope link 22:25:10 valid_lft forever preferred_lft forever 22:25:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:25:10 link/ether 02:42:35:25:89:ab brd ff:ff:ff:ff:ff:ff 22:25:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:25:10 valid_lft forever preferred_lft forever 22:25:10 inet6 fe80::42:35ff:fe25:89ab/64 scope link 22:25:10 valid_lft forever preferred_lft forever 22:25:10 22:25:10 22:25:10 ---> sar -b -r -n DEV: 22:25:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 22:25:10 22:25:10 22:16:12 LINUX RESTART (4 CPU) 22:25:10 22:25:10 22:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:25:10 22:18:02 30.61 11.44 19.18 0.00 4370.37 2990.48 0.00 22:25:10 22:19:01 1.86 0.00 1.86 0.00 0.00 35.66 0.00 22:25:10 22:20:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 22:25:10 22:21:01 0.38 0.00 0.38 0.00 0.00 5.63 0.00 22:25:10 22:22:01 0.20 0.00 0.20 0.00 0.00 2.88 0.00 22:25:10 22:23:01 0.33 0.00 0.33 0.00 0.00 4.83 0.00 22:25:10 22:24:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 22:25:10 22:25:01 126.63 73.05 53.58 0.00 5905.34 17840.03 0.00 22:25:10 Average: 20.14 10.61 9.53 0.00 1289.37 2622.75 0.00 22:25:10 22:25:10 22:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:25:10 22:18:02 150884 0 601996 31.99 2620 1126044 1104760 37.70 438740 1093544 20 22:25:10 22:19:01 154444 0 598428 31.81 2620 1126052 1085368 37.04 437160 1092288 12 22:25:10 22:20:01 155772 0 597096 31.73 2620 1126056 1074060 36.66 448180 1080060 8 22:25:10 22:21:01 154308 0 598556 31.81 2620 1126060 1074060 36.66 449888 1079524 16 22:25:10 22:22:01 154276 0 598584 31.81 2620 1126064 1074204 36.66 443756 1086592 8 22:25:10 22:23:01 154192 0 598664 31.82 2620 1126068 1074228 36.66 443880 1086592 12 22:25:10 22:24:01 153912 0 598940 31.83 2620 1126072 1074280 36.66 443876 1086592 8 22:25:10 22:25:01 168144 0 698396 37.12 2620 1012384 1276188 43.55 440256 1008204 10544 22:25:10 Average: 155742 0 611332 32.49 2620 1111850 1104644 37.70 443217 1076674 1328 22:25:10 22:25:10 22:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:25:10 22:18:02 eth0 84.70 69.07 345.90 39.50 0.00 0.00 0.00 0.00 22:25:10 22:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:18:02 docker0 3.10 2.16 0.48 4.13 0.00 0.00 0.00 0.00 22:25:10 22:19:01 eth0 0.52 0.34 0.27 0.20 0.00 0.00 0.00 0.00 22:25:10 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:20:01 eth0 0.23 0.02 0.01 0.00 0.00 0.00 0.00 0.00 22:25:10 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:21:01 eth0 1.08 0.07 0.11 0.01 0.00 0.00 0.00 0.00 22:25:10 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:22:01 eth0 2.40 0.67 0.78 0.46 0.00 0.00 0.00 0.00 22:25:10 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:23:01 eth0 1.53 0.57 0.59 0.36 0.00 0.00 0.00 0.00 22:25:10 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:24:01 eth0 1.37 0.38 0.41 0.24 0.00 0.00 0.00 0.00 22:25:10 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:25:01 eth0 206.95 160.47 2163.88 17.09 0.00 0.00 0.00 0.00 22:25:10 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 Average: eth0 37.50 29.07 315.48 7.25 0.00 0.00 0.00 0.00 22:25:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:25:10 Average: docker0 0.39 0.27 0.06 0.52 0.00 0.00 0.00 0.00 22:25:10 22:25:10 22:25:10 ---> sar -P ALL: 22:25:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 22:25:10 22:25:10 22:16:12 LINUX RESTART (4 CPU) 22:25:10 22:25:10 22:17:01 CPU %user %nice %system %iowait %steal %idle 22:25:10 22:18:02 all 2.83 0.00 1.99 0.61 0.01 94.56 22:25:10 22:18:02 0 3.13 0.00 2.04 0.17 0.00 94.66 22:25:10 22:18:02 1 2.43 0.00 1.87 1.24 0.00 94.46 22:25:10 22:18:02 2 2.98 0.00 2.19 0.85 0.02 93.96 22:25:10 22:18:02 3 2.80 0.00 1.84 0.18 0.03 95.14 22:25:10 22:19:01 all 0.16 0.00 0.04 0.00 0.00 99.79 22:25:10 22:19:01 0 0.17 0.00 0.05 0.00 0.02 99.76 22:25:10 22:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:25:10 22:19:01 2 0.39 0.00 0.03 0.00 0.00 99.58 22:25:10 22:19:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:25:10 22:20:01 all 0.15 0.00 0.05 0.00 0.00 99.80 22:25:10 22:20:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:25:10 22:20:01 1 0.47 0.00 0.08 0.00 0.00 99.45 22:25:10 22:20:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:25:10 22:20:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:25:10 22:21:01 all 0.16 0.00 0.03 0.00 0.00 99.80 22:25:10 22:21:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:25:10 22:21:01 1 0.38 0.00 0.03 0.00 0.00 99.58 22:25:10 22:21:01 2 0.20 0.00 0.03 0.00 0.00 99.77 22:25:10 22:21:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:25:10 22:22:01 all 0.19 0.00 0.10 0.00 0.00 99.71 22:25:10 22:22:01 0 0.05 0.00 0.10 0.00 0.00 99.85 22:25:10 22:22:01 1 0.07 0.00 0.12 0.00 0.00 99.82 22:25:10 22:22:01 2 0.55 0.00 0.08 0.00 0.00 99.37 22:25:10 22:22:01 3 0.08 0.00 0.10 0.00 0.02 99.80 22:25:10 22:23:01 all 0.16 0.00 0.03 0.00 0.00 99.80 22:25:10 22:23:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:25:10 22:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:25:10 22:23:01 2 0.55 0.00 0.02 0.00 0.00 99.43 22:25:10 22:23:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:25:10 22:24:01 all 0.18 0.00 0.03 0.00 0.00 99.79 22:25:10 22:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:25:10 22:24:01 1 0.08 0.00 0.02 0.00 0.00 99.90 22:25:10 22:24:01 2 0.37 0.00 0.03 0.00 0.00 99.60 22:25:10 22:24:01 3 0.23 0.00 0.05 0.00 0.00 99.72 22:25:10 22:25:01 all 5.50 0.00 3.59 2.00 0.03 88.88 22:25:10 22:25:01 0 5.24 0.00 3.32 1.41 0.02 90.01 22:25:10 22:25:01 1 5.74 0.00 3.76 2.12 0.02 88.36 22:25:10 22:25:01 2 5.50 0.00 3.81 1.61 0.02 89.06 22:25:10 22:25:01 3 5.52 0.00 3.46 2.88 0.05 88.09 22:25:10 Average: all 1.16 0.00 0.73 0.33 0.01 97.77 22:25:10 Average: 0 1.08 0.00 0.70 0.20 0.00 98.02 22:25:10 Average: 1 1.15 0.00 0.74 0.42 0.00 97.68 22:25:10 Average: 2 1.32 0.00 0.78 0.31 0.00 97.59 22:25:10 Average: 3 1.10 0.00 0.71 0.38 0.01 97.80 22:25:10 22:25:10 22:25:10