Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c5c0b25878f760de5fc762f4e5751ff9b1eaad85 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 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 d07cd02ecb4437160b67c3e2c8b9f8516fc20714 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d07cd02ecb4437160b67c3e2c8b9f8516fc20714 # timeout=10 Commit message: "Merge pull request #233 from ernestojeda/fix-snap-workspace-issue" > 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-modbus-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-modbus-go-settings PROJECT: device-modbus-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-modbus-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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-883 in /w/workspace/xfoundry_device-modbus-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-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c5c0b25878f760de5fc762f4e5751ff9b1eaad85 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c5c0b25878f760de5fc762f4e5751ff9b1eaad85 # timeout=10 Commit message: "Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD" > git rev-list --no-walk ac842be5e75fcd5e4c012862374abb44191cceb5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:57:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:57:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:57:08 ========================================================= 20:57:08 EdgeX Global Pipelines Version Info 20:57:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:57:11 ------------------- 20:57:11 stable info: 20:57:11 ------------------- 20:57:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:57:11 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 20:57:11 Message: update stable to v1.0.115 20:57:11 ------------------- 20:57:11 experimental info: 20:57:11 ------------------- 20:57:11 Commited By: **** collab-it+edgex@linuxfoundation.org 20:57:11 Commit SHA: d07cd02ecb4437160b67c3e2c8b9f8516fc20714 20:57:11 Message: update experimental to v1.0.115 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 20:57:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 20:57:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 20:57:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:57:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:57:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:57:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 20:57:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:57:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c5c0b25 [Pipeline] echo 20:57:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:57:15 + git log --format=format:%s -1 c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] echo 20:57:15 GIT_COMMIT: c5c0b25878f760de5fc762f4e5751ff9b1eaad85, Commit Message: Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD [Pipeline] echo 20:57:15 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:57:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:16 20:57:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:57:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:17 latest: Pulling from edgex-devops/git-semver 20:57:17 31603596830f: Pulling fs layer 20:57:17 2a8b12db71e7: Pulling fs layer 20:57:17 6ca5941a6612: Pulling fs layer 20:57:17 ecc8261a40a4: Pulling fs layer 20:57:17 ecc8261a40a4: Waiting 20:57:17 2a8b12db71e7: Verifying Checksum 20:57:17 2a8b12db71e7: Download complete 20:57:17 31603596830f: Verifying Checksum 20:57:17 31603596830f: Download complete 20:57:17 ecc8261a40a4: Verifying Checksum 20:57:17 ecc8261a40a4: Download complete 20:57:17 6ca5941a6612: Verifying Checksum 20:57:17 6ca5941a6612: Download complete 20:57:17 31603596830f: Pull complete 20:57:18 2a8b12db71e7: Pull complete 20:57:19 6ca5941a6612: Pull complete 20:57:19 ecc8261a40a4: Pull complete 20:57:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:57:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:57:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:57:20 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 20:57:20 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:57:23 $ docker top 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:57:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:23 [ssh-agent] Looking for ssh-agent implementation... 20:57:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:23 $ docker exec 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent 20:57:23 SSH_AUTH_SOCK=/tmp/ssh-mxAbtBqV50zZ/agent.13 20:57:23 SSH_AGENT_PID=18 20:57:23 Running ssh-add (command line suppressed) 20:57:24 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8390571243702856959.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8390571243702856959.key) 20:57:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:24 + git describe --exact-match --tags HEAD 20:57:24 fatal: No names found, cannot describe anything. [Pipeline] } 20:57:24 $ docker exec --env ******** --env ******** 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent -k 20:57:24 unset SSH_AUTH_SOCK; 20:57:24 unset SSH_AGENT_PID; 20:57:24 echo Agent pid 18 killed; 20:57:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 20:57:25 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 20:57:25 This usually means this commit has not been tagged. [Pipeline] sshagent 20:57:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:57:25 [ssh-agent] Looking for ssh-agent implementation... 20:57:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:57:25 $ docker exec 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent 20:57:25 SSH_AUTH_SOCK=/tmp/ssh-8hyxPUeFDXOJ/agent.47 20:57:25 SSH_AGENT_PID=52 20:57:25 Running ssh-add (command line suppressed) 20:57:25 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6168069097574955757.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6168069097574955757.key) 20:57:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:57:26 + git semver init 20:57:26 # -> Open(): unable to determine branch for HEAD 20:57:26 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 20:57:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 20:57:26 # $SEMVER_REMOTE_NAME = origin 20:57:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:57:26 # $SEMVER_USER_NAME = edgex-jenkins 20:57:26 # $SEMVER_BRANCH = master 20:57:26 # $SEMVER_TEMP = /tmp/semver-869278274 20:57:26 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 20:57:27 # '/tmp/semver-869278274' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 20:57:27 # -> Force: false 20:57:27 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 20:57:27 $ docker exec --env ******** --env ******** 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf ssh-agent -k 20:57:27 unset SSH_AUTH_SOCK; 20:57:27 unset SSH_AGENT_PID; 20:57:27 echo Agent pid 52 killed; 20:57:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:57:27 + git semver [Pipeline] } 20:57:28 $ docker stop --time=1 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf 20:57:29 $ docker rm -f 1e3a31287ed0634295bc78f0e81bf333a9ff6f3290c82c28e2e8db4b95a8bfaf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 20:57:30 Stashed 21 file(s) [Pipeline] echo 20:57:30 [edgeXSemver]: initialized semver on version 1.2.3-dev.2 [Pipeline] echo 20:57:30 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 20:57:46 Still waiting to schedule task 20:57:46 ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-886’ is offline 20:57:46 Still waiting to schedule task 20:57:46 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-881’ 20:57:52 Running on prd-centos7-docker-4c-2g-886 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 20:57:52 Running in /w/workspace/device-modbus-go/20 [Pipeline] { [Pipeline] checkout 20:57:55 using credential edgex-jenkins-ssh 20:57:55 Cloning the remote Git repository 20:57:55 Cloning with configured refspecs honoured and without tags 20:57:56 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 20:57:56 > git init /w/workspace/device-modbus-go/20 # timeout=10 20:57:56 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 20:57:56 > git --version # timeout=10 20:57:56 > git --version # 'git version 2.16.5' 20:57:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:57:56 Fetching without tags 20:57:57 Checking out Revision c5c0b25878f760de5fc762f4e5751ff9b1eaad85 (master) 20:57:56 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 20:57:56 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 20:57:56 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 20:57:56 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 20:57:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:56 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:57:57 > git config core.sparsecheckout # timeout=10 20:57:57 > git checkout -f c5c0b25878f760de5fc762f4e5751ff9b1eaad85 # timeout=10 20:58:00 Commit message: "Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 20:58:01 ========================================================= 20:58:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 20:58:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:58:02 + 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 . 20:58:02 Sending build context to Docker daemon 645.1kB 20:58:02 Step 1/8 : ARG BASE=golang:1.13-alpine 20:58:02 Step 2/8 : FROM ${BASE} 20:58:02 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 20:58:02 df20fa9351a1: Pulling fs layer 20:58:02 ed8968b2872e: Pulling fs layer 20:58:02 a92cc7c5fd73: Pulling fs layer 20:58:02 2dd03ba5bac4: Pulling fs layer 20:58:02 1e091d79d1de: Pulling fs layer 20:58:02 481702a1767f: Pulling fs layer 20:58:02 f64a6f60c768: Pulling fs layer 20:58:02 e78d2573fc39: Pulling fs layer 20:58:02 e876d2f968b6: Pulling fs layer 20:58:02 ce8a83651883: Pulling fs layer 20:58:02 07967f4d0e4b: Pulling fs layer 20:58:02 f64a6f60c768: Waiting 20:58:02 e78d2573fc39: Waiting 20:58:02 ce8a83651883: Waiting 20:58:02 e876d2f968b6: Waiting 20:58:02 07967f4d0e4b: Waiting 20:58:02 2dd03ba5bac4: Waiting 20:58:02 1e091d79d1de: Waiting 20:58:02 481702a1767f: Waiting 20:58:02 a92cc7c5fd73: Download complete 20:58:02 ed8968b2872e: Verifying Checksum 20:58:02 ed8968b2872e: Download complete 20:58:02 1e091d79d1de: Verifying Checksum 20:58:02 1e091d79d1de: Download complete 20:58:02 481702a1767f: Verifying Checksum 20:58:02 481702a1767f: Download complete 20:58:02 df20fa9351a1: Download complete 20:58:02 df20fa9351a1: Pull complete 20:58:03 f64a6f60c768: Verifying Checksum 20:58:03 f64a6f60c768: Download complete 20:58:03 e876d2f968b6: Verifying Checksum 20:58:03 e876d2f968b6: Download complete 20:58:04 ce8a83651883: Verifying Checksum 20:58:04 ce8a83651883: Download complete 20:58:04 2dd03ba5bac4: Verifying Checksum 20:58:04 2dd03ba5bac4: Download complete 20:58:04 07967f4d0e4b: Verifying Checksum 20:58:04 07967f4d0e4b: Download complete 20:58:04 e78d2573fc39: Verifying Checksum 20:58:04 e78d2573fc39: Download complete 20:58:04 ed8968b2872e: Pull complete 20:58:05 a92cc7c5fd73: Pull complete 20:58:10 2dd03ba5bac4: Pull complete 20:58:10 1e091d79d1de: Pull complete 20:58:10 481702a1767f: Pull complete 20:58:16 f64a6f60c768: Pull complete 20:58:18 e78d2573fc39: Pull complete 20:58:18 e876d2f968b6: Pull complete 20:58:20 ce8a83651883: Pull complete 20:58:20 07967f4d0e4b: Pull complete 20:58:20 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 20:58:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 20:58:20 ---> 5d7c900382c6 20:58:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 20:58:21 ---> Running in 3ecebaf7113c 20:58:21 Removing intermediate container 3ecebaf7113c 20:58:21 ---> b6eda7831754 20:58:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:21 ---> Running in 436911fa34ce 20:58:23 Removing intermediate container 436911fa34ce 20:58:23 ---> f3508cba040a 20:58:23 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 20:58:23 ---> Running in 045e4a8d6852 20:58:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:24 (1/14) Installing libmagic (5.38-r0) 20:58:24 (2/14) Installing file (5.38-r0) 20:58:25 (3/14) Installing libc-dev (0.7.2-r3) 20:58:25 (4/14) Installing g++ (9.3.0-r2) 20:58:30 (5/14) Installing fortify-headers (1.1-r0) 20:58:30 (6/14) Installing patch (2.7.6-r6) 20:58:30 (7/14) Installing build-base (0.5-r2) 20:58:30 (8/14) Installing openssh-keygen (8.3_p1-r0) 20:58:30 (9/14) Installing libedit (20191231.3.1-r0) 20:58:30 (10/14) Installing openssh-client (8.3_p1-r0) 20:58:30 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 20:58:30 (12/14) Installing openssh-server-common (8.3_p1-r0) 20:58:30 (13/14) Installing openssh-server (8.3_p1-r0) 20:58:30 (14/14) Installing openssh (8.3_p1-r0) 20:58:31 Executing busybox-1.31.1-r16.trigger 20:58:31 OK: 237 MiB in 53 packages 20:58:35 Removing intermediate container 045e4a8d6852 20:58:35 ---> 139526e0b0b1 20:58:35 Step 6/8 : WORKDIR /device-modbus-go 20:58:35 ---> Running in f2caf68bc9fa 20:58:35 Removing intermediate container f2caf68bc9fa 20:58:35 ---> a233ee1ebdc7 20:58:35 Step 7/8 : COPY . . 20:58:35 ---> 4cf9f2bcd1c8 20:58:35 Step 8/8 : RUN go mod download 20:58:35 ---> Running in be15708eb653 20:58:38 go: finding github.com/BurntSushi/toml v0.3.1 20:58:38 go: finding github.com/OneOfOne/xxhash v1.2.6 20:58:38 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 20:58:38 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:58:38 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 20:58:38 go: finding github.com/bgentry/speakeasy v0.1.0 20:58:38 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 20:58:38 go: finding github.com/davecgh/go-spew v1.1.1 20:58:38 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 20:58:38 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 20:58:38 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 20:58:38 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 20:58:38 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 20:58:38 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 20:58:38 go: finding github.com/fatih/color v1.7.0 20:58:38 go: finding github.com/fxamacker/cbor/v2 v2.2.0 20:58:38 go: finding github.com/go-kit/kit v0.8.0 20:58:38 go: finding github.com/go-logfmt/logfmt v0.4.0 20:58:38 go: finding github.com/go-stack/stack v1.8.0 20:58:38 go: finding github.com/goburrow/modbus v0.1.0 20:58:38 go: finding github.com/goburrow/serial v0.1.0 20:58:38 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:58:38 go: finding github.com/google/uuid v1.1.1 20:58:38 go: finding github.com/gorilla/mux v1.7.1 20:58:38 go: finding github.com/hashicorp/consul/api v1.1.0 20:58:38 go: finding github.com/hashicorp/consul/sdk v0.1.1 20:58:38 go: finding github.com/hashicorp/errwrap v1.0.0 20:58:38 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 20:58:38 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 20:58:39 go: finding github.com/hashicorp/go-msgpack v0.5.3 20:58:39 go: finding github.com/hashicorp/go-multierror v1.0.0 20:58:39 go: finding github.com/hashicorp/go-rootcerts v1.0.0 20:58:39 go: finding github.com/hashicorp/go-sockaddr v1.0.1 20:58:39 go: finding github.com/hashicorp/go-syslog v1.0.0 20:58:39 go: finding github.com/hashicorp/go-uuid v1.0.1 20:58:39 go: finding github.com/hashicorp/go.net v0.0.1 20:58:39 go: finding github.com/hashicorp/golang-lru v0.5.1 20:58:39 go: finding github.com/hashicorp/logutils v1.0.0 20:58:39 go: finding github.com/hashicorp/mdns v1.0.0 20:58:39 go: finding github.com/hashicorp/memberlist v0.1.3 20:58:39 go: finding github.com/hashicorp/serf v0.8.2 20:58:39 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:58:39 go: finding github.com/mattn/go-colorable v0.0.9 20:58:39 go: finding github.com/mattn/go-isatty v0.0.3 20:58:39 go: finding github.com/miekg/dns v1.1.4 20:58:39 go: finding github.com/mitchellh/cli v1.0.0 20:58:39 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:58:39 go: finding github.com/mitchellh/copystructure v1.0.0 20:58:39 go: finding github.com/mitchellh/go-homedir v1.1.0 20:58:39 go: finding github.com/mitchellh/go-testing-interface v1.0.0 20:58:39 go: finding github.com/mitchellh/go-wordwrap v1.0.0 20:58:39 go: finding github.com/mitchellh/gox v0.4.0 20:58:40 go: finding github.com/mitchellh/iochan v1.0.0 20:58:40 go: finding github.com/mitchellh/mapstructure v1.1.2 20:58:40 go: finding github.com/mitchellh/reflectwalk v1.0.0 20:58:40 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:58:40 go: finding github.com/pelletier/go-toml v1.2.0 20:58:40 go: finding github.com/pkg/errors v0.8.1 20:58:40 go: finding github.com/pmezard/go-difflib v1.0.0 20:58:40 go: finding github.com/posener/complete v1.1.1 20:58:40 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 20:58:40 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:58:40 go: finding github.com/stretchr/objx v0.1.0 20:58:40 go: finding github.com/stretchr/testify v1.5.1 20:58:40 go: finding github.com/ugorji/go v1.1.4 20:58:40 go: finding github.com/x448/float16 v0.8.4 20:58:40 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 20:58:40 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 20:58:40 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 20:58:40 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 20:58:40 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 20:58:40 go: finding gopkg.in/yaml.v2 v2.2.8 20:58:49 Removing intermediate container be15708eb653 20:58:49 ---> 059e5bffde7a 20:58:49 Successfully built 059e5bffde7a 20:58:49 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 20:58:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:58:50 + ls -al . 20:58:50 total 64 20:58:50 drwxrwxr-x. 10 jenkins jenkins 4096 Aug 31 20:58 . 20:58:50 drwxrwxr-x. 4 jenkins jenkins 30 Aug 31 20:57 .. 20:58:50 -rw-rw-r--. 1 jenkins jenkins 5049 Aug 31 20:57 Attribution.txt 20:58:50 drwxrwxr-x. 2 jenkins jenkins 87 Aug 31 20:57 bin 20:58:50 drwxrwxr-x. 3 jenkins jenkins 32 Aug 31 20:57 cmd 20:58:50 -rw-rw-r--. 1 jenkins jenkins 1430 Aug 31 20:57 Dockerfile 20:58:50 -rw-rw-r--. 1 jenkins jenkins 954 Aug 31 20:57 Dockerfile.build 20:58:50 -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 20:57 .dockerignore 20:58:50 drwxrwxr-x. 8 jenkins jenkins 162 Aug 31 20:58 .git 20:58:50 drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 20:57 .github 20:58:50 -rw-rw-r--. 1 jenkins jenkins 330 Aug 31 20:57 .gitignore 20:58:50 -rw-rw-r--. 1 jenkins jenkins 559 Aug 31 20:57 go.mod 20:58:50 drwxrwxr-x. 3 jenkins jenkins 20 Aug 31 20:57 internal 20:58:50 -rw-rw-r--. 1 jenkins jenkins 702 Aug 31 20:57 Jenkinsfile 20:58:50 -rw-rw-r--. 1 jenkins jenkins 11340 Aug 31 20:57 LICENSE 20:58:50 -rw-rw-r--. 1 jenkins jenkins 880 Aug 31 20:57 Makefile 20:58:50 -rw-rw-r--. 1 jenkins jenkins 591 Aug 31 20:57 README.md 20:58:50 drwxrwxr-x. 3 jenkins jenkins 44 Aug 31 20:58 .semver 20:58:50 drwxrwxr-x. 2 jenkins jenkins 35 Aug 31 20:57 simulator 20:58:50 drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 20:57 snap 20:58:50 -rw-rw-r--. 1 jenkins jenkins 11 Aug 31 20:57 VERSION 20:58:50 -rw-rw-r--. 1 jenkins jenkins 229 Aug 31 20:57 version.go [Pipeline] isUnix [Pipeline] sh 20:58:51 + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 --label arch=amd64 --label version=1.2.3-dev.2 . 20:58:51 Sending build context to Docker daemon 645.1kB 20:58:51 Step 1/20 : ARG BASE=golang:1.13-alpine 20:58:51 Step 2/20 : FROM ${BASE} AS builder 20:58:51 ---> 059e5bffde7a 20:58:51 Step 3/20 : ARG MAKE='make build' 20:58:51 ---> Running in 1d385eb5dd06 20:58:51 Removing intermediate container 1d385eb5dd06 20:58:51 ---> a71b40a34a14 20:58:51 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:58:51 ---> Running in e09483513e38 20:58:52 Removing intermediate container e09483513e38 20:58:52 ---> 3b66b1b87171 20:58:52 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 20:58:52 ---> Running in 9b0c05f073d7 20:58:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:58:54 OK: 237 MiB in 53 packages 20:58:54 Removing intermediate container 9b0c05f073d7 20:58:54 ---> f8f0092c0da9 20:58:54 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 20:58:55 ---> Running in 88f8868b5627 20:58:55 Removing intermediate container 88f8868b5627 20:58:55 ---> b689916cd646 20:58:55 Step 7/20 : COPY . . 20:58:56 ---> 0130b702b015 20:58:56 Step 8/20 : RUN ${MAKE} 20:58:56 ---> Running in 1888198246cd 20:58:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.2" -o cmd/device-modbus ./cmd 20:59:06 CGO_ENABLED=0 GO111MODULE=on go build ./... 20:59:09 Removing intermediate container 1888198246cd 20:59:09 ---> 4e37463f729c 20:59:09 Step 9/20 : FROM scratch 20:59:09 ---> 20:59:09 Step 10/20 : ENV APP_PORT=49991 20:59:09 ---> Running in 292b4fa28131 20:59:09 Removing intermediate container 292b4fa28131 20:59:09 ---> d1a1aefda8ee 20:59:09 Step 11/20 : EXPOSE $APP_PORT 20:59:09 ---> Running in 11ecae861528 20:59:09 Removing intermediate container 11ecae861528 20:59:09 ---> ee5d969025d7 20:59:09 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 20:59:10 ---> fc73e85c6f49 20:59:10 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 20:59:10 ---> 40624d927fd4 20:59:10 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 20:59:11 ---> 5b57c43845de 20:59:11 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 20:59:11 ---> Running in 08b0fc32c759 20:59:11 Removing intermediate container 08b0fc32c759 20:59:11 ---> 6dc6d0479409 20:59:11 Step 16/20 : ENTRYPOINT ["/device-modbus"] 20:59:11 ---> Running in 05589ecd5455 20:59:11 Removing intermediate container 05589ecd5455 20:59:11 ---> c08bfeba0b68 20:59:11 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:59:11 ---> Running in 283d97731f79 20:59:11 Removing intermediate container 283d97731f79 20:59:11 ---> 275601d9b388 20:59:11 Step 18/20 : LABEL arch=amd64 20:59:11 ---> Running in 90df3d688784 20:59:11 Removing intermediate container 90df3d688784 20:59:11 ---> 87cbb0a5d967 20:59:11 Step 19/20 : LABEL git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 20:59:12 ---> Running in 19c0ed237985 20:59:12 Removing intermediate container 19c0ed237985 20:59:12 ---> d5fa32f88b44 20:59:12 Step 20/20 : LABEL version=1.2.3-dev.2 20:59:12 ---> Running in 47f642ded65a 20:59:12 Removing intermediate container 47f642ded65a 20:59:12 ---> 9565f9b07603 20:59:12 [Warning] One or more build-args [ARCH] were not consumed 20:59:12 Successfully built 9565f9b07603 20:59:12 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:59:12 provisioning config files... 20:59:12 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/20@tmp/config5367066948463450231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:59:13 ---> docker-login.sh 20:59:13 nexus3.edgexfoundry.org:10001 20:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:13 Configure a credential helper to remove this warning. See 20:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:13 20:59:13 Login Succeeded 20:59:13 nexus3.edgexfoundry.org:10002 20:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:13 Configure a credential helper to remove this warning. See 20:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:13 20:59:13 Login Succeeded 20:59:13 nexus3.edgexfoundry.org:10003 20:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:13 Configure a credential helper to remove this warning. See 20:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:13 20:59:13 Login Succeeded 20:59:13 nexus3.edgexfoundry.org:10004 20:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:14 Configure a credential helper to remove this warning. See 20:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:14 20:59:14 Login Succeeded 20:59:14 docker.io 20:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:59:14 Configure a credential helper to remove this warning. See 20:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:59:14 20:59:14 Login Succeeded 20:59:14 ---> docker-login.sh ends [Pipeline] } 20:59:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:59:14 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 20:59:14 c5c0b25878f760de5fc762f4e5751ff9b1eaad85 20:59:14 latest 20:59:14 1.2.3-dev.2 20:59:14 c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 20:59:14 master 20:59:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:59:15 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] isUnix [Pipeline] sh 20:59:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 20:59:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:59:15 40ac33d9b306: Preparing 20:59:15 f261e1e4c25d: Preparing 20:59:15 537c8404c0e7: Preparing 20:59:15 40ac33d9b306: Pushed 20:59:15 f261e1e4c25d: Pushed 20:59:16 537c8404c0e7: Pushed 20:59:16 c5c0b25878f760de5fc762f4e5751ff9b1eaad85: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh 20:59:16 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 20:59:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 20:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:59:17 40ac33d9b306: Preparing 20:59:17 f261e1e4c25d: Preparing 20:59:17 537c8404c0e7: Preparing 20:59:17 40ac33d9b306: Layer already exists 20:59:17 f261e1e4c25d: Layer already exists 20:59:17 537c8404c0e7: Layer already exists 20:59:17 latest: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh 20:59:17 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 20:59:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.2 20:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:59:17 40ac33d9b306: Preparing 20:59:17 f261e1e4c25d: Preparing 20:59:17 537c8404c0e7: Preparing 20:59:17 40ac33d9b306: Layer already exists 20:59:17 537c8404c0e7: Layer already exists 20:59:17 f261e1e4c25d: Layer already exists 20:59:17 1.2.3-dev.2: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh 20:59:18 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 20:59:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 20:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:59:18 40ac33d9b306: Preparing 20:59:18 f261e1e4c25d: Preparing 20:59:18 537c8404c0e7: Preparing 20:59:18 40ac33d9b306: Layer already exists 20:59:18 537c8404c0e7: Layer already exists 20:59:18 f261e1e4c25d: Layer already exists 20:59:18 c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] isUnix [Pipeline] sh 20:59:18 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 20:59:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 20:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 20:59:19 40ac33d9b306: Preparing 20:59:19 f261e1e4c25d: Preparing 20:59:19 537c8404c0e7: Preparing 20:59:19 537c8404c0e7: Layer already exists 20:59:19 40ac33d9b306: Layer already exists 20:59:19 f261e1e4c25d: Layer already exists 20:59:19 master: digest: sha256:214bcd86022886cdacce31fc9f0466c99d432531f383a31678c5efe3bb7d8755 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:59:19 ===================================================== [Pipeline] echo 20:59:19 taggedImages: 20:59:19 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 20:59:19 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 20:59:19 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.2 20:59:19 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 20:59:19 - nexus3.edgexfoundry.org:10004/docker-device-modbus-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] } 21:00:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-888 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 21:00:23 Running in /w/workspace/device-modbus-go/20 [Pipeline] { [Pipeline] checkout 21:00:28 using credential edgex-jenkins-ssh 21:00:28 Cloning the remote Git repository 21:00:28 Cloning with configured refspecs honoured and without tags 21:00:29 Fetching without tags 21:00:28 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 21:00:28 > git init /w/workspace/device-modbus-go/20 # timeout=10 21:00:28 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 21:00:28 > git --version # timeout=10 21:00:28 > git --version # 'git version 2.17.1' 21:00:28 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:00:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 21:00:29 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 21:00:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 21:00:29 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 21:00:29 using GIT_SSH to set credentials SSH Credentials for GitHub 21:00:29 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 21:00:30 Checking out Revision c5c0b25878f760de5fc762f4e5751ff9b1eaad85 (master) 21:00:30 > git config core.sparsecheckout # timeout=10 21:00:30 > git checkout -f c5c0b25878f760de5fc762f4e5751ff9b1eaad85 # timeout=10 21:00:34 Commit message: "Merge pull request #169 from venkata-subbareddyK/update-Dockerfile-forCMD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:00:35 ========================================================= 21:00:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 21:00:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:00:36 + 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 . 21:00:37 Sending build context to Docker daemon 645.1kB 21:00:37 Step 1/8 : ARG BASE=golang:1.13-alpine 21:00:37 Step 2/8 : FROM ${BASE} 21:00:38 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:00:38 b538f80385f9: Pulling fs layer 21:00:38 74f711af9a0d: Pulling fs layer 21:00:38 99f96fe45779: Pulling fs layer 21:00:38 fd7a069fd194: Pulling fs layer 21:00:38 66aa3694b03b: Pulling fs layer 21:00:38 170f70906a0f: Pulling fs layer 21:00:38 ad7c5574e4b9: Pulling fs layer 21:00:38 e772456be8f7: Pulling fs layer 21:00:38 c890913d741a: Pulling fs layer 21:00:38 2480fcc9aa5a: Pulling fs layer 21:00:38 09adf4765672: Pulling fs layer 21:00:38 ad7c5574e4b9: Waiting 21:00:38 e772456be8f7: Waiting 21:00:38 c890913d741a: Waiting 21:00:38 2480fcc9aa5a: Waiting 21:00:38 fd7a069fd194: Waiting 21:00:38 66aa3694b03b: Waiting 21:00:38 170f70906a0f: Waiting 21:00:38 09adf4765672: Waiting 21:00:38 99f96fe45779: Verifying Checksum 21:00:38 99f96fe45779: Download complete 21:00:38 74f711af9a0d: Verifying Checksum 21:00:38 74f711af9a0d: Download complete 21:00:38 66aa3694b03b: Verifying Checksum 21:00:38 66aa3694b03b: Download complete 21:00:38 170f70906a0f: Verifying Checksum 21:00:38 170f70906a0f: Download complete 21:00:38 b538f80385f9: Verifying Checksum 21:00:38 b538f80385f9: Download complete 21:00:39 b538f80385f9: Pull complete 21:00:39 74f711af9a0d: Pull complete 21:00:39 99f96fe45779: Pull complete 21:00:40 ad7c5574e4b9: Verifying Checksum 21:00:40 ad7c5574e4b9: Download complete 21:00:40 c890913d741a: Verifying Checksum 21:00:40 c890913d741a: Download complete 21:00:42 e772456be8f7: Verifying Checksum 21:00:42 e772456be8f7: Download complete 21:00:42 09adf4765672: Download complete 21:00:43 2480fcc9aa5a: Verifying Checksum 21:00:43 2480fcc9aa5a: Download complete 21:00:43 fd7a069fd194: Verifying Checksum 21:00:43 fd7a069fd194: Download complete 21:00:56 fd7a069fd194: Pull complete 21:00:56 66aa3694b03b: Pull complete 21:00:56 170f70906a0f: Pull complete 21:00:58 ad7c5574e4b9: Pull complete 21:01:04 e772456be8f7: Pull complete 21:01:04 c890913d741a: Pull complete 21:01:06 2480fcc9aa5a: Pull complete 21:01:06 09adf4765672: Pull complete 21:01:06 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 21:01:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 21:01:06 ---> 2248a725d1cf 21:01:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 21:01:12 ---> Running in 03dc226c6aec 21:01:12 Removing intermediate container 03dc226c6aec 21:01:12 ---> ec2c98c4036a 21:01:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:01:12 ---> Running in f8510cedd32b 21:01:14 Removing intermediate container f8510cedd32b 21:01:14 ---> 4fed746c66bd 21:01:14 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 21:01:14 ---> Running in b9ca460d10ff 21:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:01:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:01:17 (1/14) Installing libmagic (5.38-r0) 21:01:17 (2/14) Installing file (5.38-r0) 21:01:17 (3/14) Installing libc-dev (0.7.2-r3) 21:01:17 (4/14) Installing g++ (9.3.0-r2) 21:01:36 (5/14) Installing fortify-headers (1.1-r0) 21:01:36 (6/14) Installing patch (2.7.6-r6) 21:01:36 (7/14) Installing build-base (0.5-r2) 21:01:36 (8/14) Installing openssh-keygen (8.3_p1-r0) 21:01:36 (9/14) Installing libedit (20191231.3.1-r0) 21:01:36 (10/14) Installing openssh-client (8.3_p1-r0) 21:01:37 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 21:01:37 (12/14) Installing openssh-server-common (8.3_p1-r0) 21:01:37 (13/14) Installing openssh-server (8.3_p1-r0) 21:01:37 (14/14) Installing openssh (8.3_p1-r0) 21:01:38 Executing busybox-1.31.1-r16.trigger 21:01:38 OK: 221 MiB in 53 packages 21:01:42 Removing intermediate container b9ca460d10ff 21:01:42 ---> 53f522bf1a9c 21:01:42 Step 6/8 : WORKDIR /device-modbus-go 21:01:42 ---> Running in 8e0aea6f11b4 21:01:43 Removing intermediate container 8e0aea6f11b4 21:01:43 ---> 0db2881a3c3b 21:01:43 Step 7/8 : COPY . . 21:01:43 ---> 433667c89397 21:01:43 Step 8/8 : RUN go mod download 21:01:43 ---> Running in 666307aa3ccb 21:01:47 go: finding github.com/BurntSushi/toml v0.3.1 21:01:47 go: finding github.com/OneOfOne/xxhash v1.2.6 21:01:47 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 21:01:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:01:47 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 21:01:47 go: finding github.com/bgentry/speakeasy v0.1.0 21:01:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 21:01:47 go: finding github.com/davecgh/go-spew v1.1.1 21:01:47 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 21:01:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 21:01:47 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 21:01:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 21:01:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 21:01:47 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 21:01:47 go: finding github.com/fatih/color v1.7.0 21:01:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 21:01:47 go: finding github.com/go-kit/kit v0.8.0 21:01:47 go: finding github.com/go-logfmt/logfmt v0.4.0 21:01:47 go: finding github.com/go-stack/stack v1.8.0 21:01:47 go: finding github.com/goburrow/modbus v0.1.0 21:01:47 go: finding github.com/goburrow/serial v0.1.0 21:01:47 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:01:47 go: finding github.com/google/uuid v1.1.1 21:01:47 go: finding github.com/gorilla/mux v1.7.1 21:01:47 go: finding github.com/hashicorp/consul/api v1.1.0 21:01:47 go: finding github.com/hashicorp/consul/sdk v0.1.1 21:01:47 go: finding github.com/hashicorp/errwrap v1.0.0 21:01:47 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 21:01:48 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 21:01:48 go: finding github.com/hashicorp/go-msgpack v0.5.3 21:01:48 go: finding github.com/hashicorp/go-multierror v1.0.0 21:01:48 go: finding github.com/hashicorp/go-rootcerts v1.0.0 21:01:48 go: finding github.com/hashicorp/go-sockaddr v1.0.1 21:01:48 go: finding github.com/hashicorp/go-syslog v1.0.0 21:01:48 go: finding github.com/hashicorp/go-uuid v1.0.1 21:01:48 go: finding github.com/hashicorp/go.net v0.0.1 21:01:48 go: finding github.com/hashicorp/golang-lru v0.5.1 21:01:48 go: finding github.com/hashicorp/logutils v1.0.0 21:01:48 go: finding github.com/hashicorp/mdns v1.0.0 21:01:48 go: finding github.com/hashicorp/memberlist v0.1.3 21:01:48 go: finding github.com/hashicorp/serf v0.8.2 21:01:48 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:01:48 go: finding github.com/mattn/go-colorable v0.0.9 21:01:48 go: finding github.com/mattn/go-isatty v0.0.3 21:01:48 go: finding github.com/miekg/dns v1.1.4 21:01:48 go: finding github.com/mitchellh/cli v1.0.0 21:01:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:01:48 go: finding github.com/mitchellh/copystructure v1.0.0 21:01:48 go: finding github.com/mitchellh/go-homedir v1.1.0 21:01:49 go: finding github.com/mitchellh/go-testing-interface v1.0.0 21:01:49 go: finding github.com/mitchellh/go-wordwrap v1.0.0 21:01:49 go: finding github.com/mitchellh/gox v0.4.0 21:01:49 go: finding github.com/mitchellh/iochan v1.0.0 21:01:49 go: finding github.com/mitchellh/mapstructure v1.1.2 21:01:49 go: finding github.com/mitchellh/reflectwalk v1.0.0 21:01:49 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:01:49 go: finding github.com/pelletier/go-toml v1.2.0 21:01:49 go: finding github.com/pkg/errors v0.8.1 21:01:49 go: finding github.com/pmezard/go-difflib v1.0.0 21:01:49 go: finding github.com/posener/complete v1.1.1 21:01:49 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 21:01:49 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:01:49 go: finding github.com/stretchr/objx v0.1.0 21:01:49 go: finding github.com/stretchr/testify v1.5.1 21:01:49 go: finding github.com/ugorji/go v1.1.4 21:01:49 go: finding github.com/x448/float16 v0.8.4 21:01:49 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 21:01:49 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 21:01:49 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 21:01:49 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 21:01:49 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 21:01:49 go: finding gopkg.in/yaml.v2 v2.2.8 21:01:59 Removing intermediate container 666307aa3ccb 21:01:59 ---> 453f43632c23 21:01:59 Successfully built 453f43632c23 21:01:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:02:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:02:01 + ls -al . 21:02:01 total 100 21:02:01 drwxrwxr-x 10 jenkins jenkins 4096 Aug 31 21:00 . 21:02:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:00 .. 21:02:01 -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 21:00 .dockerignore 21:02:01 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 21:00 .git 21:02:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:00 .github 21:02:01 -rw-rw-r-- 1 jenkins jenkins 330 Aug 31 21:00 .gitignore 21:02:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:00 .semver 21:02:01 -rw-rw-r-- 1 jenkins jenkins 5049 Aug 31 21:00 Attribution.txt 21:02:01 -rw-rw-r-- 1 jenkins jenkins 1430 Aug 31 21:00 Dockerfile 21:02:01 -rw-rw-r-- 1 jenkins jenkins 954 Aug 31 21:00 Dockerfile.build 21:02:01 -rw-rw-r-- 1 jenkins jenkins 702 Aug 31 21:00 Jenkinsfile 21:02:01 -rw-rw-r-- 1 jenkins jenkins 11340 Aug 31 21:00 LICENSE 21:02:01 -rw-rw-r-- 1 jenkins jenkins 880 Aug 31 21:00 Makefile 21:02:01 -rw-rw-r-- 1 jenkins jenkins 591 Aug 31 21:00 README.md 21:02:01 -rw-rw-r-- 1 jenkins jenkins 11 Aug 31 20:57 VERSION 21:02:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:00 bin 21:02:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:00 cmd 21:02:01 -rw-rw-r-- 1 jenkins jenkins 559 Aug 31 21:00 go.mod 21:02:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 21:00 internal 21:02:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 21:00 simulator 21:02:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 21:00 snap 21:02:01 -rw-rw-r-- 1 jenkins jenkins 229 Aug 31 21:00 version.go [Pipeline] isUnix [Pipeline] sh 21:02:01 + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 --label arch=arm64 --label version=1.2.3-dev.2 . 21:02:02 Sending build context to Docker daemon 645.1kB 21:02:02 Step 1/20 : ARG BASE=golang:1.13-alpine 21:02:02 Step 2/20 : FROM ${BASE} AS builder 21:02:02 ---> 453f43632c23 21:02:02 Step 3/20 : ARG MAKE='make build' 21:02:02 ---> Running in 960e6544ab57 21:02:02 Removing intermediate container 960e6544ab57 21:02:02 ---> c59b76b18d0a 21:02:02 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:02:02 ---> Running in 7ea82b2bbae2 21:02:05 Removing intermediate container 7ea82b2bbae2 21:02:05 ---> cf38df9e1e21 21:02:05 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 21:02:05 ---> Running in 8928ac8ccd36 21:02:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:02:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:02:08 OK: 221 MiB in 53 packages 21:02:10 Removing intermediate container 8928ac8ccd36 21:02:10 ---> 5959dcd4b401 21:02:10 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 21:02:10 ---> Running in df6c490bebf8 21:02:10 Removing intermediate container df6c490bebf8 21:02:10 ---> 9c2651edec23 21:02:10 Step 7/20 : COPY . . 21:02:11 ---> 534b743a1af0 21:02:11 Step 8/20 : RUN ${MAKE} 21:02:11 ---> Running in 786d04e57546 21:02:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.2" -o cmd/device-modbus ./cmd 21:02:39 CGO_ENABLED=0 GO111MODULE=on go build ./... 21:02:44 Removing intermediate container 786d04e57546 21:02:44 ---> 11a6d98bf1d2 21:02:44 Step 9/20 : FROM scratch 21:02:44 ---> 21:02:44 Step 10/20 : ENV APP_PORT=49991 21:02:44 ---> Running in 550499abbb13 21:02:44 Removing intermediate container 550499abbb13 21:02:44 ---> 37270713fb26 21:02:44 Step 11/20 : EXPOSE $APP_PORT 21:02:44 ---> Running in 05e18e9d6e98 21:02:44 Removing intermediate container 05e18e9d6e98 21:02:44 ---> 2af4157e19cf 21:02:44 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 21:02:46 ---> 04f720400bd4 21:02:46 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 21:02:46 ---> ca83717e33c4 21:02:46 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 21:02:47 ---> 1ff9833a6604 21:02:47 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 21:02:47 ---> Running in 592b8d9b608d 21:02:47 Removing intermediate container 592b8d9b608d 21:02:47 ---> 606529e92e7c 21:02:47 Step 16/20 : ENTRYPOINT ["/device-modbus"] 21:02:48 ---> Running in f470e5a0f864 21:02:48 Removing intermediate container f470e5a0f864 21:02:48 ---> 9bba12c5d8ce 21:02:48 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:02:48 ---> Running in d0036c9cf7aa 21:02:49 Removing intermediate container d0036c9cf7aa 21:02:49 ---> f7d12fa620f6 21:02:49 Step 18/20 : LABEL arch=arm64 21:02:49 ---> Running in 55165a5d28a1 21:02:49 Removing intermediate container 55165a5d28a1 21:02:49 ---> c986b2fb6d8f 21:02:49 Step 19/20 : LABEL git_sha=c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:02:49 ---> Running in 26368ec579d0 21:02:50 Removing intermediate container 26368ec579d0 21:02:50 ---> c2a7163a8dbb 21:02:50 Step 20/20 : LABEL version=1.2.3-dev.2 21:02:50 ---> Running in a100986e8fb3 21:02:50 Removing intermediate container a100986e8fb3 21:02:50 ---> 46218df31f75 21:02:50 [Warning] One or more build-args [ARCH] were not consumed 21:02:50 Successfully built 46218df31f75 21:02:50 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:02:51 provisioning config files... 21:02:51 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/20@tmp/config334963461761656841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:02:51 ---> docker-login.sh 21:02:51 nexus3.edgexfoundry.org:10001 21:02:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:52 Configure a credential helper to remove this warning. See 21:02:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:52 21:02:52 Login Succeeded 21:02:52 nexus3.edgexfoundry.org:10002 21:02:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:53 Configure a credential helper to remove this warning. See 21:02:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:53 21:02:53 Login Succeeded 21:02:53 nexus3.edgexfoundry.org:10003 21:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:53 Configure a credential helper to remove this warning. See 21:02:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:53 21:02:53 Login Succeeded 21:02:53 nexus3.edgexfoundry.org:10004 21:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:53 Configure a credential helper to remove this warning. See 21:02:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:53 21:02:53 Login Succeeded 21:02:53 docker.io 21:02:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:02:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:02:54 Configure a credential helper to remove this warning. See 21:02:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:02:54 21:02:54 Login Succeeded 21:02:54 ---> docker-login.sh ends [Pipeline] } 21:02:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:02:54 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 21:02:54 c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:02:54 latest 21:02:54 1.2.3-dev.2 21:02:54 c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 21:02:54 master 21:02:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:02:55 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 [Pipeline] isUnix [Pipeline] sh 21:02:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:02:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 21:02:55 d8beb7236cb9: Preparing 21:02:55 ecc9dc101a4c: Preparing 21:02:55 bb95c8359c7e: Preparing 21:02:56 ecc9dc101a4c: Pushed 21:02:56 d8beb7236cb9: Pushed 21:02:58 bb95c8359c7e: Pushed 21:02:58 c5c0b25878f760de5fc762f4e5751ff9b1eaad85: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh 21:02:59 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:02:59 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 21:02:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 21:02:59 d8beb7236cb9: Preparing 21:02:59 ecc9dc101a4c: Preparing 21:02:59 bb95c8359c7e: Preparing 21:02:59 bb95c8359c7e: Layer already exists 21:02:59 d8beb7236cb9: Layer already exists 21:02:59 ecc9dc101a4c: Layer already exists 21:02:59 latest: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh 21:02:59 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 21:03:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.2 21:03:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 21:03:00 d8beb7236cb9: Preparing 21:03:00 ecc9dc101a4c: Preparing 21:03:00 bb95c8359c7e: Preparing 21:03:00 ecc9dc101a4c: Layer already exists 21:03:00 d8beb7236cb9: Layer already exists 21:03:00 bb95c8359c7e: Layer already exists 21:03:00 1.2.3-dev.2: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh 21:03:00 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 [Pipeline] isUnix [Pipeline] sh 21:03:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 21:03:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 21:03:01 d8beb7236cb9: Preparing 21:03:01 ecc9dc101a4c: Preparing 21:03:01 bb95c8359c7e: Preparing 21:03:01 ecc9dc101a4c: Layer already exists 21:03:01 bb95c8359c7e: Layer already exists 21:03:01 d8beb7236cb9: Layer already exists 21:03:01 c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] isUnix [Pipeline] sh 21:03:02 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 21:03:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 21:03:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 21:03:02 d8beb7236cb9: Preparing 21:03:02 ecc9dc101a4c: Preparing 21:03:02 bb95c8359c7e: Preparing 21:03:02 d8beb7236cb9: Layer already exists 21:03:02 bb95c8359c7e: Layer already exists 21:03:02 ecc9dc101a4c: Layer already exists 21:03:02 master: digest: sha256:37f111b2d3838efb527080df9dad163dff1616d5dcf36f2164741bbfd75356da size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:03:02 ===================================================== [Pipeline] echo 21:03:03 taggedImages: 21:03:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:03:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 21:03:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.2 21:03:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85-1.2.3-dev.2 21:03:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-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 21:03:04 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 21:03:04 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 21:03:04 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:03:05 21:03:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 21:03:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:03:05 1.317.0: Pulling from edgex-devops/edgex-snyk-go 21:03:05 cbdbe7a5bc2a: Pulling fs layer 21:03:05 408f87550127: Pulling fs layer 21:03:05 fe522b08c979: Pulling fs layer 21:03:05 221eaa008020: Pulling fs layer 21:03:05 2a4607e5d6b9: Pulling fs layer 21:03:05 8f79b27c4fd2: Pulling fs layer 21:03:05 e5c8dbe1645b: Pulling fs layer 21:03:05 23e8b3b47431: Pulling fs layer 21:03:05 5c568d65a230: Pulling fs layer 21:03:05 2a4607e5d6b9: Waiting 21:03:05 8f79b27c4fd2: Waiting 21:03:05 e5c8dbe1645b: Waiting 21:03:05 23e8b3b47431: Waiting 21:03:05 5c568d65a230: Waiting 21:03:05 221eaa008020: Waiting 21:03:05 fe522b08c979: Verifying Checksum 21:03:05 fe522b08c979: Download complete 21:03:05 408f87550127: Download complete 21:03:05 2a4607e5d6b9: Verifying Checksum 21:03:05 2a4607e5d6b9: Download complete 21:03:05 8f79b27c4fd2: Verifying Checksum 21:03:05 8f79b27c4fd2: Download complete 21:03:05 cbdbe7a5bc2a: Download complete 21:03:06 e5c8dbe1645b: Verifying Checksum 21:03:06 e5c8dbe1645b: Download complete 21:03:06 cbdbe7a5bc2a: Pull complete 21:03:06 23e8b3b47431: Verifying Checksum 21:03:06 23e8b3b47431: Download complete 21:03:06 408f87550127: Pull complete 21:03:07 5c568d65a230: Verifying Checksum 21:03:07 5c568d65a230: Download complete 21:03:07 fe522b08c979: Pull complete 21:03:08 221eaa008020: Verifying Checksum 21:03:08 221eaa008020: Download complete 21:03:14 221eaa008020: Pull complete 21:03:14 2a4607e5d6b9: Pull complete 21:03:14 8f79b27c4fd2: Pull complete 21:03:17 e5c8dbe1645b: Pull complete 21:03:21 23e8b3b47431: Pull complete 21:03:22 5c568d65a230: Pull complete 21:03:22 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 21:03:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 21:03:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 21:03:22 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:03:23 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/xfoundry_device-modbus-go_master:/ws -w /ws --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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-snyk-go:1.317.0 cat 21:03:24 $ docker top ed4523b57093e0d9bb6ae88db24cb6f68f522262ba85f9053a1d690561e7b43e -eo pid,comm [Pipeline] { [Pipeline] sh 21:03:25 + snyk monitor '--org=edgex-jenkins' 21:03:35 21:03:35 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 21:03:35 21:03:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/75c5ead7-e0e2-4f4b-a735-92f3189589e5 21:03:35 21:03:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:03:35 21:03:35 21:03:35 Snyk CLI supports Node.js 8 and higher. 21:03:35 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 21:03:35 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 21:03:35 21:03:35 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 21:03:35 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 21:03:35 $ docker stop --time=1 ed4523b57093e0d9bb6ae88db24cb6f68f522262ba85f9053a1d690561e7b43e 21:03:37 $ docker rm -f ed4523b57093e0d9bb6ae88db24cb6f68f522262ba85f9053a1d690561e7b43e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:03:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:03:38 21:03:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 21:03:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:03:39 latest: Pulling from edgex-devops/edgex-klar 21:03:39 e7c96db7181b: Pulling fs layer 21:03:39 1868ca2cb446: Pulling fs layer 21:03:39 136be5d0fe8e: Pulling fs layer 21:03:39 894bfe63afcb: Pulling fs layer 21:03:39 894bfe63afcb: Waiting 21:03:39 1868ca2cb446: Verifying Checksum 21:03:39 1868ca2cb446: Download complete 21:03:39 136be5d0fe8e: Download complete 21:03:39 e7c96db7181b: Verifying Checksum 21:03:39 e7c96db7181b: Download complete 21:03:39 894bfe63afcb: Verifying Checksum 21:03:39 894bfe63afcb: Download complete 21:03:39 e7c96db7181b: Pull complete 21:03:39 1868ca2cb446: Pull complete 21:03:40 136be5d0fe8e: Pull complete 21:03:40 894bfe63afcb: Pull complete 21:03:40 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 21:03:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:03:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 21:03:40 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:03:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 21:03:41 $ docker top 27476b381de1d5acda86d614ef7a95d2c505620f40f2c878e81e67137c52bba6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:03:42 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:03:42 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:03:45 $ docker stop --time=1 27476b381de1d5acda86d614ef7a95d2c505620f40f2c878e81e67137c52bba6 21:03:47 $ docker rm -f 27476b381de1d5acda86d614ef7a95d2c505620f40f2c878e81e67137c52bba6 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:03:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:03:47 . [Pipeline] withDockerContainer 21:03:47 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:03:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 21:03:48 $ docker top 435894dbec39ddcceb3d522103a67eaffad5225b467b7c776a709f58f2d1689c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:03:49 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:03:49 + tee 21:03:49 clair timeout 1m0s 21:03:49 docker timeout: 1m0s 21:03:49 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:03:50 $ docker stop --time=1 435894dbec39ddcceb3d522103a67eaffad5225b467b7c776a709f58f2d1689c 21:03:51 $ docker rm -f 435894dbec39ddcceb3d522103a67eaffad5225b467b7c776a709f58f2d1689c [Pipeline] // withDockerContainer [Pipeline] sh 21:03:52 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 21:03:52 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_c5c0b25878f760de5fc762f4e5751ff9b1eaad85.html [Pipeline] writeFile [Pipeline] step 21:03:52 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 21:03:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:03:52 . [Pipeline] withDockerContainer 21:03:53 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:03:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 21:03:54 $ docker top a07b379112cb427432e7a8dcbff27f1343fe33f412ff114198198b0ca0cde994 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:03:55 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:03:55 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:03:58 $ docker stop --time=1 a07b379112cb427432e7a8dcbff27f1343fe33f412ff114198198b0ca0cde994 21:04:00 $ docker rm -f a07b379112cb427432e7a8dcbff27f1343fe33f412ff114198198b0ca0cde994 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:04:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 21:04:01 . [Pipeline] withDockerContainer 21:04:01 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:04:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 21:04:02 $ docker top 2ea93d1e3c6766de13e2018a7393f9ae8c45a7a69290fde62197fab24d3a5524 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:04:02 + tee 21:04:02 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:c5c0b25878f760de5fc762f4e5751ff9b1eaad85 21:04:02 clair timeout 1m0s 21:04:02 docker timeout: 1m0s 21:04:02 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:04:03 $ docker stop --time=1 2ea93d1e3c6766de13e2018a7393f9ae8c45a7a69290fde62197fab24d3a5524 21:04:05 $ docker rm -f 2ea93d1e3c6766de13e2018a7393f9ae8c45a7a69290fde62197fab24d3a5524 [Pipeline] // withDockerContainer [Pipeline] sh 21:04:05 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 21:04:05 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_c5c0b25878f760de5fc762f4e5751ff9b1eaad85.html [Pipeline] writeFile [Pipeline] step 21:04:05 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 21:04:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:06 . [Pipeline] withDockerContainer 21:04:06 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:04:06 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:04:07 $ docker top 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:04:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:08 [ssh-agent] Looking for ssh-agent implementation... 21:04:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:08 $ docker exec 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 ssh-agent 21:04:08 SSH_AUTH_SOCK=/tmp/ssh-msP7QUV0dGgH/agent.12 21:04:08 SSH_AGENT_PID=18 21:04:08 Running ssh-add (command line suppressed) 21:04:08 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6552464364865615913.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6552464364865615913.key) 21:04:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:09 + git semver tag 21:04:09 # -> Open(): unable to determine branch for HEAD 21:04:09 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 21:04:09 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 21:04:09 # $SEMVER_REMOTE_NAME = origin 21:04:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:04:09 # $SEMVER_USER_NAME = edgex-jenkins 21:04:09 # $SEMVER_BRANCH = master 21:04:09 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 21:04:09 # c5c0b25878f760de5fc762f4e5751ff9b1eaad85 HEAD 21:04:09 # -> Force: false 21:04:09 # 04b1298f1aef4e97ea4edc114c52c82593e56aa2 refs/tags/v1.2.3-dev.2 [Pipeline] } 21:04:09 $ docker exec --env ******** --env ******** 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 ssh-agent -k 21:04:09 unset SSH_AUTH_SOCK; 21:04:09 unset SSH_AGENT_PID; 21:04:09 echo Agent pid 18 killed; 21:04:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:04:09 + git semver [Pipeline] } 21:04:09 $ docker stop --time=1 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 21:04:11 $ docker rm -f 2d9478fc13d69ac80d08f703bcafb1766956337c32af7582018bd1d8c641b448 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 21:04:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:04:12 21:04:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 21:04:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:04:12 0.23.1-centos7: Pulling from edgex-lftools 21:04:12 ab5ef0e58194: Pulling fs layer 21:04:12 9712f1f96733: Pulling fs layer 21:04:12 63f879dbbcfc: Pulling fs layer 21:04:12 0d9ebad4ef96: Pulling fs layer 21:04:12 e9a5061849ea: Pulling fs layer 21:04:12 d747dcd14b5f: Pulling fs layer 21:04:12 2de7ff778b66: Pulling fs layer 21:04:12 0d9ebad4ef96: Waiting 21:04:12 e9a5061849ea: Waiting 21:04:12 d747dcd14b5f: Waiting 21:04:12 2de7ff778b66: Waiting 21:04:12 9712f1f96733: Verifying Checksum 21:04:12 9712f1f96733: Download complete 21:04:13 63f879dbbcfc: Verifying Checksum 21:04:13 63f879dbbcfc: Download complete 21:04:14 e9a5061849ea: Download complete 21:04:14 0d9ebad4ef96: Verifying Checksum 21:04:14 0d9ebad4ef96: Download complete 21:04:14 d747dcd14b5f: Verifying Checksum 21:04:14 d747dcd14b5f: Download complete 21:04:14 ab5ef0e58194: Verifying Checksum 21:04:14 ab5ef0e58194: Download complete 21:04:15 2de7ff778b66: Verifying Checksum 21:04:15 2de7ff778b66: Download complete 21:04:20 ab5ef0e58194: Pull complete 21:04:20 9712f1f96733: Pull complete 21:04:23 63f879dbbcfc: Pull complete 21:04:32 0d9ebad4ef96: Pull complete 21:04:32 e9a5061849ea: Pull complete 21:04:32 d747dcd14b5f: Pull complete 21:04:37 2de7ff778b66: Pull complete 21:04:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:04:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:04:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 21:04:37 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:04:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:04:40 $ docker top f02e34cfba85d33c26304488f2384d80af395c5a43444cd10b662b661d634ca8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:04:41 provisioning config files... 21:04:41 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8864888728286012456tmp 21:04:41 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5613124591593026220tmp 21:04:41 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6026783025759239737tmp [Pipeline] { [Pipeline] echo 21:04:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:04:41 ---> sigul-configuration.sh 21:04:41 gpg: directory `/root/.gnupg' created 21:04:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:04:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:04:41 gpg: keyring `/root/.gnupg/secring.gpg' created 21:04:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:04:41 gpg: CAST5 encrypted data 21:04:41 gpg: encrypted with 1 passphrase 21:04:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:04:42 + mkdir /home/jenkins 21:04:42 + mkdir /home/jenkins/sigul [Pipeline] sh 21:04:42 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /home/jenkins/sigul/ [Pipeline] echo 21:04:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:04:43 ---> sigul-install.sh 21:04:49 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 21:04:50 + git tag --list 21:04:50 v1.2.3-dev.2 [Pipeline] sh 21:04:51 + lftools sign git-tag v1.2.3-dev.2 21:04:52 Signing Git tag with Sigul... 21:04:52 Signing v1.2.3-dev.2 21:04:53 Error: Authentication failed [Pipeline] echo 21:04:53 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:04:54 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:04:54 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:04:54 $ docker stop --time=1 f02e34cfba85d33c26304488f2384d80af395c5a43444cd10b662b661d634ca8 21:04:56 $ docker rm -f f02e34cfba85d33c26304488f2384d80af395c5a43444cd10b662b661d634ca8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 21:04:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:57 . [Pipeline] withDockerContainer 21:04:57 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:04:57 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:04:58 $ docker top d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:04:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:59 [ssh-agent] Looking for ssh-agent implementation... 21:04:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:59 $ docker exec d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 ssh-agent 21:04:59 SSH_AUTH_SOCK=/tmp/ssh-4evt3xOybgEh/agent.11 21:04:59 SSH_AGENT_PID=17 21:04:59 Running ssh-add (command line suppressed) 21:04:59 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2175555436544575182.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2175555436544575182.key) 21:04:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:05:00 + git semver bump pre 21:05:00 # -> Open(): unable to determine branch for HEAD 21:05:00 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 21:05:00 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 21:05:00 # $SEMVER_REMOTE_NAME = origin 21:05:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:05:00 # $SEMVER_USER_NAME = edgex-jenkins 21:05:00 # $SEMVER_BRANCH = master 21:05:00 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 21:05:00 1.2.3-dev.3 [Pipeline] } 21:05:00 $ docker exec --env ******** --env ******** d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 ssh-agent -k 21:05:00 unset SSH_AUTH_SOCK; 21:05:00 unset SSH_AGENT_PID; 21:05:00 echo Agent pid 17 killed; 21:05:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:05:01 + git semver [Pipeline] } 21:05:02 $ docker stop --time=1 d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 21:05:03 $ docker rm -f d9aa2fb2bccf971034ccccb8c0ba014727c7194d20edc233f3c77e525500a164 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 21:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:05:04 . [Pipeline] withDockerContainer 21:05:04 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:05:04 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:05:06 $ docker top 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:05:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:05:06 [ssh-agent] Looking for ssh-agent implementation... 21:05:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:05:07 $ docker exec 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca ssh-agent 21:05:07 SSH_AUTH_SOCK=/tmp/ssh-TG7cKu6YdLKX/agent.11 21:05:07 SSH_AGENT_PID=16 21:05:07 Running ssh-add (command line suppressed) 21:05:07 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8241482308771244979.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8241482308771244979.key) 21:05:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:05:07 + git semver push 21:05:07 # -> Open(): unable to determine branch for HEAD 21:05:07 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 21:05:07 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 21:05:07 # $SEMVER_REMOTE_NAME = origin 21:05:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:05:07 # $SEMVER_USER_NAME = edgex-jenkins 21:05:07 # $SEMVER_BRANCH = master 21:05:07 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 21:05:14 $ docker exec --env ******** --env ******** 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca ssh-agent -k 21:05:14 unset SSH_AUTH_SOCK; 21:05:14 unset SSH_AGENT_PID; 21:05:14 echo Agent pid 16 killed; 21:05:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:05:16 + git semver [Pipeline] } 21:05:16 $ docker stop --time=1 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca 21:05:17 $ docker rm -f 9a8cab5864ab751b906db731337526aebf81492e10d36b5ce07d05f3999982ca [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 21:05:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:05:19 ---> package-listing.sh 21:05:19 ++ tr '[:upper:]' '[:lower:]' 21:05:19 ++ facter osfamily 21:05:19 + OS_FAMILY=redhat 21:05:19 + workspace=/w/workspace/xfoundry_device-modbus-go_master 21:05:19 + START_PACKAGES=/tmp/packages_start.txt 21:05:19 + END_PACKAGES=/tmp/packages_end.txt 21:05:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:05:19 + PACKAGES=/tmp/packages_start.txt 21:05:19 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 21:05:19 + PACKAGES=/tmp/packages_end.txt 21:05:19 + case "${OS_FAMILY}" in 21:05:19 + rpm -qa 21:05:19 + sort 21:05:24 + '[' -f /tmp/packages_start.txt ']' 21:05:24 + '[' -f /tmp/packages_end.txt ']' 21:05:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:05:24 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 21:05:24 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 21:05:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] isUnix [Pipeline] sh 21:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:24 21:05:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:05:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:24 alpine: Pulling from edgex-lftools-log-publisher 21:05:24 c9b1b535fdd9: Pulling fs layer 21:05:24 2cc5ad85d9ab: Pulling fs layer 21:05:24 756a868c4378: Pulling fs layer 21:05:24 444b2fc9a129: Pulling fs layer 21:05:24 ea15f1150254: Pulling fs layer 21:05:24 41b27a9f41bf: Pulling fs layer 21:05:24 28c525ee5125: Pulling fs layer 21:05:24 094b1ea09ed8: Pulling fs layer 21:05:24 138eaada9080: Pulling fs layer 21:05:24 0622d0fa9048: Pulling fs layer 21:05:24 444b2fc9a129: Waiting 21:05:24 ea15f1150254: Waiting 21:05:24 41b27a9f41bf: Waiting 21:05:24 28c525ee5125: Waiting 21:05:24 094b1ea09ed8: Waiting 21:05:24 138eaada9080: Waiting 21:05:24 0622d0fa9048: Waiting 21:05:25 2cc5ad85d9ab: Verifying Checksum 21:05:25 2cc5ad85d9ab: Download complete 21:05:25 444b2fc9a129: Download complete 21:05:25 c9b1b535fdd9: Verifying Checksum 21:05:25 c9b1b535fdd9: Download complete 21:05:25 ea15f1150254: Verifying Checksum 21:05:25 ea15f1150254: Download complete 21:05:25 28c525ee5125: Verifying Checksum 21:05:25 28c525ee5125: Download complete 21:05:25 c9b1b535fdd9: Pull complete 21:05:26 756a868c4378: Verifying Checksum 21:05:26 756a868c4378: Download complete 21:05:26 2cc5ad85d9ab: Pull complete 21:05:26 138eaada9080: Verifying Checksum 21:05:26 138eaada9080: Download complete 21:05:26 0622d0fa9048: Verifying Checksum 21:05:26 0622d0fa9048: Download complete 21:05:26 094b1ea09ed8: Download complete 21:05:27 41b27a9f41bf: Verifying Checksum 21:05:27 41b27a9f41bf: Download complete 21:05:28 756a868c4378: Pull complete 21:05:28 444b2fc9a129: Pull complete 21:05:29 ea15f1150254: Pull complete 21:05:34 41b27a9f41bf: Pull complete 21:05:34 28c525ee5125: Pull complete 21:05:37 094b1ea09ed8: Pull complete 21:05:38 138eaada9080: Pull complete 21:05:38 0622d0fa9048: Pull complete 21:05:38 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 21:05:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:05:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:05:38 prd-centos7-docker-4c-2g-883 does not seem to be running inside a container 21:05:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:05:41 $ docker top 28e418d676549f9909123846dadaa2be8aa18e9fdfd498b51a3cd5320c7e44e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:05:41 provisioning config files... 21:05:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7690652222362095212tmp [Pipeline] { [Pipeline] echo 21:05:42 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:05:42 ---> create-netrc.sh [Pipeline] echo 21:05:42 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:05:43 ---> logs-deploy.sh 21:05:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/20 21:05:43 INFO: archiving workspace using pattern(s): 21:05:45 Archives upload complete. 21:05:45 INFO: archiving logs to Nexus 21:05:46 ---> uname -a: 21:05:46 Linux 28e418d67654 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:05:46 21:05:46 21:05:46 ---> lscpu: 21:05:46 Architecture: x86_64 21:05:46 CPU op-mode(s): 32-bit, 64-bit 21:05:46 Byte Order: Little Endian 21:05:46 Address sizes: 40 bits physical, 48 bits virtual 21:05:46 CPU(s): 4 21:05:46 On-line CPU(s) list: 0-3 21:05:46 Thread(s) per core: 1 21:05:46 Core(s) per socket: 1 21:05:46 Socket(s): 4 21:05:46 NUMA node(s): 1 21:05:46 Vendor ID: GenuineIntel 21:05:46 CPU family: 6 21:05:46 Model: 44 21:05:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:05:46 Stepping: 1 21:05:46 CPU MHz: 2933.438 21:05:46 BogoMIPS: 5866.87 21:05:46 Virtualization: VT-x 21:05:46 Hypervisor vendor: KVM 21:05:46 Virtualization type: full 21:05:46 L1d cache: 128 KiB 21:05:46 L1i cache: 128 KiB 21:05:46 L2 cache: 16 MiB 21:05:46 L3 cache: 64 MiB 21:05:46 NUMA node0 CPU(s): 0-3 21:05:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:05:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:05:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:05:46 Vulnerability Meltdown: Mitigation; PTI 21:05:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:05:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:05:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:05:46 Vulnerability Tsx async abort: Not affected 21:05:46 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 21:05:46 21:05:46 21:05:46 ---> nproc: 21:05:46 4 21:05:46 21:05:46 21:05:46 ---> df -h: 21:05:46 Filesystem Size Used Available Use% Mounted on 21:05:46 overlay 50.0G 8.5G 41.5G 17% / 21:05:46 tmpfs 64.0M 0 64.0M 0% /dev 21:05:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:05:46 shm 64.0M 0 64.0M 0% /dev/shm 21:05:46 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 21:05:46 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 21:05:46 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 21:05:46 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master 21:05:46 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 21:05:46 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa 21:05:46 21:05:46 21:05:46 ---> free -m: 21:05:46 total used free shared buff/cache available 21:05:46 Mem: 1837 777 110 0 949 990 21:05:46 Swap: 1023 3 1020 21:05:46 21:05:46 21:05:46 ---> ip addr: 21:05:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:05:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:05:46 inet 127.0.0.1/8 scope host lo 21:05:46 valid_lft forever preferred_lft forever 21:05:46 24: eth0@if25: mtu 1458 qdisc noqueue state UP 21:05:46 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 21:05:46 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 21:05:46 valid_lft forever preferred_lft forever 21:05:46 21:05:46 21:05:46 ---> sar -b -r -n DEV: 21:05:46 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 21:05:46 21:05:46 20:56:01 LINUX RESTART 21:05:46 21:05:46 20:57:01 tps rtps wtps bread/s bwrtn/s 21:05:46 20:58:01 47.82 11.43 36.39 4682.73 2252.66 21:05:46 20:59:01 0.67 0.00 0.67 0.00 17.58 21:05:46 21:00:01 0.20 0.00 0.20 0.00 2.03 21:05:46 21:01:01 0.32 0.02 0.30 0.13 3.80 21:05:46 21:02:01 0.52 0.12 0.40 2.13 7.75 21:05:46 21:03:01 0.25 0.00 0.25 0.00 2.85 21:05:46 21:04:01 256.51 144.54 111.96 6272.75 32012.33 21:05:46 21:05:02 223.02 82.41 140.61 4348.40 32832.25 21:05:46 Average: 66.19 29.83 36.37 1913.93 8396.03 21:05:46 21:05:46 20:57:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:05:46 20:58:01 179020 1702536 90.49 2620 1145704 1134908 38.73 400604 1142524 120 21:05:46 20:59:01 189392 1692164 89.93 2620 1145708 1070728 36.54 397748 1136736 8 21:05:46 21:00:01 188160 1693396 90.00 2620 1145716 1070924 36.55 398520 1136736 8 21:05:46 21:01:01 185468 1696088 90.14 2620 1145716 1073504 36.64 408224 1129676 12 21:05:46 21:02:01 185260 1696296 90.15 2620 1145860 1071624 36.57 410448 1127504 8 21:05:46 21:03:01 185272 1696284 90.15 2620 1145864 1071528 36.57 427704 1110476 8 21:05:46 21:04:01 70216 1811340 96.27 2620 1060416 2002244 68.33 649336 959084 20 21:05:46 21:05:02 231388 1650168 87.70 1792 909168 1335640 45.58 598800 760976 52 21:05:46 Average: 176772 1704784 90.61 2517 1105519 1228888 41.94 461423 1062964 30 21:05:46 21:05:46 20:57:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 21:05:46 20:58:01 eth0 74.88 58.79 461.01 44.00 0.00 0.00 0.00 21:05:46 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 20:58:01 docker0 2.26 1.91 0.35 3.59 0.00 0.00 0.00 21:05:46 20:59:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 21:05:46 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:00:01 eth0 1.71 0.28 0.37 0.20 0.00 0.00 0.00 21:05:46 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:01:01 eth0 0.68 0.42 0.29 0.21 0.00 0.00 0.00 21:05:46 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:02:01 eth0 1.21 0.45 0.46 0.27 0.00 0.00 0.00 21:05:46 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:03:01 eth0 0.43 0.23 0.26 0.16 0.00 0.00 0.00 21:05:46 21:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:04:01 veth815e0ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:04:01 eth0 449.33 318.20 5092.62 163.86 0.00 0.00 0.00 21:05:46 21:04:01 veth3b7ad8c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:04:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 21:05:46 21:05:02 veth1c9263a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 21:05:46 21:05:02 eth0 236.69 137.87 3434.68 76.39 0.00 0.00 0.00 21:05:46 21:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:05:46 21:05:02 docker0 57.13 70.96 4.78 254.69 0.00 0.00 0.00 21:05:46 Average: veth1c9263a 0.00 0.01 0.00 0.00 0.00 0.00 0.00 21:05:46 Average: eth0 85.79 57.03 1066.41 30.04 0.00 0.00 0.00 21:05:46 Average: lo 0.01 0.01 0.00 0.00 0.00 0.00 0.00 21:05:46 Average: docker0 7.15 8.88 0.60 31.87 0.00 0.00 0.00 21:05:46 21:05:46 21:05:46 ---> sar -P ALL: 21:05:46 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 21:05:46 21:05:46 20:56:01 LINUX RESTART 21:05:46 21:05:46 20:57:01 CPU %user %nice %system %iowait %steal %idle 21:05:46 20:58:01 all 3.30 0.00 2.25 1.67 5.75 87.02 21:05:46 20:58:01 0 2.88 0.00 2.68 0.79 6.20 87.46 21:05:46 20:58:01 1 3.77 0.00 2.03 1.99 6.07 86.13 21:05:46 20:58:01 2 3.08 0.00 2.21 1.05 5.62 88.04 21:05:46 20:58:01 3 3.48 0.00 2.11 2.83 5.14 86.44 21:05:46 20:59:01 all 0.12 0.00 0.12 0.00 0.40 99.36 21:05:46 20:59:01 0 0.08 0.00 0.17 0.00 0.47 99.29 21:05:46 20:59:01 1 0.03 0.00 0.08 0.00 0.33 99.55 21:05:46 20:59:01 2 0.07 0.00 0.10 0.00 0.40 99.44 21:05:46 20:59:01 3 0.30 0.00 0.12 0.00 0.38 99.20 21:05:46 21:00:01 all 0.12 0.00 0.03 0.00 0.27 99.58 21:05:46 21:00:01 0 0.03 0.00 0.07 0.00 0.25 99.65 21:05:46 21:00:01 1 0.05 0.00 0.03 0.00 0.17 99.75 21:05:46 21:00:01 2 0.33 0.00 0.02 0.00 0.47 99.19 21:05:46 21:00:01 3 0.03 0.00 0.03 0.00 0.20 99.73 21:05:46 21:01:01 all 0.14 0.00 0.05 0.00 0.20 99.60 21:05:46 21:01:01 0 0.03 0.00 0.08 0.00 0.20 99.68 21:05:46 21:01:01 1 0.12 0.00 0.05 0.00 0.35 99.48 21:05:46 21:01:01 2 0.40 0.00 0.05 0.00 0.15 99.40 21:05:46 21:01:01 3 0.02 0.00 0.02 0.00 0.08 99.88 21:05:46 21:02:01 all 0.12 0.00 0.06 0.00 0.22 99.60 21:05:46 21:02:01 0 0.05 0.00 0.15 0.00 0.18 99.62 21:05:46 21:02:01 1 0.02 0.00 0.03 0.02 0.22 99.72 21:05:46 21:02:01 2 0.07 0.00 0.03 0.00 0.23 99.67 21:05:46 21:02:01 3 0.35 0.00 0.05 0.00 0.25 99.35 21:05:46 21:03:01 all 0.09 0.00 0.08 0.00 0.14 99.69 21:05:46 21:03:01 0 0.05 0.00 0.17 0.00 0.15 99.63 21:05:46 21:03:01 1 0.02 0.00 0.02 0.00 0.07 99.90 21:05:46 21:03:01 2 0.05 0.00 0.08 0.00 0.25 99.62 21:05:46 21:03:01 3 0.25 0.00 0.05 0.00 0.08 99.62 21:05:46 21:04:01 all 8.13 0.00 6.01 2.03 8.44 75.39 21:05:46 21:04:01 0 8.11 0.00 6.46 2.06 8.84 74.52 21:05:46 21:04:01 1 7.72 0.00 6.00 2.15 8.40 75.73 21:05:46 21:04:01 2 9.02 0.00 5.71 1.88 7.85 75.54 21:05:46 21:04:01 3 7.66 0.00 5.86 2.02 8.67 75.79 21:05:46 21:05:02 all 8.91 0.00 6.93 2.36 12.46 69.34 21:05:46 21:05:02 0 7.71 0.00 7.19 1.48 12.85 70.77 21:05:46 21:05:02 1 7.17 0.00 6.30 2.35 12.69 71.49 21:05:46 21:05:02 2 12.24 0.00 6.97 3.50 11.53 65.76 21:05:46 21:05:02 3 8.58 0.00 7.26 2.16 12.75 69.25 21:05:46 Average: all 2.59 0.00 1.92 0.75 3.46 91.27 21:05:46 Average: 0 2.34 0.00 2.10 0.53 3.61 91.42 21:05:46 Average: 1 2.35 0.00 1.81 0.81 3.53 91.50 21:05:46 Average: 2 3.11 0.00 1.87 0.79 3.27 90.95 21:05:46 Average: 3 2.56 0.00 1.92 0.87 3.42 91.22 21:05:46 21:05:46 21:05:46