Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a4d671bc363cd3b6b16a5de27983df7bd02b35a1 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-go, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2188 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 with configured refspecs honoured and without tags 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 --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Checking out Revision a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 Commit message: "Merge pull request #166 from bill-mahoney/snapVersion" > git rev-list --no-walk fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:59:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:59:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:59:10 ========================================================= 22:59:10 EdgeX Global Pipelines Version Info 22:59:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:59:11 ------------------- 22:59:11 stable info: 22:59:11 ------------------- 22:59:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:59:11 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 22:59:11 Message: update stable to v1.0.119 22:59:12 ------------------- 22:59:12 experimental info: 22:59:12 ------------------- 22:59:12 Commited By: **** collab-it+edgex@linuxfoundation.org 22:59:12 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 22:59:12 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:59:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:59:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] echo 22:59:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a4d671b [Pipeline] echo 22:59:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:59:16 + git log --format=format:%s -1 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] echo 22:59:16 GIT_COMMIT: a4d671bc363cd3b6b16a5de27983df7bd02b35a1, Commit Message: Merge pull request #166 from bill-mahoney/snapVersion [Pipeline] echo 22:59:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:59:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:59:18 22:59:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:59:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:59:18 latest: Pulling from edgex-devops/git-semver 22:59:18 31603596830f: Pulling fs layer 22:59:18 2a8b12db71e7: Pulling fs layer 22:59:18 6ca5941a6612: Pulling fs layer 22:59:18 ecc8261a40a4: Pulling fs layer 22:59:18 ecc8261a40a4: Waiting 22:59:18 2a8b12db71e7: Verifying Checksum 22:59:18 2a8b12db71e7: Download complete 22:59:18 31603596830f: Verifying Checksum 22:59:18 31603596830f: Download complete 22:59:18 ecc8261a40a4: Download complete 22:59:18 6ca5941a6612: Verifying Checksum 22:59:18 6ca5941a6612: Download complete 22:59:19 31603596830f: Pull complete 22:59:19 2a8b12db71e7: Pull complete 22:59:19 6ca5941a6612: Pull complete 22:59:19 ecc8261a40a4: Pull complete 22:59:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:59:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:59:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:59:20 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 22:59:20 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:59:22 $ docker top 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:59:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:22 [ssh-agent] Looking for ssh-agent implementation... 22:59:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:22 $ docker exec 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent 22:59:23 SSH_AUTH_SOCK=/tmp/ssh-xZHeCLg4oC65/agent.11 22:59:23 SSH_AGENT_PID=16 22:59:23 Running ssh-add (command line suppressed) 22:59:23 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864674118267873708.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1864674118267873708.key) 22:59:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:23 + git describe --exact-match --tags HEAD 22:59:23 fatal: No names found, cannot describe anything. [Pipeline] } 22:59:23 $ docker exec --env ******** --env ******** 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent -k 22:59:23 unset SSH_AUTH_SOCK; 22:59:23 unset SSH_AGENT_PID; 22:59:23 echo Agent pid 16 killed; 22:59:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 22:59:23 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 22:59:23 This usually means this commit has not been tagged. [Pipeline] sshagent 22:59:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:59:24 [ssh-agent] Looking for ssh-agent implementation... 22:59:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:59:24 $ docker exec 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent 22:59:24 SSH_AUTH_SOCK=/tmp/ssh-RY2zRsMD0tk9/agent.44 22:59:24 SSH_AGENT_PID=50 22:59:24 Running ssh-add (command line suppressed) 22:59:24 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_679889786204010635.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_679889786204010635.key) 22:59:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:59:24 + git semver init 22:59:24 # -> Open(): unable to determine branch for HEAD 22:59:24 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 22:59:24 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 22:59:24 # $SEMVER_REMOTE_NAME = origin 22:59:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:59:24 # $SEMVER_USER_NAME = edgex-jenkins 22:59:24 # $SEMVER_BRANCH = master 22:59:24 # $SEMVER_TEMP = /tmp/semver-915793845 22:59:24 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 22:59:25 # '/tmp/semver-915793845' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 22:59:25 # -> Force: false 22:59:25 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 22:59:25 $ docker exec --env ******** --env ******** 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 ssh-agent -k 22:59:25 unset SSH_AUTH_SOCK; 22:59:25 unset SSH_AGENT_PID; 22:59:25 echo Agent pid 50 killed; 22:59:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:59:25 + git semver [Pipeline] } 22:59:25 $ docker stop --time=1 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 22:59:27 $ docker rm -f 8c1ae90028042b6507d29e8e9d3bbbcfbd8e562e8ae45cf2df7335fd7f319f04 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 22:59:27 Stashed 21 file(s) [Pipeline] echo 22:59:27 [edgeXSemver]: initialized semver on version 1.2.3-dev.3 [Pipeline] echo 22:59:27 Archived original version: [1.2.3-dev.3] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:59:43 Still waiting to schedule task 22:59:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:59:43 Still waiting to schedule task 22:59:43 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:02:19 Running on prd-centos7-docker-4c-2g-2190 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 23:02:19 Running in /w/workspace/device-mqtt-go/17 [Pipeline] { [Pipeline] checkout 23:02:22 using credential edgex-jenkins-ssh 23:02:22 Cloning the remote Git repository 23:02:22 Cloning with configured refspecs honoured and without tags 23:02:23 Fetching without tags 23:02:22 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:02:22 > git init /w/workspace/device-mqtt-go/17 # timeout=10 23:02:22 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:02:22 > git --version # timeout=10 23:02:22 > git --version # 'git version 2.16.5' 23:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:23 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:02:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:23 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:02:23 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:02:23 using GIT_SSH to set credentials SSH Credentials for GitHub 23:02:23 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:02:23 Checking out Revision a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (master) 23:02:23 > git config core.sparsecheckout # timeout=10 23:02:23 > git checkout -f a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 23:02:27 Commit message: "Merge pull request #166 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:02:28 ========================================================= 23:02:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 23:02:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:28 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 23:02:28 Sending build context to Docker daemon 606.2kB 23:02:28 Step 1/8 : ARG BASE=golang:1.13-alpine 23:02:28 Step 2/8 : FROM ${BASE} 23:02:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 23:02:28 df20fa9351a1: Pulling fs layer 23:02:28 ed8968b2872e: Pulling fs layer 23:02:28 a92cc7c5fd73: Pulling fs layer 23:02:28 2dd03ba5bac4: Pulling fs layer 23:02:28 1e091d79d1de: Pulling fs layer 23:02:28 481702a1767f: Pulling fs layer 23:02:28 f64a6f60c768: Pulling fs layer 23:02:28 e78d2573fc39: Pulling fs layer 23:02:28 e876d2f968b6: Pulling fs layer 23:02:28 ce8a83651883: Pulling fs layer 23:02:28 07967f4d0e4b: Pulling fs layer 23:02:28 2dd03ba5bac4: Waiting 23:02:28 1e091d79d1de: Waiting 23:02:28 481702a1767f: Waiting 23:02:28 f64a6f60c768: Waiting 23:02:28 e78d2573fc39: Waiting 23:02:28 ce8a83651883: Waiting 23:02:28 e876d2f968b6: Waiting 23:02:28 07967f4d0e4b: Waiting 23:02:28 a92cc7c5fd73: Verifying Checksum 23:02:28 a92cc7c5fd73: Download complete 23:02:28 ed8968b2872e: Download complete 23:02:29 1e091d79d1de: Verifying Checksum 23:02:29 1e091d79d1de: Download complete 23:02:29 481702a1767f: Verifying Checksum 23:02:29 481702a1767f: Download complete 23:02:29 df20fa9351a1: Verifying Checksum 23:02:29 df20fa9351a1: Download complete 23:02:29 df20fa9351a1: Pull complete 23:02:29 ed8968b2872e: Pull complete 23:02:29 a92cc7c5fd73: Pull complete 23:02:31 f64a6f60c768: Verifying Checksum 23:02:31 f64a6f60c768: Download complete 23:02:31 e876d2f968b6: Verifying Checksum 23:02:31 e876d2f968b6: Download complete 23:02:32 e78d2573fc39: Verifying Checksum 23:02:32 e78d2573fc39: Download complete 23:02:32 07967f4d0e4b: Verifying Checksum 23:02:32 07967f4d0e4b: Download complete 23:02:32 ce8a83651883: Verifying Checksum 23:02:32 ce8a83651883: Download complete 23:02:32 2dd03ba5bac4: Verifying Checksum 23:02:32 2dd03ba5bac4: Download complete 23:02:38 2dd03ba5bac4: Pull complete 23:02:38 1e091d79d1de: Pull complete 23:02:38 481702a1767f: Pull complete 23:02:43 f64a6f60c768: Pull complete 23:02:46 e78d2573fc39: Pull complete 23:02:46 e876d2f968b6: Pull complete 23:02:47 ce8a83651883: Pull complete 23:02:47 07967f4d0e4b: Pull complete 23:02:47 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 23:02:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 23:02:47 ---> 5d7c900382c6 23:02:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:02:49 ---> Running in dfb16ff74e10 23:02:49 Removing intermediate container dfb16ff74e10 23:02:49 ---> 016cd5493a61 23:02:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:49 ---> Running in bf547acf9133 23:02:50 Removing intermediate container bf547acf9133 23:02:50 ---> c259d0765a38 23:02:50 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:02:50 ---> Running in 0d7aecc24404 23:02:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:52 (1/14) Installing libmagic (5.38-r0) 23:02:53 (2/14) Installing file (5.38-r0) 23:02:53 (3/14) Installing libc-dev (0.7.2-r3) 23:02:53 (4/14) Installing g++ (9.3.0-r2) 23:02:57 (5/14) Installing fortify-headers (1.1-r0) 23:02:57 (6/14) Installing patch (2.7.6-r6) 23:02:57 (7/14) Installing build-base (0.5-r2) 23:02:57 (8/14) Installing openssh-keygen (8.3_p1-r0) 23:02:57 (9/14) Installing libedit (20191231.3.1-r0) 23:02:57 (10/14) Installing openssh-client (8.3_p1-r0) 23:02:58 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 23:02:58 (12/14) Installing openssh-server-common (8.3_p1-r0) 23:02:58 (13/14) Installing openssh-server (8.3_p1-r0) 23:02:58 (14/14) Installing openssh (8.3_p1-r0) 23:02:58 Executing busybox-1.31.1-r16.trigger 23:02:58 OK: 237 MiB in 53 packages 23:03:01 Removing intermediate container 0d7aecc24404 23:03:01 ---> 9a21d30e72cf 23:03:01 Step 6/8 : WORKDIR /device-mqtt-go 23:03:01 ---> Running in 19688db6499d 23:03:02 Removing intermediate container 19688db6499d 23:03:02 ---> 0f1a9f2a6606 23:03:02 Step 7/8 : COPY . . 23:03:02 ---> 7c15c8bfa6fa 23:03:02 Step 8/8 : RUN go mod download 23:03:02 ---> Running in 6d623e868523 23:03:04 go: finding github.com/BurntSushi/toml v0.3.1 23:03:04 go: finding github.com/OneOfOne/xxhash v1.2.6 23:03:04 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:03:04 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:03:04 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:03:04 go: finding github.com/bgentry/speakeasy v0.1.0 23:03:04 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:03:04 go: finding github.com/davecgh/go-spew v1.1.1 23:03:04 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 23:03:05 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 23:03:05 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 23:03:05 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:03:05 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:03:05 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:03:05 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:03:05 go: finding github.com/fatih/color v1.7.0 23:03:05 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:03:05 go: finding github.com/go-kit/kit v0.8.0 23:03:05 go: finding github.com/go-logfmt/logfmt v0.4.0 23:03:05 go: finding github.com/go-stack/stack v1.8.0 23:03:05 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:03:05 go: finding github.com/google/uuid v1.1.1 23:03:05 go: finding github.com/gorilla/mux v1.7.1 23:03:05 go: finding github.com/hashicorp/consul/api v1.1.0 23:03:05 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:03:05 go: finding github.com/hashicorp/errwrap v1.0.0 23:03:05 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:03:05 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:03:05 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:03:05 go: finding github.com/hashicorp/go-multierror v1.0.0 23:03:05 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:03:05 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:03:05 go: finding github.com/hashicorp/go-syslog v1.0.0 23:03:05 go: finding github.com/hashicorp/go-uuid v1.0.1 23:03:05 go: finding github.com/hashicorp/go.net v0.0.1 23:03:05 go: finding github.com/hashicorp/golang-lru v0.5.0 23:03:05 go: finding github.com/hashicorp/logutils v1.0.0 23:03:05 go: finding github.com/hashicorp/mdns v1.0.0 23:03:05 go: finding github.com/hashicorp/memberlist v0.1.3 23:03:05 go: finding github.com/hashicorp/serf v0.8.2 23:03:05 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:03:05 go: finding github.com/kr/pretty v0.1.0 23:03:05 go: finding github.com/kr/pty v1.1.1 23:03:06 go: finding github.com/kr/text v0.1.0 23:03:06 go: finding github.com/mattn/go-colorable v0.0.9 23:03:06 go: finding github.com/mattn/go-isatty v0.0.3 23:03:06 go: finding github.com/miekg/dns v1.0.14 23:03:06 go: finding github.com/mitchellh/cli v1.0.0 23:03:06 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:03:06 go: finding github.com/mitchellh/copystructure v1.0.0 23:03:06 go: finding github.com/mitchellh/go-homedir v1.0.0 23:03:06 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:03:06 go: finding github.com/mitchellh/gox v0.4.0 23:03:06 go: finding github.com/mitchellh/iochan v1.0.0 23:03:06 go: finding github.com/mitchellh/mapstructure v1.1.2 23:03:06 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:03:06 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:03:06 go: finding github.com/pelletier/go-toml v1.2.0 23:03:06 go: finding github.com/pkg/errors v0.8.1 23:03:06 go: finding github.com/pmezard/go-difflib v1.0.0 23:03:06 go: finding github.com/posener/complete v1.1.1 23:03:06 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:03:06 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:03:06 go: finding github.com/spf13/cast v1.3.0 23:03:06 go: finding github.com/stretchr/objx v0.1.0 23:03:06 go: finding github.com/stretchr/testify v1.5.1 23:03:06 go: finding github.com/ugorji/go v1.1.4 23:03:06 go: finding github.com/x448/float16 v0.8.4 23:03:06 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:03:06 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:03:06 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:03:06 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:03:06 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 23:03:06 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:03:06 go: finding gopkg.in/yaml.v2 v2.2.8 23:03:14 Removing intermediate container 6d623e868523 23:03:14 ---> ca123ba72698 23:03:14 Successfully built ca123ba72698 23:03:14 Successfully tagged ci-base-image-x86_64:latest [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 23:03:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:03:18 + ls -al . 23:03:18 total 64 23:03:18 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 10 23:02 . 23:03:18 drwxrwxr-x. 4 jenkins jenkins 30 Sep 10 23:02 .. 23:03:18 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 10 23:02 Attribution.txt 23:03:18 drwxrwxr-x. 2 jenkins jenkins 87 Sep 10 23:02 bin 23:03:18 drwxrwxr-x. 3 jenkins jenkins 32 Sep 10 23:02 cmd 23:03:18 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 10 23:02 Dockerfile 23:03:18 -rw-rw-r--. 1 jenkins jenkins 953 Sep 10 23:02 Dockerfile.build 23:03:18 -rw-rw-r--. 1 jenkins jenkins 140 Sep 10 23:02 .dockerignore 23:03:18 drwxrwxr-x. 8 jenkins jenkins 162 Sep 10 23:02 .git 23:03:18 drwxrwxr-x. 2 jenkins jenkins 60 Sep 10 23:02 .github 23:03:18 -rw-rw-r--. 1 jenkins jenkins 336 Sep 10 23:02 .gitignore 23:03:18 -rw-rw-r--. 1 jenkins jenkins 510 Sep 10 23:02 go.mod 23:03:18 drwxrwxr-x. 3 jenkins jenkins 20 Sep 10 23:02 internal 23:03:18 -rw-rw-r--. 1 jenkins jenkins 700 Sep 10 23:02 Jenkinsfile 23:03:18 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 10 23:02 LICENSE 23:03:18 -rw-rw-r--. 1 jenkins jenkins 902 Sep 10 23:02 Makefile 23:03:18 drwxrwxr-x. 2 jenkins jenkins 23 Sep 10 23:02 mock 23:03:18 -rw-rw-r--. 1 jenkins jenkins 444 Sep 10 23:02 README.md 23:03:18 drwxrwxr-x. 3 jenkins jenkins 44 Sep 10 23:02 .semver 23:03:18 drwxrwxr-x. 4 jenkins jenkins 54 Sep 10 23:02 snap 23:03:18 -rw-rw-r--. 1 jenkins jenkins 11 Sep 10 22:59 VERSION 23:03:18 -rw-rw-r--. 1 jenkins jenkins 227 Sep 10 23:02 version.go [Pipeline] isUnix [Pipeline] sh 23:03:18 + 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=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 --label arch=amd64 --label version=1.2.3-dev.3 . 23:03:19 Sending build context to Docker daemon 606.2kB 23:03:19 Step 1/22 : ARG BASE=golang:1.13-alpine 23:03:19 Step 2/22 : FROM ${BASE} AS builder 23:03:19 ---> ca123ba72698 23:03:19 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 23:03:19 ---> Running in 169fceb271bc 23:03:19 Removing intermediate container 169fceb271bc 23:03:19 ---> 8017a069c20f 23:03:19 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 23:03:19 ---> Running in 23a30f7e9e71 23:03:19 Removing intermediate container 23a30f7e9e71 23:03:19 ---> 4faa53242032 23:03:19 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:19 ---> Running in d4476ddf380d 23:03:20 Removing intermediate container d4476ddf380d 23:03:20 ---> 2045067265d2 23:03:20 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:03:20 ---> Running in 2fcaa701f432 23:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:22 OK: 237 MiB in 53 packages 23:03:22 Removing intermediate container 2fcaa701f432 23:03:22 ---> 7c978a5b0d10 23:03:22 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 23:03:23 ---> Running in 988526d26e0e 23:03:23 Removing intermediate container 988526d26e0e 23:03:23 ---> 1a9050046582 23:03:23 Step 8/22 : COPY . . 23:03:23 ---> 7067f0d9adca 23:03:23 Step 9/22 : ARG MAKE='make build' 23:03:24 ---> Running in c1b189ec223f 23:03:24 Removing intermediate container c1b189ec223f 23:03:24 ---> 412339d995e1 23:03:24 Step 10/22 : RUN $MAKE 23:03:24 ---> Running in 06b8ec438d76 23:03:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.3" -o cmd/device-mqtt ./cmd 23:03:34 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:03:38 Removing intermediate container 06b8ec438d76 23:03:38 ---> fb7e128d06c4 23:03:38 Step 11/22 : FROM alpine 23:03:38 latest: Pulling from library/alpine 23:03:38 df20fa9351a1: Already exists 23:03:38 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:03:38 Status: Downloaded newer image for alpine:latest 23:03:38 ---> a24bb4013296 23:03:38 Step 12/22 : ENV APP_PORT=49982 23:03:38 ---> Running in 64629d994323 23:03:38 Removing intermediate container 64629d994323 23:03:38 ---> 3ccd9eaf5cd6 23:03:38 Step 13/22 : EXPOSE $APP_PORT 23:03:39 ---> Running in 39499b98d8e8 23:03:39 Removing intermediate container 39499b98d8e8 23:03:39 ---> e201f80ab886 23:03:39 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 23:03:39 ---> 27b724560a7b 23:03:39 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 23:03:40 ---> 6e529d5a94c6 23:03:40 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 23:03:40 ---> e74cd3a0f0c0 23:03:40 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 23:03:40 ---> Running in 39cdec68ebbe 23:03:40 Removing intermediate container 39cdec68ebbe 23:03:40 ---> c5ed1349a1be 23:03:40 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 23:03:40 ---> Running in d85d87562505 23:03:40 Removing intermediate container d85d87562505 23:03:40 ---> 9f49a1732948 23:03:40 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:40 ---> Running in 5a65e8b9583f 23:03:41 Removing intermediate container 5a65e8b9583f 23:03:41 ---> 51dd21e77753 23:03:41 Step 20/22 : LABEL arch=amd64 23:03:41 ---> Running in 1b6b6182208f 23:03:41 Removing intermediate container 1b6b6182208f 23:03:41 ---> 5ea96168ffe4 23:03:41 Step 21/22 : LABEL git_sha=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:03:41 ---> Running in dd1f3371876e 23:03:41 Removing intermediate container dd1f3371876e 23:03:41 ---> b605e7381cdb 23:03:41 Step 22/22 : LABEL version=1.2.3-dev.3 23:03:41 ---> Running in 6a5948fc3152 23:03:41 Removing intermediate container 6a5948fc3152 23:03:41 ---> a6a8aa285b89 23:03:41 [Warning] One or more build-args [ARCH] were not consumed 23:03:41 Successfully built a6a8aa285b89 23:03:41 Successfully tagged docker-device-mqtt-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:03:42 provisioning config files... 23:03:42 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/17@tmp/config8339993739207798886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:03:42 ---> docker-login.sh 23:03:42 nexus3.edgexfoundry.org:10001 23:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:03:42 Configure a credential helper to remove this warning. See 23:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:03:42 23:03:42 Login Succeeded 23:03:42 nexus3.edgexfoundry.org:10002 23:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:03:42 Configure a credential helper to remove this warning. See 23:03:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:03:42 23:03:42 Login Succeeded 23:03:42 nexus3.edgexfoundry.org:10003 23:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:03:43 Configure a credential helper to remove this warning. See 23:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:03:43 23:03:43 Login Succeeded 23:03:43 nexus3.edgexfoundry.org:10004 23:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:03:43 Configure a credential helper to remove this warning. See 23:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:03:43 23:03:43 Login Succeeded 23:03:43 docker.io 23:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:03:43 Configure a credential helper to remove this warning. See 23:03:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:03:43 23:03:43 Login Succeeded 23:03:43 ---> docker-login.sh ends [Pipeline] } 23:03:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:03:44 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 23:03:44 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:03:44 latest 23:03:44 1.2.3-dev.3 23:03:44 a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 23:03:44 master 23:03:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:44 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] isUnix [Pipeline] sh 23:03:44 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:03:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 23:03:44 34a7aac1fee8: Preparing 23:03:44 d9ca8d61afaa: Preparing 23:03:44 b04495f58612: Preparing 23:03:44 50644c29ef5a: Preparing 23:03:44 50644c29ef5a: Layer already exists 23:03:44 34a7aac1fee8: Pushed 23:03:44 d9ca8d61afaa: Pushed 23:03:46 b04495f58612: Pushed 23:03:46 a4d671bc363cd3b6b16a5de27983df7bd02b35a1: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:03:46 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 23:03:47 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 23:03:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 23:03:47 34a7aac1fee8: Preparing 23:03:47 d9ca8d61afaa: Preparing 23:03:47 b04495f58612: Preparing 23:03:47 50644c29ef5a: Preparing 23:03:47 d9ca8d61afaa: Layer already exists 23:03:47 50644c29ef5a: Layer already exists 23:03:47 34a7aac1fee8: Layer already exists 23:03:47 b04495f58612: Layer already exists 23:03:47 latest: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:03:47 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh 23:03:47 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.3 23:03:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 23:03:47 34a7aac1fee8: Preparing 23:03:47 d9ca8d61afaa: Preparing 23:03:47 b04495f58612: Preparing 23:03:47 50644c29ef5a: Preparing 23:03:47 50644c29ef5a: Layer already exists 23:03:47 d9ca8d61afaa: Layer already exists 23:03:47 b04495f58612: Layer already exists 23:03:47 34a7aac1fee8: Layer already exists 23:03:47 1.2.3-dev.3: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:03:48 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh 23:03:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 23:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 23:03:48 34a7aac1fee8: Preparing 23:03:48 d9ca8d61afaa: Preparing 23:03:48 b04495f58612: Preparing 23:03:48 50644c29ef5a: Preparing 23:03:48 34a7aac1fee8: Layer already exists 23:03:48 d9ca8d61afaa: Layer already exists 23:03:48 50644c29ef5a: Layer already exists 23:03:48 b04495f58612: Layer already exists 23:03:48 a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:03:48 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 23:03:48 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 23:03:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 23:03:48 34a7aac1fee8: Preparing 23:03:48 d9ca8d61afaa: Preparing 23:03:48 b04495f58612: Preparing 23:03:48 50644c29ef5a: Preparing 23:03:48 d9ca8d61afaa: Layer already exists 23:03:48 50644c29ef5a: Layer already exists 23:03:48 b04495f58612: Layer already exists 23:03:48 34a7aac1fee8: Layer already exists 23:03:48 master: digest: sha256:c562dcc66add0a453a1d0451d0a4ffb95c5db771e4c725ebb775590556e34b40 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:03:49 ===================================================== [Pipeline] echo 23:03:49 taggedImages: 23:03:49 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:03:49 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 23:03:49 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.3 23:03:49 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 23:03:49 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go: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] } 23:04:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2191 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 23:04:13 Running in /w/workspace/device-mqtt-go/17 [Pipeline] { [Pipeline] checkout 23:04:19 using credential edgex-jenkins-ssh 23:04:19 Cloning the remote Git repository 23:04:19 Cloning with configured refspecs honoured and without tags 23:04:19 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:04:19 > git init /w/workspace/device-mqtt-go/17 # timeout=10 23:04:19 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:04:19 > git --version # timeout=10 23:04:19 > git --version # 'git version 2.17.1' 23:04:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:19 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:20 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:04:20 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:20 Fetching without tags 23:04:20 Checking out Revision a4d671bc363cd3b6b16a5de27983df7bd02b35a1 (master) 23:04:20 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:04:20 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:04:20 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:20 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:20 > git config core.sparsecheckout # timeout=10 23:04:20 > git checkout -f a4d671bc363cd3b6b16a5de27983df7bd02b35a1 # timeout=10 23:04:25 Commit message: "Merge pull request #166 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 23:04:26 ========================================================= 23:04:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 23:04:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:04:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 23:04:28 Sending build context to Docker daemon 606.2kB 23:04:28 Step 1/8 : ARG BASE=golang:1.13-alpine 23:04:28 Step 2/8 : FROM ${BASE} 23:04:28 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:04:28 b538f80385f9: Pulling fs layer 23:04:28 74f711af9a0d: Pulling fs layer 23:04:28 99f96fe45779: Pulling fs layer 23:04:28 fd7a069fd194: Pulling fs layer 23:04:28 66aa3694b03b: Pulling fs layer 23:04:28 170f70906a0f: Pulling fs layer 23:04:28 ad7c5574e4b9: Pulling fs layer 23:04:28 e772456be8f7: Pulling fs layer 23:04:28 c890913d741a: Pulling fs layer 23:04:28 2480fcc9aa5a: Pulling fs layer 23:04:28 09adf4765672: Pulling fs layer 23:04:28 fd7a069fd194: Waiting 23:04:28 66aa3694b03b: Waiting 23:04:28 170f70906a0f: Waiting 23:04:28 ad7c5574e4b9: Waiting 23:04:28 e772456be8f7: Waiting 23:04:28 c890913d741a: Waiting 23:04:28 2480fcc9aa5a: Waiting 23:04:28 09adf4765672: Waiting 23:04:28 99f96fe45779: Verifying Checksum 23:04:28 99f96fe45779: Download complete 23:04:28 74f711af9a0d: Verifying Checksum 23:04:28 74f711af9a0d: Download complete 23:04:29 66aa3694b03b: Download complete 23:04:29 170f70906a0f: Verifying Checksum 23:04:29 170f70906a0f: Download complete 23:04:29 b538f80385f9: Download complete 23:04:30 b538f80385f9: Pull complete 23:04:30 74f711af9a0d: Pull complete 23:04:31 99f96fe45779: Pull complete 23:04:32 ad7c5574e4b9: Verifying Checksum 23:04:32 ad7c5574e4b9: Download complete 23:04:32 c890913d741a: Verifying Checksum 23:04:34 2480fcc9aa5a: Verifying Checksum 23:04:34 2480fcc9aa5a: Download complete 23:04:34 09adf4765672: Verifying Checksum 23:04:34 09adf4765672: Download complete 23:04:34 e772456be8f7: Download complete 23:04:35 fd7a069fd194: Verifying Checksum 23:04:35 fd7a069fd194: Download complete 23:04:47 fd7a069fd194: Pull complete 23:04:47 66aa3694b03b: Pull complete 23:04:47 170f70906a0f: Pull complete 23:04:51 ad7c5574e4b9: Pull complete 23:04:55 e772456be8f7: Pull complete 23:04:55 c890913d741a: Pull complete 23:04:58 2480fcc9aa5a: Pull complete 23:04:58 09adf4765672: Pull complete 23:04:58 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 23:04:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 23:04:58 ---> 2248a725d1cf 23:04:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:05:02 ---> Running in fac62971ec2a 23:05:02 Removing intermediate container fac62971ec2a 23:05:02 ---> d791e4a8adbd 23:05:02 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:02 ---> Running in 04c2c60d6e7a 23:05:05 Removing intermediate container 04c2c60d6e7a 23:05:05 ---> e1a91bdd8729 23:05:05 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:05:05 ---> Running in 9336a6f3ebf0 23:05:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:08 (1/14) Installing libmagic (5.38-r0) 23:05:08 (2/14) Installing file (5.38-r0) 23:05:08 (3/14) Installing libc-dev (0.7.2-r3) 23:05:08 (4/14) Installing g++ (9.3.0-r2) 23:05:13 (5/14) Installing fortify-headers (1.1-r0) 23:05:13 (6/14) Installing patch (2.7.6-r6) 23:05:13 (7/14) Installing build-base (0.5-r2) 23:05:13 (8/14) Installing openssh-keygen (8.3_p1-r0) 23:05:13 (9/14) Installing libedit (20191231.3.1-r0) 23:05:13 (10/14) Installing openssh-client (8.3_p1-r0) 23:05:13 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 23:05:13 (12/14) Installing openssh-server-common (8.3_p1-r0) 23:05:13 (13/14) Installing openssh-server (8.3_p1-r0) 23:05:13 (14/14) Installing openssh (8.3_p1-r0) 23:05:13 Executing busybox-1.31.1-r16.trigger 23:05:13 OK: 221 MiB in 53 packages 23:05:17 Removing intermediate container 9336a6f3ebf0 23:05:17 ---> 8c427aebf3c3 23:05:17 Step 6/8 : WORKDIR /device-mqtt-go 23:05:18 ---> Running in 4b7cc6ad720c 23:05:18 Removing intermediate container 4b7cc6ad720c 23:05:18 ---> 93fe4de266a8 23:05:18 Step 7/8 : COPY . . 23:05:19 ---> 085607885c8c 23:05:19 Step 8/8 : RUN go mod download 23:05:19 ---> Running in 4575a83d8873 23:05:22 go: finding github.com/BurntSushi/toml v0.3.1 23:05:22 go: finding github.com/OneOfOne/xxhash v1.2.6 23:05:22 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 23:05:22 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:05:22 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 23:05:22 go: finding github.com/bgentry/speakeasy v0.1.0 23:05:22 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 23:05:22 go: finding github.com/davecgh/go-spew v1.1.1 23:05:22 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 23:05:22 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 23:05:22 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 23:05:22 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 23:05:22 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 23:05:22 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 23:05:22 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 23:05:22 go: finding github.com/fatih/color v1.7.0 23:05:22 go: finding github.com/fxamacker/cbor/v2 v2.2.0 23:05:22 go: finding github.com/go-kit/kit v0.8.0 23:05:22 go: finding github.com/go-logfmt/logfmt v0.4.0 23:05:22 go: finding github.com/go-stack/stack v1.8.0 23:05:22 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 23:05:22 go: finding github.com/google/uuid v1.1.1 23:05:22 go: finding github.com/gorilla/mux v1.7.1 23:05:22 go: finding github.com/hashicorp/consul/api v1.1.0 23:05:22 go: finding github.com/hashicorp/consul/sdk v0.1.1 23:05:22 go: finding github.com/hashicorp/errwrap v1.0.0 23:05:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 23:05:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 23:05:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 23:05:23 go: finding github.com/hashicorp/go-multierror v1.0.0 23:05:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 23:05:23 go: finding github.com/hashicorp/go-sockaddr v1.0.0 23:05:23 go: finding github.com/hashicorp/go-syslog v1.0.0 23:05:23 go: finding github.com/hashicorp/go-uuid v1.0.1 23:05:23 go: finding github.com/hashicorp/go.net v0.0.1 23:05:23 go: finding github.com/hashicorp/golang-lru v0.5.0 23:05:23 go: finding github.com/hashicorp/logutils v1.0.0 23:05:23 go: finding github.com/hashicorp/mdns v1.0.0 23:05:23 go: finding github.com/hashicorp/memberlist v0.1.3 23:05:23 go: finding github.com/hashicorp/serf v0.8.2 23:05:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 23:05:23 go: finding github.com/kr/pretty v0.1.0 23:05:23 go: finding github.com/kr/pty v1.1.1 23:05:23 go: finding github.com/kr/text v0.1.0 23:05:23 go: finding github.com/mattn/go-colorable v0.0.9 23:05:23 go: finding github.com/mattn/go-isatty v0.0.3 23:05:23 go: finding github.com/miekg/dns v1.0.14 23:05:23 go: finding github.com/mitchellh/cli v1.0.0 23:05:23 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:05:23 go: finding github.com/mitchellh/copystructure v1.0.0 23:05:23 go: finding github.com/mitchellh/go-homedir v1.0.0 23:05:23 go: finding github.com/mitchellh/go-testing-interface v1.0.0 23:05:23 go: finding github.com/mitchellh/gox v0.4.0 23:05:23 go: finding github.com/mitchellh/iochan v1.0.0 23:05:23 go: finding github.com/mitchellh/mapstructure v1.1.2 23:05:23 go: finding github.com/mitchellh/reflectwalk v1.0.0 23:05:23 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 23:05:23 go: finding github.com/pelletier/go-toml v1.2.0 23:05:23 go: finding github.com/pkg/errors v0.8.1 23:05:23 go: finding github.com/pmezard/go-difflib v1.0.0 23:05:23 go: finding github.com/posener/complete v1.1.1 23:05:23 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 23:05:23 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 23:05:23 go: finding github.com/spf13/cast v1.3.0 23:05:23 go: finding github.com/stretchr/objx v0.1.0 23:05:23 go: finding github.com/stretchr/testify v1.5.1 23:05:23 go: finding github.com/ugorji/go v1.1.4 23:05:23 go: finding github.com/x448/float16 v0.8.4 23:05:23 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 23:05:23 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 23:05:23 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 23:05:24 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 23:05:24 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 23:05:24 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 23:05:24 go: finding gopkg.in/yaml.v2 v2.2.8 23:05:34 Removing intermediate container 4575a83d8873 23:05:34 ---> 349880e43f7b 23:05:34 Successfully built 349880e43f7b 23:05:34 Successfully tagged ci-base-image-arm64:latest [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 23:05:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:05:35 + ls -al . 23:05:35 total 100 23:05:35 drwxrwxr-x 10 jenkins jenkins 4096 Sep 10 23:04 . 23:05:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 23:04 .. 23:05:35 -rw-rw-r-- 1 jenkins jenkins 140 Sep 10 23:04 .dockerignore 23:05:35 drwxrwxr-x 8 jenkins jenkins 4096 Sep 10 23:04 .git 23:05:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 23:04 .github 23:05:35 -rw-rw-r-- 1 jenkins jenkins 336 Sep 10 23:04 .gitignore 23:05:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 23:04 .semver 23:05:35 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 10 23:04 Attribution.txt 23:05:35 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 10 23:04 Dockerfile 23:05:35 -rw-rw-r-- 1 jenkins jenkins 953 Sep 10 23:04 Dockerfile.build 23:05:35 -rw-rw-r-- 1 jenkins jenkins 700 Sep 10 23:04 Jenkinsfile 23:05:35 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 10 23:04 LICENSE 23:05:35 -rw-rw-r-- 1 jenkins jenkins 902 Sep 10 23:04 Makefile 23:05:35 -rw-rw-r-- 1 jenkins jenkins 444 Sep 10 23:04 README.md 23:05:35 -rw-rw-r-- 1 jenkins jenkins 11 Sep 10 22:59 VERSION 23:05:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 23:04 bin 23:05:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 23:04 cmd 23:05:35 -rw-rw-r-- 1 jenkins jenkins 510 Sep 10 23:04 go.mod 23:05:35 drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 23:04 internal 23:05:35 drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 23:04 mock 23:05:35 drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 23:04 snap 23:05:35 -rw-rw-r-- 1 jenkins jenkins 227 Sep 10 23:04 version.go [Pipeline] isUnix [Pipeline] sh 23:05:36 + 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=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 --label arch=arm64 --label version=1.2.3-dev.3 . 23:05:36 Sending build context to Docker daemon 606.2kB 23:05:36 Step 1/22 : ARG BASE=golang:1.13-alpine 23:05:36 Step 2/22 : FROM ${BASE} AS builder 23:05:36 ---> 349880e43f7b 23:05:36 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 23:05:36 ---> Running in 9906268887d2 23:05:37 Removing intermediate container 9906268887d2 23:05:37 ---> d86aca17979f 23:05:37 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 23:05:37 ---> Running in e014bb5c3fc5 23:05:37 Removing intermediate container e014bb5c3fc5 23:05:37 ---> 9fd60df8ca17 23:05:37 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:37 ---> Running in 8c1734d0892e 23:05:40 Removing intermediate container 8c1734d0892e 23:05:40 ---> d54a12018995 23:05:40 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:05:40 ---> Running in 2ca26d1c14e3 23:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:42 OK: 221 MiB in 53 packages 23:05:43 Removing intermediate container 2ca26d1c14e3 23:05:43 ---> 14ccabaf036a 23:05:43 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 23:05:43 ---> Running in 858fb22550a5 23:05:44 Removing intermediate container 858fb22550a5 23:05:44 ---> 580d696fe883 23:05:44 Step 8/22 : COPY . . 23:05:45 ---> 05ff9849750b 23:05:45 Step 9/22 : ARG MAKE='make build' 23:05:45 ---> Running in 740d294f6905 23:05:45 Removing intermediate container 740d294f6905 23:05:45 ---> 23620232a794 23:05:45 Step 10/22 : RUN $MAKE 23:05:45 ---> Running in 2b3e9b9414ab 23:05:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.3" -o cmd/device-mqtt ./cmd 23:06:14 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:06:22 Removing intermediate container 2b3e9b9414ab 23:06:22 ---> db776babedfd 23:06:22 Step 11/22 : FROM alpine 23:06:22 latest: Pulling from library/alpine 23:06:22 b538f80385f9: Already exists 23:06:22 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 23:06:22 Status: Downloaded newer image for alpine:latest 23:06:22 ---> 62ee0e9f8440 23:06:22 Step 12/22 : ENV APP_PORT=49982 23:06:22 ---> Running in 37c3af34bda0 23:06:23 Removing intermediate container 37c3af34bda0 23:06:23 ---> f66840155619 23:06:23 Step 13/22 : EXPOSE $APP_PORT 23:06:23 ---> Running in 6bde85c37808 23:06:23 Removing intermediate container 6bde85c37808 23:06:23 ---> 239bc74c797a 23:06:23 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 23:06:25 ---> 9f3d9ca19703 23:06:25 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 23:06:25 ---> 41a433e38d57 23:06:25 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 23:06:26 ---> 5134ee00c830 23:06:26 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 23:06:26 ---> Running in 79a6655d4da8 23:06:26 Removing intermediate container 79a6655d4da8 23:06:26 ---> 584124e9cd2c 23:06:26 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 23:06:27 ---> Running in 5cae32a26626 23:06:27 Removing intermediate container 5cae32a26626 23:06:27 ---> 535a3ff229f7 23:06:27 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:06:27 ---> Running in a7a17916a056 23:06:28 Removing intermediate container a7a17916a056 23:06:28 ---> 43312963913f 23:06:28 Step 20/22 : LABEL arch=arm64 23:06:28 ---> Running in daef9259285f 23:06:28 Removing intermediate container daef9259285f 23:06:28 ---> 0ba42b76a85a 23:06:28 Step 21/22 : LABEL git_sha=a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:06:28 ---> Running in f5320c1649cd 23:06:29 Removing intermediate container f5320c1649cd 23:06:29 ---> a8f3c21c7ddf 23:06:29 Step 22/22 : LABEL version=1.2.3-dev.3 23:06:29 ---> Running in cf2edd5b89be 23:06:29 Removing intermediate container cf2edd5b89be 23:06:29 ---> 1dbc7bd40870 23:06:29 [Warning] One or more build-args [ARCH] were not consumed 23:06:29 Successfully built 1dbc7bd40870 23:06:29 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 23:06:30 provisioning config files... 23:06:30 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/17@tmp/config4680419857417723984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:06:30 ---> docker-login.sh 23:06:30 nexus3.edgexfoundry.org:10001 23:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:31 Configure a credential helper to remove this warning. See 23:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:31 23:06:31 Login Succeeded 23:06:31 nexus3.edgexfoundry.org:10002 23:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:32 Configure a credential helper to remove this warning. See 23:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:32 23:06:32 Login Succeeded 23:06:32 nexus3.edgexfoundry.org:10003 23:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:32 Configure a credential helper to remove this warning. See 23:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:32 23:06:32 Login Succeeded 23:06:32 nexus3.edgexfoundry.org:10004 23:06:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:33 Configure a credential helper to remove this warning. See 23:06:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:33 23:06:33 Login Succeeded 23:06:33 docker.io 23:06:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:34 Configure a credential helper to remove this warning. See 23:06:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:34 23:06:34 Login Succeeded 23:06:34 ---> docker-login.sh ends [Pipeline] } 23:06:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:06:34 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 23:06:34 a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:06:34 latest 23:06:34 1.2.3-dev.3 23:06:34 a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 23:06:34 master 23:06:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:34 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 [Pipeline] isUnix [Pipeline] sh 23:06:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:06:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 23:06:35 8f938704a375: Preparing 23:06:35 3f3986ea8ed4: Preparing 23:06:35 b3d193b6e43a: Preparing 23:06:35 e2f13739ad41: Preparing 23:06:35 e2f13739ad41: Layer already exists 23:06:35 8f938704a375: Pushed 23:06:35 3f3986ea8ed4: Pushed 23:06:38 b3d193b6e43a: Pushed 23:06:39 a4d671bc363cd3b6b16a5de27983df7bd02b35a1: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:06:39 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:06:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 23:06:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 23:06:39 8f938704a375: Preparing 23:06:39 3f3986ea8ed4: Preparing 23:06:39 b3d193b6e43a: Preparing 23:06:39 e2f13739ad41: Preparing 23:06:39 3f3986ea8ed4: Layer already exists 23:06:39 b3d193b6e43a: Layer already exists 23:06:39 8f938704a375: Layer already exists 23:06:39 e2f13739ad41: Layer already exists 23:06:40 latest: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:06:40 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh 23:06:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.3 23:06:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 23:06:40 8f938704a375: Preparing 23:06:40 3f3986ea8ed4: Preparing 23:06:40 b3d193b6e43a: Preparing 23:06:40 e2f13739ad41: Preparing 23:06:41 e2f13739ad41: Layer already exists 23:06:41 8f938704a375: Layer already exists 23:06:41 b3d193b6e43a: Layer already exists 23:06:41 3f3986ea8ed4: Layer already exists 23:06:41 1.2.3-dev.3: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:06:41 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 [Pipeline] isUnix [Pipeline] sh 23:06:42 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 23:06:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 23:06:42 8f938704a375: Preparing 23:06:42 3f3986ea8ed4: Preparing 23:06:42 b3d193b6e43a: Preparing 23:06:42 e2f13739ad41: Preparing 23:06:42 8f938704a375: Layer already exists 23:06:42 e2f13739ad41: Layer already exists 23:06:42 b3d193b6e43a: Layer already exists 23:06:42 3f3986ea8ed4: Layer already exists 23:06:42 a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] isUnix [Pipeline] sh 23:06:42 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 23:06:43 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 23:06:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 23:06:43 8f938704a375: Preparing 23:06:43 3f3986ea8ed4: Preparing 23:06:43 b3d193b6e43a: Preparing 23:06:43 e2f13739ad41: Preparing 23:06:43 3f3986ea8ed4: Layer already exists 23:06:43 e2f13739ad41: Layer already exists 23:06:43 8f938704a375: Layer already exists 23:06:43 b3d193b6e43a: Layer already exists 23:06:43 master: digest: sha256:6626f67d4f4fc930cec8abc84d85b7bd9505da8e8783004207d8bd5410a569d6 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:06:43 ===================================================== [Pipeline] echo 23:06:43 taggedImages: 23:06:43 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:06:43 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 23:06:43 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.3 23:06:43 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1-1.2.3-dev.3 23:06:43 - 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 23:06:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 23:06:45 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 23:06:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:06:46 23:06:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 23:06:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:06:46 1.317.0: Pulling from edgex-devops/edgex-snyk-go 23:06:46 cbdbe7a5bc2a: Pulling fs layer 23:06:46 408f87550127: Pulling fs layer 23:06:46 fe522b08c979: Pulling fs layer 23:06:46 221eaa008020: Pulling fs layer 23:06:46 2a4607e5d6b9: Pulling fs layer 23:06:46 8f79b27c4fd2: Pulling fs layer 23:06:46 e5c8dbe1645b: Pulling fs layer 23:06:46 23e8b3b47431: Pulling fs layer 23:06:46 5c568d65a230: Pulling fs layer 23:06:46 8f79b27c4fd2: Waiting 23:06:46 e5c8dbe1645b: Waiting 23:06:46 23e8b3b47431: Waiting 23:06:46 5c568d65a230: Waiting 23:06:46 221eaa008020: Waiting 23:06:46 2a4607e5d6b9: Waiting 23:06:46 fe522b08c979: Download complete 23:06:46 408f87550127: Download complete 23:06:46 2a4607e5d6b9: Verifying Checksum 23:06:46 2a4607e5d6b9: Download complete 23:06:47 8f79b27c4fd2: Verifying Checksum 23:06:47 8f79b27c4fd2: Download complete 23:06:47 cbdbe7a5bc2a: Verifying Checksum 23:06:47 cbdbe7a5bc2a: Download complete 23:06:47 cbdbe7a5bc2a: Pull complete 23:06:47 408f87550127: Pull complete 23:06:47 fe522b08c979: Pull complete 23:06:48 e5c8dbe1645b: Download complete 23:06:48 23e8b3b47431: Verifying Checksum 23:06:48 23e8b3b47431: Download complete 23:06:48 5c568d65a230: Verifying Checksum 23:06:48 5c568d65a230: Download complete 23:06:49 221eaa008020: Download complete 23:06:55 221eaa008020: Pull complete 23:06:55 2a4607e5d6b9: Pull complete 23:06:55 8f79b27c4fd2: Pull complete 23:06:57 e5c8dbe1645b: Pull complete 23:07:00 23e8b3b47431: Pull complete 23:07:01 5c568d65a230: Pull complete 23:07:01 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 23:07:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 23:07:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 23:07:01 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:07:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 23:07:02 $ docker top 6f49566ee9cd77a39ba4b91f48ce99e562c65adf4c2019679a2d11bac309fc2f -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:03 + snyk monitor '--org=edgex-jenkins' 23:07:09 23:07:09 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 23:07:09 23:07:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/31841ad2-7dd1-459d-9caa-cf0090e50b51 23:07:09 23:07:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:07:09 23:07:09 23:07:09 Snyk CLI supports Node.js 8 and higher. 23:07:09 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 23:07:09 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 23:07:09 23:07:09 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 23:07:09 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 23:07:09 $ docker stop --time=1 6f49566ee9cd77a39ba4b91f48ce99e562c65adf4c2019679a2d11bac309fc2f 23:07:13 $ docker rm -f 6f49566ee9cd77a39ba4b91f48ce99e562c65adf4c2019679a2d11bac309fc2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:07:14 23:07:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 23:07:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:07:14 latest: Pulling from edgex-devops/edgex-klar 23:07:14 e7c96db7181b: Pulling fs layer 23:07:14 1868ca2cb446: Pulling fs layer 23:07:14 136be5d0fe8e: Pulling fs layer 23:07:14 894bfe63afcb: Pulling fs layer 23:07:14 894bfe63afcb: Waiting 23:07:14 1868ca2cb446: Verifying Checksum 23:07:14 1868ca2cb446: Download complete 23:07:14 136be5d0fe8e: Download complete 23:07:14 e7c96db7181b: Verifying Checksum 23:07:14 e7c96db7181b: Download complete 23:07:14 894bfe63afcb: Verifying Checksum 23:07:14 894bfe63afcb: Download complete 23:07:15 e7c96db7181b: Pull complete 23:07:15 1868ca2cb446: Pull complete 23:07:15 136be5d0fe8e: Pull complete 23:07:15 894bfe63afcb: Pull complete 23:07:15 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 23:07:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:07:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 23:07:15 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:07:15 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:07:16 $ docker top 936d5fe19f3cfac85efa5e0400f444fe1331a9d1c848b04b23f36d62a17d07f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:17 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:07:17 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:07:21 $ docker stop --time=1 936d5fe19f3cfac85efa5e0400f444fe1331a9d1c848b04b23f36d62a17d07f2 23:07:23 $ docker rm -f 936d5fe19f3cfac85efa5e0400f444fe1331a9d1c848b04b23f36d62a17d07f2 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:07:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:07:23 . [Pipeline] withDockerContainer 23:07:23 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:07:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:07:24 $ docker top 4f14866cf7f6ab1823c80ebb709ea20b359e2839ea68c7ff6e6cc867835e3710 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:24 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:07:24 + tee 23:07:24 clair timeout 1m0s 23:07:24 docker timeout: 1m0s 23:07:24 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:07:25 $ docker stop --time=1 4f14866cf7f6ab1823c80ebb709ea20b359e2839ea68c7ff6e6cc867835e3710 23:07:26 $ docker rm -f 4f14866cf7f6ab1823c80ebb709ea20b359e2839ea68c7ff6e6cc867835e3710 [Pipeline] // withDockerContainer [Pipeline] sh 23:07:27 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 23:07:27 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_a4d671bc363cd3b6b16a5de27983df7bd02b35a1.html [Pipeline] writeFile [Pipeline] step 23:07:27 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 23:07:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:07:27 . [Pipeline] withDockerContainer 23:07:27 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:07:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:07:28 $ docker top 45fccd585ca4d473083fbb9df49d332c6ad0916859856810ce84d80c2ec7b1a3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:29 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:07:29 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:07:32 $ docker stop --time=1 45fccd585ca4d473083fbb9df49d332c6ad0916859856810ce84d80c2ec7b1a3 23:07:34 $ docker rm -f 45fccd585ca4d473083fbb9df49d332c6ad0916859856810ce84d80c2ec7b1a3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:07:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 23:07:34 . [Pipeline] withDockerContainer 23:07:34 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:07:34 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 23:07:35 $ docker top 6339f152f79b1ee9c0635a21add6f8d5e7ae8ded02a20068f7713df73a839a87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:07:36 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:a4d671bc363cd3b6b16a5de27983df7bd02b35a1 23:07:36 + tee 23:07:36 clair timeout 1m0s 23:07:36 docker timeout: 1m0s 23:07:36 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 23:07:36 $ docker stop --time=1 6339f152f79b1ee9c0635a21add6f8d5e7ae8ded02a20068f7713df73a839a87 23:07:38 $ docker rm -f 6339f152f79b1ee9c0635a21add6f8d5e7ae8ded02a20068f7713df73a839a87 [Pipeline] // withDockerContainer [Pipeline] sh 23:07:38 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 23:07:38 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_a4d671bc363cd3b6b16a5de27983df7bd02b35a1.html [Pipeline] writeFile [Pipeline] step 23:07:38 Archiving artifacts [Pipeline] } [Pipeline] // script [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] unstash [Pipeline] isUnix [Pipeline] sh 23:07:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:39 . [Pipeline] withDockerContainer 23:07:39 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:07:40 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:07:40 $ docker top 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:40 [ssh-agent] Looking for ssh-agent implementation... 23:07:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:41 $ docker exec 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed ssh-agent 23:07:41 SSH_AUTH_SOCK=/tmp/ssh-LDnpjxsc6AT3/agent.12 23:07:41 SSH_AGENT_PID=17 23:07:41 Running ssh-add (command line suppressed) 23:07:41 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4190834366814454034.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_4190834366814454034.key) 23:07:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:41 + git semver tag 23:07:41 # -> Open(): unable to determine branch for HEAD 23:07:41 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 23:07:41 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 23:07:41 # $SEMVER_REMOTE_NAME = origin 23:07:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:07:41 # $SEMVER_USER_NAME = edgex-jenkins 23:07:41 # $SEMVER_BRANCH = master 23:07:41 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 23:07:41 # a4d671bc363cd3b6b16a5de27983df7bd02b35a1 HEAD 23:07:41 # -> Force: false 23:07:41 # c79c52eb85632380caf72319a5670b47a048e607 refs/tags/v1.2.3-dev.3 [Pipeline] } 23:07:41 $ docker exec --env ******** --env ******** 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed ssh-agent -k 23:07:42 unset SSH_AUTH_SOCK; 23:07:42 unset SSH_AGENT_PID; 23:07:42 echo Agent pid 17 killed; 23:07:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:07:42 + git semver [Pipeline] } 23:07:42 $ docker stop --time=1 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed 23:07:43 $ docker rm -f 52f8f72422395c82de33ec46de23e00797c0bb997c056af845093d7fcbbc1eed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:07:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:07:44 23:07:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:07:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:07:44 0.23.1-centos7: Pulling from edgex-lftools 23:07:44 ab5ef0e58194: Pulling fs layer 23:07:44 9712f1f96733: Pulling fs layer 23:07:44 63f879dbbcfc: Pulling fs layer 23:07:44 0d9ebad4ef96: Pulling fs layer 23:07:44 e9a5061849ea: Pulling fs layer 23:07:44 d747dcd14b5f: Pulling fs layer 23:07:44 2de7ff778b66: Pulling fs layer 23:07:44 e9a5061849ea: Waiting 23:07:44 d747dcd14b5f: Waiting 23:07:44 2de7ff778b66: Waiting 23:07:44 0d9ebad4ef96: Waiting 23:07:44 9712f1f96733: Verifying Checksum 23:07:44 9712f1f96733: Download complete 23:07:46 63f879dbbcfc: Verifying Checksum 23:07:46 63f879dbbcfc: Download complete 23:07:46 e9a5061849ea: Verifying Checksum 23:07:46 e9a5061849ea: Download complete 23:07:46 d747dcd14b5f: Verifying Checksum 23:07:46 d747dcd14b5f: Download complete 23:07:46 2de7ff778b66: Verifying Checksum 23:07:46 2de7ff778b66: Download complete 23:07:47 ab5ef0e58194: Verifying Checksum 23:07:47 ab5ef0e58194: Download complete 23:07:47 0d9ebad4ef96: Verifying Checksum 23:07:47 0d9ebad4ef96: Download complete 23:07:50 ab5ef0e58194: Pull complete 23:07:50 9712f1f96733: Pull complete 23:07:53 63f879dbbcfc: Pull complete 23:07:59 0d9ebad4ef96: Pull complete 23:08:00 e9a5061849ea: Pull complete 23:08:01 d747dcd14b5f: Pull complete 23:08:04 2de7ff778b66: Pull complete 23:08:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:08:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:08:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:08:04 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:08:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:08:08 $ docker top 646b23eed42df2b56f82a7530c48204c4c7860bccc8763dc09565a595bac214c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:08:08 provisioning config files... 23:08:08 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config3900135785150409328tmp 23:08:08 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4389375350221284958tmp 23:08:08 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config8714835461387046989tmp [Pipeline] { [Pipeline] echo 23:08:08 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:08:08 ---> sigul-configuration.sh 23:08:08 gpg: directory `/root/.gnupg' created 23:08:08 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:08:08 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:08:08 gpg: keyring `/root/.gnupg/secring.gpg' created 23:08:08 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:08:08 gpg: CAST5 encrypted data 23:08:09 gpg: encrypted with 1 passphrase 23:08:09 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:08:09 + mkdir /home/jenkins 23:08:09 + mkdir /home/jenkins/sigul [Pipeline] sh 23:08:09 + 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 23:08:09 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:08:09 ---> sigul-install.sh 23:08:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:08:28 + git tag --list 23:08:28 v1.2.3-dev.3 [Pipeline] sh 23:08:28 + lftools sign git-tag v1.2.3-dev.3 23:08:30 Signing Git tag with Sigul... 23:08:30 Signing v1.2.3-dev.3 [Pipeline] echo 23:08:30 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:08:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:08:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:08:31 $ docker stop --time=1 646b23eed42df2b56f82a7530c48204c4c7860bccc8763dc09565a595bac214c 23:08:33 $ docker rm -f 646b23eed42df2b56f82a7530c48204c4c7860bccc8763dc09565a595bac214c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:08:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:34 . [Pipeline] withDockerContainer 23:08:34 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:08:34 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:08:34 $ docker top 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:35 [ssh-agent] Looking for ssh-agent implementation... 23:08:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:35 $ docker exec 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 ssh-agent 23:08:35 SSH_AUTH_SOCK=/tmp/ssh-5WqWFkvhRH7M/agent.11 23:08:35 SSH_AGENT_PID=16 23:08:35 Running ssh-add (command line suppressed) 23:08:35 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2679874226869373954.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_2679874226869373954.key) 23:08:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:36 + git semver bump pre 23:08:36 # -> Open(): unable to determine branch for HEAD 23:08:36 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 23:08:36 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 23:08:36 # $SEMVER_REMOTE_NAME = origin 23:08:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:36 # $SEMVER_USER_NAME = edgex-jenkins 23:08:36 # $SEMVER_BRANCH = master 23:08:36 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 23:08:36 1.2.3-dev.4 [Pipeline] } 23:08:36 $ docker exec --env ******** --env ******** 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 ssh-agent -k 23:08:36 unset SSH_AUTH_SOCK; 23:08:36 unset SSH_AGENT_PID; 23:08:36 echo Agent pid 16 killed; 23:08:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:36 + git semver [Pipeline] } 23:08:36 $ docker stop --time=1 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 23:08:38 $ docker rm -f 10d733d407671ae4bc0e9ed3e70977c493c9441e451ac7036217860bc4083095 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:08:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:08:38 . [Pipeline] withDockerContainer 23:08:38 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:08:38 $ docker run -t -d -u 1001:1001 -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:08:39 $ docker top 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:08:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:08:39 [ssh-agent] Looking for ssh-agent implementation... 23:08:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:08:39 $ docker exec 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f ssh-agent 23:08:40 SSH_AUTH_SOCK=/tmp/ssh-52uIa1o3PzEX/agent.12 23:08:40 SSH_AGENT_PID=18 23:08:40 Running ssh-add (command line suppressed) 23:08:40 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3250581191239109246.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_3250581191239109246.key) 23:08:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:08:40 + git semver push 23:08:40 # -> Open(): unable to determine branch for HEAD 23:08:40 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 23:08:40 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 23:08:40 # $SEMVER_REMOTE_NAME = origin 23:08:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:08:40 # $SEMVER_USER_NAME = edgex-jenkins 23:08:40 # $SEMVER_BRANCH = master 23:08:40 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 23:08:47 $ docker exec --env ******** --env ******** 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f ssh-agent -k 23:08:47 unset SSH_AUTH_SOCK; 23:08:47 unset SSH_AGENT_PID; 23:08:47 echo Agent pid 18 killed; 23:08:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:48 + git semver [Pipeline] } 23:08:48 $ docker stop --time=1 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f 23:08:49 $ docker rm -f 09eedc851d5ba2491dd9e1c658ca67efa6419437f448be1d50d7b429d7cd6f7f [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 23:08:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:08:51 ---> package-listing.sh 23:08:51 ++ facter osfamily 23:08:51 ++ tr '[:upper:]' '[:lower:]' 23:08:51 + OS_FAMILY=redhat 23:08:51 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 23:08:51 + START_PACKAGES=/tmp/packages_start.txt 23:08:51 + END_PACKAGES=/tmp/packages_end.txt 23:08:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:08:51 + PACKAGES=/tmp/packages_start.txt 23:08:51 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 23:08:51 + PACKAGES=/tmp/packages_end.txt 23:08:51 + case "${OS_FAMILY}" in 23:08:51 + rpm -qa 23:08:51 + sort 23:08:55 + '[' -f /tmp/packages_start.txt ']' 23:08:55 + '[' -f /tmp/packages_end.txt ']' 23:08:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:08:55 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 23:08:55 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 23:08:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 23:08:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:56 23:08:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:08:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:56 alpine: Pulling from edgex-lftools-log-publisher 23:08:56 df20fa9351a1: Pulling fs layer 23:08:56 36b3adc4ff6f: Pulling fs layer 23:08:56 8ad3a11d3b57: Pulling fs layer 23:08:56 46f8f816bc3b: Pulling fs layer 23:08:56 0dadc02b9964: Pulling fs layer 23:08:56 ce6a7cf60c04: Pulling fs layer 23:08:56 7a184a31f384: Pulling fs layer 23:08:56 0879bd2ef858: Pulling fs layer 23:08:56 46f8f816bc3b: Waiting 23:08:56 ce6a7cf60c04: Waiting 23:08:56 7a184a31f384: Waiting 23:08:56 0879bd2ef858: Waiting 23:08:56 0dadc02b9964: Waiting 23:08:56 36b3adc4ff6f: Verifying Checksum 23:08:56 36b3adc4ff6f: Download complete 23:08:56 46f8f816bc3b: Download complete 23:08:56 df20fa9351a1: Verifying Checksum 23:08:56 df20fa9351a1: Download complete 23:08:56 ce6a7cf60c04: Verifying Checksum 23:08:56 ce6a7cf60c04: Download complete 23:08:56 0dadc02b9964: Verifying Checksum 23:08:56 0dadc02b9964: Download complete 23:08:56 7a184a31f384: Verifying Checksum 23:08:56 7a184a31f384: Download complete 23:08:56 8ad3a11d3b57: Verifying Checksum 23:08:56 8ad3a11d3b57: Download complete 23:08:57 df20fa9351a1: Pull complete 23:08:57 36b3adc4ff6f: Pull complete 23:08:57 0879bd2ef858: Verifying Checksum 23:08:57 0879bd2ef858: Download complete 23:08:58 8ad3a11d3b57: Pull complete 23:08:58 46f8f816bc3b: Pull complete 23:08:58 0dadc02b9964: Pull complete 23:08:58 ce6a7cf60c04: Pull complete 23:08:58 7a184a31f384: Pull complete 23:09:01 0879bd2ef858: Pull complete 23:09:01 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 23:09:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:09:02 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 23:09:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:09:04 $ docker top fd5ae3d21a8fb3969279ab1197d152b5aa5b92c797808285dd59c1424491d3d8 -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:05 + mkdir -p /var/log/sa [Pipeline] sh 23:09:05 + ls /var/log/sa-host 23:09:05 + sadf -c /var/log/sa-host/sa05 23:09:05 file_magic: OK 23:09:05 HZ: Using current value: 100 23:09:05 file_header: OK 23:09:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:09:05 Statistics: 23:09:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 23:09:05 File successfully converted to sysstat format version 12.2.1 23:09:05 + sadf -c /var/log/sa-host/sa10 23:09:05 file_magic: OK 23:09:05 HZ: Using current value: 100 23:09:05 file_header: OK 23:09:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:09:05 Statistics: 23:09:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:09:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:09:05 provisioning config files... 23:09:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config7980142375520151587tmp [Pipeline] { [Pipeline] echo 23:09:05 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:09:06 ---> create-netrc.sh [Pipeline] echo 23:09:06 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:09:06 ---> logs-deploy.sh 23:09:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/17 23:09:06 INFO: archiving workspace using pattern(s): 23:09:07 Archives upload complete. 23:09:07 INFO: archiving logs to Nexus 23:09:08 ---> uname -a: 23:09:08 Linux fd5ae3d21a8f 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 23:09:08 23:09:08 23:09:08 ---> lscpu: 23:09:08 Architecture: x86_64 23:09:08 CPU op-mode(s): 32-bit, 64-bit 23:09:08 Byte Order: Little Endian 23:09:08 Address sizes: 40 bits physical, 48 bits virtual 23:09:08 CPU(s): 4 23:09:08 On-line CPU(s) list: 0-3 23:09:08 Thread(s) per core: 1 23:09:08 Core(s) per socket: 1 23:09:08 Socket(s): 4 23:09:08 NUMA node(s): 1 23:09:08 Vendor ID: GenuineIntel 23:09:08 CPU family: 6 23:09:08 Model: 44 23:09:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:09:08 Stepping: 1 23:09:08 CPU MHz: 2933.438 23:09:08 BogoMIPS: 5866.87 23:09:08 Virtualization: VT-x 23:09:08 Hypervisor vendor: KVM 23:09:08 Virtualization type: full 23:09:08 L1d cache: 128 KiB 23:09:08 L1i cache: 128 KiB 23:09:08 L2 cache: 16 MiB 23:09:08 L3 cache: 64 MiB 23:09:08 NUMA node0 CPU(s): 0-3 23:09:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:09:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:09:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:09:08 Vulnerability Meltdown: Mitigation; PTI 23:09:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:09:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:09:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:09:08 Vulnerability Tsx async abort: Not affected 23:09:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:09:08 23:09:08 23:09:08 ---> nproc: 23:09:08 4 23:09:08 23:09:08 23:09:08 ---> df -h: 23:09:08 Filesystem Size Used Available Use% Mounted on 23:09:08 overlay 50.0G 8.2G 41.8G 16% / 23:09:08 tmpfs 64.0M 0 64.0M 0% /dev 23:09:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:09:08 shm 64.0M 0 64.0M 0% /dev/shm 23:09:08 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 23:09:08 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 23:09:08 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 23:09:08 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 23:09:08 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-mqtt-go_master 23:09:08 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 23:09:08 23:09:08 23:09:08 ---> free -m: 23:09:08 total used free shared buff/cache available 23:09:08 Mem: 1837 789 126 0 921 984 23:09:08 Swap: 1023 3 1020 23:09:08 23:09:08 23:09:08 ---> ip addr: 23:09:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:09:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:09:08 inet 127.0.0.1/8 scope host lo 23:09:08 valid_lft forever preferred_lft forever 23:09:08 24: eth0@if25: mtu 1458 qdisc noqueue state UP 23:09:08 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 23:09:08 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 23:09:08 valid_lft forever preferred_lft forever 23:09:08 23:09:08 23:09:08 ---> sar -b -r -n DEV: 23:09:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 23:09:08 23:09:08 22:58:21 LINUX RESTART (4 CPU) 23:09:08 23:09:08 22:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:09:08 23:00:01 45.80 15.27 30.53 0.00 4695.72 3021.81 0.00 23:09:08 23:01:01 1.72 0.05 1.67 0.00 0.67 31.01 0.00 23:09:08 23:02:01 0.50 0.10 0.40 0.00 2.13 6.44 0.00 23:09:08 23:03:01 0.32 0.00 0.32 0.00 0.00 3.80 0.00 23:09:08 23:04:01 0.22 0.00 0.22 0.00 0.00 2.53 0.00 23:09:08 23:05:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 23:09:08 23:06:01 0.23 0.02 0.22 0.00 0.13 1.92 0.00 23:09:08 23:07:01 146.87 82.25 64.62 0.00 4415.45 28860.54 0.00 23:09:08 23:08:01 201.63 74.38 127.25 0.00 3802.86 27818.12 0.00 23:09:08 23:09:01 149.00 85.42 63.58 0.00 7149.95 12409.88 0.00 23:09:08 Average: 54.68 25.76 28.92 0.00 2007.57 7218.94 0.00 23:09:08 23:09:08 22:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:09:08 23:00:01 171516 0 558928 29.71 2620 1148492 1119224 38.20 429092 1119808 120 23:09:08 23:01:01 175236 0 555204 29.51 2620 1148496 1090184 37.21 428096 1117364 8 23:09:08 23:02:01 174332 0 555948 29.55 2620 1148656 1088436 37.15 429008 1117296 8 23:09:08 23:03:01 173568 0 556712 29.59 2620 1148656 1088388 37.14 430396 1116708 8 23:09:08 23:04:01 173500 0 556772 29.59 2620 1148664 1088304 37.14 435612 1112100 16 23:09:08 23:05:01 168480 0 561788 29.86 2620 1148668 1088400 37.15 440896 1112100 8 23:09:08 23:06:01 169400 0 560860 29.81 2620 1148676 1088220 37.14 439896 1112100 8 23:09:08 23:07:01 116904 0 625832 33.26 2620 1136200 1250236 42.67 457212 1112824 44808 23:09:08 23:08:01 109068 0 793364 42.17 2044 977080 1542580 52.65 577592 919372 82904 23:09:08 23:09:01 168588 0 756692 40.22 1492 954784 1135852 38.76 557748 846856 75484 23:09:08 Average: 160059 0 608210 32.32 2450 1110837 1157982 39.52 462555 1068653 20337 23:09:08 23:09:08 22:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:09:08 23:00:01 eth0 418.28 275.81 783.52 82.49 0.00 0.00 0.00 0.00 23:09:08 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:00:01 docker0 2.11 1.61 0.35 3.62 0.00 0.00 0.00 0.00 23:09:08 23:01:01 eth0 0.52 0.03 0.05 0.00 0.00 0.00 0.00 0.00 23:09:08 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:02:01 eth0 4.16 1.95 3.21 0.31 0.00 0.00 0.00 0.00 23:09:08 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:03:01 eth0 0.68 0.33 0.28 0.20 0.00 0.00 0.00 0.00 23:09:08 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:04:01 eth0 1.15 0.17 0.16 0.04 0.00 0.00 0.00 0.00 23:09:08 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:05:01 eth0 1.30 0.65 0.62 0.43 0.00 0.00 0.00 0.00 23:09:08 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:06:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:09:08 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:07:01 eth0 400.40 359.04 3782.90 29.06 0.00 0.00 0.00 0.00 23:09:08 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:08:01 eth0 483.64 425.21 3496.24 102.79 0.00 0.00 0.00 0.00 23:09:08 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:08:01 docker0 24.91 23.38 2.91 80.19 0.00 0.00 0.00 0.00 23:09:08 23:09:01 eth0 182.36 146.66 999.96 34.29 0.00 0.00 0.00 0.00 23:09:08 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 23:09:01 docker0 45.57 49.03 3.12 212.43 0.00 0.00 0.00 0.00 23:09:08 Average: eth0 149.32 121.04 907.04 24.97 0.00 0.00 0.00 0.00 23:09:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:08 Average: docker0 7.26 7.41 0.64 29.64 0.00 0.00 0.00 0.00 23:09:08 23:09:08 23:09:08 ---> sar -P ALL: 23:09:08 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 23:09:08 23:09:08 22:58:21 LINUX RESTART (4 CPU) 23:09:08 23:09:08 22:59:01 CPU %user %nice %system %iowait %steal %idle 23:09:08 23:00:01 all 6.53 0.00 2.17 1.13 0.02 90.14 23:09:08 23:00:01 0 7.43 0.00 2.49 0.59 0.00 89.49 23:09:08 23:00:01 1 5.36 0.00 1.74 0.30 0.02 92.58 23:09:08 23:00:01 2 7.05 0.00 1.87 1.12 0.03 89.92 23:09:08 23:00:01 3 6.28 0.00 2.58 2.53 0.03 88.58 23:09:08 23:01:01 all 0.17 0.00 0.05 0.00 0.01 99.77 23:09:08 23:01:01 0 0.55 0.00 0.03 0.00 0.02 99.40 23:09:08 23:01:01 1 0.05 0.00 0.07 0.00 0.02 99.87 23:09:08 23:01:01 2 0.07 0.00 0.03 0.00 0.00 99.90 23:09:08 23:01:01 3 0.03 0.00 0.05 0.02 0.00 99.90 23:09:08 23:02:01 all 0.19 0.00 0.04 0.00 0.00 99.76 23:09:08 23:02:01 0 0.33 0.00 0.03 0.02 0.00 99.62 23:09:08 23:02:01 1 0.08 0.00 0.03 0.00 0.00 99.88 23:09:08 23:02:01 2 0.27 0.00 0.03 0.00 0.00 99.70 23:09:08 23:02:01 3 0.08 0.00 0.07 0.00 0.00 99.85 23:09:08 23:03:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:09:08 23:03:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:09:08 23:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:09:08 23:03:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:09:08 23:03:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:09:08 23:04:01 all 0.17 0.00 0.05 0.00 0.00 99.78 23:09:08 23:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:09:08 23:04:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:09:08 23:04:01 2 0.53 0.00 0.02 0.00 0.00 99.45 23:09:08 23:04:01 3 0.07 0.00 0.12 0.00 0.00 99.82 23:09:08 23:05:01 all 0.15 0.00 0.06 0.00 0.00 99.78 23:09:08 23:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:09:08 23:05:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:09:08 23:05:01 2 0.52 0.00 0.05 0.00 0.00 99.43 23:09:08 23:05:01 3 0.02 0.00 0.15 0.00 0.00 99.83 23:09:08 23:06:01 all 0.08 0.00 0.03 0.00 0.00 99.89 23:09:08 23:06:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:09:08 23:06:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:09:08 23:06:01 2 0.20 0.00 0.03 0.00 0.00 99.77 23:09:08 23:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:09:08 23:07:01 all 5.85 0.00 3.26 0.95 0.02 89.93 23:09:08 23:07:01 0 5.80 0.00 3.13 0.25 0.02 90.80 23:09:08 23:07:01 1 5.86 0.00 3.32 1.71 0.03 89.07 23:09:08 23:07:01 2 5.78 0.00 3.00 0.37 0.02 90.83 23:09:08 23:07:01 3 5.95 0.00 3.58 1.44 0.02 89.01 23:09:08 23:08:01 all 10.62 0.00 6.96 2.38 0.06 79.97 23:09:08 23:08:01 0 11.19 0.00 6.85 2.32 0.05 79.58 23:09:08 23:08:01 1 10.71 0.00 6.74 1.94 0.08 80.53 23:09:08 23:08:01 2 10.38 0.00 6.74 2.75 0.05 80.07 23:09:08 23:08:01 3 10.22 0.00 7.51 2.52 0.05 79.70 23:09:08 23:09:01 all 6.67 0.00 4.28 3.01 0.02 86.01 23:09:08 23:09:01 0 6.18 0.00 4.23 2.22 0.02 87.36 23:09:08 23:09:01 1 9.81 0.00 5.09 4.28 0.02 80.80 23:09:08 23:09:01 2 5.15 0.00 3.57 3.42 0.02 87.84 23:09:08 23:09:01 3 5.55 0.00 4.24 2.14 0.02 88.06 23:09:08 Average: all 3.04 0.00 1.68 0.74 0.01 94.52 23:09:08 Average: 0 3.14 0.00 1.68 0.54 0.01 94.64 23:09:08 Average: 1 3.19 0.00 1.70 0.82 0.02 94.27 23:09:08 Average: 2 3.03 0.00 1.53 0.76 0.01 94.67 23:09:08 Average: 3 2.81 0.00 1.82 0.86 0.01 94.50 23:09:08 23:09:08 23:09:08