Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5873 in /w/workspace/gexfoundry_device-mqtt-go_master [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_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 Commit message: "Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0" > git rev-list --no-walk f7b704da3e9a84fb10464ba1b2bdd449b0700fcc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:47:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:47:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:47:52 ========================================================= 09:47:52 EdgeX Global Pipelines Version Info 09:47:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:47:53 ------------------- 09:47:53 stable info: 09:47:53 ------------------- 09:47:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:47:53 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 09:47:53 Message: update stable to v1.0.144 09:47:54 ------------------- 09:47:54 experimental info: 09:47:54 ------------------- 09:47:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:47:54 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 09:47:54 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:47:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 09:47:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 09:47:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:47:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:47:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12b1a35 [Pipeline] echo 09:47:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:47:58 + git log --format=format:%s -1 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] echo 09:47:58 GIT_COMMIT: 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b, Commit Message: Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0 [Pipeline] echo 09:47:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:47:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:47:59 09:47:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:47:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:47:59 latest: Pulling from edgex-devops/git-semver 09:47:59 31603596830f: Pulling fs layer 09:47:59 2a8b12db71e7: Pulling fs layer 09:47:59 6ca5941a6612: Pulling fs layer 09:47:59 ecc8261a40a4: Pulling fs layer 09:47:59 ecc8261a40a4: Waiting 09:47:59 2a8b12db71e7: Download complete 09:47:59 31603596830f: Verifying Checksum 09:47:59 31603596830f: Download complete 09:47:59 ecc8261a40a4: Verifying Checksum 09:47:59 ecc8261a40a4: Download complete 09:47:59 6ca5941a6612: Verifying Checksum 09:47:59 6ca5941a6612: Download complete 09:48:00 31603596830f: Pull complete 09:48:00 2a8b12db71e7: Pull complete 09:48:01 6ca5941a6612: Pull complete 09:48:01 ecc8261a40a4: Pull complete 09:48:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:48:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:48:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:48:01 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:48:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:48:03 $ docker top 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:48:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:48:03 [ssh-agent] Looking for ssh-agent implementation... 09:48:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:48:04 $ docker exec 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent 09:48:04 SSH_AUTH_SOCK=/tmp/ssh-wsP8fuTlyvGo/agent.12 09:48:04 SSH_AGENT_PID=18 09:48:04 Running ssh-add (command line suppressed) 09:48:04 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7692458574914783167.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7692458574914783167.key) 09:48:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:48:04 + git tag --points-at HEAD [Pipeline] } 09:48:04 $ docker exec --env ******** --env ******** 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent -k 09:48:04 unset SSH_AUTH_SOCK; 09:48:04 unset SSH_AGENT_PID; 09:48:04 echo Agent pid 18 killed; 09:48:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:48:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:48:05 [ssh-agent] Looking for ssh-agent implementation... 09:48:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:48:05 $ docker exec 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent 09:48:05 SSH_AUTH_SOCK=/tmp/ssh-8G5G0Tvzzy6V/agent.48 09:48:05 SSH_AGENT_PID=53 09:48:05 Running ssh-add (command line suppressed) 09:48:05 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_604799275425890381.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_604799275425890381.key) 09:48:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:48:05 + git semver init 09:48:05 # -> Open(): unable to determine branch for HEAD 09:48:05 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:48:05 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:48:05 # $SEMVER_REMOTE_NAME = origin 09:48:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:48:05 # $SEMVER_USER_NAME = edgex-jenkins 09:48:05 # $SEMVER_BRANCH = master 09:48:05 # $SEMVER_TEMP = /tmp/semver-828653959 09:48:05 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 09:48:06 # '/tmp/semver-828653959' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 09:48:06 # -> Force: false 09:48:06 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 09:48:06 $ docker exec --env ******** --env ******** 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 ssh-agent -k 09:48:06 unset SSH_AUTH_SOCK; 09:48:06 unset SSH_AGENT_PID; 09:48:06 echo Agent pid 53 killed; 09:48:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:48:06 + git semver [Pipeline] } 09:48:06 $ docker stop --time=1 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 09:48:08 $ docker rm -f 8678b4371c5ed8f7766f5c4722e6e17e6b219d991f177d30b801e75a73ec5929 [Pipeline] // withDockerContainer [Pipeline] sh 09:48:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:48:09 Stashed 1 file(s) [Pipeline] echo 09:48:09 [edgeXSemver]: initialized semver on version 1.2.3-dev.6 [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 09:48:24 Still waiting to schedule task 09:48:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:48:24 Still waiting to schedule task 09:48:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:49:20 Running on prd-centos7-docker-4c-2g-5876 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 09:49:20 Running in /w/workspace/device-mqtt-go/20 [Pipeline] { [Pipeline] checkout 09:49:23 using credential edgex-jenkins-ssh 09:49:23 Cloning the remote Git repository 09:49:23 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:49:23 > git init /w/workspace/device-mqtt-go/20 # timeout=10 09:49:23 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:49:23 > git --version # timeout=10 09:49:23 > git --version # 'git version 2.16.5' 09:49:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:49:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:49:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:49:24 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:49:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:49:24 using GIT_SSH to set credentials SSH Credentials for GitHub 09:49:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:49:25 Checking out Revision 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (master) 09:49:25 > git config core.sparsecheckout # timeout=10 09:49:25 > git checkout -f 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 09:49:28 Commit message: "Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:49:29 ========================================================= 09:49:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:49:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:49:30 + 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 . 09:49:31 Sending build context to Docker daemon 446.5kB 09:49:31 Step 1/8 : ARG BASE=golang:1.15-alpine 09:49:31 Step 2/8 : FROM ${BASE} 09:49:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:49:31 df20fa9351a1: Pulling fs layer 09:49:31 ed8968b2872e: Pulling fs layer 09:49:31 a92cc7c5fd73: Pulling fs layer 09:49:31 e871e8e8d7a9: Pulling fs layer 09:49:31 e73272ec9a57: Pulling fs layer 09:49:31 1e910a182e73: Pulling fs layer 09:49:31 4e634b169226: Pulling fs layer 09:49:31 e871e8e8d7a9: Waiting 09:49:31 e73272ec9a57: Waiting 09:49:31 1e910a182e73: Waiting 09:49:31 4e634b169226: Waiting 09:49:31 a92cc7c5fd73: Verifying Checksum 09:49:31 a92cc7c5fd73: Download complete 09:49:31 ed8968b2872e: Verifying Checksum 09:49:31 ed8968b2872e: Download complete 09:49:31 e73272ec9a57: Verifying Checksum 09:49:31 e73272ec9a57: Download complete 09:49:31 df20fa9351a1: Verifying Checksum 09:49:31 df20fa9351a1: Download complete 09:49:31 1e910a182e73: Verifying Checksum 09:49:31 1e910a182e73: Download complete 09:49:31 df20fa9351a1: Pull complete 09:49:31 ed8968b2872e: Pull complete 09:49:31 a92cc7c5fd73: Pull complete 09:49:33 4e634b169226: Verifying Checksum 09:49:33 4e634b169226: Download complete 09:49:34 e871e8e8d7a9: Verifying Checksum 09:49:34 e871e8e8d7a9: Download complete 09:49:38 e871e8e8d7a9: Pull complete 09:49:38 e73272ec9a57: Pull complete 09:49:38 1e910a182e73: Pull complete 09:49:48 4e634b169226: Pull complete 09:49:48 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:49:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:49:48 ---> f7629b54cfaa 09:49:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:49:48 ---> Running in 541e61e1b5b2 09:49:48 Removing intermediate container 541e61e1b5b2 09:49:48 ---> 9d055d5927d9 09:49:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:48 ---> Running in d238098b7564 09:49:49 Removing intermediate container d238098b7564 09:49:49 ---> 6324a4a3ef11 09:49:49 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:49:49 ---> Running in 71d39f68d931 09:49:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:49:52 (1/14) Installing libmagic (5.38-r0) 09:49:53 (2/14) Installing file (5.38-r0) 09:49:53 (3/14) Installing libc-dev (0.7.2-r3) 09:49:53 (4/14) Installing g++ (9.3.0-r2) 09:50:08 (5/14) Installing fortify-headers (1.1-r0) 09:50:08 (6/14) Installing patch (2.7.6-r6) 09:50:08 (7/14) Installing build-base (0.5-r2) 09:50:08 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:50:08 (9/14) Installing libedit (20191231.3.1-r0) 09:50:08 (10/14) Installing openssh-client (8.3_p1-r0) 09:50:08 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:50:08 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:50:08 (13/14) Installing openssh-server (8.3_p1-r0) 09:50:08 (14/14) Installing openssh (8.3_p1-r0) 09:50:08 Executing busybox-1.31.1-r16.trigger 09:50:08 OK: 237 MiB in 53 packages 09:50:10 Removing intermediate container 71d39f68d931 09:50:10 ---> 0c84a81ed297 09:50:10 Step 6/8 : WORKDIR /device-mqtt-go 09:50:10 ---> Running in 9c1dc8ed1fa8 09:50:11 Removing intermediate container 9c1dc8ed1fa8 09:50:11 ---> 587152f860fe 09:50:11 Step 7/8 : COPY . . 09:50:11 ---> e8e3c600a56d 09:50:11 Step 8/8 : RUN go mod download 09:50:11 ---> Running in 93ba88db2c4b 09:50:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5877 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 09:50:19 Running in /w/workspace/device-mqtt-go/20 [Pipeline] { [Pipeline] checkout 09:50:23 Removing intermediate container 93ba88db2c4b 09:50:23 ---> 578819e47d2f 09:50:23 Successfully built 578819e47d2f 09:50:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:50:24 + docker inspect -f . ci-base-image-x86_64 09:50:24 . [Pipeline] withDockerContainer 09:50:24 prd-centos7-docker-4c-2g-5876 does not seem to be running inside a container 09:50:24 using credential edgex-jenkins-ssh 09:50:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/20 -v /w/workspace/device-mqtt-go/20:/w/workspace/device-mqtt-go/20:rw,z -v /w/workspace/device-mqtt-go/20@tmp:/w/workspace/device-mqtt-go/20@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 ******** ci-base-image-x86_64 cat 09:50:24 Cloning the remote Git repository 09:50:24 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 09:50:24 > git init /w/workspace/device-mqtt-go/20 # timeout=10 09:50:25 $ docker top 4d1cd1a571f8e2e27ab487b0c297cea345e3c2efb84e29d824ddb8944cfff2cb -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:24 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:50:24 > git --version # timeout=10 09:50:24 > git --version # 'git version 2.17.1' 09:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:50:25 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:50:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:50:25 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 09:50:25 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 09:50:25 using GIT_SSH to set credentials SSH Credentials for GitHub 09:50:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 09:50:26 + go version 09:50:26 go version go1.15.2 linux/amd64 [Pipeline] } 09:50:26 $ docker stop --time=1 4d1cd1a571f8e2e27ab487b0c297cea345e3c2efb84e29d824ddb8944cfff2cb 09:50:26 Checking out Revision 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b (master) 09:50:26 > git config core.sparsecheckout # timeout=10 09:50:26 > git checkout -f 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b # timeout=10 09:50:27 $ docker rm -f 4d1cd1a571f8e2e27ab487b0c297cea345e3c2efb84e29d824ddb8944cfff2cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:50:30 Commit message: "Merge pull request #169 from edgexfoundry/dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.2.0" 09:50:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] withEnv [Pipeline] { 09:50:31 + ls -al . 09:50:31 total 64 09:50:31 drwxrwxr-x. 9 jenkins jenkins 4096 Oct 16 09:49 . 09:50:31 drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 09:49 .. 09:50:31 -rw-rw-r--. 1 jenkins jenkins 5255 Oct 16 09:49 Attribution.txt 09:50:31 drwxrwxr-x. 2 jenkins jenkins 87 Oct 16 09:49 bin 09:50:31 drwxrwxr-x. 3 jenkins jenkins 32 Oct 16 09:49 cmd 09:50:31 -rw-rw-r--. 1 jenkins jenkins 1784 Oct 16 09:49 Dockerfile 09:50:31 -rw-rw-r--. 1 jenkins jenkins 953 Oct 16 09:49 Dockerfile.build 09:50:31 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:49 .dockerignore 09:50:31 drwxrwxr-x. 8 jenkins jenkins 162 Oct 16 09:49 .git 09:50:31 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:49 .github 09:50:31 -rw-rw-r--. 1 jenkins jenkins 336 Oct 16 09:49 .gitignore 09:50:31 -rw-rw-r--. 1 jenkins jenkins 546 Oct 16 09:49 go.mod 09:50:31 drwxrwxr-x. 3 jenkins jenkins 20 Oct 16 09:49 internal 09:50:31 -rw-rw-r--. 1 jenkins jenkins 677 Oct 16 09:49 Jenkinsfile 09:50:31 -rw-rw-r--. 1 jenkins jenkins 11340 Oct 16 09:49 LICENSE 09:50:31 -rw-rw-r--. 1 jenkins jenkins 902 Oct 16 09:49 Makefile 09:50:31 drwxrwxr-x. 2 jenkins jenkins 23 Oct 16 09:49 mock 09:50:31 -rw-rw-r--. 1 jenkins jenkins 444 Oct 16 09:49 README.md 09:50:31 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:49 snap 09:50:31 -rw-rw-r--. 1 jenkins jenkins 11 Oct 16 09:48 VERSION 09:50:31 -rw-rw-r--. 1 jenkins jenkins 227 Oct 16 09:49 version.go [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 09:50:31 + 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=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b --label arch=amd64 --label version=1.2.3-dev.6 . 09:50:31 Sending build context to Docker daemon 446.5kB 09:50:31 Step 1/22 : ARG BASE=golang:1.15-alpine 09:50:31 Step 2/22 : FROM ${BASE} AS builder 09:50:31 ---> 578819e47d2f 09:50:31 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" [Pipeline] echo 09:50:31 ========================================================= 09:50:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:50:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:50:31 ---> Running in 064c28407c34 09:50:31 Removing intermediate container 064c28407c34 09:50:31 ---> 926f8d452278 09:50:31 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:50:31 ---> Running in 41c97ba1854e 09:50:31 Removing intermediate container 41c97ba1854e 09:50:31 ---> b4551792effc 09:50:31 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:31 ---> Running in 19b8a7a04324 09:50:32 + 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 . 09:50:32 Removing intermediate container 19b8a7a04324 09:50:32 ---> dc883bd36636 09:50:32 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:50:32 ---> Running in c8f2225f6892 09:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:50:33 Sending build context to Docker daemon 446.5kB 09:50:33 Step 1/8 : ARG BASE=golang:1.15-alpine 09:50:33 Step 2/8 : FROM ${BASE} 09:50:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:50:33 b538f80385f9: Pulling fs layer 09:50:33 74f711af9a0d: Pulling fs layer 09:50:33 99f96fe45779: Pulling fs layer 09:50:33 8529a6b9a6be: Pulling fs layer 09:50:33 45590311c82a: Pulling fs layer 09:50:33 69ca0ff8b7b3: Pulling fs layer 09:50:33 209524e5b208: Pulling fs layer 09:50:33 45590311c82a: Waiting 09:50:33 69ca0ff8b7b3: Waiting 09:50:33 209524e5b208: Waiting 09:50:33 8529a6b9a6be: Waiting 09:50:33 99f96fe45779: Verifying Checksum 09:50:33 99f96fe45779: Download complete 09:50:33 74f711af9a0d: Verifying Checksum 09:50:33 74f711af9a0d: Download complete 09:50:33 45590311c82a: Verifying Checksum 09:50:33 45590311c82a: Download complete 09:50:33 69ca0ff8b7b3: Verifying Checksum 09:50:33 69ca0ff8b7b3: Download complete 09:50:33 b538f80385f9: Verifying Checksum 09:50:33 b538f80385f9: Download complete 09:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:50:34 b538f80385f9: Pull complete 09:50:34 OK: 237 MiB in 53 packages 09:50:35 74f711af9a0d: Pull complete 09:50:35 Removing intermediate container c8f2225f6892 09:50:35 ---> 89e1d15ed588 09:50:35 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:50:35 ---> Running in bbf115ee1bfc 09:50:35 Removing intermediate container bbf115ee1bfc 09:50:35 ---> 8b3b98f23bf2 09:50:35 Step 8/22 : COPY . . 09:50:35 99f96fe45779: Pull complete 09:50:35 ---> 98382df1eeb8 09:50:35 Step 9/22 : ARG MAKE='make build' 09:50:36 ---> Running in 52e3cdd01661 09:50:36 Removing intermediate container 52e3cdd01661 09:50:36 ---> 7edd621722ac 09:50:36 Step 10/22 : RUN $MAKE 09:50:36 ---> Running in 17034a8bcf70 09:50:36 209524e5b208: Verifying Checksum 09:50:36 209524e5b208: Download complete 09:50:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.6" -o cmd/device-mqtt ./cmd 09:50:37 8529a6b9a6be: Verifying Checksum 09:50:37 8529a6b9a6be: Download complete 09:50:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:50:47 Removing intermediate container 17034a8bcf70 09:50:47 ---> 72b1e1fbb087 09:50:47 Step 11/22 : FROM alpine 09:50:47 8529a6b9a6be: Pull complete 09:50:47 45590311c82a: Pull complete 09:50:48 69ca0ff8b7b3: Pull complete 09:50:48 latest: Pulling from library/alpine 09:50:48 df20fa9351a1: Already exists 09:50:48 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:50:48 Status: Downloaded newer image for alpine:latest 09:50:48 ---> a24bb4013296 09:50:48 Step 12/22 : ENV APP_PORT=49982 09:50:48 ---> Running in 7b9851b9eb89 09:50:48 Removing intermediate container 7b9851b9eb89 09:50:48 ---> db809ca6851a 09:50:48 Step 13/22 : EXPOSE $APP_PORT 09:50:48 ---> Running in 96327f864a3b 09:50:48 Removing intermediate container 96327f864a3b 09:50:48 ---> 514950dd61e5 09:50:48 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:50:49 ---> ad07faa73c47 09:50:49 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:50:49 ---> d41677e40198 09:50:49 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:50:49 ---> a490c5ab9276 09:50:49 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:50:50 ---> Running in a6ac26cbc59d 09:50:50 Removing intermediate container a6ac26cbc59d 09:50:50 ---> 5194054694b7 09:50:50 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:50:50 ---> Running in 02137f35401e 09:50:50 Removing intermediate container 02137f35401e 09:50:50 ---> bf1df2dab7b6 09:50:50 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:50:50 ---> Running in bf04923cee1f 09:50:50 Removing intermediate container bf04923cee1f 09:50:50 ---> 429a71dad055 09:50:50 Step 20/22 : LABEL arch=amd64 09:50:50 ---> Running in 2b9b38f866c6 09:50:50 Removing intermediate container 2b9b38f866c6 09:50:50 ---> e82efc6f494a 09:50:50 Step 21/22 : LABEL git_sha=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:50:50 ---> Running in 0eb3e890188a 09:50:51 Removing intermediate container 0eb3e890188a 09:50:51 ---> 177c7c55cebb 09:50:51 Step 22/22 : LABEL version=1.2.3-dev.6 09:50:51 ---> Running in f108e623f913 09:50:51 Removing intermediate container f108e623f913 09:50:51 ---> 7b09e34c4277 09:50:51 [Warning] One or more build-args [ARCH] were not consumed 09:50:51 Successfully built 7b09e34c4277 09:50:51 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:50:51 provisioning config files... 09:50:51 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/20@tmp/config5260426063867927793tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:50:52 ---> docker-login.sh 09:50:52 nexus3.edgexfoundry.org:10001 09:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:52 Configure a credential helper to remove this warning. See 09:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:52 09:50:52 Login Succeeded 09:50:52 nexus3.edgexfoundry.org:10002 09:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:52 Configure a credential helper to remove this warning. See 09:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:52 09:50:52 Login Succeeded 09:50:52 nexus3.edgexfoundry.org:10003 09:50:52 209524e5b208: Pull complete 09:50:52 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:50:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:50:52 ---> 5bddaf1c2fca 09:50:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 09:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:52 Configure a credential helper to remove this warning. See 09:50:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:52 09:50:52 Login Succeeded 09:50:52 nexus3.edgexfoundry.org:10004 09:50:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:53 Configure a credential helper to remove this warning. See 09:50:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:53 09:50:53 Login Succeeded 09:50:53 docker.io 09:50:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:50:53 Configure a credential helper to remove this warning. See 09:50:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:50:53 09:50:53 Login Succeeded 09:50:53 ---> docker-login.sh ends [Pipeline] } 09:50:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:53 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 09:50:53 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:50:53 latest 09:50:53 1.2.3-dev.6 09:50:53 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 09:50:53 master 09:50:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:50:54 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] isUnix [Pipeline] sh 09:50:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:50:54 344f35e45a42: Preparing 09:50:54 31fe88dac762: Preparing 09:50:54 b9babbf74a2b: Preparing 09:50:54 50644c29ef5a: Preparing 09:50:54 50644c29ef5a: Layer already exists 09:50:54 344f35e45a42: Pushed 09:50:54 31fe88dac762: Pushed 09:50:55 ---> Running in 433593cfbfae 09:50:55 Removing intermediate container 433593cfbfae 09:50:55 ---> d2e3cef82e76 09:50:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:55 ---> Running in 6cafb11fdb0f 09:50:55 b9babbf74a2b: Pushed 09:50:55 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:50:56 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 09:50:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 09:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:50:56 344f35e45a42: Preparing 09:50:56 31fe88dac762: Preparing 09:50:56 b9babbf74a2b: Preparing 09:50:56 50644c29ef5a: Preparing 09:50:56 b9babbf74a2b: Layer already exists 09:50:56 50644c29ef5a: Layer already exists 09:50:56 31fe88dac762: Layer already exists 09:50:56 344f35e45a42: Layer already exists 09:50:56 latest: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:50:56 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh 09:50:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.6 09:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:50:57 344f35e45a42: Preparing 09:50:57 31fe88dac762: Preparing 09:50:57 b9babbf74a2b: Preparing 09:50:57 50644c29ef5a: Preparing 09:50:57 50644c29ef5a: Layer already exists 09:50:57 344f35e45a42: Layer already exists 09:50:57 b9babbf74a2b: Layer already exists 09:50:57 31fe88dac762: Layer already exists 09:50:57 1.2.3-dev.6: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:50:57 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh 09:50:57 Removing intermediate container 6cafb11fdb0f 09:50:57 ---> 1753058423eb 09:50:57 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 09:50:57 ---> Running in 6b55553a0d8a 09:50:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 09:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:50:57 344f35e45a42: Preparing 09:50:57 31fe88dac762: Preparing 09:50:57 b9babbf74a2b: Preparing 09:50:57 50644c29ef5a: Preparing 09:50:57 b9babbf74a2b: Layer already exists 09:50:57 31fe88dac762: Layer already exists 09:50:57 50644c29ef5a: Layer already exists 09:50:57 344f35e45a42: Layer already exists 09:50:57 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:50:58 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 09:50:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 09:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 09:50:58 344f35e45a42: Preparing 09:50:58 31fe88dac762: Preparing 09:50:58 b9babbf74a2b: Preparing 09:50:58 50644c29ef5a: Preparing 09:50:58 344f35e45a42: Layer already exists 09:50:58 b9babbf74a2b: Layer already exists 09:50:58 50644c29ef5a: Layer already exists 09:50:58 31fe88dac762: Layer already exists 09:50:58 master: digest: sha256:d765980ba52a4db9e81ef8722f10e83491b6c9ae764eb181845992ece7781ef9 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:58 ===================================================== [Pipeline] echo 09:50:58 taggedImages: 09:50:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:50:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 09:50:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.6 09:50:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 09:50:58 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 09:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:00 (1/14) Installing libmagic (5.38-r0) 09:51:01 (2/14) Installing file (5.38-r0) 09:51:01 (3/14) Installing libc-dev (0.7.2-r3) 09:51:01 (4/14) Installing g++ (9.3.0-r2) 09:51:04 (5/14) Installing fortify-headers (1.1-r0) 09:51:04 (6/14) Installing patch (2.7.6-r6) 09:51:04 (7/14) Installing build-base (0.5-r2) 09:51:05 (8/14) Installing openssh-keygen (8.3_p1-r0) 09:51:05 (9/14) Installing libedit (20191231.3.1-r0) 09:51:05 (10/14) Installing openssh-client (8.3_p1-r0) 09:51:05 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 09:51:05 (12/14) Installing openssh-server-common (8.3_p1-r0) 09:51:05 (13/14) Installing openssh-server (8.3_p1-r0) 09:51:06 (14/14) Installing openssh (8.3_p1-r0) 09:51:06 Executing busybox-1.31.1-r16.trigger 09:51:06 OK: 221 MiB in 53 packages 09:51:10 Removing intermediate container 6b55553a0d8a 09:51:10 ---> e1fbe7473743 09:51:10 Step 6/8 : WORKDIR /device-mqtt-go 09:51:10 ---> Running in 887f1f0e01eb 09:51:11 Removing intermediate container 887f1f0e01eb 09:51:11 ---> e15f02dd4591 09:51:11 Step 7/8 : COPY . . 09:51:11 ---> 89202fa7094f 09:51:11 Step 8/8 : RUN go mod download 09:51:12 ---> Running in 9ca07cd8c8a3 09:51:27 Removing intermediate container 9ca07cd8c8a3 09:51:27 ---> cf1746881331 09:51:27 Successfully built cf1746881331 09:51:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:51:27 + docker inspect -f . ci-base-image-arm64 09:51:27 . [Pipeline] withDockerContainer 09:51:27 prd-ubuntu18.04-docker-arm64-4c-16g-5877 does not seem to be running inside a container 09:51:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/20 -v /w/workspace/device-mqtt-go/20:/w/workspace/device-mqtt-go/20:rw,z -v /w/workspace/device-mqtt-go/20@tmp:/w/workspace/device-mqtt-go/20@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 ******** ci-base-image-arm64 cat 09:51:29 $ docker top 914f472cf58c66f8e12ae6f27533298719e026f746c3ab32b3084a7078e96f12 -eo pid,comm [Pipeline] { [Pipeline] sh 09:51:31 + go version 09:51:31 go version go1.15.2 linux/arm64 [Pipeline] } 09:51:31 $ docker stop --time=1 914f472cf58c66f8e12ae6f27533298719e026f746c3ab32b3084a7078e96f12 09:51:33 $ docker rm -f 914f472cf58c66f8e12ae6f27533298719e026f746c3ab32b3084a7078e96f12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:51:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:51:34 + ls -al . 09:51:34 total 96 09:51:34 drwxrwxr-x 9 jenkins jenkins 4096 Oct 16 09:50 . 09:51:34 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:50 .. 09:51:34 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:50 .dockerignore 09:51:34 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:50 .git 09:51:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:50 .github 09:51:34 -rw-rw-r-- 1 jenkins jenkins 336 Oct 16 09:50 .gitignore 09:51:34 -rw-rw-r-- 1 jenkins jenkins 5255 Oct 16 09:50 Attribution.txt 09:51:34 -rw-rw-r-- 1 jenkins jenkins 1784 Oct 16 09:50 Dockerfile 09:51:34 -rw-rw-r-- 1 jenkins jenkins 953 Oct 16 09:50 Dockerfile.build 09:51:34 -rw-rw-r-- 1 jenkins jenkins 677 Oct 16 09:50 Jenkinsfile 09:51:34 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 16 09:50 LICENSE 09:51:34 -rw-rw-r-- 1 jenkins jenkins 902 Oct 16 09:50 Makefile 09:51:34 -rw-rw-r-- 1 jenkins jenkins 444 Oct 16 09:50 README.md 09:51:34 -rw-rw-r-- 1 jenkins jenkins 11 Oct 16 09:48 VERSION 09:51:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:50 bin 09:51:34 drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:50 cmd 09:51:34 -rw-rw-r-- 1 jenkins jenkins 546 Oct 16 09:50 go.mod 09:51:34 drwxrwxr-x 3 jenkins jenkins 4096 Oct 16 09:50 internal 09:51:34 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:50 mock 09:51:34 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:50 snap 09:51:34 -rw-rw-r-- 1 jenkins jenkins 227 Oct 16 09:50 version.go [Pipeline] isUnix [Pipeline] sh 09:51:34 + 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=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b --label arch=arm64 --label version=1.2.3-dev.6 . 09:51:35 Sending build context to Docker daemon 446.5kB 09:51:35 Step 1/22 : ARG BASE=golang:1.15-alpine 09:51:35 Step 2/22 : FROM ${BASE} AS builder 09:51:35 ---> cf1746881331 09:51:35 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 09:51:35 ---> Running in cfe4a81ad496 09:51:36 Removing intermediate container cfe4a81ad496 09:51:36 ---> 32aeadb70c32 09:51:36 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 09:51:36 ---> Running in 883829370bfb 09:51:36 Removing intermediate container 883829370bfb 09:51:36 ---> e65b271a349b 09:51:36 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:51:36 ---> Running in 299857c86f87 09:51:39 Removing intermediate container 299857c86f87 09:51:39 ---> 0ba92eba5ede 09:51:39 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:51:39 ---> Running in e86a4ec29359 09:51:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:41 OK: 221 MiB in 53 packages 09:51:42 Removing intermediate container e86a4ec29359 09:51:42 ---> 0a8254b5e0f2 09:51:42 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 09:51:43 ---> Running in f2072f2de70b 09:51:43 Removing intermediate container f2072f2de70b 09:51:43 ---> 37a993180673 09:51:43 Step 8/22 : COPY . . 09:51:44 ---> 1cd91ab330aa 09:51:44 Step 9/22 : ARG MAKE='make build' 09:51:44 ---> Running in 67d0fa937519 09:51:44 Removing intermediate container 67d0fa937519 09:51:44 ---> f72d1836cd4a 09:51:44 Step 10/22 : RUN $MAKE 09:51:44 ---> Running in 501e5bbbeae9 09:51:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.6" -o cmd/device-mqtt ./cmd 09:52:13 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:52:17 Removing intermediate container 501e5bbbeae9 09:52:17 ---> c9c50b2de20e 09:52:17 Step 11/22 : FROM alpine 09:52:17 latest: Pulling from library/alpine 09:52:18 b538f80385f9: Already exists 09:52:18 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 09:52:18 Status: Downloaded newer image for alpine:latest 09:52:18 ---> 62ee0e9f8440 09:52:18 Step 12/22 : ENV APP_PORT=49982 09:52:18 ---> Running in 122c41ecc05b 09:52:18 Removing intermediate container 122c41ecc05b 09:52:18 ---> 48c4a780ea59 09:52:18 Step 13/22 : EXPOSE $APP_PORT 09:52:18 ---> Running in 94caca96c94b 09:52:19 Removing intermediate container 94caca96c94b 09:52:19 ---> 0aa1affade0f 09:52:19 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 09:52:20 ---> fe6ec37bb744 09:52:20 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 09:52:21 ---> 57b6f89b15d3 09:52:21 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 09:52:21 ---> 69ff8376fb23 09:52:21 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 09:52:22 ---> Running in 0a71f2192fc9 09:52:22 Removing intermediate container 0a71f2192fc9 09:52:22 ---> 74c3f8559c68 09:52:22 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 09:52:22 ---> Running in 4f52eebc006f 09:52:22 Removing intermediate container 4f52eebc006f 09:52:22 ---> 34375d211335 09:52:22 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:52:23 ---> Running in 924d8e4011a5 09:52:23 Removing intermediate container 924d8e4011a5 09:52:23 ---> 84461f8183c0 09:52:23 Step 20/22 : LABEL arch=arm64 09:52:23 ---> Running in cf2032cb4236 09:52:24 Removing intermediate container cf2032cb4236 09:52:24 ---> 23249a94a866 09:52:24 Step 21/22 : LABEL git_sha=12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:52:24 ---> Running in f60713c133f7 09:52:24 Removing intermediate container f60713c133f7 09:52:24 ---> ef52b1ebd0eb 09:52:24 Step 22/22 : LABEL version=1.2.3-dev.6 09:52:25 ---> Running in fb8fdf12a23d 09:52:25 Removing intermediate container fb8fdf12a23d 09:52:25 ---> de49d14a957a 09:52:25 [Warning] One or more build-args [ARCH] were not consumed 09:52:25 Successfully built de49d14a957a 09:52:25 Successfully tagged docker-device-mqtt-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:52:26 provisioning config files... 09:52:26 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/20@tmp/config8253773734961010954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:52:26 ---> docker-login.sh 09:52:26 nexus3.edgexfoundry.org:10001 09:52:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:27 Configure a credential helper to remove this warning. See 09:52:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:27 09:52:27 Login Succeeded 09:52:27 nexus3.edgexfoundry.org:10002 09:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:27 Configure a credential helper to remove this warning. See 09:52:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:27 09:52:27 Login Succeeded 09:52:27 nexus3.edgexfoundry.org:10003 09:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:28 Configure a credential helper to remove this warning. See 09:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:28 09:52:28 Login Succeeded 09:52:28 nexus3.edgexfoundry.org:10004 09:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:28 Configure a credential helper to remove this warning. See 09:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:28 09:52:28 Login Succeeded 09:52:28 docker.io 09:52:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:29 Configure a credential helper to remove this warning. See 09:52:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:29 09:52:29 Login Succeeded 09:52:29 ---> docker-login.sh ends [Pipeline] } 09:52:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:52:29 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 09:52:29 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:52:29 latest 09:52:29 1.2.3-dev.6 09:52:29 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 09:52:29 master 09:52:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:52:30 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] isUnix [Pipeline] sh 09:52:30 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:52:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:52:30 183c44972efa: Preparing 09:52:30 af485007b379: Preparing 09:52:30 5509fd96e7ba: Preparing 09:52:30 e2f13739ad41: Preparing 09:52:31 e2f13739ad41: Layer already exists 09:52:31 af485007b379: Pushed 09:52:31 183c44972efa: Pushed 09:52:33 5509fd96e7ba: Pushed 09:52:33 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:52:34 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:52:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 09:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:52:34 183c44972efa: Preparing 09:52:34 af485007b379: Preparing 09:52:34 5509fd96e7ba: Preparing 09:52:34 e2f13739ad41: Preparing 09:52:34 af485007b379: Layer already exists 09:52:34 183c44972efa: Layer already exists 09:52:34 5509fd96e7ba: Layer already exists 09:52:34 e2f13739ad41: Layer already exists 09:52:35 latest: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:52:35 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh 09:52:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.6 09:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:52:35 183c44972efa: Preparing 09:52:35 af485007b379: Preparing 09:52:35 5509fd96e7ba: Preparing 09:52:35 e2f13739ad41: Preparing 09:52:35 5509fd96e7ba: Layer already exists 09:52:35 183c44972efa: Layer already exists 09:52:35 e2f13739ad41: Layer already exists 09:52:35 af485007b379: Layer already exists 09:52:36 1.2.3-dev.6: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:52:36 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 [Pipeline] isUnix [Pipeline] sh 09:52:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 09:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:52:37 183c44972efa: Preparing 09:52:37 af485007b379: Preparing 09:52:37 5509fd96e7ba: Preparing 09:52:37 e2f13739ad41: Preparing 09:52:37 5509fd96e7ba: Layer already exists 09:52:37 e2f13739ad41: Layer already exists 09:52:37 183c44972efa: Layer already exists 09:52:37 af485007b379: Layer already exists 09:52:37 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] isUnix [Pipeline] sh 09:52:37 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 09:52:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 09:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 09:52:38 183c44972efa: Preparing 09:52:38 af485007b379: Preparing 09:52:38 5509fd96e7ba: Preparing 09:52:38 e2f13739ad41: Preparing 09:52:38 183c44972efa: Layer already exists 09:52:38 af485007b379: Layer already exists 09:52:38 e2f13739ad41: Layer already exists 09:52:38 5509fd96e7ba: Layer already exists 09:52:38 master: digest: sha256:d1cf3129fd77409d2e150d4dc611ffc976c833277e9124d16fce500a06c2a327 size: 1155 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:52:38 ===================================================== [Pipeline] echo 09:52:38 taggedImages: 09:52:38 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:52:38 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 09:52:38 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.6 09:52:38 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b-1.2.3-dev.6 09:52:38 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" 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 when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:52:41 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 09:52:41 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 09:52:41 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:52:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:52:41 09:52:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 09:52:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:52:42 1.317.0: Pulling from edgex-devops/edgex-snyk-go 09:52:42 cbdbe7a5bc2a: Pulling fs layer 09:52:42 408f87550127: Pulling fs layer 09:52:42 fe522b08c979: Pulling fs layer 09:52:42 221eaa008020: Pulling fs layer 09:52:42 2a4607e5d6b9: Pulling fs layer 09:52:42 8f79b27c4fd2: Pulling fs layer 09:52:42 e5c8dbe1645b: Pulling fs layer 09:52:42 23e8b3b47431: Pulling fs layer 09:52:42 5c568d65a230: Pulling fs layer 09:52:42 8f79b27c4fd2: Waiting 09:52:42 e5c8dbe1645b: Waiting 09:52:42 23e8b3b47431: Waiting 09:52:42 5c568d65a230: Waiting 09:52:42 221eaa008020: Waiting 09:52:42 2a4607e5d6b9: Waiting 09:52:42 fe522b08c979: Verifying Checksum 09:52:42 fe522b08c979: Download complete 09:52:42 408f87550127: Verifying Checksum 09:52:42 408f87550127: Download complete 09:52:42 2a4607e5d6b9: Verifying Checksum 09:52:42 2a4607e5d6b9: Download complete 09:52:42 8f79b27c4fd2: Download complete 09:52:42 cbdbe7a5bc2a: Verifying Checksum 09:52:42 cbdbe7a5bc2a: Download complete 09:52:42 cbdbe7a5bc2a: Pull complete 09:52:42 408f87550127: Pull complete 09:52:42 fe522b08c979: Pull complete 09:52:43 e5c8dbe1645b: Verifying Checksum 09:52:43 e5c8dbe1645b: Download complete 09:52:47 5c568d65a230: Verifying Checksum 09:52:47 5c568d65a230: Download complete 09:52:47 23e8b3b47431: Verifying Checksum 09:52:47 23e8b3b47431: Download complete 09:52:48 221eaa008020: Verifying Checksum 09:52:48 221eaa008020: Download complete 09:52:53 221eaa008020: Pull complete 09:52:53 2a4607e5d6b9: Pull complete 09:52:53 8f79b27c4fd2: Pull complete 09:52:55 e5c8dbe1645b: Pull complete 09:52:59 23e8b3b47431: Pull complete 09:53:00 5c568d65a230: Pull complete 09:53:00 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 09:53:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 09:53:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 09:53:00 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:53:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/gexfoundry_device-mqtt-go_master:/ws -w /ws --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 09:53:01 $ docker top 644e080e74aed950e41b0f23eae2372dca385af7403c75eaa7972ea4dcd80d01 -eo pid,comm [Pipeline] { [Pipeline] sh 09:53:02 + snyk monitor '--org=edgex-jenkins' 09:53:07 09:53:07 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 09:53:07 09:53:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/071532ae-12b9-4c8a-838b-fa9b8cdc6cd9 09:53:07 09:53:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:53:07 09:53:07 09:53:07 Snyk CLI supports Node.js 8 and higher. 09:53:07 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 09:53:07 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 09:53:07 09:53:07 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 09:53:07 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. 09:53:07 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 09:53:07 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:53:07 $ docker stop --time=1 644e080e74aed950e41b0f23eae2372dca385af7403c75eaa7972ea4dcd80d01 09:53:09 $ docker rm -f 644e080e74aed950e41b0f23eae2372dca385af7403c75eaa7972ea4dcd80d01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:53:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:53:11 09:53:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 09:53:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:53:11 latest: Pulling from edgex-devops/edgex-klar 09:53:11 e7c96db7181b: Pulling fs layer 09:53:11 1868ca2cb446: Pulling fs layer 09:53:11 136be5d0fe8e: Pulling fs layer 09:53:11 894bfe63afcb: Pulling fs layer 09:53:11 894bfe63afcb: Waiting 09:53:11 1868ca2cb446: Verifying Checksum 09:53:11 1868ca2cb446: Download complete 09:53:11 136be5d0fe8e: Download complete 09:53:11 e7c96db7181b: Download complete 09:53:11 894bfe63afcb: Verifying Checksum 09:53:11 894bfe63afcb: Download complete 09:53:11 e7c96db7181b: Pull complete 09:53:11 1868ca2cb446: Pull complete 09:53:11 136be5d0fe8e: Pull complete 09:53:12 894bfe63afcb: Pull complete 09:53:12 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 09:53:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:53:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 09:53:12 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:53:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 09:53:13 $ docker top 491a07e7f0fa46cf300f13d2627f26bf33aad81caa80877abe81f1133b145013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:13 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:53:13 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:53:17 $ docker stop --time=1 491a07e7f0fa46cf300f13d2627f26bf33aad81caa80877abe81f1133b145013 09:53:18 $ docker rm -f 491a07e7f0fa46cf300f13d2627f26bf33aad81caa80877abe81f1133b145013 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:53:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:53:19 . [Pipeline] withDockerContainer 09:53:19 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:53:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 09:53:20 $ docker top 39d57e5ca459e4d579b6fb078e1dee4b33539e6d2707d988c0da246081d05d3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:20 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:53:20 + tee 09:53:20 clair timeout 1m0s 09:53:20 docker timeout: 1m0s 09:53:20 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:53:21 $ docker stop --time=1 39d57e5ca459e4d579b6fb078e1dee4b33539e6d2707d988c0da246081d05d3c 09:53:22 $ docker rm -f 39d57e5ca459e4d579b6fb078e1dee4b33539e6d2707d988c0da246081d05d3c [Pipeline] // withDockerContainer [Pipeline] sh 09:53:23 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 09:53:23 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_12b1a35b74ef9c89c590951cdcdb7fdae4622f9b.html [Pipeline] writeFile [Pipeline] step 09:53:23 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 09:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:53:23 . [Pipeline] withDockerContainer 09:53:23 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:53:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 09:53:24 $ docker top 827cd64ebe46b56e7fb436b869ae556af48c74ae93dbdd33b075113bd2d8a40f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:25 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:53:25 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:53:28 $ docker stop --time=1 827cd64ebe46b56e7fb436b869ae556af48c74ae93dbdd33b075113bd2d8a40f 09:53:30 $ docker rm -f 827cd64ebe46b56e7fb436b869ae556af48c74ae93dbdd33b075113bd2d8a40f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:53:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 09:53:30 . [Pipeline] withDockerContainer 09:53:30 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:53:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 09:53:31 $ docker top dc01443bef253c2b5b7a73daf84d7bdaa76f0f9235e88ef7dc44798b1ba0c01e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:53:32 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:12b1a35b74ef9c89c590951cdcdb7fdae4622f9b 09:53:32 + tee 09:53:32 clair timeout 1m0s 09:53:32 docker timeout: 1m0s 09:53:32 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:53:32 $ docker stop --time=1 dc01443bef253c2b5b7a73daf84d7bdaa76f0f9235e88ef7dc44798b1ba0c01e 09:53:34 $ docker rm -f dc01443bef253c2b5b7a73daf84d7bdaa76f0f9235e88ef7dc44798b1ba0c01e [Pipeline] // withDockerContainer [Pipeline] sh 09:53:34 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 09:53:34 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_12b1a35b74ef9c89c590951cdcdb7fdae4622f9b.html [Pipeline] writeFile [Pipeline] step 09:53:34 Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:53:36 + git log --format=format:%s -1 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b [Pipeline] isUnix [Pipeline] sh 09:53:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:53:36 . [Pipeline] withDockerContainer 09:53:36 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:53:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:53:37 $ docker top aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:53:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:53:37 [ssh-agent] Looking for ssh-agent implementation... 09:53:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:53:37 $ docker exec aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed ssh-agent 09:53:38 SSH_AUTH_SOCK=/tmp/ssh-x5R9r5KKAaDE/agent.11 09:53:38 SSH_AGENT_PID=16 09:53:38 Running ssh-add (command line suppressed) 09:53:38 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5974039219851364056.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5974039219851364056.key) 09:53:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:53:38 + git semver tag 09:53:38 # -> Open(): unable to determine branch for HEAD 09:53:38 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:53:38 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:53:38 # $SEMVER_REMOTE_NAME = origin 09:53:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:53:38 # $SEMVER_USER_NAME = edgex-jenkins 09:53:38 # $SEMVER_BRANCH = master 09:53:38 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 09:53:38 # 12b1a35b74ef9c89c590951cdcdb7fdae4622f9b HEAD 09:53:38 # -> Force: false 09:53:38 # ed690bcf5e7b7b6c3f8ebc4d6631dddfbbce2a40 refs/tags/v1.2.3-dev.6 [Pipeline] } 09:53:38 $ docker exec --env ******** --env ******** aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed ssh-agent -k 09:53:38 unset SSH_AUTH_SOCK; 09:53:38 unset SSH_AGENT_PID; 09:53:38 echo Agent pid 16 killed; 09:53:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:53:39 + git semver [Pipeline] } 09:53:39 $ docker stop --time=1 aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed 09:53:40 $ docker rm -f aaed02f850c2446a4ac7dd0ba6124173eca8fdec1a8273ee9f9089f2625698ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 09:53:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:53:41 09:53:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 09:53:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:53:41 0.23.1-centos7: Pulling from edgex-lftools 09:53:41 ab5ef0e58194: Pulling fs layer 09:53:41 9712f1f96733: Pulling fs layer 09:53:41 63f879dbbcfc: Pulling fs layer 09:53:41 0d9ebad4ef96: Pulling fs layer 09:53:41 e9a5061849ea: Pulling fs layer 09:53:41 d747dcd14b5f: Pulling fs layer 09:53:41 2de7ff778b66: Pulling fs layer 09:53:41 e9a5061849ea: Waiting 09:53:41 d747dcd14b5f: Waiting 09:53:41 2de7ff778b66: Waiting 09:53:41 0d9ebad4ef96: Waiting 09:53:41 9712f1f96733: Download complete 09:53:43 63f879dbbcfc: Download complete 09:53:43 e9a5061849ea: Verifying Checksum 09:53:43 e9a5061849ea: Download complete 09:53:43 d747dcd14b5f: Download complete 09:53:43 2de7ff778b66: Verifying Checksum 09:53:43 2de7ff778b66: Download complete 09:53:44 ab5ef0e58194: Verifying Checksum 09:53:44 ab5ef0e58194: Download complete 09:53:44 0d9ebad4ef96: Verifying Checksum 09:53:44 0d9ebad4ef96: Download complete 09:53:48 ab5ef0e58194: Pull complete 09:53:48 9712f1f96733: Pull complete 09:53:51 63f879dbbcfc: Pull complete 09:53:56 0d9ebad4ef96: Pull complete 09:53:56 e9a5061849ea: Pull complete 09:53:56 d747dcd14b5f: Pull complete 09:54:00 2de7ff778b66: Pull complete 09:54:00 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:54:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:54:00 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 09:54:00 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:54:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 09:54:04 $ docker top e721c65c19c3f7f3a0c52335d990ef79d6730d5dc1473e5fb5cec64fb81b2c71 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:54:04 provisioning config files... 09:54:04 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6567914552739243419tmp 09:54:04 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4398215023393258916tmp 09:54:04 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4904211596790236920tmp [Pipeline] { [Pipeline] echo 09:54:04 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:54:04 ---> sigul-configuration.sh 09:54:04 gpg: directory `/root/.gnupg' created 09:54:04 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:54:04 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:54:04 gpg: keyring `/root/.gnupg/secring.gpg' created 09:54:04 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:54:04 gpg: CAST5 encrypted data 09:54:05 gpg: encrypted with 1 passphrase 09:54:05 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:54:05 + mkdir /home/jenkins 09:54:05 + mkdir /home/jenkins/sigul [Pipeline] sh 09:54:05 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:54:05 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:54:06 ---> sigul-install.sh 09:54:11 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 09:54:11 + git tag --list 09:54:11 0.7.1 09:54:11 v1.0.0 09:54:11 v1.1.0 09:54:11 v1.1.1 09:54:11 v1.2.0 09:54:11 v1.2.1 09:54:11 v1.2.2 09:54:11 v1.2.2-dev.1 09:54:11 v1.2.2-dev.2 09:54:11 v1.2.3-dev.1 09:54:11 v1.2.3-dev.2 09:54:11 v1.2.3-dev.3 09:54:11 v1.2.3-dev.4 09:54:11 v1.2.3-dev.5 09:54:11 v1.2.3-dev.6 [Pipeline] sh 09:54:11 + lftools sign git-tag v1.2.3-dev.6 09:54:12 Signing Git tag with Sigul... 09:54:12 Signing v1.2.3-dev.6 [Pipeline] echo 09:54:14 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:54:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:54:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:54:14 $ docker stop --time=1 e721c65c19c3f7f3a0c52335d990ef79d6730d5dc1473e5fb5cec64fb81b2c71 09:54:16 $ docker rm -f e721c65c19c3f7f3a0c52335d990ef79d6730d5dc1473e5fb5cec64fb81b2c71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 09:54:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:18 . [Pipeline] withDockerContainer 09:54:18 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:54:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:54:18 $ docker top 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:54:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:54:19 [ssh-agent] Looking for ssh-agent implementation... 09:54:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:54:19 $ docker exec 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 ssh-agent 09:54:19 SSH_AUTH_SOCK=/tmp/ssh-vPtpOr1A9I4k/agent.11 09:54:19 SSH_AGENT_PID=16 09:54:19 Running ssh-add (command line suppressed) 09:54:19 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6223575505245259578.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_6223575505245259578.key) 09:54:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:54:19 + git semver bump pre 09:54:19 # -> Open(): unable to determine branch for HEAD 09:54:19 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:54:19 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:54:19 # $SEMVER_REMOTE_NAME = origin 09:54:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:54:19 # $SEMVER_USER_NAME = edgex-jenkins 09:54:19 # $SEMVER_BRANCH = master 09:54:19 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 09:54:19 1.2.3-dev.7 [Pipeline] } 09:54:19 $ docker exec --env ******** --env ******** 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 ssh-agent -k 09:54:20 unset SSH_AUTH_SOCK; 09:54:20 unset SSH_AGENT_PID; 09:54:20 echo Agent pid 16 killed; 09:54:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:54:20 + git semver [Pipeline] } 09:54:20 $ docker stop --time=1 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 09:54:22 $ docker rm -f 7b228a843f9b09c262b223416d28a21958deb67b8a5cbe0401a88d3c84c32ce6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 09:54:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:22 . [Pipeline] withDockerContainer 09:54:22 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:54:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:54:23 $ docker top 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:54:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:54:23 [ssh-agent] Looking for ssh-agent implementation... 09:54:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:54:23 $ docker exec 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 ssh-agent 09:54:24 SSH_AUTH_SOCK=/tmp/ssh-51hWyTTzIJSC/agent.11 09:54:24 SSH_AGENT_PID=16 09:54:24 Running ssh-add (command line suppressed) 09:54:24 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5324610897642009640.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5324610897642009640.key) 09:54:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:54:24 + git semver push 09:54:24 # -> Open(): unable to determine branch for HEAD 09:54:24 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 09:54:24 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 09:54:24 # $SEMVER_REMOTE_NAME = origin 09:54:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:54:24 # $SEMVER_USER_NAME = edgex-jenkins 09:54:24 # $SEMVER_BRANCH = master 09:54:24 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 09:54:31 $ docker exec --env ******** --env ******** 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 ssh-agent -k 09:54:31 unset SSH_AUTH_SOCK; 09:54:31 unset SSH_AGENT_PID; 09:54:31 echo Agent pid 16 killed; 09:54:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:54:31 + git semver [Pipeline] } 09:54:31 $ docker stop --time=1 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 09:54:33 $ docker rm -f 25d73386cda7ce554e075ba0408cfb972a1a33a6d3c8f6d2c69c48fc337a21a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:54:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:54:35 ---> package-listing.sh 09:54:35 ++ facter osfamily 09:54:35 ++ tr '[:upper:]' '[:lower:]' 09:54:35 + OS_FAMILY=redhat 09:54:35 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 09:54:35 + START_PACKAGES=/tmp/packages_start.txt 09:54:35 + END_PACKAGES=/tmp/packages_end.txt 09:54:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:54:35 + PACKAGES=/tmp/packages_start.txt 09:54:35 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 09:54:35 + PACKAGES=/tmp/packages_end.txt 09:54:35 + case "${OS_FAMILY}" in 09:54:35 + rpm -qa 09:54:35 + sort 09:54:39 + '[' -f /tmp/packages_start.txt ']' 09:54:39 + '[' -f /tmp/packages_end.txt ']' 09:54:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:54:39 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 09:54:39 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 09:54:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] echo 09:54:39 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:54:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:54:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:54:40 09:54:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:54:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:54:40 alpine: Pulling from edgex-lftools-log-publisher 09:54:40 df20fa9351a1: Pulling fs layer 09:54:40 36b3adc4ff6f: Pulling fs layer 09:54:40 8ad3a11d3b57: Pulling fs layer 09:54:40 46f8f816bc3b: Pulling fs layer 09:54:40 93b61091891f: Pulling fs layer 09:54:40 93b9cdb0e59b: Pulling fs layer 09:54:40 5e14af77c1be: Pulling fs layer 09:54:40 01666e4c0597: Pulling fs layer 09:54:40 aa168da1d23b: Pulling fs layer 09:54:40 93b9cdb0e59b: Waiting 09:54:40 5e14af77c1be: Waiting 09:54:40 01666e4c0597: Waiting 09:54:40 aa168da1d23b: Waiting 09:54:40 46f8f816bc3b: Waiting 09:54:40 93b61091891f: Waiting 09:54:40 36b3adc4ff6f: Verifying Checksum 09:54:40 36b3adc4ff6f: Download complete 09:54:40 46f8f816bc3b: Verifying Checksum 09:54:40 46f8f816bc3b: Download complete 09:54:40 df20fa9351a1: Verifying Checksum 09:54:40 93b61091891f: Download complete 09:54:40 93b9cdb0e59b: Verifying Checksum 09:54:40 93b9cdb0e59b: Download complete 09:54:41 5e14af77c1be: Verifying Checksum 09:54:41 5e14af77c1be: Download complete 09:54:41 01666e4c0597: Verifying Checksum 09:54:41 01666e4c0597: Download complete 09:54:41 df20fa9351a1: Pull complete 09:54:41 8ad3a11d3b57: Verifying Checksum 09:54:41 8ad3a11d3b57: Download complete 09:54:41 36b3adc4ff6f: Pull complete 09:54:42 8ad3a11d3b57: Pull complete 09:54:42 aa168da1d23b: Verifying Checksum 09:54:42 aa168da1d23b: Download complete 09:54:43 46f8f816bc3b: Pull complete 09:54:44 93b61091891f: Pull complete 09:54:44 93b9cdb0e59b: Pull complete 09:54:44 5e14af77c1be: Pull complete 09:54:44 01666e4c0597: Pull complete 09:54:51 aa168da1d23b: Pull complete 09:54:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:54:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:54:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:54:51 prd-centos7-docker-4c-2g-5873 does not seem to be running inside a container 09:54:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-mqtt-go_master/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_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:54:54 $ docker top 020cfcd6d959da483ce09e26a76f35ca615e1e34b31f5e2f5ff2f2f7b693413c -eo pid,comm [Pipeline] { [Pipeline] sh 09:54:54 + touch /tmp/pre-build-complete [Pipeline] sh 09:54:54 + mkdir -p /var/log/sa [Pipeline] sh 09:54:55 + ls /var/log/sa-host 09:54:55 + sadf -c /var/log/sa-host/sa05 09:54:55 file_magic: OK 09:54:55 HZ: Using current value: 100 09:54:55 file_header: OK 09:54:55 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 09:54:55 Statistics: 09:54:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:54:55 File successfully converted to sysstat format version 12.2.1 09:54:55 + sadf -c /var/log/sa-host/sa16 09:54:55 file_magic: OK 09:54:55 HZ: Using current value: 100 09:54:55 file_header: OK 09:54:55 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 09:54:55 Statistics: 09:54:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:54:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:54:55 provisioning config files... 09:54:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1812814846630486081tmp [Pipeline] { [Pipeline] echo 09:54:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:54:56 ---> create-netrc.sh [Pipeline] } 09:54:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:54:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:54:56 ---> python-tools-install.sh [Pipeline] echo 09:54:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:54:56 ---> sudo-logs.sh 09:54:56 Archiving 'sudo' log.. [Pipeline] echo 09:54:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:54:57 ---> job-cost.sh 09:54:57 lf-activate-venv: SKIPPING 09:54:57 INFO: No Stack... 09:54:58 INFO: Retrieving Pricing Info for: v1-standard-2 09:54:59 INFO: Archiving Costs [Pipeline] echo 09:54:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:54:59 ---> logs-deploy.sh 09:54:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/20 09:54:59 INFO: archiving workspace using pattern(s): 09:55:00 Archives upload complete. 09:55:00 INFO: archiving logs to Nexus 09:55:01 ---> uname -a: 09:55:01 Linux prd-centos7-docker-4c-2g-5873.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:55:01 09:55:01 09:55:01 ---> lscpu: 09:55:01 Architecture: x86_64 09:55:01 CPU op-mode(s): 32-bit, 64-bit 09:55:01 Byte Order: Little Endian 09:55:01 Address sizes: 40 bits physical, 48 bits virtual 09:55:01 CPU(s): 4 09:55:01 On-line CPU(s) list: 0-3 09:55:01 Thread(s) per core: 1 09:55:01 Core(s) per socket: 1 09:55:01 Socket(s): 4 09:55:01 NUMA node(s): 1 09:55:01 Vendor ID: GenuineIntel 09:55:01 CPU family: 6 09:55:01 Model: 44 09:55:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:55:01 Stepping: 1 09:55:01 CPU MHz: 2933.438 09:55:01 BogoMIPS: 5866.87 09:55:01 Virtualization: VT-x 09:55:01 Hypervisor vendor: KVM 09:55:01 Virtualization type: full 09:55:01 L1d cache: 128 KiB 09:55:01 L1i cache: 128 KiB 09:55:01 L2 cache: 16 MiB 09:55:01 L3 cache: 64 MiB 09:55:01 NUMA node0 CPU(s): 0-3 09:55:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:55:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:55:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:55:01 Vulnerability Meltdown: Mitigation; PTI 09:55:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:55:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:55:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:55:01 Vulnerability Tsx async abort: Not affected 09:55:01 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 09:55:01 09:55:01 09:55:01 ---> nproc: 09:55:01 4 09:55:01 09:55:01 09:55:01 ---> df -h: 09:55:01 Filesystem Size Used Available Use% Mounted on 09:55:01 overlay 50.0G 8.5G 41.5G 17% / 09:55:01 tmpfs 64.0M 0 64.0M 0% /dev 09:55:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:55:01 shm 64.0M 0 64.0M 0% /dev/shm 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-mqtt-go_master 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 09:55:01 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 09:55:01 09:55:01 09:55:01 ---> free -m: 09:55:01 total used free shared buff/cache available 09:55:01 Mem: 1837 804 143 0 889 969 09:55:01 Swap: 1023 2 1021 09:55:01 09:55:01 09:55:01 ---> ip addr: 09:55:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:55:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:55:01 inet 127.0.0.1/8 scope host lo 09:55:01 valid_lft forever preferred_lft forever 09:55:01 inet6 ::1/128 scope host 09:55:01 valid_lft forever preferred_lft forever 09:55:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:55:01 link/ether fa:16:3e:e5:19:5f brd ff:ff:ff:ff:ff:ff 09:55:01 inet 10.30.122.67/23 brd 10.30.123.255 scope global dynamic eth0 09:55:01 valid_lft 85937sec preferred_lft 85937sec 09:55:01 inet6 fe80::f816:3eff:fee5:195f/64 scope link 09:55:01 valid_lft forever preferred_lft forever 09:55:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:55:01 link/ether 02:42:2a:0b:f5:a0 brd ff:ff:ff:ff:ff:ff 09:55:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:55:01 valid_lft forever preferred_lft forever 09:55:01 inet6 fe80::42:2aff:fe0b:f5a0/64 scope link 09:55:01 valid_lft forever preferred_lft forever 09:55:01 09:55:01 09:55:01 ---> sar -b -r -n DEV: 09:55:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 09:55:01 09:55:01 09:47:01 LINUX RESTART (4 CPU) 09:55:01 09:55:01 09:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:55:01 09:49:01 18.01 4.25 13.77 0.00 1051.57 2272.63 0.00 09:55:01 09:50:01 0.40 0.00 0.40 0.00 0.00 6.10 0.00 09:55:01 09:51:01 0.33 0.00 0.33 0.00 0.00 5.36 0.00 09:55:01 09:52:01 0.25 0.00 0.25 0.00 0.00 2.92 0.00 09:55:01 09:53:01 164.12 91.61 72.51 0.00 5447.22 30484.17 0.00 09:55:01 09:54:02 213.71 71.79 141.92 0.00 3941.04 29396.42 0.00 09:55:01 Average: 66.17 27.95 38.22 0.00 1740.55 10365.41 0.00 09:55:01 09:55:01 09:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:55:01 09:49:01 182160 0 589200 31.31 2620 1107576 1110232 37.89 448964 1092228 20 09:55:01 09:50:01 184364 0 586992 31.20 2620 1107580 1090292 37.21 450332 1089472 20 09:55:01 09:51:01 184164 0 587184 31.21 2620 1107588 1090340 37.21 450604 1089472 8 09:55:01 09:52:01 184468 0 586880 31.19 2620 1107588 1081016 36.89 453564 1086360 8 09:55:01 09:53:01 130476 0 698576 37.13 2620 1049884 1588584 54.22 501528 1057064 44 09:55:01 09:54:02 102296 0 779384 41.42 1492 998384 1300512 44.38 598044 895152 29576 09:55:01 Average: 161321 0 638036 33.91 2432 1079767 1210163 41.30 483839 1051625 4946 09:55:01 09:55:01 09:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:55:01 09:49:01 eth0 30.30 22.16 27.83 18.87 0.00 0.00 0.00 0.00 09:55:01 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:49:01 docker0 1.85 1.61 0.35 3.73 0.00 0.00 0.00 0.00 09:55:01 09:50:01 eth0 1.93 0.53 0.63 0.42 0.00 0.00 0.00 0.00 09:55:01 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:51:01 eth0 0.75 0.40 0.28 0.21 0.00 0.00 0.00 0.00 09:55:01 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:52:01 eth0 0.92 0.08 0.09 0.01 0.00 0.00 0.00 0.00 09:55:01 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:53:01 veth42436f5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:53:01 eth0 436.86 397.02 3788.53 32.95 0.00 0.00 0.00 0.00 09:55:01 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:54:02 eth0 462.54 417.85 3497.62 101.87 0.00 0.00 0.00 0.00 09:55:01 09:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 09:54:02 docker0 29.76 25.95 3.43 83.61 0.00 0.00 0.00 0.00 09:55:01 Average: eth0 155.61 139.73 1219.65 25.74 0.00 0.00 0.00 0.00 09:55:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:55:01 Average: docker0 5.27 4.60 0.63 14.57 0.00 0.00 0.00 0.00 09:55:01 09:55:01 09:55:01 ---> sar -P ALL: 09:55:01 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 09:55:01 09:55:01 09:47:01 LINUX RESTART (4 CPU) 09:55:01 09:55:01 09:48:01 CPU %user %nice %system %iowait %steal %idle 09:55:01 09:49:01 all 1.35 0.00 0.82 0.38 0.00 97.44 09:55:01 09:49:01 0 1.29 0.00 1.00 0.07 0.00 97.64 09:55:01 09:49:01 1 1.39 0.00 0.72 0.15 0.00 97.75 09:55:01 09:49:01 2 1.20 0.00 0.78 1.04 0.02 96.96 09:55:01 09:49:01 3 1.52 0.00 0.78 0.28 0.00 97.41 09:55:01 09:50:01 all 0.16 0.00 0.04 0.00 0.00 99.80 09:55:01 09:50:01 0 0.07 0.00 0.07 0.00 0.02 99.85 09:55:01 09:50:01 1 0.53 0.00 0.03 0.00 0.00 99.43 09:55:01 09:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:55:01 09:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:55:01 09:51:01 all 0.15 0.00 0.04 0.00 0.00 99.82 09:55:01 09:51:01 0 0.05 0.00 0.05 0.00 0.00 99.90 09:55:01 09:51:01 1 0.47 0.00 0.05 0.00 0.00 99.48 09:55:01 09:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:55:01 09:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:55:01 09:52:01 all 0.15 0.00 0.04 0.00 0.00 99.81 09:55:01 09:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 09:55:01 09:52:01 1 0.52 0.00 0.03 0.00 0.00 99.45 09:55:01 09:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 09:55:01 09:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:55:01 09:53:01 all 6.09 0.00 3.07 1.03 0.02 89.79 09:55:01 09:53:01 0 6.69 0.00 3.25 0.88 0.00 89.19 09:55:01 09:53:01 1 5.88 0.00 3.29 0.59 0.03 90.21 09:55:01 09:53:01 2 6.04 0.00 3.07 1.38 0.02 89.49 09:55:01 09:53:01 3 5.76 0.00 2.68 1.30 0.02 90.25 09:55:01 09:54:02 all 10.19 0.00 6.29 2.99 0.05 80.48 09:55:01 09:54:02 0 9.67 0.00 5.91 1.73 0.03 82.66 09:55:01 09:54:02 1 10.11 0.00 5.91 3.24 0.05 80.70 09:55:01 09:54:02 2 11.02 0.00 7.05 4.37 0.03 77.53 09:55:01 09:54:02 3 9.96 0.00 6.31 2.64 0.07 81.03 09:55:01 Average: all 3.00 0.00 1.70 0.73 0.01 94.56 09:55:01 Average: 0 2.94 0.00 1.71 0.44 0.01 94.90 09:55:01 Average: 1 3.13 0.00 1.66 0.66 0.01 94.54 09:55:01 Average: 2 3.04 0.00 1.82 1.12 0.01 94.00 09:55:01 Average: 3 2.86 0.00 1.63 0.70 0.01 94.79 09:55:01 09:55:01 09:55:01