Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 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-1776 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 > 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 Checking out Revision fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 Commit message: "Merge pull request #167 from hahattan/dependabot" > git rev-list --no-walk 347e199ee4a649efaded5eeb3cc00e4bd21f3e25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:44:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:44:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:44:39 ========================================================= 04:44:39 EdgeX Global Pipelines Version Info 04:44:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:44:41 ------------------- 04:44:41 stable info: 04:44:41 ------------------- 04:44:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:44:41 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:44:41 Message: update stable to v1.0.119 04:44:42 ------------------- 04:44:42 experimental info: 04:44:42 ------------------- 04:44:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:44:42 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 04:44:42 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 04:44:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 04:44:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 04:44:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:44:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:44:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:44:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fe2df51 [Pipeline] echo 04:44:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:44:45 + git log --format=format:%s -1 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] echo 04:44:45 GIT_COMMIT: fe2df51579bf0cce1b2e428c0c04fcb23a980c4d, Commit Message: Merge pull request #167 from hahattan/dependabot [Pipeline] echo 04:44:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:44:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:44:46 04:44:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:44:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:44:47 latest: Pulling from edgex-devops/git-semver 04:44:47 31603596830f: Pulling fs layer 04:44:47 2a8b12db71e7: Pulling fs layer 04:44:47 6ca5941a6612: Pulling fs layer 04:44:47 ecc8261a40a4: Pulling fs layer 04:44:47 ecc8261a40a4: Waiting 04:44:47 2a8b12db71e7: Download complete 04:44:47 31603596830f: Verifying Checksum 04:44:47 31603596830f: Download complete 04:44:47 ecc8261a40a4: Verifying Checksum 04:44:47 ecc8261a40a4: Download complete 04:44:47 6ca5941a6612: Verifying Checksum 04:44:47 6ca5941a6612: Download complete 04:44:47 31603596830f: Pull complete 04:44:47 2a8b12db71e7: Pull complete 04:44:48 6ca5941a6612: Pull complete 04:44:48 ecc8261a40a4: Pull complete 04:44:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:44:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:44:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:44:48 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:44:48 $ 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 04:44:50 $ docker top 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:44:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:44:51 [ssh-agent] Looking for ssh-agent implementation... 04:44:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:44:51 $ docker exec 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent 04:44:51 SSH_AUTH_SOCK=/tmp/ssh-YblzgaSjJm0u/agent.12 04:44:51 SSH_AGENT_PID=17 04:44:51 Running ssh-add (command line suppressed) 04:44:51 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5479316718292563732.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_5479316718292563732.key) 04:44:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:44:52 + git describe --exact-match --tags HEAD 04:44:52 fatal: No names found, cannot describe anything. [Pipeline] } 04:44:52 $ docker exec --env ******** --env ******** 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent -k 04:44:52 unset SSH_AUTH_SOCK; 04:44:52 unset SSH_AGENT_PID; 04:44:52 echo Agent pid 17 killed; 04:44:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 04:44:52 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 04:44:52 This usually means this commit has not been tagged. [Pipeline] sshagent 04:44:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:44:52 [ssh-agent] Looking for ssh-agent implementation... 04:44:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:44:52 $ docker exec 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent 04:44:52 SSH_AUTH_SOCK=/tmp/ssh-0NVLiqXnkwRm/agent.47 04:44:52 SSH_AGENT_PID=53 04:44:52 Running ssh-add (command line suppressed) 04:44:52 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1910609243337064181.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1910609243337064181.key) 04:44:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:44:53 + git semver init 04:44:53 # -> Open(): unable to determine branch for HEAD 04:44:53 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:44:53 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:44:53 # $SEMVER_REMOTE_NAME = origin 04:44:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:44:53 # $SEMVER_USER_NAME = edgex-jenkins 04:44:53 # $SEMVER_BRANCH = master 04:44:53 # $SEMVER_TEMP = /tmp/semver-470130563 04:44:53 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 04:44:53 # '/tmp/semver-470130563' -> '/w/workspace/gexfoundry_device-mqtt-go_master/.semver' 04:44:53 # -> Force: false 04:44:53 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 04:44:53 $ docker exec --env ******** --env ******** 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 ssh-agent -k 04:44:54 unset SSH_AUTH_SOCK; 04:44:54 unset SSH_AGENT_PID; 04:44:54 echo Agent pid 53 killed; 04:44:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:44:54 + git semver [Pipeline] } 04:44:54 $ docker stop --time=1 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 04:44:55 $ docker rm -f 56a9e0b540400bdcd0cf5fccb6a9a5c1567ab32641d4e70b6062070fdccc4b12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 04:44:56 Stashed 20 file(s) [Pipeline] echo 04:44:56 [edgeXSemver]: initialized semver on version 1.2.3-dev.2 [Pipeline] echo 04:44:56 Archived original version: [1.2.3-dev.2] [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 04:45:12 Still waiting to schedule task 04:45:12 ‘prd-centos7-docker-4c-2g-1777’ is offline; ‘prd-centos7-docker-4c-2g-213’ is offline 04:45:12 Still waiting to schedule task 04:45:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:47:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1779 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:47:06 Running in /w/workspace/device-mqtt-go/16 [Pipeline] { [Pipeline] checkout 04:47:12 using credential edgex-jenkins-ssh 04:47:12 Cloning the remote Git repository 04:47:12 Cloning with configured refspecs honoured and without tags 04:47:12 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:47:12 > git init /w/workspace/device-mqtt-go/16 # timeout=10 04:47:12 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:47:12 > git --version # timeout=10 04:47:12 > git --version # 'git version 2.17.1' 04:47:12 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:12 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:13 Fetching without tags 04:47:13 Checking out Revision fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (master) 04:47:13 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:47:13 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:13 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:47:13 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:47:13 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:13 > git config core.sparsecheckout # timeout=10 04:47:13 > git checkout -f fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:47:18 Commit message: "Merge pull request #167 from hahattan/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:47:19 ========================================================= 04:47:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 04:47:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:47:20 + 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 . 04:47:21 Sending build context to Docker daemon 599.6kB 04:47:21 Step 1/8 : ARG BASE=golang:1.13-alpine 04:47:21 Step 2/8 : FROM ${BASE} 04:47:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:47:21 b538f80385f9: Pulling fs layer 04:47:21 74f711af9a0d: Pulling fs layer 04:47:21 99f96fe45779: Pulling fs layer 04:47:21 fd7a069fd194: Pulling fs layer 04:47:21 66aa3694b03b: Pulling fs layer 04:47:21 170f70906a0f: Pulling fs layer 04:47:21 ad7c5574e4b9: Pulling fs layer 04:47:21 e772456be8f7: Pulling fs layer 04:47:21 c890913d741a: Pulling fs layer 04:47:21 2480fcc9aa5a: Pulling fs layer 04:47:21 09adf4765672: Pulling fs layer 04:47:21 fd7a069fd194: Waiting 04:47:21 c890913d741a: Waiting 04:47:21 66aa3694b03b: Waiting 04:47:21 2480fcc9aa5a: Waiting 04:47:21 170f70906a0f: Waiting 04:47:21 09adf4765672: Waiting 04:47:21 ad7c5574e4b9: Waiting 04:47:21 e772456be8f7: Waiting 04:47:21 99f96fe45779: Verifying Checksum 04:47:21 99f96fe45779: Download complete 04:47:21 74f711af9a0d: Verifying Checksum 04:47:21 74f711af9a0d: Download complete 04:47:21 66aa3694b03b: Verifying Checksum 04:47:21 66aa3694b03b: Download complete 04:47:21 170f70906a0f: Verifying Checksum 04:47:21 170f70906a0f: Download complete 04:47:21 b538f80385f9: Download complete 04:47:22 b538f80385f9: Pull complete 04:47:22 74f711af9a0d: Pull complete 04:47:23 99f96fe45779: Pull complete 04:47:25 Running on prd-centos7-docker-4c-2g-1781 in /w/workspace/gexfoundry_device-mqtt-go_master [Pipeline] { [Pipeline] ws 04:47:25 Running in /w/workspace/device-mqtt-go/16 [Pipeline] { 04:47:25 ad7c5574e4b9: Download complete 04:47:25 c890913d741a: Verifying Checksum 04:47:25 c890913d741a: Download complete [Pipeline] checkout 04:47:27 e772456be8f7: Verifying Checksum 04:47:27 e772456be8f7: Download complete 04:47:27 09adf4765672: Verifying Checksum 04:47:27 09adf4765672: Download complete 04:47:27 2480fcc9aa5a: Verifying Checksum 04:47:27 2480fcc9aa5a: Download complete 04:47:28 using credential edgex-jenkins-ssh 04:47:28 Cloning the remote Git repository 04:47:28 Cloning with configured refspecs honoured and without tags 04:47:29 Fetching without tags 04:47:29 fd7a069fd194: Download complete 04:47:28 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 04:47:28 > git init /w/workspace/device-mqtt-go/16 # timeout=10 04:47:28 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:47:28 > git --version # timeout=10 04:47:28 > git --version # 'git version 2.16.5' 04:47:28 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:28 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:47:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:29 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 04:47:29 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 04:47:29 using GIT_SSH to set credentials SSH Credentials for GitHub 04:47:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 04:47:29 Checking out Revision fe2df51579bf0cce1b2e428c0c04fcb23a980c4d (master) 04:47:29 > git config core.sparsecheckout # timeout=10 04:47:29 > git checkout -f fe2df51579bf0cce1b2e428c0c04fcb23a980c4d # timeout=10 04:47:33 Commit message: "Merge pull request #167 from hahattan/dependabot" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 04:47:33 ========================================================= 04:47:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 04:47:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:47:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 04:47:34 Sending build context to Docker daemon 599.6kB 04:47:34 Step 1/8 : ARG BASE=golang:1.13-alpine 04:47:34 Step 2/8 : FROM ${BASE} 04:47:34 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 04:47:34 df20fa9351a1: Pulling fs layer 04:47:34 ed8968b2872e: Pulling fs layer 04:47:34 a92cc7c5fd73: Pulling fs layer 04:47:34 2dd03ba5bac4: Pulling fs layer 04:47:34 1e091d79d1de: Pulling fs layer 04:47:34 481702a1767f: Pulling fs layer 04:47:34 f64a6f60c768: Pulling fs layer 04:47:34 e78d2573fc39: Pulling fs layer 04:47:34 e876d2f968b6: Pulling fs layer 04:47:34 ce8a83651883: Pulling fs layer 04:47:34 07967f4d0e4b: Pulling fs layer 04:47:34 2dd03ba5bac4: Waiting 04:47:34 1e091d79d1de: Waiting 04:47:34 481702a1767f: Waiting 04:47:34 ce8a83651883: Waiting 04:47:34 f64a6f60c768: Waiting 04:47:34 07967f4d0e4b: Waiting 04:47:34 e78d2573fc39: Waiting 04:47:34 e876d2f968b6: Waiting 04:47:34 a92cc7c5fd73: Verifying Checksum 04:47:34 a92cc7c5fd73: Download complete 04:47:34 ed8968b2872e: Verifying Checksum 04:47:34 ed8968b2872e: Download complete 04:47:34 1e091d79d1de: Verifying Checksum 04:47:34 1e091d79d1de: Download complete 04:47:34 481702a1767f: Verifying Checksum 04:47:34 481702a1767f: Download complete 04:47:34 df20fa9351a1: Verifying Checksum 04:47:34 df20fa9351a1: Download complete 04:47:35 df20fa9351a1: Pull complete 04:47:35 ed8968b2872e: Pull complete 04:47:35 a92cc7c5fd73: Pull complete 04:47:36 f64a6f60c768: Verifying Checksum 04:47:36 f64a6f60c768: Download complete 04:47:36 e876d2f968b6: Verifying Checksum 04:47:36 e876d2f968b6: Download complete 04:47:37 ce8a83651883: Verifying Checksum 04:47:37 ce8a83651883: Download complete 04:47:37 07967f4d0e4b: Verifying Checksum 04:47:37 07967f4d0e4b: Download complete 04:47:38 e78d2573fc39: Verifying Checksum 04:47:38 e78d2573fc39: Download complete 04:47:38 2dd03ba5bac4: Verifying Checksum 04:47:38 2dd03ba5bac4: Download complete 04:47:41 fd7a069fd194: Pull complete 04:47:41 66aa3694b03b: Pull complete 04:47:41 170f70906a0f: Pull complete 04:47:44 ad7c5574e4b9: Pull complete 04:47:44 2dd03ba5bac4: Pull complete 04:47:44 1e091d79d1de: Pull complete 04:47:44 481702a1767f: Pull complete 04:47:49 f64a6f60c768: Pull complete 04:47:49 e772456be8f7: Pull complete 04:47:49 c890913d741a: Pull complete 04:47:51 2480fcc9aa5a: Pull complete 04:47:51 09adf4765672: Pull complete 04:47:51 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 04:47:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 04:47:51 ---> 2248a725d1cf 04:47:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:47:52 e78d2573fc39: Pull complete 04:47:52 e876d2f968b6: Pull complete 04:47:53 ce8a83651883: Pull complete 04:47:53 07967f4d0e4b: Pull complete 04:47:53 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 04:47:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 04:47:53 ---> 5d7c900382c6 04:47:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:47:55 ---> Running in 1d40d9276206 04:47:55 Removing intermediate container 1d40d9276206 04:47:55 ---> c360526cdab8 04:47:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:55 ---> Running in 4bcb6e852f97 04:47:56 ---> Running in b3a3f115657d 04:47:56 Removing intermediate container 4bcb6e852f97 04:47:56 ---> c7fc023a5d2b 04:47:56 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:47:56 ---> Running in 843b49fde6e6 04:47:56 Removing intermediate container b3a3f115657d 04:47:56 ---> 7004591db160 04:47:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:56 ---> Running in 673a4f74b1f3 04:47:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:47:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:47:58 (1/14) Installing libmagic (5.38-r0) 04:47:58 (2/14) Installing file (5.38-r0) 04:47:58 (3/14) Installing libc-dev (0.7.2-r3) 04:47:58 (4/14) Installing g++ (9.3.0-r2) 04:47:59 Removing intermediate container 673a4f74b1f3 04:47:59 ---> aae0f76834c9 04:47:59 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:47:59 ---> Running in c1cd953ca14e 04:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:01 (5/14) Installing fortify-headers (1.1-r0) 04:48:01 (6/14) Installing patch (2.7.6-r6) 04:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:01 (7/14) Installing build-base (0.5-r2) 04:48:01 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:48:01 (9/14) Installing libedit (20191231.3.1-r0) 04:48:01 (10/14) Installing openssh-client (8.3_p1-r0) 04:48:01 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:48:01 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:48:01 (13/14) Installing openssh-server (8.3_p1-r0) 04:48:02 (14/14) Installing openssh (8.3_p1-r0) 04:48:02 Executing busybox-1.31.1-r16.trigger 04:48:02 OK: 237 MiB in 53 packages 04:48:02 (1/14) Installing libmagic (5.38-r0) 04:48:02 (2/14) Installing file (5.38-r0) 04:48:02 (3/14) Installing libc-dev (0.7.2-r3) 04:48:02 (4/14) Installing g++ (9.3.0-r2) 04:48:05 Removing intermediate container 843b49fde6e6 04:48:05 ---> bdff3be02283 04:48:05 Step 6/8 : WORKDIR /device-mqtt-go 04:48:05 ---> Running in 35191a555b1e 04:48:05 Removing intermediate container 35191a555b1e 04:48:05 ---> 3e2c0159aca0 04:48:05 Step 7/8 : COPY . . 04:48:06 ---> 7a30ad4abab1 04:48:06 Step 8/8 : RUN go mod download 04:48:06 ---> Running in 8386589fde88 04:48:07 (5/14) Installing fortify-headers (1.1-r0) 04:48:07 (6/14) Installing patch (2.7.6-r6) 04:48:07 (7/14) Installing build-base (0.5-r2) 04:48:08 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:48:08 (9/14) Installing libedit (20191231.3.1-r0) 04:48:08 (10/14) Installing openssh-client (8.3_p1-r0) 04:48:08 go: finding github.com/BurntSushi/toml v0.3.1 04:48:08 go: finding github.com/OneOfOne/xxhash v1.2.6 04:48:08 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:48:08 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:48:08 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:48:08 go: finding github.com/bgentry/speakeasy v0.1.0 04:48:08 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:48:08 go: finding github.com/davecgh/go-spew v1.1.1 04:48:08 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:48:08 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:48:08 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:48:08 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:48:08 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:48:08 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:48:08 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:48:08 go: finding github.com/fatih/color v1.7.0 04:48:08 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:48:08 go: finding github.com/go-kit/kit v0.8.0 04:48:08 go: finding github.com/go-logfmt/logfmt v0.4.0 04:48:08 go: finding github.com/go-stack/stack v1.8.0 04:48:08 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:48:08 go: finding github.com/google/uuid v1.1.1 04:48:08 go: finding github.com/gorilla/mux v1.7.1 04:48:08 go: finding github.com/hashicorp/consul/api v1.1.0 04:48:08 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:48:08 go: finding github.com/hashicorp/errwrap v1.0.0 04:48:08 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:48:08 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:48:08 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:48:08 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:48:08 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:48:08 (13/14) Installing openssh-server (8.3_p1-r0) 04:48:09 go: finding github.com/hashicorp/go-multierror v1.0.0 04:48:09 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:48:09 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:48:09 go: finding github.com/hashicorp/go-syslog v1.0.0 04:48:09 go: finding github.com/hashicorp/go-uuid v1.0.1 04:48:09 go: finding github.com/hashicorp/go.net v0.0.1 04:48:09 go: finding github.com/hashicorp/golang-lru v0.5.0 04:48:09 go: finding github.com/hashicorp/logutils v1.0.0 04:48:09 go: finding github.com/hashicorp/mdns v1.0.0 04:48:09 (14/14) Installing openssh (8.3_p1-r0) 04:48:09 Executing busybox-1.31.1-r16.trigger 04:48:09 go: finding github.com/hashicorp/memberlist v0.1.3 04:48:09 go: finding github.com/hashicorp/serf v0.8.2 04:48:09 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:48:09 go: finding github.com/kr/pretty v0.1.0 04:48:09 go: finding github.com/kr/pty v1.1.1 04:48:09 go: finding github.com/kr/text v0.1.0 04:48:09 go: finding github.com/mattn/go-colorable v0.0.9 04:48:09 go: finding github.com/mattn/go-isatty v0.0.3 04:48:09 go: finding github.com/miekg/dns v1.0.14 04:48:09 go: finding github.com/mitchellh/cli v1.0.0 04:48:09 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:48:09 go: finding github.com/mitchellh/copystructure v1.0.0 04:48:09 OK: 221 MiB in 53 packages 04:48:09 go: finding github.com/mitchellh/go-homedir v1.0.0 04:48:09 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:48:09 go: finding github.com/mitchellh/gox v0.4.0 04:48:09 go: finding github.com/mitchellh/iochan v1.0.0 04:48:09 go: finding github.com/mitchellh/mapstructure v1.1.2 04:48:09 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:48:09 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:48:09 go: finding github.com/pelletier/go-toml v1.2.0 04:48:09 go: finding github.com/pkg/errors v0.8.1 04:48:09 go: finding github.com/pmezard/go-difflib v1.0.0 04:48:09 go: finding github.com/posener/complete v1.1.1 04:48:09 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:48:09 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:48:09 go: finding github.com/spf13/cast v1.3.0 04:48:09 go: finding github.com/stretchr/objx v0.1.0 04:48:09 go: finding github.com/stretchr/testify v1.5.1 04:48:09 go: finding github.com/ugorji/go v1.1.4 04:48:09 go: finding github.com/x448/float16 v0.8.4 04:48:09 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:48:09 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:48:09 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:48:09 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:48:10 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:48:10 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:48:10 go: finding gopkg.in/yaml.v2 v2.2.8 04:48:13 Removing intermediate container c1cd953ca14e 04:48:13 ---> 1fa8721b3bcc 04:48:13 Step 6/8 : WORKDIR /device-mqtt-go 04:48:13 ---> Running in 47441dadeb8a 04:48:13 Removing intermediate container 47441dadeb8a 04:48:13 ---> ca1ea8a73610 04:48:13 Step 7/8 : COPY . . 04:48:14 ---> b62e8c97c415 04:48:14 Step 8/8 : RUN go mod download 04:48:15 ---> Running in ec5d7c875168 04:48:17 go: finding github.com/BurntSushi/toml v0.3.1 04:48:17 go: finding github.com/OneOfOne/xxhash v1.2.6 04:48:17 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 04:48:17 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:48:17 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 04:48:17 go: finding github.com/bgentry/speakeasy v0.1.0 04:48:17 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 04:48:17 go: finding github.com/davecgh/go-spew v1.1.1 04:48:17 go: finding github.com/eclipse/paho.mqtt.golang v1.1.1 04:48:17 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 04:48:17 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 04:48:17 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 04:48:18 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 04:48:18 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 04:48:18 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 04:48:18 go: finding github.com/fatih/color v1.7.0 04:48:18 go: finding github.com/fxamacker/cbor/v2 v2.2.0 04:48:18 go: finding github.com/go-kit/kit v0.8.0 04:48:18 go: finding github.com/go-logfmt/logfmt v0.4.0 04:48:18 go: finding github.com/go-stack/stack v1.8.0 04:48:18 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 04:48:18 go: finding github.com/google/uuid v1.1.1 04:48:18 go: finding github.com/gorilla/mux v1.7.1 04:48:18 go: finding github.com/hashicorp/consul/api v1.1.0 04:48:18 go: finding github.com/hashicorp/consul/sdk v0.1.1 04:48:18 go: finding github.com/hashicorp/errwrap v1.0.0 04:48:18 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 04:48:18 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 04:48:18 go: finding github.com/hashicorp/go-msgpack v0.5.3 04:48:18 go: finding github.com/hashicorp/go-multierror v1.0.0 04:48:18 go: finding github.com/hashicorp/go-rootcerts v1.0.0 04:48:18 go: finding github.com/hashicorp/go-sockaddr v1.0.0 04:48:18 go: finding github.com/hashicorp/go-syslog v1.0.0 04:48:18 go: finding github.com/hashicorp/go-uuid v1.0.1 04:48:18 go: finding github.com/hashicorp/go.net v0.0.1 04:48:18 go: finding github.com/hashicorp/golang-lru v0.5.0 04:48:18 go: finding github.com/hashicorp/logutils v1.0.0 04:48:18 go: finding github.com/hashicorp/mdns v1.0.0 04:48:18 go: finding github.com/hashicorp/memberlist v0.1.3 04:48:18 go: finding github.com/hashicorp/serf v0.8.2 04:48:18 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 04:48:18 go: finding github.com/kr/pretty v0.1.0 04:48:18 go: finding github.com/kr/pty v1.1.1 04:48:18 go: finding github.com/kr/text v0.1.0 04:48:18 go: finding github.com/mattn/go-colorable v0.0.9 04:48:18 go: finding github.com/mattn/go-isatty v0.0.3 04:48:18 go: finding github.com/miekg/dns v1.0.14 04:48:18 go: finding github.com/mitchellh/cli v1.0.0 04:48:18 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:48:18 go: finding github.com/mitchellh/copystructure v1.0.0 04:48:18 go: finding github.com/mitchellh/go-homedir v1.0.0 04:48:18 go: finding github.com/mitchellh/go-testing-interface v1.0.0 04:48:18 go: finding github.com/mitchellh/gox v0.4.0 04:48:18 go: finding github.com/mitchellh/iochan v1.0.0 04:48:18 go: finding github.com/mitchellh/mapstructure v1.1.2 04:48:18 go: finding github.com/mitchellh/reflectwalk v1.0.0 04:48:18 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 04:48:18 go: finding github.com/pelletier/go-toml v1.2.0 04:48:19 go: finding github.com/pkg/errors v0.8.1 04:48:19 go: finding github.com/pmezard/go-difflib v1.0.0 04:48:19 go: finding github.com/posener/complete v1.1.1 04:48:19 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 04:48:19 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 04:48:19 go: finding github.com/spf13/cast v1.3.0 04:48:19 go: finding github.com/stretchr/objx v0.1.0 04:48:19 go: finding github.com/stretchr/testify v1.5.1 04:48:19 go: finding github.com/ugorji/go v1.1.4 04:48:19 go: finding github.com/x448/float16 v0.8.4 04:48:19 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 04:48:19 go: finding golang.org/x/net v0.0.0-20190213061140-3a22650c66bd 04:48:19 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 04:48:19 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 04:48:19 go: finding gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 04:48:19 go: finding gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce 04:48:19 go: finding gopkg.in/yaml.v2 v2.2.8 04:48:20 Removing intermediate container 8386589fde88 04:48:20 ---> ddf29842a449 04:48:20 Successfully built ddf29842a449 04:48:20 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 04:48:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:48:23 + ls -al . 04:48:23 total 64 04:48:23 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 8 04:47 . 04:48:23 drwxrwxr-x. 4 jenkins jenkins 30 Sep 8 04:47 .. 04:48:23 -rw-rw-r--. 1 jenkins jenkins 4678 Sep 8 04:47 Attribution.txt 04:48:23 drwxrwxr-x. 2 jenkins jenkins 87 Sep 8 04:47 bin 04:48:23 drwxrwxr-x. 3 jenkins jenkins 32 Sep 8 04:47 cmd 04:48:23 -rw-rw-r--. 1 jenkins jenkins 1784 Sep 8 04:47 Dockerfile 04:48:23 -rw-rw-r--. 1 jenkins jenkins 953 Sep 8 04:47 Dockerfile.build 04:48:23 -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 04:47 .dockerignore 04:48:23 drwxrwxr-x. 8 jenkins jenkins 162 Sep 8 04:47 .git 04:48:23 drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 04:47 .github 04:48:23 -rw-rw-r--. 1 jenkins jenkins 328 Sep 8 04:47 .gitignore 04:48:23 -rw-rw-r--. 1 jenkins jenkins 510 Sep 8 04:47 go.mod 04:48:23 drwxrwxr-x. 3 jenkins jenkins 20 Sep 8 04:47 internal 04:48:23 -rw-rw-r--. 1 jenkins jenkins 700 Sep 8 04:47 Jenkinsfile 04:48:23 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 8 04:47 LICENSE 04:48:23 -rw-rw-r--. 1 jenkins jenkins 902 Sep 8 04:47 Makefile 04:48:23 drwxrwxr-x. 2 jenkins jenkins 23 Sep 8 04:47 mock 04:48:23 -rw-rw-r--. 1 jenkins jenkins 444 Sep 8 04:47 README.md 04:48:23 drwxrwxr-x. 3 jenkins jenkins 44 Sep 8 04:47 .semver 04:48:23 drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 04:47 snap 04:48:23 -rw-rw-r--. 1 jenkins jenkins 11 Sep 8 04:44 VERSION 04:48:23 -rw-rw-r--. 1 jenkins jenkins 227 Sep 8 04:47 version.go [Pipeline] isUnix [Pipeline] sh 04:48:23 + 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=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d --label arch=amd64 --label version=1.2.3-dev.2 . 04:48:23 Sending build context to Docker daemon 599.6kB 04:48:23 Step 1/22 : ARG BASE=golang:1.13-alpine 04:48:23 Step 2/22 : FROM ${BASE} AS builder 04:48:23 ---> ddf29842a449 04:48:23 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:48:23 ---> Running in 6dc69c172f44 04:48:23 Removing intermediate container 6dc69c172f44 04:48:23 ---> 49582a457391 04:48:23 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:48:23 ---> Running in 8489e1dced27 04:48:24 Removing intermediate container 8489e1dced27 04:48:24 ---> 3d2bddda0c85 04:48:24 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:24 ---> Running in 74083eef2785 04:48:25 Removing intermediate container 74083eef2785 04:48:25 ---> fbb00d8e1327 04:48:25 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:48:25 ---> Running in 52018a919c98 04:48:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:48:27 OK: 237 MiB in 53 packages 04:48:27 Removing intermediate container 52018a919c98 04:48:27 ---> 7b4b90843303 04:48:27 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:48:28 ---> Running in fbc8e348ae23 04:48:28 Removing intermediate container fbc8e348ae23 04:48:28 ---> c7d0df29d3dd 04:48:28 Step 8/22 : COPY . . 04:48:28 ---> 2c2d567e9706 04:48:28 Step 9/22 : ARG MAKE='make build' 04:48:29 ---> Running in b9fd9266f91f 04:48:29 Removing intermediate container b9fd9266f91f 04:48:29 ---> fdd4a28c7415 04:48:29 Step 10/22 : RUN $MAKE 04:48:29 ---> Running in 0cfd9a263e95 04:48:29 Removing intermediate container ec5d7c875168 04:48:29 ---> b74c4b013db2 04:48:29 Successfully built b74c4b013db2 04:48:29 Successfully tagged ci-base-image-arm64:latest 04:48:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.2" -o cmd/device-mqtt ./cmd [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 04:48:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:48:30 + ls -al . 04:48:30 total 100 04:48:30 drwxrwxr-x 10 jenkins jenkins 4096 Sep 8 04:47 . 04:48:30 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:47 .. 04:48:30 -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 04:47 .dockerignore 04:48:30 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 04:47 .git 04:48:30 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:47 .github 04:48:30 -rw-rw-r-- 1 jenkins jenkins 328 Sep 8 04:47 .gitignore 04:48:30 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:47 .semver 04:48:30 -rw-rw-r-- 1 jenkins jenkins 4678 Sep 8 04:47 Attribution.txt 04:48:30 -rw-rw-r-- 1 jenkins jenkins 1784 Sep 8 04:47 Dockerfile 04:48:30 -rw-rw-r-- 1 jenkins jenkins 953 Sep 8 04:47 Dockerfile.build 04:48:30 -rw-rw-r-- 1 jenkins jenkins 700 Sep 8 04:47 Jenkinsfile 04:48:30 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 8 04:47 LICENSE 04:48:30 -rw-rw-r-- 1 jenkins jenkins 902 Sep 8 04:47 Makefile 04:48:30 -rw-rw-r-- 1 jenkins jenkins 444 Sep 8 04:47 README.md 04:48:30 -rw-rw-r-- 1 jenkins jenkins 11 Sep 8 04:44 VERSION 04:48:30 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:47 bin 04:48:30 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:47 cmd 04:48:30 -rw-rw-r-- 1 jenkins jenkins 510 Sep 8 04:47 go.mod 04:48:30 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 04:47 internal 04:48:30 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 04:47 mock 04:48:30 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 04:47 snap 04:48:30 -rw-rw-r-- 1 jenkins jenkins 227 Sep 8 04:47 version.go [Pipeline] isUnix [Pipeline] sh 04:48:31 + 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=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d --label arch=arm64 --label version=1.2.3-dev.2 . 04:48:31 Sending build context to Docker daemon 599.6kB 04:48:31 Step 1/22 : ARG BASE=golang:1.13-alpine 04:48:31 Step 2/22 : FROM ${BASE} AS builder 04:48:31 ---> b74c4b013db2 04:48:31 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 04:48:31 ---> Running in f52bcb8ba909 04:48:32 Removing intermediate container f52bcb8ba909 04:48:32 ---> f2f45aa0d541 04:48:32 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 04:48:32 ---> Running in 3c5c97204a8b 04:48:33 Removing intermediate container 3c5c97204a8b 04:48:33 ---> 0e4b40620494 04:48:33 Step 5/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:48:33 ---> Running in 166a15d41639 04:48:35 Removing intermediate container 166a15d41639 04:48:35 ---> 1d97bb81336e 04:48:35 Step 6/22 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:48:35 ---> Running in 82186b175a71 04:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:48:39 OK: 221 MiB in 53 packages 04:48:39 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:48:39 Removing intermediate container 82186b175a71 04:48:39 ---> aadde3052d89 04:48:39 Step 7/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-mqtt-go 04:48:39 ---> Running in c8de03357852 04:48:40 Removing intermediate container c8de03357852 04:48:40 ---> c34a283e1a3f 04:48:40 Step 8/22 : COPY . . 04:48:41 ---> de80bab3850e 04:48:41 Step 9/22 : ARG MAKE='make build' 04:48:41 ---> Running in 90d0832e4e62 04:48:42 Removing intermediate container 90d0832e4e62 04:48:42 ---> afeb09abe260 04:48:42 Step 10/22 : RUN $MAKE 04:48:42 ---> Running in efc0402b4407 04:48:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-mqtt-go.Version=1.2.3-dev.2" -o cmd/device-mqtt ./cmd 04:48:43 Removing intermediate container 0cfd9a263e95 04:48:43 ---> 6c7814dfa484 04:48:43 Step 11/22 : FROM alpine 04:48:43 latest: Pulling from library/alpine 04:48:43 df20fa9351a1: Already exists 04:48:44 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:48:44 Status: Downloaded newer image for alpine:latest 04:48:44 ---> a24bb4013296 04:48:44 Step 12/22 : ENV APP_PORT=49982 04:48:44 ---> Running in f60d09a23d45 04:48:44 Removing intermediate container f60d09a23d45 04:48:44 ---> f09eeeef419c 04:48:44 Step 13/22 : EXPOSE $APP_PORT 04:48:44 ---> Running in ecb9e3c69254 04:48:44 Removing intermediate container ecb9e3c69254 04:48:44 ---> c804ca4b585c 04:48:44 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:48:45 ---> 30d367f277ff 04:48:45 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:48:45 ---> 28a768f2c65e 04:48:45 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:48:45 ---> 65a8ce16cbc3 04:48:45 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:48:45 ---> Running in 554fa5cb809b 04:48:46 Removing intermediate container 554fa5cb809b 04:48:46 ---> d532a2b025e3 04:48:46 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:48:46 ---> Running in 3686897b3c14 04:48:46 Removing intermediate container 3686897b3c14 04:48:46 ---> a2a5c826aef7 04:48:46 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:48:46 ---> Running in 03e0e8cb7910 04:48:46 Removing intermediate container 03e0e8cb7910 04:48:46 ---> 0072278edd9c 04:48:46 Step 20/22 : LABEL arch=amd64 04:48:46 ---> Running in 6d0205d465c5 04:48:46 Removing intermediate container 6d0205d465c5 04:48:46 ---> 3a8fe63f10fb 04:48:46 Step 21/22 : LABEL git_sha=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:48:46 ---> Running in a43c233ab31b 04:48:46 Removing intermediate container a43c233ab31b 04:48:46 ---> a859cdba8307 04:48:46 Step 22/22 : LABEL version=1.2.3-dev.2 04:48:46 ---> Running in e929e58d4bce 04:48:47 Removing intermediate container e929e58d4bce 04:48:47 ---> 878f60f245b0 04:48:47 [Warning] One or more build-args [ARCH] were not consumed 04:48:47 Successfully built 878f60f245b0 04:48:47 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 04:48:47 provisioning config files... 04:48:47 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/16@tmp/config3128880355090993418tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:48:48 ---> docker-login.sh 04:48:48 nexus3.edgexfoundry.org:10001 04:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:48 Configure a credential helper to remove this warning. See 04:48:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:48 04:48:48 Login Succeeded 04:48:48 nexus3.edgexfoundry.org:10002 04:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:48 Configure a credential helper to remove this warning. See 04:48:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:48 04:48:48 Login Succeeded 04:48:48 nexus3.edgexfoundry.org:10003 04:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:48 Configure a credential helper to remove this warning. See 04:48:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:48 04:48:48 Login Succeeded 04:48:48 nexus3.edgexfoundry.org:10004 04:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:48 Configure a credential helper to remove this warning. See 04:48:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:48 04:48:48 Login Succeeded 04:48:48 docker.io 04:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:48:49 Configure a credential helper to remove this warning. See 04:48:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:48:49 04:48:49 Login Succeeded 04:48:49 ---> docker-login.sh ends [Pipeline] } 04:48:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:49 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go with the following tags: 04:48:49 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:48:49 latest 04:48:49 1.2.3-dev.2 04:48:49 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 04:48:49 master 04:48:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:48:49 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] isUnix [Pipeline] sh 04:48:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:48:50 2d888085ee15: Preparing 04:48:50 fefe3587e258: Preparing 04:48:50 a96a58feb792: Preparing 04:48:50 50644c29ef5a: Preparing 04:48:50 50644c29ef5a: Layer already exists 04:48:50 2d888085ee15: Pushed 04:48:50 fefe3587e258: Pushed 04:48:51 a96a58feb792: Pushed 04:48:51 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:48:51 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest [Pipeline] isUnix [Pipeline] sh 04:48:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 04:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:48:52 2d888085ee15: Preparing 04:48:52 fefe3587e258: Preparing 04:48:52 a96a58feb792: Preparing 04:48:52 50644c29ef5a: Preparing 04:48:52 fefe3587e258: Layer already exists 04:48:52 2d888085ee15: Layer already exists 04:48:52 50644c29ef5a: Layer already exists 04:48:52 a96a58feb792: Layer already exists 04:48:52 latest: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:48:52 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 04:48:52 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.2 04:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:48:52 2d888085ee15: Preparing 04:48:52 fefe3587e258: Preparing 04:48:52 a96a58feb792: Preparing 04:48:52 50644c29ef5a: Preparing 04:48:52 a96a58feb792: Layer already exists 04:48:52 2d888085ee15: Layer already exists 04:48:52 50644c29ef5a: Layer already exists 04:48:52 fefe3587e258: Layer already exists 04:48:52 1.2.3-dev.2: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:48:53 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 04:48:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 04:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:48:53 2d888085ee15: Preparing 04:48:53 fefe3587e258: Preparing 04:48:53 a96a58feb792: Preparing 04:48:53 50644c29ef5a: Preparing 04:48:53 50644c29ef5a: Layer already exists 04:48:53 2d888085ee15: Layer already exists 04:48:53 fefe3587e258: Layer already exists 04:48:53 a96a58feb792: Layer already exists 04:48:53 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:48:53 + docker tag docker-device-mqtt-go nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master [Pipeline] isUnix [Pipeline] sh 04:48:53 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:master 04:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go] 04:48:53 2d888085ee15: Preparing 04:48:53 fefe3587e258: Preparing 04:48:53 a96a58feb792: Preparing 04:48:53 50644c29ef5a: Preparing 04:48:53 a96a58feb792: Layer already exists 04:48:53 fefe3587e258: Layer already exists 04:48:53 2d888085ee15: Layer already exists 04:48:53 50644c29ef5a: Layer already exists 04:48:53 master: digest: sha256:ceed0e0f69e6771da34144384843d8593c6433216b41b26e5f4b6e5debd3b7f5 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:48:54 ===================================================== [Pipeline] echo 04:48:54 taggedImages: 04:48:54 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:48:54 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:latest 04:48:54 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:1.2.3-dev.2 04:48:54 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 04:48:54 - 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] } 04:49:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:49:20 Removing intermediate container efc0402b4407 04:49:20 ---> a2d0c6d008a6 04:49:20 Step 11/22 : FROM alpine 04:49:20 latest: Pulling from library/alpine 04:49:20 b538f80385f9: Already exists 04:49:20 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 04:49:20 Status: Downloaded newer image for alpine:latest 04:49:20 ---> 62ee0e9f8440 04:49:20 Step 12/22 : ENV APP_PORT=49982 04:49:20 ---> Running in 75bc128acd28 04:49:21 Removing intermediate container 75bc128acd28 04:49:21 ---> f4e5325eaa15 04:49:21 Step 13/22 : EXPOSE $APP_PORT 04:49:21 ---> Running in bf69a99f8075 04:49:22 Removing intermediate container bf69a99f8075 04:49:22 ---> 48cada609d5d 04:49:22 Step 14/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/cmd / 04:49:23 ---> 7ce010c8e2ad 04:49:23 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/LICENSE / 04:49:24 ---> 34b4ec64c81a 04:49:24 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-mqtt-go/Attribution.txt / 04:49:25 ---> 6f986133b3a0 04:49:25 Step 17/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' 04:49:25 ---> Running in f1c4a98cad03 04:49:25 Removing intermediate container f1c4a98cad03 04:49:25 ---> 05c94a79592d 04:49:25 Step 18/22 : ENTRYPOINT ["/device-mqtt"] 04:49:25 ---> Running in 89928dc06a4d 04:49:26 Removing intermediate container 89928dc06a4d 04:49:26 ---> 32809c3fbde3 04:49:26 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:26 ---> Running in 28676ec56257 04:49:26 Removing intermediate container 28676ec56257 04:49:26 ---> 4f0ca87351d9 04:49:26 Step 20/22 : LABEL arch=arm64 04:49:26 ---> Running in 12127c2cd5f7 04:49:27 Removing intermediate container 12127c2cd5f7 04:49:27 ---> 35df700fa855 04:49:27 Step 21/22 : LABEL git_sha=fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:49:27 ---> Running in 5e6b37140c77 04:49:27 Removing intermediate container 5e6b37140c77 04:49:27 ---> 257518d66835 04:49:27 Step 22/22 : LABEL version=1.2.3-dev.2 04:49:27 ---> Running in 910af943273a 04:49:28 Removing intermediate container 910af943273a 04:49:28 ---> 983db2fc5e01 04:49:28 [Warning] One or more build-args [ARCH] were not consumed 04:49:28 Successfully built 983db2fc5e01 04:49:28 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 04:49:28 provisioning config files... 04:49:28 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/16@tmp/config7149586809645583817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:49:29 ---> docker-login.sh 04:49:29 nexus3.edgexfoundry.org:10001 04:49:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:29 Configure a credential helper to remove this warning. See 04:49:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:29 04:49:29 Login Succeeded 04:49:29 nexus3.edgexfoundry.org:10002 04:49:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:30 Configure a credential helper to remove this warning. See 04:49:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:30 04:49:30 Login Succeeded 04:49:30 nexus3.edgexfoundry.org:10003 04:49:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:31 Configure a credential helper to remove this warning. See 04:49:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:31 04:49:31 Login Succeeded 04:49:31 nexus3.edgexfoundry.org:10004 04:49:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:31 Configure a credential helper to remove this warning. See 04:49:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:31 04:49:31 Login Succeeded 04:49:31 docker.io 04:49:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:49:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:49:32 Configure a credential helper to remove this warning. See 04:49:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:49:32 04:49:32 Login Succeeded 04:49:32 ---> docker-login.sh ends [Pipeline] } 04:49:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:49:32 [edgeXDocker.push] Tagging docker image docker-device-mqtt-go-arm64 with the following tags: 04:49:32 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:49:32 latest 04:49:32 1.2.3-dev.2 04:49:32 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 04:49:32 master 04:49:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:49:33 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] isUnix [Pipeline] sh 04:49:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:49:33 42260f162807: Preparing 04:49:33 a0fef1daa751: Preparing 04:49:33 c5469c31ecf8: Preparing 04:49:33 e2f13739ad41: Preparing 04:49:33 e2f13739ad41: Layer already exists 04:49:33 a0fef1daa751: Pushed 04:49:33 42260f162807: Pushed 04:49:37 c5469c31ecf8: Pushed 04:49:37 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:49:37 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:49:38 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 04:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:49:38 42260f162807: Preparing 04:49:38 a0fef1daa751: Preparing 04:49:38 c5469c31ecf8: Preparing 04:49:38 e2f13739ad41: Preparing 04:49:38 c5469c31ecf8: Layer already exists 04:49:38 a0fef1daa751: Layer already exists 04:49:38 42260f162807: Layer already exists 04:49:38 e2f13739ad41: Layer already exists 04:49:38 latest: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:49:38 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 04:49:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.2 04:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:49:39 42260f162807: Preparing 04:49:39 a0fef1daa751: Preparing 04:49:39 c5469c31ecf8: Preparing 04:49:39 e2f13739ad41: Preparing 04:49:39 e2f13739ad41: Layer already exists 04:49:39 c5469c31ecf8: Layer already exists 04:49:39 42260f162807: Layer already exists 04:49:39 a0fef1daa751: Layer already exists 04:49:39 1.2.3-dev.2: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:49:39 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 04:49:39 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 04:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:49:39 42260f162807: Preparing 04:49:39 a0fef1daa751: Preparing 04:49:39 c5469c31ecf8: Preparing 04:49:39 e2f13739ad41: Preparing 04:49:39 42260f162807: Layer already exists 04:49:39 c5469c31ecf8: Layer already exists 04:49:39 a0fef1daa751: Layer already exists 04:49:39 e2f13739ad41: Layer already exists 04:49:40 fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] isUnix [Pipeline] sh 04:49:40 + docker tag docker-device-mqtt-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master [Pipeline] isUnix [Pipeline] sh 04:49:40 + docker push nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:master 04:49:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64] 04:49:40 42260f162807: Preparing 04:49:40 a0fef1daa751: Preparing 04:49:40 c5469c31ecf8: Preparing 04:49:40 e2f13739ad41: Preparing 04:49:41 e2f13739ad41: Layer already exists 04:49:41 c5469c31ecf8: Layer already exists 04:49:41 42260f162807: Layer already exists 04:49:41 a0fef1daa751: Layer already exists 04:49:41 master: digest: sha256:8c916185e328a6be18d29b5692589a7f39d1a24f16d334073fa624aa53ec2a57 size: 1154 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 04:49:41 ===================================================== [Pipeline] echo 04:49:41 taggedImages: 04:49:41 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:49:41 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:latest 04:49:41 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:1.2.3-dev.2 04:49:41 - nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d-1.2.3-dev.2 04:49:41 - 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 04:49:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 04:49:43 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 04:49:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:49:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:49:43 04:49:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 04:49:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:49:44 1.317.0: Pulling from edgex-devops/edgex-snyk-go 04:49:44 cbdbe7a5bc2a: Pulling fs layer 04:49:44 408f87550127: Pulling fs layer 04:49:44 fe522b08c979: Pulling fs layer 04:49:44 221eaa008020: Pulling fs layer 04:49:44 2a4607e5d6b9: Pulling fs layer 04:49:44 8f79b27c4fd2: Pulling fs layer 04:49:44 e5c8dbe1645b: Pulling fs layer 04:49:44 23e8b3b47431: Pulling fs layer 04:49:44 5c568d65a230: Pulling fs layer 04:49:44 221eaa008020: Waiting 04:49:44 2a4607e5d6b9: Waiting 04:49:44 8f79b27c4fd2: Waiting 04:49:44 e5c8dbe1645b: Waiting 04:49:44 23e8b3b47431: Waiting 04:49:44 5c568d65a230: Waiting 04:49:44 fe522b08c979: Verifying Checksum 04:49:44 fe522b08c979: Download complete 04:49:44 408f87550127: Download complete 04:49:44 2a4607e5d6b9: Verifying Checksum 04:49:44 2a4607e5d6b9: Download complete 04:49:44 8f79b27c4fd2: Verifying Checksum 04:49:44 8f79b27c4fd2: Download complete 04:49:44 cbdbe7a5bc2a: Verifying Checksum 04:49:44 cbdbe7a5bc2a: Pull complete 04:49:44 408f87550127: Pull complete 04:49:45 fe522b08c979: Pull complete 04:49:45 e5c8dbe1645b: Download complete 04:49:46 23e8b3b47431: Verifying Checksum 04:49:46 23e8b3b47431: Download complete 04:49:46 5c568d65a230: Verifying Checksum 04:49:46 5c568d65a230: Download complete 04:49:47 221eaa008020: Verifying Checksum 04:49:47 221eaa008020: Download complete 04:49:52 221eaa008020: Pull complete 04:49:52 2a4607e5d6b9: Pull complete 04:49:52 8f79b27c4fd2: Pull complete 04:49:54 e5c8dbe1645b: Pull complete 04:49:58 23e8b3b47431: Pull complete 04:49:59 5c568d65a230: Pull complete 04:49:59 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 04:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 04:49:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 04:49:59 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:49:59 $ 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 04:50:00 $ docker top 7b9e306d45cb27b79e9ec9efb78f873e9e375f02f889cc20226887183c3ce1a6 -eo pid,comm [Pipeline] { [Pipeline] sh 04:50:00 + snyk monitor '--org=edgex-jenkins' 04:50:18 04:50:18 Monitoring /w/workspace/gexfoundry_device-mqtt-go_master (github.com/edgexfoundry/device-mqtt-go)... 04:50:18 04:50:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/6acecf1b-85ea-4374-bf84-4fa5a6e664d0/history/ca9e5d08-5991-46e6-874b-3674316ce656 04:50:18 04:50:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 04:50:18 04:50:18 04:50:18 Snyk CLI supports Node.js 8 and higher. 04:50:18 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 04:50:18 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 04:50:18 04:50:18 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 04:50:18 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 04:50:18 $ docker stop --time=1 7b9e306d45cb27b79e9ec9efb78f873e9e375f02f889cc20226887183c3ce1a6 04:50:21 $ docker rm -f 7b9e306d45cb27b79e9ec9efb78f873e9e375f02f889cc20226887183c3ce1a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:50:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:50:22 04:50:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 04:50:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:50:22 latest: Pulling from edgex-devops/edgex-klar 04:50:22 e7c96db7181b: Pulling fs layer 04:50:22 1868ca2cb446: Pulling fs layer 04:50:22 136be5d0fe8e: Pulling fs layer 04:50:22 894bfe63afcb: Pulling fs layer 04:50:22 1868ca2cb446: Verifying Checksum 04:50:22 1868ca2cb446: Download complete 04:50:22 136be5d0fe8e: Verifying Checksum 04:50:22 136be5d0fe8e: Download complete 04:50:22 e7c96db7181b: Download complete 04:50:23 894bfe63afcb: Verifying Checksum 04:50:23 894bfe63afcb: Download complete 04:50:23 e7c96db7181b: Pull complete 04:50:23 1868ca2cb446: Pull complete 04:50:23 136be5d0fe8e: Pull complete 04:50:23 894bfe63afcb: Pull complete 04:50:23 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 04:50:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:50:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 04:50:23 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:50: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 04:50:25 $ docker top 51fc53f755a91650401201aeb4e2ab8fac2d0006448c0e8c6ce9c4c48d34d582 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:50:25 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:50:25 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:50:29 $ docker stop --time=1 51fc53f755a91650401201aeb4e2ab8fac2d0006448c0e8c6ce9c4c48d34d582 04:50:31 $ docker rm -f 51fc53f755a91650401201aeb4e2ab8fac2d0006448c0e8c6ce9c4c48d34d582 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:50:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:50:31 . [Pipeline] withDockerContainer 04:50:31 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:50:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/gexfoundry_device-mqtt-go_master -v /w/workspace/gexfoundry_device-mqtt-go_master:/w/workspace/gexfoundry_device-mqtt-go_master:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_master@tmp:/w/workspace/gexfoundry_device-mqtt-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 04:50:32 $ docker top b31cb7e5a3e6808f34f6bc4067713c5ed48158030e723702a3c58223a26526bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:50:33 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:50:33 + tee 04:50:33 clair timeout 1m0s 04:50:33 docker timeout: 1m0s 04:50:33 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:50:33 $ docker stop --time=1 b31cb7e5a3e6808f34f6bc4067713c5ed48158030e723702a3c58223a26526bc 04:50:35 $ docker rm -f b31cb7e5a3e6808f34f6bc4067713c5ed48158030e723702a3c58223a26526bc [Pipeline] // withDockerContainer [Pipeline] sh 04:50:35 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 04:50:35 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go_fe2df51579bf0cce1b2e428c0c04fcb23a980c4d.html [Pipeline] writeFile [Pipeline] step 04:50:35 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 04:50:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:50:36 . [Pipeline] withDockerContainer 04:50:36 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:50:36 $ 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 04:50:36 $ docker top 564eea7ea43b6b8e32101942cb87d19e4f3fdb13d96e076adc74cb8b31d2013f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:50:37 + tee 04:50:37 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:50:40 $ docker stop --time=1 564eea7ea43b6b8e32101942cb87d19e4f3fdb13d96e076adc74cb8b31d2013f 04:50:42 $ docker rm -f 564eea7ea43b6b8e32101942cb87d19e4f3fdb13d96e076adc74cb8b31d2013f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:50:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 04:50:42 . [Pipeline] withDockerContainer 04:50:42 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:50:42 $ 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 04:50:43 $ docker top 9f0ffd26f9b411c9050a6d6d9ea58df4f4ab5204fdff6b9f436c4e3be25b0790 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:50:43 + /klar nexus3.edgexfoundry.org:10004/docker-device-mqtt-go-arm64:fe2df51579bf0cce1b2e428c0c04fcb23a980c4d 04:50:43 + tee 04:50:43 clair timeout 1m0s 04:50:43 docker timeout: 1m0s 04:50:43 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 04:50:44 $ docker stop --time=1 9f0ffd26f9b411c9050a6d6d9ea58df4f4ab5204fdff6b9f436c4e3be25b0790 04:50:45 $ docker rm -f 9f0ffd26f9b411c9050a6d6d9ea58df4f4ab5204fdff6b9f436c4e3be25b0790 [Pipeline] // withDockerContainer [Pipeline] sh 04:50:46 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports [Pipeline] echo 04:50:46 Generated HTML Table Report. Writing to /w/workspace/gexfoundry_device-mqtt-go_master/clair-reports/clair_results_docker-device-mqtt-go-arm64_fe2df51579bf0cce1b2e428c0c04fcb23a980c4d.html [Pipeline] writeFile [Pipeline] step 04:50:46 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 04:50:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:50:47 . [Pipeline] withDockerContainer 04:50:47 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:50:47 $ 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 04:50:48 $ docker top f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:50:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:50:48 [ssh-agent] Looking for ssh-agent implementation... 04:50:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:50:48 $ docker exec f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 ssh-agent 04:50:49 SSH_AUTH_SOCK=/tmp/ssh-QacLwLIg7rWB/agent.12 04:50:49 SSH_AGENT_PID=17 04:50:49 Running ssh-add (command line suppressed) 04:50:49 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7356069415342777190.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7356069415342777190.key) 04:50:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:50:49 + git semver tag 04:50:49 # -> Open(): unable to determine branch for HEAD 04:50:49 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:50:49 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:50:49 # $SEMVER_REMOTE_NAME = origin 04:50:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:50:49 # $SEMVER_USER_NAME = edgex-jenkins 04:50:49 # $SEMVER_BRANCH = master 04:50:49 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 04:50:49 # fe2df51579bf0cce1b2e428c0c04fcb23a980c4d HEAD 04:50:49 # -> Force: false 04:50:49 # ba541c7cd7292fdea5ad8ac880819aa3442af299 refs/tags/v1.2.3-dev.2 [Pipeline] } 04:50:49 $ docker exec --env ******** --env ******** f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 ssh-agent -k 04:50:49 unset SSH_AUTH_SOCK; 04:50:49 unset SSH_AGENT_PID; 04:50:49 echo Agent pid 17 killed; 04:50:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:50:50 + git semver [Pipeline] } 04:50:50 $ docker stop --time=1 f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 04:50:51 $ docker rm -f f958eb2117413ecdd82d5024bf744f8d0d500fff6099d96c777cbf9cb8ea3157 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 04:50:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:50:52 04:50:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 04:50:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:50:52 0.23.1-centos7: Pulling from edgex-lftools 04:50:52 ab5ef0e58194: Pulling fs layer 04:50:52 9712f1f96733: Pulling fs layer 04:50:52 63f879dbbcfc: Pulling fs layer 04:50:52 0d9ebad4ef96: Pulling fs layer 04:50:52 e9a5061849ea: Pulling fs layer 04:50:52 d747dcd14b5f: Pulling fs layer 04:50:52 2de7ff778b66: Pulling fs layer 04:50:52 e9a5061849ea: Waiting 04:50:52 d747dcd14b5f: Waiting 04:50:52 2de7ff778b66: Waiting 04:50:52 0d9ebad4ef96: Waiting 04:50:52 9712f1f96733: Verifying Checksum 04:50:52 9712f1f96733: Download complete 04:50:53 63f879dbbcfc: Verifying Checksum 04:50:53 63f879dbbcfc: Download complete 04:50:53 e9a5061849ea: Verifying Checksum 04:50:53 e9a5061849ea: Download complete 04:50:53 d747dcd14b5f: Verifying Checksum 04:50:53 d747dcd14b5f: Download complete 04:50:54 2de7ff778b66: Verifying Checksum 04:50:54 2de7ff778b66: Download complete 04:50:54 0d9ebad4ef96: Verifying Checksum 04:50:54 0d9ebad4ef96: Download complete 04:50:54 ab5ef0e58194: Verifying Checksum 04:50:54 ab5ef0e58194: Download complete 04:51:00 ab5ef0e58194: Pull complete 04:51:00 9712f1f96733: Pull complete 04:51:01 63f879dbbcfc: Pull complete 04:51:09 0d9ebad4ef96: Pull complete 04:51:09 e9a5061849ea: Pull complete 04:51:09 d747dcd14b5f: Pull complete 04:51:13 2de7ff778b66: Pull complete 04:51:13 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 04:51:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 04:51:13 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 04:51:14 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:51:14 $ 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 04:51:17 $ docker top f1f22638ca6ffa9fb07771a276510dece28cc4f5fe634fbb0000237bd363e83c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 04:51:17 provisioning config files... 04:51:17 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6102123992137672165tmp 04:51:17 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config6969202277706245752tmp 04:51:17 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config1203047992490716778tmp [Pipeline] { [Pipeline] echo 04:51:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 04:51:18 ---> sigul-configuration.sh 04:51:18 gpg: directory `/root/.gnupg' created 04:51:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 04:51:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 04:51:18 gpg: keyring `/root/.gnupg/secring.gpg' created 04:51:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 04:51:18 gpg: CAST5 encrypted data 04:51:18 gpg: encrypted with 1 passphrase 04:51:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 04:51:18 + mkdir /home/jenkins 04:51:18 + mkdir /home/jenkins/sigul [Pipeline] sh 04:51:19 + 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 04:51:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 04:51:19 ---> sigul-install.sh 04:51:24 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 04:51:25 + git tag --list 04:51:25 v1.2.3-dev.2 [Pipeline] sh 04:51:25 + lftools sign git-tag v1.2.3-dev.2 04:51:26 Signing Git tag with Sigul... 04:51:26 Signing v1.2.3-dev.2 [Pipeline] echo 04:51:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 04:51:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 04:51:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 04:51:28 $ docker stop --time=1 f1f22638ca6ffa9fb07771a276510dece28cc4f5fe634fbb0000237bd363e83c 04:51:30 $ docker rm -f f1f22638ca6ffa9fb07771a276510dece28cc4f5fe634fbb0000237bd363e83c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 04:51:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:51:31 . [Pipeline] withDockerContainer 04:51:31 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:51:31 $ 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 04:51:31 $ docker top ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:51:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:51:32 [ssh-agent] Looking for ssh-agent implementation... 04:51:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:51:32 $ docker exec ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 ssh-agent 04:51:32 SSH_AUTH_SOCK=/tmp/ssh-cCNkEwEPeJpz/agent.12 04:51:32 SSH_AGENT_PID=17 04:51:32 Running ssh-add (command line suppressed) 04:51:32 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1134685289608193169.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_1134685289608193169.key) 04:51:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:51:33 + git semver bump pre 04:51:33 # -> Open(): unable to determine branch for HEAD 04:51:33 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:51:33 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:51:33 # $SEMVER_REMOTE_NAME = origin 04:51:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:51:33 # $SEMVER_USER_NAME = edgex-jenkins 04:51:33 # $SEMVER_BRANCH = master 04:51:33 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver 04:51:33 1.2.3-dev.3 [Pipeline] } 04:51:33 $ docker exec --env ******** --env ******** ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 ssh-agent -k 04:51:33 unset SSH_AUTH_SOCK; 04:51:33 unset SSH_AGENT_PID; 04:51:33 echo Agent pid 17 killed; 04:51:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:51:33 + git semver [Pipeline] } 04:51:34 $ docker stop --time=1 ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 04:51:35 $ docker rm -f ec7d4e8db0cb6cc5eb80e35c54190f0b0b70e0763aac63bb05a5e0e2fe5965a1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 04:51:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:51:35 . [Pipeline] withDockerContainer 04:51:35 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:51:36 $ 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 04:51:36 $ docker top 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:51:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:51:37 [ssh-agent] Looking for ssh-agent implementation... 04:51:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:51:37 $ docker exec 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd ssh-agent 04:51:37 SSH_AUTH_SOCK=/tmp/ssh-gIQImA7ifYRa/agent.11 04:51:37 SSH_AGENT_PID=16 04:51:37 Running ssh-add (command line suppressed) 04:51:37 Identity added: /w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7788559437251238759.key (/w/workspace/gexfoundry_device-mqtt-go_master@tmp/private_key_7788559437251238759.key) 04:51:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:51:38 + git semver push 04:51:38 # -> Open(): unable to determine branch for HEAD 04:51:38 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.git 04:51:38 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_master 04:51:38 # $SEMVER_REMOTE_NAME = origin 04:51:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:51:38 # $SEMVER_USER_NAME = edgex-jenkins 04:51:38 # $SEMVER_BRANCH = master 04:51:38 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_master/.semver [Pipeline] } 04:51:44 $ docker exec --env ******** --env ******** 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd ssh-agent -k 04:51:44 unset SSH_AUTH_SOCK; 04:51:44 unset SSH_AGENT_PID; 04:51:44 echo Agent pid 16 killed; 04:51:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:51:45 + git semver [Pipeline] } 04:51:45 $ docker stop --time=1 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd 04:51:46 $ docker rm -f 4cabd155ac8875a7fcd88a333cf234560a68b56b9349ce1d56ce797dee415abd [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 04:51:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:51:48 ---> package-listing.sh 04:51:48 ++ facter osfamily 04:51:48 ++ tr '[:upper:]' '[:lower:]' 04:51:48 + OS_FAMILY=redhat 04:51:48 + workspace=/w/workspace/gexfoundry_device-mqtt-go_master 04:51:48 + START_PACKAGES=/tmp/packages_start.txt 04:51:48 + END_PACKAGES=/tmp/packages_end.txt 04:51:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:51:48 + PACKAGES=/tmp/packages_start.txt 04:51:48 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 04:51:48 + PACKAGES=/tmp/packages_end.txt 04:51:48 + case "${OS_FAMILY}" in 04:51:48 + rpm -qa 04:51:48 + sort 04:51:52 + '[' -f /tmp/packages_start.txt ']' 04:51:52 + '[' -f /tmp/packages_end.txt ']' 04:51:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:51:52 + '[' /w/workspace/gexfoundry_device-mqtt-go_master ']' 04:51:52 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_master/archives/ 04:51:52 + 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 04:51:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:53 04:51:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:51:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:53 alpine: Pulling from edgex-lftools-log-publisher 04:51:53 df20fa9351a1: Pulling fs layer 04:51:53 36b3adc4ff6f: Pulling fs layer 04:51:53 8ad3a11d3b57: Pulling fs layer 04:51:53 46f8f816bc3b: Pulling fs layer 04:51:53 0dadc02b9964: Pulling fs layer 04:51:53 ce6a7cf60c04: Pulling fs layer 04:51:53 7a184a31f384: Pulling fs layer 04:51:53 0879bd2ef858: Pulling fs layer 04:51:53 46f8f816bc3b: Waiting 04:51:53 0dadc02b9964: Waiting 04:51:53 ce6a7cf60c04: Waiting 04:51:53 0879bd2ef858: Waiting 04:51:53 7a184a31f384: Waiting 04:51:53 36b3adc4ff6f: Download complete 04:51:53 46f8f816bc3b: Download complete 04:51:53 df20fa9351a1: Verifying Checksum 04:51:53 df20fa9351a1: Download complete 04:51:53 ce6a7cf60c04: Verifying Checksum 04:51:53 ce6a7cf60c04: Download complete 04:51:53 7a184a31f384: Verifying Checksum 04:51:53 7a184a31f384: Download complete 04:51:53 0dadc02b9964: Verifying Checksum 04:51:53 0dadc02b9964: Download complete 04:51:53 8ad3a11d3b57: Verifying Checksum 04:51:53 8ad3a11d3b57: Download complete 04:51:53 df20fa9351a1: Pull complete 04:51:54 36b3adc4ff6f: Pull complete 04:51:54 0879bd2ef858: Verifying Checksum 04:51:54 0879bd2ef858: Download complete 04:51:54 8ad3a11d3b57: Pull complete 04:51:55 46f8f816bc3b: Pull complete 04:51:55 0dadc02b9964: Pull complete 04:51:55 ce6a7cf60c04: Pull complete 04:51:55 7a184a31f384: Pull complete 04:51:58 0879bd2ef858: Pull complete 04:51:58 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 04:51:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:51:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:51:58 prd-centos7-docker-4c-2g-1776 does not seem to be running inside a container 04:51:58 $ 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 04:52:00 $ docker top 7891c1086fe75e10d929478fd5adb6ca512ecc31ca78c99062c6d1b0b5ab04c1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:52:01 + mkdir -p /var/log/sa [Pipeline] sh 04:52:01 + ls /var/log/sa-host 04:52:01 + sadf -c /var/log/sa-host/sa05 04:52:01 file_magic: OK 04:52:01 HZ: Using current value: 100 04:52:01 file_header: OK 04:52:01 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 04:52:01 Statistics: 04:52:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:52:01 File successfully converted to sysstat format version 12.2.1 04:52:01 + sadf -c /var/log/sa-host/sa08 04:52:01 file_magic: OK 04:52:01 HZ: Using current value: 100 04:52:01 file_header: OK 04:52:01 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 04:52:01 Statistics: 04:52:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:52:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:52:01 provisioning config files... 04:52:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_master@tmp/config4386973133209707169tmp [Pipeline] { [Pipeline] echo 04:52:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:52:02 ---> create-netrc.sh [Pipeline] echo 04:52:02 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:52:02 ---> logs-deploy.sh 04:52:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/master/16 04:52:02 INFO: archiving workspace using pattern(s): 04:52:03 Archives upload complete. 04:52:03 INFO: archiving logs to Nexus 04:52:04 ---> uname -a: 04:52:04 Linux 7891c1086fe7 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 04:52:04 04:52:04 04:52:04 ---> lscpu: 04:52:04 Architecture: x86_64 04:52:04 CPU op-mode(s): 32-bit, 64-bit 04:52:04 Byte Order: Little Endian 04:52:04 Address sizes: 40 bits physical, 48 bits virtual 04:52:04 CPU(s): 4 04:52:04 On-line CPU(s) list: 0-3 04:52:04 Thread(s) per core: 1 04:52:04 Core(s) per socket: 1 04:52:04 Socket(s): 4 04:52:04 NUMA node(s): 1 04:52:04 Vendor ID: GenuineIntel 04:52:04 CPU family: 6 04:52:04 Model: 44 04:52:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 04:52:04 Stepping: 1 04:52:04 CPU MHz: 2933.442 04:52:04 BogoMIPS: 5866.88 04:52:04 Virtualization: VT-x 04:52:04 Hypervisor vendor: KVM 04:52:04 Virtualization type: full 04:52:04 L1d cache: 128 KiB 04:52:04 L1i cache: 128 KiB 04:52:04 L2 cache: 16 MiB 04:52:04 L3 cache: 64 MiB 04:52:04 NUMA node0 CPU(s): 0-3 04:52:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 04:52:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 04:52:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 04:52:04 Vulnerability Meltdown: Mitigation; PTI 04:52:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:52:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 04:52:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 04:52:04 Vulnerability Tsx async abort: Not affected 04:52:04 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 04:52:04 04:52:04 04:52:04 ---> nproc: 04:52:04 4 04:52:04 04:52:04 04:52:04 ---> df -h: 04:52:04 Filesystem Size Used Available Use% Mounted on 04:52:04 overlay 50.0G 8.2G 41.8G 16% / 04:52:04 tmpfs 64.0M 0 64.0M 0% /dev 04:52:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 04:52:04 shm 64.0M 0 64.0M 0% /dev/shm 04:52:04 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 04:52:04 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 04:52:04 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 04:52:04 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 04:52:04 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-mqtt-go_master 04:52:04 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/gexfoundry_device-mqtt-go_master@tmp 04:52:04 04:52:04 04:52:04 ---> free -m: 04:52:04 total used free shared buff/cache available 04:52:04 Mem: 1837 746 116 0 974 1026 04:52:04 Swap: 1023 3 1020 04:52:04 04:52:04 04:52:04 ---> ip addr: 04:52:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 04:52:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 04:52:04 inet 127.0.0.1/8 scope host lo 04:52:04 valid_lft forever preferred_lft forever 04:52:04 24: eth0@if25: mtu 1458 qdisc noqueue state UP 04:52:04 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 04:52:04 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 04:52:04 valid_lft forever preferred_lft forever 04:52:04 04:52:04 04:52:04 ---> sar -b -r -n DEV: 04:52:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 04:52:04 04:52:04 04:43:44 LINUX RESTART (4 CPU) 04:52:04 04:52:04 04:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:52:04 04:46:01 3.18 0.00 3.18 0.00 0.00 101.62 0.00 04:52:04 04:47:01 0.33 0.00 0.33 0.00 0.00 4.88 0.00 04:52:04 04:48:01 0.27 0.00 0.27 0.00 0.00 3.51 0.00 04:52:04 04:49:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 04:52:04 04:50:01 157.05 88.83 68.22 0.00 5324.19 30313.00 0.00 04:52:04 04:51:01 128.13 44.66 83.47 0.00 2191.58 16183.43 0.00 04:52:04 Average: 48.27 22.27 26.00 0.00 1253.43 7774.94 0.00 04:52:04 04:52:04 04:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:52:04 04:46:01 161324 0 550128 29.24 2620 1167484 1105004 37.71 423808 1136628 12 04:52:04 04:47:01 163108 0 548340 29.14 2620 1167488 1074416 36.67 425060 1133608 8 04:52:04 04:48:01 161112 0 550332 29.25 2620 1167492 1074516 36.67 427368 1133600 20 04:52:04 04:49:01 158588 0 552852 29.38 2620 1167496 1074576 36.67 432804 1130188 12 04:52:04 04:50:01 133804 0 644924 34.28 2620 1100208 1281200 43.73 476960 1076896 56 04:52:04 04:51:01 97392 0 691572 36.76 2596 1089996 1512476 51.62 607360 964240 83544 04:52:04 Average: 145888 0 589691 31.34 2616 1143361 1187031 40.51 465560 1095860 13942 04:52:04 04:52:04 04:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:52:04 04:46:01 eth0 4.61 1.48 3.28 0.27 0.00 0.00 0.00 0.00 04:52:04 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:47:01 eth0 2.11 0.68 0.65 0.40 0.00 0.00 0.00 0.00 04:52:04 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:48:01 eth0 2.31 0.98 0.88 0.60 0.00 0.00 0.00 0.00 04:52:04 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:49:01 eth0 2.48 0.48 0.44 0.21 0.00 0.00 0.00 0.00 04:52:04 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:50:01 eth0 414.22 355.27 3786.64 29.89 0.00 0.00 0.00 0.00 04:52:04 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:50:01 vethdb1afcc 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:51:01 eth0 474.69 406.30 3480.93 108.93 0.00 0.00 0.00 0.00 04:52:04 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 04:51:01 docker0 26.95 28.14 3.07 80.79 0.00 0.00 0.00 0.00 04:52:04 Average: eth0 150.30 127.73 1213.79 23.44 0.00 0.00 0.00 0.00 04:52:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:52:04 Average: docker0 4.51 4.71 0.51 13.51 0.00 0.00 0.00 0.00 04:52:04 04:52:04 04:52:04 ---> sar -P ALL: 04:52:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 04:52:04 04:52:04 04:43:44 LINUX RESTART (4 CPU) 04:52:04 04:52:04 04:45:01 CPU %user %nice %system %iowait %steal %idle 04:52:04 04:46:01 all 0.20 0.00 0.06 0.00 0.00 99.74 04:52:04 04:46:01 0 0.38 0.00 0.08 0.00 0.00 99.53 04:52:04 04:46:01 1 0.28 0.00 0.03 0.00 0.00 99.68 04:52:04 04:46:01 2 0.08 0.00 0.07 0.00 0.00 99.85 04:52:04 04:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 04:52:04 04:47:01 all 0.18 0.00 0.05 0.00 0.00 99.78 04:52:04 04:47:01 0 0.50 0.00 0.05 0.00 0.00 99.45 04:52:04 04:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:52:04 04:47:01 2 0.10 0.00 0.05 0.00 0.00 99.85 04:52:04 04:47:01 3 0.08 0.00 0.03 0.00 0.00 99.88 04:52:04 04:48:01 all 0.18 0.00 0.04 0.00 0.00 99.78 04:52:04 04:48:01 0 0.55 0.00 0.03 0.00 0.00 99.42 04:52:04 04:48:01 1 0.03 0.00 0.05 0.00 0.00 99.92 04:52:04 04:48:01 2 0.12 0.00 0.03 0.00 0.00 99.85 04:52:04 04:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 04:52:04 04:49:01 all 0.16 0.00 0.05 0.00 0.00 99.79 04:52:04 04:49:01 0 0.52 0.00 0.07 0.00 0.00 99.42 04:52:04 04:49:01 1 0.03 0.00 0.07 0.00 0.00 99.90 04:52:04 04:49:01 2 0.05 0.00 0.03 0.00 0.02 99.90 04:52:04 04:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 04:52:04 04:50:01 all 6.37 0.00 3.91 0.85 0.02 88.84 04:52:04 04:50:01 0 6.32 0.00 3.96 0.44 0.05 89.24 04:52:04 04:50:01 1 6.34 0.00 3.69 0.56 0.02 89.40 04:52:04 04:50:01 2 6.26 0.00 4.06 0.22 0.02 89.44 04:52:04 04:50:01 3 6.57 0.00 3.93 2.19 0.00 87.30 04:52:04 04:51:01 all 7.68 0.00 5.47 1.74 0.04 85.07 04:52:04 04:51:01 0 7.72 0.00 5.55 2.57 0.03 84.13 04:52:04 04:51:01 1 7.77 0.00 5.79 1.65 0.05 84.74 04:52:04 04:51:01 2 7.88 0.00 5.37 1.78 0.02 84.95 04:52:04 04:51:01 3 7.36 0.00 5.15 0.98 0.05 86.46 04:52:04 Average: all 2.45 0.00 1.58 0.43 0.01 95.53 04:52:04 Average: 0 2.64 0.00 1.61 0.50 0.01 95.24 04:52:04 Average: 1 2.40 0.00 1.60 0.36 0.01 95.62 04:52:04 Average: 2 2.40 0.00 1.59 0.33 0.01 95.66 04:52:04 Average: 3 2.34 0.00 1.53 0.52 0.01 95.60 04:52:04 04:52:04 04:52:04