Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e5b81f2f6d4871b949c13603cb110c658a649c68 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-2026 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 Checking out Revision e5b81f2f6d4871b949c13603cb110c658a649c68 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f e5b81f2f6d4871b949c13603cb110c658a649c68 # timeout=10 Commit message: "Merge pull request #172 from bill-mahoney/snapVersion" > git rev-list --no-walk 1bcfeefe91d93b9693c7bc273dc4ca37c3d910c1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:04:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:04:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:04:37 ========================================================= 00:04:37 EdgeX Global Pipelines Version Info 00:04:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:04:39 ------------------- 00:04:39 stable info: 00:04:39 ------------------- 00:04:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:04:39 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 00:04:39 Message: update stable to v1.0.119 00:04:40 ------------------- 00:04:40 experimental info: 00:04:40 ------------------- 00:04:40 Commited By: **** collab-it+edgex@linuxfoundation.org 00:04:40 Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d 00:04:40 Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 00:04:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 00:04:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 00:04:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:04:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:04:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 00:04:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 00:04:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 00:04:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] echo 00:04:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5b81f2 [Pipeline] echo 00:04:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:04:43 + git log --format=format:%s -1 e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] echo 00:04:44 GIT_COMMIT: e5b81f2f6d4871b949c13603cb110c658a649c68, Commit Message: Merge pull request #172 from bill-mahoney/snapVersion [Pipeline] echo 00:04:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:04:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:04:45 00:04:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:04:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:04:45 latest: Pulling from edgex-devops/git-semver 00:04:45 31603596830f: Pulling fs layer 00:04:45 2a8b12db71e7: Pulling fs layer 00:04:45 6ca5941a6612: Pulling fs layer 00:04:45 ecc8261a40a4: Pulling fs layer 00:04:45 ecc8261a40a4: Waiting 00:04:45 2a8b12db71e7: Download complete 00:04:45 31603596830f: Verifying Checksum 00:04:45 31603596830f: Download complete 00:04:45 ecc8261a40a4: Verifying Checksum 00:04:45 ecc8261a40a4: Download complete 00:04:45 6ca5941a6612: Download complete 00:04:46 31603596830f: Pull complete 00:04:46 2a8b12db71e7: Pull complete 00:04:47 6ca5941a6612: Pull complete 00:04:47 ecc8261a40a4: Pull complete 00:04:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:04:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:04:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:04:47 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:04:47 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:04:49 $ docker top 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:04:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:04:49 [ssh-agent] Looking for ssh-agent implementation... 00:04:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:04:49 $ docker exec 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent 00:04:49 SSH_AUTH_SOCK=/tmp/ssh-OhUhaYs2zZXn/agent.13 00:04:49 SSH_AGENT_PID=18 00:04:49 Running ssh-add (command line suppressed) 00:04:49 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2152735279116645663.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2152735279116645663.key) 00:04:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:04:50 + git describe --exact-match --tags HEAD 00:04:50 fatal: No names found, cannot describe anything. [Pipeline] } 00:04:50 $ docker exec --env ******** --env ******** 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent -k 00:04:50 unset SSH_AUTH_SOCK; 00:04:50 unset SSH_AGENT_PID; 00:04:50 echo Agent pid 18 killed; 00:04:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:04:50 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 00:04:50 This usually means this commit has not been tagged. [Pipeline] sshagent 00:04:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:04:50 [ssh-agent] Looking for ssh-agent implementation... 00:04:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:04:50 $ docker exec 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent 00:04:51 SSH_AUTH_SOCK=/tmp/ssh-sA7hH0qgpOXk/agent.48 00:04:51 SSH_AGENT_PID=53 00:04:51 Running ssh-add (command line suppressed) 00:04:51 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4123008516617826788.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4123008516617826788.key) 00:04:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:04:51 + git semver init 00:04:51 # -> Open(): unable to determine branch for HEAD 00:04:51 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:04:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:04:51 # $SEMVER_REMOTE_NAME = origin 00:04:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:04:51 # $SEMVER_USER_NAME = edgex-jenkins 00:04:51 # $SEMVER_BRANCH = master 00:04:51 # $SEMVER_TEMP = /tmp/semver-105004875 00:04:51 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 00:04:51 # '/tmp/semver-105004875' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 00:04:51 # -> Force: false 00:04:51 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 00:04:51 $ docker exec --env ******** --env ******** 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae ssh-agent -k 00:04:51 unset SSH_AUTH_SOCK; 00:04:51 unset SSH_AGENT_PID; 00:04:51 echo Agent pid 53 killed; 00:04:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:04:52 + git semver [Pipeline] } 00:04:52 $ docker stop --time=1 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae 00:04:53 $ docker rm -f 90d3f8de992e5f57dde158004b6c23a4febca38710aed5ab37ea7f289622bbae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 00:04:54 Stashed 24 file(s) [Pipeline] echo 00:04:54 [edgeXSemver]: initialized semver on version 1.2.3-dev.5 [Pipeline] echo 00:04:54 Archived original version: [1.2.3-dev.5] [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 00:04:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2021 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 00:04:55 Running in /w/workspace/device-modbus-go/23 [Pipeline] { [Pipeline] checkout 00:04:59 using credential edgex-jenkins-ssh 00:04:59 Cloning the remote Git repository 00:04:59 Cloning with configured refspecs honoured and without tags 00:04:59 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:04:59 > git init /w/workspace/device-modbus-go/23 # timeout=10 00:04:59 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:04:59 > git --version # timeout=10 00:04:59 > git --version # 'git version 2.17.1' 00:04:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:04:59 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:05:00 Fetching without tags 00:05:00 Checking out Revision e5b81f2f6d4871b949c13603cb110c658a649c68 (master) 00:05:00 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:05:00 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:05:00 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:05:00 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:05:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:05:00 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:05:00 > git config core.sparsecheckout # timeout=10 00:05:00 > git checkout -f e5b81f2f6d4871b949c13603cb110c658a649c68 # timeout=10 00:05:05 Commit message: "Merge pull request #172 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:05:06 ========================================================= 00:05:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 00:05:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:05:07 + 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 . 00:05:08 Sending build context to Docker daemon 669.7kB 00:05:08 Step 1/8 : ARG BASE=golang:1.13-alpine 00:05:08 Step 2/8 : FROM ${BASE} 00:05:08 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:05:08 b538f80385f9: Pulling fs layer 00:05:08 74f711af9a0d: Pulling fs layer 00:05:08 99f96fe45779: Pulling fs layer 00:05:08 fd7a069fd194: Pulling fs layer 00:05:08 66aa3694b03b: Pulling fs layer 00:05:08 170f70906a0f: Pulling fs layer 00:05:08 ad7c5574e4b9: Pulling fs layer 00:05:08 e772456be8f7: Pulling fs layer 00:05:08 c890913d741a: Pulling fs layer 00:05:08 2480fcc9aa5a: Pulling fs layer 00:05:08 09adf4765672: Pulling fs layer 00:05:08 fd7a069fd194: Waiting 00:05:08 66aa3694b03b: Waiting 00:05:08 170f70906a0f: Waiting 00:05:08 ad7c5574e4b9: Waiting 00:05:08 e772456be8f7: Waiting 00:05:08 c890913d741a: Waiting 00:05:08 2480fcc9aa5a: Waiting 00:05:08 09adf4765672: Waiting 00:05:08 99f96fe45779: Verifying Checksum 00:05:08 99f96fe45779: Download complete 00:05:08 74f711af9a0d: Verifying Checksum 00:05:08 74f711af9a0d: Download complete 00:05:08 66aa3694b03b: Download complete 00:05:08 170f70906a0f: Verifying Checksum 00:05:08 170f70906a0f: Download complete 00:05:08 b538f80385f9: Verifying Checksum 00:05:08 b538f80385f9: Download complete 00:05:09 b538f80385f9: Pull complete 00:05:09 74f711af9a0d: Pull complete 00:05:10 Still waiting to schedule task 00:05:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:05:10 99f96fe45779: Pull complete 00:05:10 ad7c5574e4b9: Verifying Checksum 00:05:10 ad7c5574e4b9: Download complete 00:05:10 c890913d741a: Verifying Checksum 00:05:10 c890913d741a: Download complete 00:05:12 2480fcc9aa5a: Verifying Checksum 00:05:12 2480fcc9aa5a: Download complete 00:05:12 09adf4765672: Download complete 00:05:13 e772456be8f7: Verifying Checksum 00:05:13 e772456be8f7: Download complete 00:05:14 fd7a069fd194: Download complete 00:05:26 fd7a069fd194: Pull complete 00:05:26 66aa3694b03b: Pull complete 00:05:26 170f70906a0f: Pull complete 00:05:30 ad7c5574e4b9: Pull complete 00:05:34 e772456be8f7: Pull complete 00:05:34 c890913d741a: Pull complete 00:05:37 2480fcc9aa5a: Pull complete 00:05:37 09adf4765672: Pull complete 00:05:37 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 00:05:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 00:05:37 ---> 2248a725d1cf 00:05:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:05:42 ---> Running in 624e0113176c 00:05:42 Removing intermediate container 624e0113176c 00:05:42 ---> 0cc469263eb4 00:05:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:05:42 ---> Running in c58f3c7cebf0 00:05:44 Removing intermediate container c58f3c7cebf0 00:05:44 ---> 81d12e0858ec 00:05:44 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:05:44 ---> Running in f6c641a5a210 00:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:05:47 (1/14) Installing libmagic (5.38-r0) 00:05:48 (2/14) Installing file (5.38-r0) 00:05:48 (3/14) Installing libc-dev (0.7.2-r3) 00:05:48 (4/14) Installing g++ (9.3.0-r2) 00:05:52 (5/14) Installing fortify-headers (1.1-r0) 00:05:52 (6/14) Installing patch (2.7.6-r6) 00:05:52 (7/14) Installing build-base (0.5-r2) 00:05:52 (8/14) Installing openssh-keygen (8.3_p1-r0) 00:05:52 (9/14) Installing libedit (20191231.3.1-r0) 00:05:53 (10/14) Installing openssh-client (8.3_p1-r0) 00:05:53 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 00:05:53 (12/14) Installing openssh-server-common (8.3_p1-r0) 00:05:53 (13/14) Installing openssh-server (8.3_p1-r0) 00:05:53 (14/14) Installing openssh (8.3_p1-r0) 00:05:53 Executing busybox-1.31.1-r16.trigger 00:05:53 OK: 221 MiB in 53 packages 00:05:58 Removing intermediate container f6c641a5a210 00:05:58 ---> 69845ab970f6 00:05:58 Step 6/8 : WORKDIR /device-modbus-go 00:05:58 ---> Running in 4358567f0bbd 00:05:58 Removing intermediate container 4358567f0bbd 00:05:58 ---> 18856b66be41 00:05:58 Step 7/8 : COPY . . 00:05:59 ---> 0826f1dd0518 00:05:59 Step 8/8 : RUN go mod download 00:05:59 ---> Running in 8b34dd158b34 00:06:02 go: finding github.com/BurntSushi/toml v0.3.1 00:06:02 go: finding github.com/OneOfOne/xxhash v1.2.6 00:06:02 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:06:02 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:06:02 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:06:02 go: finding github.com/bgentry/speakeasy v0.1.0 00:06:02 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:06:02 go: finding github.com/davecgh/go-spew v1.1.1 00:06:02 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 00:06:02 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:06:02 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:06:02 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:06:02 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:06:02 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:06:02 go: finding github.com/fatih/color v1.7.0 00:06:02 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:06:02 go: finding github.com/go-kit/kit v0.8.0 00:06:02 go: finding github.com/go-logfmt/logfmt v0.4.0 00:06:02 go: finding github.com/go-stack/stack v1.8.0 00:06:02 go: finding github.com/goburrow/modbus v0.1.0 00:06:02 go: finding github.com/goburrow/serial v0.1.0 00:06:02 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:06:02 go: finding github.com/google/uuid v1.1.1 00:06:02 go: finding github.com/gorilla/mux v1.7.1 00:06:02 go: finding github.com/hashicorp/consul/api v1.1.0 00:06:02 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:06:02 go: finding github.com/hashicorp/errwrap v1.0.0 00:06:02 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:06:02 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:06:02 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:06:02 go: finding github.com/hashicorp/go-multierror v1.0.0 00:06:02 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:06:02 go: finding github.com/hashicorp/go-sockaddr v1.0.1 00:06:02 go: finding github.com/hashicorp/go-syslog v1.0.0 00:06:02 go: finding github.com/hashicorp/go-uuid v1.0.1 00:06:02 go: finding github.com/hashicorp/go.net v0.0.1 00:06:02 go: finding github.com/hashicorp/golang-lru v0.5.1 00:06:02 go: finding github.com/hashicorp/logutils v1.0.0 00:06:02 go: finding github.com/hashicorp/mdns v1.0.0 00:06:03 go: finding github.com/hashicorp/memberlist v0.1.3 00:06:03 go: finding github.com/hashicorp/serf v0.8.2 00:06:03 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:06:03 go: finding github.com/mattn/go-colorable v0.0.9 00:06:03 go: finding github.com/mattn/go-isatty v0.0.3 00:06:03 go: finding github.com/miekg/dns v1.1.4 00:06:03 go: finding github.com/mitchellh/cli v1.0.0 00:06:03 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:06:03 go: finding github.com/mitchellh/copystructure v1.0.0 00:06:03 go: finding github.com/mitchellh/go-homedir v1.1.0 00:06:03 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:06:03 go: finding github.com/mitchellh/go-wordwrap v1.0.0 00:06:03 go: finding github.com/mitchellh/gox v0.4.0 00:06:03 go: finding github.com/mitchellh/iochan v1.0.0 00:06:03 go: finding github.com/mitchellh/mapstructure v1.1.2 00:06:03 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:06:03 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:06:03 go: finding github.com/pelletier/go-toml v1.2.0 00:06:03 go: finding github.com/pkg/errors v0.8.1 00:06:03 go: finding github.com/pmezard/go-difflib v1.0.0 00:06:03 go: finding github.com/posener/complete v1.1.1 00:06:03 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 00:06:03 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:06:03 go: finding github.com/stretchr/objx v0.1.0 00:06:03 go: finding github.com/stretchr/testify v1.5.1 00:06:03 go: finding github.com/ugorji/go v1.1.4 00:06:03 go: finding github.com/x448/float16 v0.8.4 00:06:03 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:06:03 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 00:06:03 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:06:03 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:06:03 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 00:06:03 go: finding gopkg.in/yaml.v2 v2.2.8 00:06:13 Removing intermediate container 8b34dd158b34 00:06:13 ---> 94c8a448559e 00:06:13 Successfully built 94c8a448559e 00:06:13 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 00:06:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:06:16 + ls -al . 00:06:16 total 100 00:06:16 drwxrwxr-x 10 jenkins jenkins 4096 Sep 10 00:05 . 00:06:16 drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 00:04 .. 00:06:16 -rw-rw-r-- 1 jenkins jenkins 140 Sep 10 00:05 .dockerignore 00:06:16 drwxrwxr-x 8 jenkins jenkins 4096 Sep 10 00:05 .git 00:06:16 drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 00:05 .github 00:06:16 -rw-rw-r-- 1 jenkins jenkins 338 Sep 10 00:05 .gitignore 00:06:16 drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 00:05 .semver 00:06:16 -rw-rw-r-- 1 jenkins jenkins 4564 Sep 10 00:05 Attribution.txt 00:06:16 -rw-rw-r-- 1 jenkins jenkins 1430 Sep 10 00:05 Dockerfile 00:06:16 -rw-rw-r-- 1 jenkins jenkins 954 Sep 10 00:05 Dockerfile.build 00:06:16 -rw-rw-r-- 1 jenkins jenkins 702 Sep 10 00:05 Jenkinsfile 00:06:16 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 10 00:05 LICENSE 00:06:16 -rw-rw-r-- 1 jenkins jenkins 880 Sep 10 00:05 Makefile 00:06:16 -rw-rw-r-- 1 jenkins jenkins 591 Sep 10 00:05 README.md 00:06:16 -rw-rw-r-- 1 jenkins jenkins 11 Sep 10 00:04 VERSION 00:06:16 drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 00:05 bin 00:06:16 drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 00:05 cmd 00:06:16 -rw-rw-r-- 1 jenkins jenkins 559 Sep 10 00:05 go.mod 00:06:16 drwxrwxr-x 3 jenkins jenkins 4096 Sep 10 00:05 internal 00:06:16 drwxrwxr-x 2 jenkins jenkins 4096 Sep 10 00:05 simulator 00:06:16 drwxrwxr-x 4 jenkins jenkins 4096 Sep 10 00:05 snap 00:06:16 -rw-rw-r-- 1 jenkins jenkins 229 Sep 10 00:05 version.go [Pipeline] isUnix [Pipeline] sh 00:06:17 + 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=e5b81f2f6d4871b949c13603cb110c658a649c68 --label arch=arm64 --label version=1.2.3-dev.5 . 00:06:17 Sending build context to Docker daemon 669.7kB 00:06:17 Step 1/20 : ARG BASE=golang:1.13-alpine 00:06:17 Step 2/20 : FROM ${BASE} AS builder 00:06:17 ---> 94c8a448559e 00:06:17 Step 3/20 : ARG MAKE='make build' 00:06:17 ---> Running in 644b47a4c2a9 00:06:18 Removing intermediate container 644b47a4c2a9 00:06:18 ---> 18e4a87b790a 00:06:18 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:06:18 ---> Running in 1e2b9171f936 00:06:20 Removing intermediate container 1e2b9171f936 00:06:20 ---> c4cdc0de42b0 00:06:20 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 00:06:20 ---> Running in e9192969d393 00:06:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:06:23 OK: 221 MiB in 53 packages 00:06:24 Removing intermediate container e9192969d393 00:06:24 ---> 3500c27dc86f 00:06:24 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 00:06:24 ---> Running in 714ac6d0a91c 00:06:25 Removing intermediate container 714ac6d0a91c 00:06:25 ---> a43d6e95d5fc 00:06:25 Step 7/20 : COPY . . 00:06:26 ---> d66044d98208 00:06:26 Step 8/20 : RUN ${MAKE} 00:06:26 ---> Running in d9d05e504025 00:06:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.5" -o cmd/device-modbus ./cmd 00:06:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:06:58 Removing intermediate container d9d05e504025 00:06:58 ---> 951d20c68dcf 00:06:58 Step 9/20 : FROM scratch 00:06:58 ---> 00:06:58 Step 10/20 : ENV APP_PORT=49991 00:06:58 ---> Running in bbb113690583 00:06:58 Removing intermediate container bbb113690583 00:06:58 ---> 00680109c146 00:06:58 Step 11/20 : EXPOSE $APP_PORT 00:06:58 ---> Running in 48c425c7056d 00:06:58 Removing intermediate container 48c425c7056d 00:06:58 ---> 5470f80fa922 00:06:58 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 00:07:00 ---> 1f16918263d8 00:07:00 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 00:07:00 ---> 7b1920acd784 00:07:00 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 00:07:01 ---> 803ebfd665a9 00:07:01 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 00:07:01 ---> Running in 5bfe8e47dc2d 00:07:01 Removing intermediate container 5bfe8e47dc2d 00:07:01 ---> 9ef4dbf638dc 00:07:01 Step 16/20 : ENTRYPOINT ["/device-modbus"] 00:07:02 ---> Running in 981728a4f666 00:07:02 Removing intermediate container 981728a4f666 00:07:02 ---> 7f4ed85fd923 00:07:02 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:07:02 ---> Running in 2676c85a6164 00:07:02 Removing intermediate container 2676c85a6164 00:07:02 ---> 35461cb7cc29 00:07:02 Step 18/20 : LABEL arch=arm64 00:07:03 ---> Running in 99944c270be9 00:07:03 Removing intermediate container 99944c270be9 00:07:03 ---> f78d7f4faa64 00:07:03 Step 19/20 : LABEL git_sha=e5b81f2f6d4871b949c13603cb110c658a649c68 00:07:03 ---> Running in 28900205ff25 00:07:04 Removing intermediate container 28900205ff25 00:07:04 ---> 945d088a8184 00:07:04 Step 20/20 : LABEL version=1.2.3-dev.5 00:07:04 ---> Running in 904ae87d134a 00:07:04 Removing intermediate container 904ae87d134a 00:07:04 ---> b88d634717a9 00:07:04 [Warning] One or more build-args [ARCH] were not consumed 00:07:04 Successfully built b88d634717a9 00:07:04 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 00:07:05 provisioning config files... 00:07:05 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/23@tmp/config1662739303549804603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:07:05 ---> docker-login.sh 00:07:05 nexus3.edgexfoundry.org:10001 00:07:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:07:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:07:05 Configure a credential helper to remove this warning. See 00:07:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:07:05 00:07:05 Login Succeeded 00:07:05 nexus3.edgexfoundry.org:10002 00:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:07:06 Configure a credential helper to remove this warning. See 00:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:07:06 00:07:06 Login Succeeded 00:07:06 nexus3.edgexfoundry.org:10003 00:07:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:07:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:07:06 Configure a credential helper to remove this warning. See 00:07:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:07:06 00:07:06 Login Succeeded 00:07:06 nexus3.edgexfoundry.org:10004 00:07:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:07:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:07:07 Configure a credential helper to remove this warning. See 00:07:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:07:07 00:07:07 Login Succeeded 00:07:07 docker.io 00:07:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:07:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:07:08 Configure a credential helper to remove this warning. See 00:07:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:07:08 00:07:08 Login Succeeded 00:07:08 ---> docker-login.sh ends [Pipeline] } 00:07:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:07:08 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 00:07:08 e5b81f2f6d4871b949c13603cb110c658a649c68 00:07:08 latest 00:07:08 1.2.3-dev.5 00:07:08 e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 00:07:08 master 00:07:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:07:09 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] isUnix [Pipeline] sh 00:07:09 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 00:07:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:07:09 76c60f1ce26b: Preparing 00:07:09 6ef69bf4071a: Preparing 00:07:09 983fcff9b4f3: Preparing 00:07:09 76c60f1ce26b: Pushed 00:07:09 6ef69bf4071a: Pushed 00:07:12 983fcff9b4f3: Pushed 00:07:12 e5b81f2f6d4871b949c13603cb110c658a649c68: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh 00:07:12 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:07:13 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 00:07:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:07:13 76c60f1ce26b: Preparing 00:07:13 6ef69bf4071a: Preparing 00:07:13 983fcff9b4f3: Preparing 00:07:13 983fcff9b4f3: Layer already exists 00:07:13 6ef69bf4071a: Layer already exists 00:07:13 76c60f1ce26b: Layer already exists 00:07:13 latest: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh 00:07:13 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh 00:07:14 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.5 00:07:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:07:14 76c60f1ce26b: Preparing 00:07:14 6ef69bf4071a: Preparing 00:07:14 983fcff9b4f3: Preparing 00:07:14 983fcff9b4f3: Layer already exists 00:07:14 6ef69bf4071a: Layer already exists 00:07:14 76c60f1ce26b: Layer already exists 00:07:14 1.2.3-dev.5: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh 00:07:14 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh 00:07:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 00:07:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:07:15 76c60f1ce26b: Preparing 00:07:15 6ef69bf4071a: Preparing 00:07:15 983fcff9b4f3: Preparing 00:07:15 6ef69bf4071a: Layer already exists 00:07:15 76c60f1ce26b: Layer already exists 00:07:15 983fcff9b4f3: Layer already exists 00:07:15 e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] isUnix [Pipeline] sh 00:07:15 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 00:07:15 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 00:07:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 00:07:15 76c60f1ce26b: Preparing 00:07:15 6ef69bf4071a: Preparing 00:07:15 983fcff9b4f3: Preparing 00:07:15 983fcff9b4f3: Layer already exists 00:07:15 6ef69bf4071a: Layer already exists 00:07:15 76c60f1ce26b: Layer already exists 00:07:16 master: digest: sha256:f2ca486ba4858661bb1b44ce6bac7a607ed0a81cf11bb2303c5d864f9d20d351 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:07:16 ===================================================== [Pipeline] echo 00:07:16 taggedImages: 00:07:16 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 00:07:16 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 00:07:16 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.2.3-dev.5 00:07:16 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 00:07:16 - 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] } 00:07:34 Running on prd-centos7-docker-4c-2g-2028 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 00:07:34 Running in /w/workspace/device-modbus-go/23 [Pipeline] { [Pipeline] checkout 00:07:37 using credential edgex-jenkins-ssh 00:07:37 Cloning the remote Git repository 00:07:37 Cloning with configured refspecs honoured and without tags 00:07:37 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:07:37 > git init /w/workspace/device-modbus-go/23 # timeout=10 00:07:37 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:07:37 > git --version # timeout=10 00:07:37 > git --version # 'git version 2.16.5' 00:07:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:07:37 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:07:38 Fetching without tags 00:07:38 Checking out Revision e5b81f2f6d4871b949c13603cb110c658a649c68 (master) 00:07:38 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:07:38 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 00:07:38 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:07:38 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:07:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:07:38 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 00:07:38 > git config core.sparsecheckout # timeout=10 00:07:38 > git checkout -f e5b81f2f6d4871b949c13603cb110c658a649c68 # timeout=10 00:07:42 Commit message: "Merge pull request #172 from bill-mahoney/snapVersion" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 00:07:43 ========================================================= 00:07:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 00:07:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:07:43 + 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 . 00:07:44 Sending build context to Docker daemon 669.7kB 00:07:44 Step 1/8 : ARG BASE=golang:1.13-alpine 00:07:44 Step 2/8 : FROM ${BASE} 00:07:44 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 00:07:44 df20fa9351a1: Pulling fs layer 00:07:44 ed8968b2872e: Pulling fs layer 00:07:44 a92cc7c5fd73: Pulling fs layer 00:07:44 2dd03ba5bac4: Pulling fs layer 00:07:44 1e091d79d1de: Pulling fs layer 00:07:44 481702a1767f: Pulling fs layer 00:07:44 f64a6f60c768: Pulling fs layer 00:07:44 e78d2573fc39: Pulling fs layer 00:07:44 e876d2f968b6: Pulling fs layer 00:07:44 ce8a83651883: Pulling fs layer 00:07:44 07967f4d0e4b: Pulling fs layer 00:07:44 f64a6f60c768: Waiting 00:07:44 e78d2573fc39: Waiting 00:07:44 e876d2f968b6: Waiting 00:07:44 07967f4d0e4b: Waiting 00:07:44 1e091d79d1de: Waiting 00:07:44 ce8a83651883: Waiting 00:07:44 481702a1767f: Waiting 00:07:44 a92cc7c5fd73: Verifying Checksum 00:07:44 a92cc7c5fd73: Download complete 00:07:44 ed8968b2872e: Download complete 00:07:44 1e091d79d1de: Verifying Checksum 00:07:44 1e091d79d1de: Download complete 00:07:44 481702a1767f: Verifying Checksum 00:07:44 481702a1767f: Download complete 00:07:44 df20fa9351a1: Verifying Checksum 00:07:44 df20fa9351a1: Download complete 00:07:44 df20fa9351a1: Pull complete 00:07:44 ed8968b2872e: Pull complete 00:07:44 a92cc7c5fd73: Pull complete 00:07:46 f64a6f60c768: Verifying Checksum 00:07:46 f64a6f60c768: Download complete 00:07:46 e876d2f968b6: Verifying Checksum 00:07:46 e876d2f968b6: Download complete 00:07:47 e78d2573fc39: Verifying Checksum 00:07:47 e78d2573fc39: Download complete 00:07:47 07967f4d0e4b: Verifying Checksum 00:07:47 07967f4d0e4b: Download complete 00:07:47 ce8a83651883: Verifying Checksum 00:07:48 2dd03ba5bac4: Verifying Checksum 00:07:48 2dd03ba5bac4: Download complete 00:07:53 2dd03ba5bac4: Pull complete 00:07:53 1e091d79d1de: Pull complete 00:07:53 481702a1767f: Pull complete 00:07:59 f64a6f60c768: Pull complete 00:08:02 e78d2573fc39: Pull complete 00:08:02 e876d2f968b6: Pull complete 00:08:03 ce8a83651883: Pull complete 00:08:03 07967f4d0e4b: Pull complete 00:08:03 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 00:08:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 00:08:03 ---> 5d7c900382c6 00:08:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:08:04 ---> Running in 13dc59b39e31 00:08:04 Removing intermediate container 13dc59b39e31 00:08:04 ---> da61d8018392 00:08:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:04 ---> Running in 05a7dac484f3 00:08:06 Removing intermediate container 05a7dac484f3 00:08:06 ---> 0513ef422ef3 00:08:06 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:08:06 ---> Running in fd596cfa5614 00:08:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:08:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:08:08 (1/14) Installing libmagic (5.38-r0) 00:08:08 (2/14) Installing file (5.38-r0) 00:08:08 (3/14) Installing libc-dev (0.7.2-r3) 00:08:08 (4/14) Installing g++ (9.3.0-r2) 00:08:15 (5/14) Installing fortify-headers (1.1-r0) 00:08:15 (6/14) Installing patch (2.7.6-r6) 00:08:15 (7/14) Installing build-base (0.5-r2) 00:08:15 (8/14) Installing openssh-keygen (8.3_p1-r0) 00:08:15 (9/14) Installing libedit (20191231.3.1-r0) 00:08:15 (10/14) Installing openssh-client (8.3_p1-r0) 00:08:15 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 00:08:15 (12/14) Installing openssh-server-common (8.3_p1-r0) 00:08:15 (13/14) Installing openssh-server (8.3_p1-r0) 00:08:16 (14/14) Installing openssh (8.3_p1-r0) 00:08:16 Executing busybox-1.31.1-r16.trigger 00:08:16 OK: 237 MiB in 53 packages 00:08:20 Removing intermediate container fd596cfa5614 00:08:20 ---> 4164c4beeed0 00:08:20 Step 6/8 : WORKDIR /device-modbus-go 00:08:20 ---> Running in a12d6186fac1 00:08:20 Removing intermediate container a12d6186fac1 00:08:20 ---> 9a667d7ebb1c 00:08:20 Step 7/8 : COPY . . 00:08:21 ---> d7c9a4215a05 00:08:21 Step 8/8 : RUN go mod download 00:08:21 ---> Running in 20b5db33e03b 00:08:23 go: finding github.com/BurntSushi/toml v0.3.1 00:08:23 go: finding github.com/OneOfOne/xxhash v1.2.6 00:08:23 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 00:08:23 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:08:23 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 00:08:23 go: finding github.com/bgentry/speakeasy v0.1.0 00:08:23 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 00:08:23 go: finding github.com/davecgh/go-spew v1.1.1 00:08:23 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 00:08:23 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 00:08:23 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 00:08:23 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 00:08:23 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 00:08:23 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 00:08:23 go: finding github.com/fatih/color v1.7.0 00:08:23 go: finding github.com/fxamacker/cbor/v2 v2.2.0 00:08:23 go: finding github.com/go-kit/kit v0.8.0 00:08:23 go: finding github.com/go-logfmt/logfmt v0.4.0 00:08:23 go: finding github.com/go-stack/stack v1.8.0 00:08:23 go: finding github.com/goburrow/modbus v0.1.0 00:08:23 go: finding github.com/goburrow/serial v0.1.0 00:08:23 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:08:23 go: finding github.com/google/uuid v1.1.1 00:08:23 go: finding github.com/gorilla/mux v1.7.1 00:08:23 go: finding github.com/hashicorp/consul/api v1.1.0 00:08:23 go: finding github.com/hashicorp/consul/sdk v0.1.1 00:08:23 go: finding github.com/hashicorp/errwrap v1.0.0 00:08:23 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 00:08:23 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 00:08:23 go: finding github.com/hashicorp/go-msgpack v0.5.3 00:08:23 go: finding github.com/hashicorp/go-multierror v1.0.0 00:08:23 go: finding github.com/hashicorp/go-rootcerts v1.0.0 00:08:23 go: finding github.com/hashicorp/go-sockaddr v1.0.1 00:08:23 go: finding github.com/hashicorp/go-syslog v1.0.0 00:08:23 go: finding github.com/hashicorp/go-uuid v1.0.1 00:08:23 go: finding github.com/hashicorp/go.net v0.0.1 00:08:23 go: finding github.com/hashicorp/golang-lru v0.5.1 00:08:23 go: finding github.com/hashicorp/logutils v1.0.0 00:08:23 go: finding github.com/hashicorp/mdns v1.0.0 00:08:23 go: finding github.com/hashicorp/memberlist v0.1.3 00:08:23 go: finding github.com/hashicorp/serf v0.8.2 00:08:23 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 00:08:23 go: finding github.com/mattn/go-colorable v0.0.9 00:08:23 go: finding github.com/mattn/go-isatty v0.0.3 00:08:23 go: finding github.com/miekg/dns v1.1.4 00:08:24 go: finding github.com/mitchellh/cli v1.0.0 00:08:24 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:08:24 go: finding github.com/mitchellh/copystructure v1.0.0 00:08:24 go: finding github.com/mitchellh/go-homedir v1.1.0 00:08:24 go: finding github.com/mitchellh/go-testing-interface v1.0.0 00:08:24 go: finding github.com/mitchellh/go-wordwrap v1.0.0 00:08:24 go: finding github.com/mitchellh/gox v0.4.0 00:08:24 go: finding github.com/mitchellh/iochan v1.0.0 00:08:24 go: finding github.com/mitchellh/mapstructure v1.1.2 00:08:24 go: finding github.com/mitchellh/reflectwalk v1.0.0 00:08:24 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:08:24 go: finding github.com/pelletier/go-toml v1.2.0 00:08:24 go: finding github.com/pkg/errors v0.8.1 00:08:24 go: finding github.com/pmezard/go-difflib v1.0.0 00:08:24 go: finding github.com/posener/complete v1.1.1 00:08:24 go: finding github.com/ryanuber/columnize v2.1.0+incompatible 00:08:24 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:08:24 go: finding github.com/stretchr/objx v0.1.0 00:08:24 go: finding github.com/stretchr/testify v1.5.1 00:08:24 go: finding github.com/ugorji/go v1.1.4 00:08:24 go: finding github.com/x448/float16 v0.8.4 00:08:24 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 00:08:24 go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 00:08:24 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 00:08:24 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 00:08:24 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 00:08:24 go: finding gopkg.in/yaml.v2 v2.2.8 00:08:32 Removing intermediate container 20b5db33e03b 00:08:32 ---> 097891f84579 00:08:32 Successfully built 097891f84579 00:08:32 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 00:08:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:08:34 + ls -al . 00:08:34 total 64 00:08:34 drwxrwxr-x. 10 jenkins jenkins 4096 Sep 10 00:07 . 00:08:34 drwxrwxr-x. 4 jenkins jenkins 30 Sep 10 00:07 .. 00:08:34 -rw-rw-r--. 1 jenkins jenkins 4564 Sep 10 00:07 Attribution.txt 00:08:34 drwxrwxr-x. 2 jenkins jenkins 87 Sep 10 00:07 bin 00:08:34 drwxrwxr-x. 3 jenkins jenkins 32 Sep 10 00:07 cmd 00:08:34 -rw-rw-r--. 1 jenkins jenkins 1430 Sep 10 00:07 Dockerfile 00:08:34 -rw-rw-r--. 1 jenkins jenkins 954 Sep 10 00:07 Dockerfile.build 00:08:34 -rw-rw-r--. 1 jenkins jenkins 140 Sep 10 00:07 .dockerignore 00:08:34 drwxrwxr-x. 8 jenkins jenkins 162 Sep 10 00:07 .git 00:08:34 drwxrwxr-x. 2 jenkins jenkins 38 Sep 10 00:07 .github 00:08:34 -rw-rw-r--. 1 jenkins jenkins 338 Sep 10 00:07 .gitignore 00:08:34 -rw-rw-r--. 1 jenkins jenkins 559 Sep 10 00:07 go.mod 00:08:34 drwxrwxr-x. 3 jenkins jenkins 20 Sep 10 00:07 internal 00:08:34 -rw-rw-r--. 1 jenkins jenkins 702 Sep 10 00:07 Jenkinsfile 00:08:34 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 10 00:07 LICENSE 00:08:34 -rw-rw-r--. 1 jenkins jenkins 880 Sep 10 00:07 Makefile 00:08:34 -rw-rw-r--. 1 jenkins jenkins 591 Sep 10 00:07 README.md 00:08:34 drwxrwxr-x. 3 jenkins jenkins 44 Sep 10 00:07 .semver 00:08:34 drwxrwxr-x. 2 jenkins jenkins 52 Sep 10 00:07 simulator 00:08:34 drwxrwxr-x. 4 jenkins jenkins 54 Sep 10 00:07 snap 00:08:34 -rw-rw-r--. 1 jenkins jenkins 11 Sep 10 00:04 VERSION 00:08:34 -rw-rw-r--. 1 jenkins jenkins 229 Sep 10 00:07 version.go [Pipeline] isUnix [Pipeline] sh 00:08:34 + 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=e5b81f2f6d4871b949c13603cb110c658a649c68 --label arch=amd64 --label version=1.2.3-dev.5 . 00:08:34 Sending build context to Docker daemon 669.7kB 00:08:34 Step 1/20 : ARG BASE=golang:1.13-alpine 00:08:34 Step 2/20 : FROM ${BASE} AS builder 00:08:34 ---> 097891f84579 00:08:34 Step 3/20 : ARG MAKE='make build' 00:08:34 ---> Running in 2b9697ced5a7 00:08:35 Removing intermediate container 2b9697ced5a7 00:08:35 ---> c2751673975b 00:08:35 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:35 ---> Running in 962ce150d44c 00:08:36 Removing intermediate container 962ce150d44c 00:08:36 ---> 173365126849 00:08:36 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 00:08:36 ---> Running in 02d4c18b238b 00:08:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:08:39 OK: 237 MiB in 53 packages 00:08:39 Removing intermediate container 02d4c18b238b 00:08:39 ---> 34bc20b515d0 00:08:39 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 00:08:39 ---> Running in f6194f4d12d0 00:08:39 Removing intermediate container f6194f4d12d0 00:08:39 ---> 7cd35e8fc7b3 00:08:39 Step 7/20 : COPY . . 00:08:40 ---> 097661f43fe9 00:08:40 Step 8/20 : RUN ${MAKE} 00:08:40 ---> Running in d1459361abcc 00:08:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.2.3-dev.5" -o cmd/device-modbus ./cmd 00:08:51 CGO_ENABLED=0 GO111MODULE=on go build ./... 00:08:53 Removing intermediate container d1459361abcc 00:08:53 ---> a458c5aa0ebe 00:08:53 Step 9/20 : FROM scratch 00:08:53 ---> 00:08:53 Step 10/20 : ENV APP_PORT=49991 00:08:53 ---> Running in 07a92aa810b0 00:08:53 Removing intermediate container 07a92aa810b0 00:08:53 ---> b6c529dbe8ec 00:08:53 Step 11/20 : EXPOSE $APP_PORT 00:08:53 ---> Running in ddcacf3cf75c 00:08:53 Removing intermediate container ddcacf3cf75c 00:08:53 ---> 566f8051d8e7 00:08:53 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 00:08:54 ---> 224f8d689dd4 00:08:54 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 00:08:54 ---> e672d3a8824e 00:08:54 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 00:08:54 ---> 9534b01ba7a4 00:08:54 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 00:08:54 ---> Running in a5c4d67dacc1 00:08:55 Removing intermediate container a5c4d67dacc1 00:08:55 ---> a80d5ea3a0cf 00:08:55 Step 16/20 : ENTRYPOINT ["/device-modbus"] 00:08:55 ---> Running in ed31a27cf1ae 00:08:55 Removing intermediate container ed31a27cf1ae 00:08:55 ---> c342f2c1572b 00:08:55 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:08:55 ---> Running in 53d62c86b986 00:08:55 Removing intermediate container 53d62c86b986 00:08:55 ---> 42e47d67adfa 00:08:55 Step 18/20 : LABEL arch=amd64 00:08:55 ---> Running in de669eff5bae 00:08:55 Removing intermediate container de669eff5bae 00:08:55 ---> d6906095a9ac 00:08:55 Step 19/20 : LABEL git_sha=e5b81f2f6d4871b949c13603cb110c658a649c68 00:08:55 ---> Running in 97935ede9a21 00:08:55 Removing intermediate container 97935ede9a21 00:08:55 ---> 3c3f917eca16 00:08:55 Step 20/20 : LABEL version=1.2.3-dev.5 00:08:55 ---> Running in 53398376135c 00:08:56 Removing intermediate container 53398376135c 00:08:56 ---> 214787fe9ad6 00:08:56 [Warning] One or more build-args [ARCH] were not consumed 00:08:56 Successfully built 214787fe9ad6 00:08:56 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 00:08:56 provisioning config files... 00:08:56 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/23@tmp/config8565810090538459368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:08:56 ---> docker-login.sh 00:08:56 nexus3.edgexfoundry.org:10001 00:08:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:57 Configure a credential helper to remove this warning. See 00:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:57 00:08:57 Login Succeeded 00:08:57 nexus3.edgexfoundry.org:10002 00:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:57 Configure a credential helper to remove this warning. See 00:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:57 00:08:57 Login Succeeded 00:08:57 nexus3.edgexfoundry.org:10003 00:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:57 Configure a credential helper to remove this warning. See 00:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:57 00:08:57 Login Succeeded 00:08:57 nexus3.edgexfoundry.org:10004 00:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:57 Configure a credential helper to remove this warning. See 00:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:57 00:08:57 Login Succeeded 00:08:57 docker.io 00:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:08:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:08:57 Configure a credential helper to remove this warning. See 00:08:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:08:57 00:08:57 Login Succeeded 00:08:57 ---> docker-login.sh ends [Pipeline] } 00:08:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:08:58 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 00:08:58 e5b81f2f6d4871b949c13603cb110c658a649c68 00:08:58 latest 00:08:58 1.2.3-dev.5 00:08:58 e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 00:08:58 master 00:08:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:08:58 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 [Pipeline] isUnix [Pipeline] sh 00:08:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 00:08:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:08:58 ca89c5230a01: Preparing 00:08:58 479d66818d65: Preparing 00:08:58 58ff2d39838d: Preparing 00:08:58 479d66818d65: Pushed 00:08:59 ca89c5230a01: Pushed 00:09:00 58ff2d39838d: Pushed 00:09:01 e5b81f2f6d4871b949c13603cb110c658a649c68: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh 00:09:01 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 00:09:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 00:09:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:09:01 ca89c5230a01: Preparing 00:09:01 479d66818d65: Preparing 00:09:01 58ff2d39838d: Preparing 00:09:01 ca89c5230a01: Layer already exists 00:09:01 58ff2d39838d: Layer already exists 00:09:01 479d66818d65: Layer already exists 00:09:01 latest: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh 00:09:02 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh 00:09:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.5 00:09:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:09:02 ca89c5230a01: Preparing 00:09:02 479d66818d65: Preparing 00:09:02 58ff2d39838d: Preparing 00:09:02 ca89c5230a01: Layer already exists 00:09:02 479d66818d65: Layer already exists 00:09:02 58ff2d39838d: Layer already exists 00:09:02 1.2.3-dev.5: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh 00:09:02 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 [Pipeline] isUnix [Pipeline] sh 00:09:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 00:09:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:09:03 ca89c5230a01: Preparing 00:09:03 479d66818d65: Preparing 00:09:03 58ff2d39838d: Preparing 00:09:03 479d66818d65: Layer already exists 00:09:03 ca89c5230a01: Layer already exists 00:09:03 58ff2d39838d: Layer already exists 00:09:03 e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] isUnix [Pipeline] sh 00:09:03 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 00:09:03 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 00:09:03 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 00:09:03 ca89c5230a01: Preparing 00:09:03 479d66818d65: Preparing 00:09:03 58ff2d39838d: Preparing 00:09:03 ca89c5230a01: Layer already exists 00:09:03 479d66818d65: Layer already exists 00:09:03 58ff2d39838d: Layer already exists 00:09:03 master: digest: sha256:3697eaaa40ee9624a49ed8216656416fef836ac38e4a6514e5982d0e7bd6b9b9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:09:03 ===================================================== [Pipeline] echo 00:09:03 taggedImages: 00:09:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 00:09:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 00:09:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.2.3-dev.5 00:09:03 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68-1.2.3-dev.5 00:09:03 - 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] } [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 00:09:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo 00:09:06 [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials 00:09:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:09:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:09:06 00:09:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh 00:09:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:09:06 1.317.0: Pulling from edgex-devops/edgex-snyk-go 00:09:06 cbdbe7a5bc2a: Pulling fs layer 00:09:06 408f87550127: Pulling fs layer 00:09:06 fe522b08c979: Pulling fs layer 00:09:06 221eaa008020: Pulling fs layer 00:09:06 2a4607e5d6b9: Pulling fs layer 00:09:06 8f79b27c4fd2: Pulling fs layer 00:09:06 e5c8dbe1645b: Pulling fs layer 00:09:06 23e8b3b47431: Pulling fs layer 00:09:06 5c568d65a230: Pulling fs layer 00:09:06 23e8b3b47431: Waiting 00:09:06 8f79b27c4fd2: Waiting 00:09:06 5c568d65a230: Waiting 00:09:06 e5c8dbe1645b: Waiting 00:09:06 221eaa008020: Waiting 00:09:06 2a4607e5d6b9: Waiting 00:09:06 fe522b08c979: Verifying Checksum 00:09:06 fe522b08c979: Download complete 00:09:06 408f87550127: Verifying Checksum 00:09:06 408f87550127: Download complete 00:09:06 2a4607e5d6b9: Verifying Checksum 00:09:06 2a4607e5d6b9: Download complete 00:09:06 8f79b27c4fd2: Verifying Checksum 00:09:06 8f79b27c4fd2: Download complete 00:09:07 cbdbe7a5bc2a: Verifying Checksum 00:09:07 cbdbe7a5bc2a: Download complete 00:09:07 cbdbe7a5bc2a: Pull complete 00:09:07 408f87550127: Pull complete 00:09:07 e5c8dbe1645b: Download complete 00:09:07 fe522b08c979: Pull complete 00:09:08 5c568d65a230: Verifying Checksum 00:09:08 5c568d65a230: Download complete 00:09:08 23e8b3b47431: Verifying Checksum 00:09:08 23e8b3b47431: Download complete 00:09:10 221eaa008020: Verifying Checksum 00:09:10 221eaa008020: Download complete 00:09:15 221eaa008020: Pull complete 00:09:15 2a4607e5d6b9: Pull complete 00:09:15 8f79b27c4fd2: Pull complete 00:09:17 e5c8dbe1645b: Pull complete 00:09:20 23e8b3b47431: Pull complete 00:09:21 5c568d65a230: Pull complete 00:09:21 Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 00:09:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 00:09:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer 00:09:21 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:09:21 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat 00:09:22 $ docker top 592981ef984462c704da5b19227d9610c0fc32542216b7c2c838bb522b7ab250 -eo pid,comm [Pipeline] { [Pipeline] sh 00:09:23 + snyk monitor '--org=edgex-jenkins' 00:09:31 00:09:31 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 00:09:31 00:09:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/2e3bfb65-fb5f-487d-a8a5-72fee9aa0e1f 00:09:31 00:09:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:09:31 00:09:31 00:09:31 Snyk CLI supports Node.js 8 and higher. 00:09:31 Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. 00:09:31 Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. 00:09:31 00:09:31 The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. 00:09:31 The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [Pipeline] } 00:09:31 $ docker stop --time=1 592981ef984462c704da5b19227d9610c0fc32542216b7c2c838bb522b7ab250 00:09:33 $ docker rm -f 592981ef984462c704da5b19227d9610c0fc32542216b7c2c838bb522b7ab250 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:09:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:09:34 00:09:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh 00:09:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:09:35 latest: Pulling from edgex-devops/edgex-klar 00:09:35 e7c96db7181b: Pulling fs layer 00:09:35 1868ca2cb446: Pulling fs layer 00:09:35 136be5d0fe8e: Pulling fs layer 00:09:35 894bfe63afcb: Pulling fs layer 00:09:35 894bfe63afcb: Waiting 00:09:35 1868ca2cb446: Verifying Checksum 00:09:35 1868ca2cb446: Download complete 00:09:35 136be5d0fe8e: Verifying Checksum 00:09:35 136be5d0fe8e: Download complete 00:09:35 e7c96db7181b: Verifying Checksum 00:09:35 e7c96db7181b: Download complete 00:09:35 894bfe63afcb: Verifying Checksum 00:09:35 894bfe63afcb: Download complete 00:09:35 e7c96db7181b: Pull complete 00:09:35 1868ca2cb446: Pull complete 00:09:36 136be5d0fe8e: Pull complete 00:09:36 894bfe63afcb: Pull complete 00:09:36 Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 00:09:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:09:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer 00:09:36 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:09:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:09:37 $ docker top 64836c5cd82861e4fca9204969344701af6c136cd3b6addfbd9643c4b9c94fc7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:09:38 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 00:09:38 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:09:41 $ docker stop --time=1 64836c5cd82861e4fca9204969344701af6c136cd3b6addfbd9643c4b9c94fc7 00:09:42 $ docker rm -f 64836c5cd82861e4fca9204969344701af6c136cd3b6addfbd9643c4b9c94fc7 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:09:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:09:42 . [Pipeline] withDockerContainer 00:09:42 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:09:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:09:43 $ docker top acf875b18c26a001d69c045d460a7f25e153a528bf976d923864ff230e7f259b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:09:44 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go:e5b81f2f6d4871b949c13603cb110c658a649c68 00:09:44 + tee 00:09:44 clair timeout 1m0s 00:09:44 docker timeout: 1m0s 00:09:44 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:09:44 $ docker stop --time=1 acf875b18c26a001d69c045d460a7f25e153a528bf976d923864ff230e7f259b 00:09:46 $ docker rm -f acf875b18c26a001d69c045d460a7f25e153a528bf976d923864ff230e7f259b [Pipeline] // withDockerContainer [Pipeline] sh 00:09:46 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 00:09:46 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go_e5b81f2f6d4871b949c13603cb110c658a649c68.html [Pipeline] writeFile [Pipeline] step 00:09:46 Archiving artifacts [Pipeline] isUnix [Pipeline] sh 00:09:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:09:46 . [Pipeline] withDockerContainer 00:09:47 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:09: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:09:47 $ docker top aba7fc67b0e792f92a385220416d3a6fa0a6e9fd1c83dc930ded5b61a0b3686a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:09:48 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 00:09:48 + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:09:51 $ docker stop --time=1 aba7fc67b0e792f92a385220416d3a6fa0a6e9fd1c83dc930ded5b61a0b3686a 00:09:52 $ docker rm -f aba7fc67b0e792f92a385220416d3a6fa0a6e9fd1c83dc930ded5b61a0b3686a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:09:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest 00:09:52 . [Pipeline] withDockerContainer 00:09:53 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:09: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest cat 00:09:53 $ docker top 33c4e64853e65e87b98f1c6b35fc52f41135e54305083420cf9635bbad9c629f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:09:54 + /klar nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:e5b81f2f6d4871b949c13603cb110c658a649c68 00:09:54 + tee 00:09:54 clair timeout 1m0s 00:09:54 docker timeout: 1m0s 00:09:54 no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:09:54 $ docker stop --time=1 33c4e64853e65e87b98f1c6b35fc52f41135e54305083420cf9635bbad9c629f 00:09:56 $ docker rm -f 33c4e64853e65e87b98f1c6b35fc52f41135e54305083420cf9635bbad9c629f [Pipeline] // withDockerContainer [Pipeline] sh 00:09:56 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/clair-reports [Pipeline] echo 00:09:56 Generated HTML Table Report. Writing to /w/workspace/xfoundry_device-modbus-go_master/clair-reports/clair_results_docker-device-modbus-go-arm64_e5b81f2f6d4871b949c13603cb110c658a649c68.html [Pipeline] writeFile [Pipeline] step 00:09:56 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 00:09:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:09:57 . [Pipeline] withDockerContainer 00:09:57 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:09:58 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:09:58 $ docker top bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:09:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:09:59 [ssh-agent] Looking for ssh-agent implementation... 00:09:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:09:59 $ docker exec bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 ssh-agent 00:09:59 SSH_AUTH_SOCK=/tmp/ssh-Ea9HTMaPi5wf/agent.12 00:09:59 SSH_AGENT_PID=17 00:09:59 Running ssh-add (command line suppressed) 00:09:59 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6563949419335714795.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6563949419335714795.key) 00:09:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:09:59 + git semver tag 00:09:59 # -> Open(): unable to determine branch for HEAD 00:09:59 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:09:59 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:09:59 # $SEMVER_REMOTE_NAME = origin 00:09:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:09:59 # $SEMVER_USER_NAME = edgex-jenkins 00:09:59 # $SEMVER_BRANCH = master 00:09:59 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 00:09:59 # e5b81f2f6d4871b949c13603cb110c658a649c68 HEAD 00:09:59 # -> Force: false 00:09:59 # 156e39ff8cffb6cabcd575c90367fd2b5ca0337c refs/tags/v1.2.3-dev.5 [Pipeline] } 00:09:59 $ docker exec --env ******** --env ******** bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 ssh-agent -k 00:10:00 unset SSH_AUTH_SOCK; 00:10:00 unset SSH_AGENT_PID; 00:10:00 echo Agent pid 17 killed; 00:10:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:00 + git semver [Pipeline] } 00:10:00 $ docker stop --time=1 bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 00:10:01 $ docker rm -f bac61482f85f1f8ff1df0502685a635292911e3729519b86b74724e6ab90b581 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:10:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:10:02 00:10:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:10:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:10:02 0.23.1-centos7: Pulling from edgex-lftools 00:10:02 ab5ef0e58194: Pulling fs layer 00:10:02 9712f1f96733: Pulling fs layer 00:10:02 63f879dbbcfc: Pulling fs layer 00:10:02 0d9ebad4ef96: Pulling fs layer 00:10:02 e9a5061849ea: Pulling fs layer 00:10:02 d747dcd14b5f: Pulling fs layer 00:10:02 2de7ff778b66: Pulling fs layer 00:10:02 e9a5061849ea: Waiting 00:10:02 d747dcd14b5f: Waiting 00:10:02 2de7ff778b66: Waiting 00:10:02 0d9ebad4ef96: Waiting 00:10:02 9712f1f96733: Verifying Checksum 00:10:02 9712f1f96733: Download complete 00:10:04 63f879dbbcfc: Verifying Checksum 00:10:04 63f879dbbcfc: Download complete 00:10:04 e9a5061849ea: Verifying Checksum 00:10:04 e9a5061849ea: Download complete 00:10:04 d747dcd14b5f: Verifying Checksum 00:10:04 d747dcd14b5f: Download complete 00:10:04 0d9ebad4ef96: Verifying Checksum 00:10:04 0d9ebad4ef96: Download complete 00:10:04 2de7ff778b66: Verifying Checksum 00:10:04 2de7ff778b66: Download complete 00:10:05 ab5ef0e58194: Verifying Checksum 00:10:05 ab5ef0e58194: Download complete 00:10:09 ab5ef0e58194: Pull complete 00:10:09 9712f1f96733: Pull complete 00:10:11 63f879dbbcfc: Pull complete 00:10:18 0d9ebad4ef96: Pull complete 00:10:18 e9a5061849ea: Pull complete 00:10:18 d747dcd14b5f: Pull complete 00:10:22 2de7ff778b66: Pull complete 00:10:22 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:10:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:10:22 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:10:22 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:10:22 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:10:26 $ docker top 95c972bb61c5fbc615b49ad0935699e001663da495a243cb49be134166a64f67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:10:26 provisioning config files... 00:10:26 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7299007030233866771tmp 00:10:26 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1012317923886724119tmp 00:10:26 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7298354526087066713tmp [Pipeline] { [Pipeline] echo 00:10:26 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:10:26 ---> sigul-configuration.sh 00:10:26 gpg: directory `/root/.gnupg' created 00:10:26 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:10:26 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:10:26 gpg: keyring `/root/.gnupg/secring.gpg' created 00:10:26 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:10:26 gpg: CAST5 encrypted data 00:10:26 gpg: encrypted with 1 passphrase 00:10:26 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:10:27 + mkdir /home/jenkins 00:10:27 + mkdir /home/jenkins/sigul [Pipeline] sh 00:10:27 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:10:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:10:27 ---> sigul-install.sh 00:10:33 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:10:33 + git tag --list 00:10:33 v1.2.3-dev.5 [Pipeline] sh 00:10:33 + lftools sign git-tag v1.2.3-dev.5 00:10:35 Signing Git tag with Sigul... 00:10:35 Signing v1.2.3-dev.5 [Pipeline] echo 00:10:36 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:10:36 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:10:36 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:10:36 $ docker stop --time=1 95c972bb61c5fbc615b49ad0935699e001663da495a243cb49be134166a64f67 00:10:38 $ docker rm -f 95c972bb61c5fbc615b49ad0935699e001663da495a243cb49be134166a64f67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:10:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:10:39 . [Pipeline] withDockerContainer 00:10:39 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:10:39 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:10:40 $ docker top f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:10:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:40 [ssh-agent] Looking for ssh-agent implementation... 00:10:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:40 $ docker exec f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d ssh-agent 00:10:40 SSH_AUTH_SOCK=/tmp/ssh-q6Vvk2CdnfMQ/agent.11 00:10:40 SSH_AGENT_PID=17 00:10:40 Running ssh-add (command line suppressed) 00:10:40 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8592574436127547550.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8592574436127547550.key) 00:10:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:41 + git semver bump pre 00:10:41 # -> Open(): unable to determine branch for HEAD 00:10:41 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:10:41 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:10:41 # $SEMVER_REMOTE_NAME = origin 00:10:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:10:41 # $SEMVER_USER_NAME = edgex-jenkins 00:10:41 # $SEMVER_BRANCH = master 00:10:41 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 00:10:41 1.2.3-dev.6 [Pipeline] } 00:10:41 $ docker exec --env ******** --env ******** f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d ssh-agent -k 00:10:41 unset SSH_AUTH_SOCK; 00:10:41 unset SSH_AGENT_PID; 00:10:41 echo Agent pid 17 killed; 00:10:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:41 + git semver [Pipeline] } 00:10:41 $ docker stop --time=1 f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d 00:10:43 $ docker rm -f f22b959fe29325d5a4b5e00aeae20c25fb5216081af3b17a9f0cea6af0cf8b9d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:10:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:10:43 . [Pipeline] withDockerContainer 00:10:43 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:10:44 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:10:44 $ docker top 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:10:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:10:45 [ssh-agent] Looking for ssh-agent implementation... 00:10:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:10:45 $ docker exec 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb ssh-agent 00:10:45 SSH_AUTH_SOCK=/tmp/ssh-62WQeOT6vsTy/agent.12 00:10:45 SSH_AGENT_PID=17 00:10:45 Running ssh-add (command line suppressed) 00:10:45 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7385251412516594486.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7385251412516594486.key) 00:10:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:10:46 + git semver push 00:10:46 # -> Open(): unable to determine branch for HEAD 00:10:46 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 00:10:46 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 00:10:46 # $SEMVER_REMOTE_NAME = origin 00:10:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:10:46 # $SEMVER_USER_NAME = edgex-jenkins 00:10:46 # $SEMVER_BRANCH = master 00:10:46 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 00:10:52 $ docker exec --env ******** --env ******** 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb ssh-agent -k 00:10:52 unset SSH_AUTH_SOCK; 00:10:52 unset SSH_AGENT_PID; 00:10:52 echo Agent pid 17 killed; 00:10:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:10:53 + git semver [Pipeline] } 00:10:53 $ docker stop --time=1 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb 00:10:54 $ docker rm -f 6f047adc78c9bee1cb34b01d113272ddaa514e14b75a1b7a848eb3bc8e3039fb [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 00:10:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:10:56 ---> package-listing.sh 00:10:56 ++ facter osfamily 00:10:56 ++ tr '[:upper:]' '[:lower:]' 00:10:56 + OS_FAMILY=redhat 00:10:56 + workspace=/w/workspace/xfoundry_device-modbus-go_master 00:10:56 + START_PACKAGES=/tmp/packages_start.txt 00:10:56 + END_PACKAGES=/tmp/packages_end.txt 00:10:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:10:56 + PACKAGES=/tmp/packages_start.txt 00:10:56 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 00:10:56 + PACKAGES=/tmp/packages_end.txt 00:10:56 + case "${OS_FAMILY}" in 00:10:56 + rpm -qa 00:10:56 + sort 00:11:00 + '[' -f /tmp/packages_start.txt ']' 00:11:00 + '[' -f /tmp/packages_end.txt ']' 00:11:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:11:00 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 00:11:00 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 00:11:00 + 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 00:11:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:11:01 00:11:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:11:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:11:02 alpine: Pulling from edgex-lftools-log-publisher 00:11:02 df20fa9351a1: Pulling fs layer 00:11:02 36b3adc4ff6f: Pulling fs layer 00:11:02 8ad3a11d3b57: Pulling fs layer 00:11:02 46f8f816bc3b: Pulling fs layer 00:11:02 0dadc02b9964: Pulling fs layer 00:11:02 ce6a7cf60c04: Pulling fs layer 00:11:02 7a184a31f384: Pulling fs layer 00:11:02 0879bd2ef858: Pulling fs layer 00:11:02 0dadc02b9964: Waiting 00:11:02 7a184a31f384: Waiting 00:11:02 0879bd2ef858: Waiting 00:11:02 ce6a7cf60c04: Waiting 00:11:02 46f8f816bc3b: Waiting 00:11:02 36b3adc4ff6f: Download complete 00:11:02 46f8f816bc3b: Verifying Checksum 00:11:02 46f8f816bc3b: Download complete 00:11:02 df20fa9351a1: Verifying Checksum 00:11:02 df20fa9351a1: Download complete 00:11:02 0dadc02b9964: Verifying Checksum 00:11:02 0dadc02b9964: Download complete 00:11:02 ce6a7cf60c04: Verifying Checksum 00:11:02 ce6a7cf60c04: Download complete 00:11:02 7a184a31f384: Verifying Checksum 00:11:02 7a184a31f384: Download complete 00:11:02 8ad3a11d3b57: Download complete 00:11:02 0879bd2ef858: Verifying Checksum 00:11:02 0879bd2ef858: Download complete 00:11:02 df20fa9351a1: Pull complete 00:11:03 36b3adc4ff6f: Pull complete 00:11:03 8ad3a11d3b57: Pull complete 00:11:03 46f8f816bc3b: Pull complete 00:11:04 0dadc02b9964: Pull complete 00:11:04 ce6a7cf60c04: Pull complete 00:11:04 7a184a31f384: Pull complete 00:11:06 0879bd2ef858: Pull complete 00:11:06 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 00:11:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:11:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:11:06 prd-centos7-docker-4c-2g-2026 does not seem to be running inside a container 00:11:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -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-lftools-log-publisher:alpine cat 00:11:10 $ docker top 47bc316aa2e3b362c966584c4b3defc1fe3472f2765ff81b078bfa2a93ce13ec -eo pid,comm [Pipeline] { [Pipeline] sh 00:11:11 + mkdir -p /var/log/sa [Pipeline] sh 00:11:11 + ls /var/log/sa-host 00:11:11 + sadf -c /var/log/sa-host/sa05 00:11:11 file_magic: OK 00:11:11 HZ: Using current value: 100 00:11:11 file_header: OK 00:11:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:11:11 Statistics: 00:11:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:11:11 File successfully converted to sysstat format version 12.2.1 00:11:11 + sadf -c /var/log/sa-host/sa10 00:11:11 file_magic: OK 00:11:11 HZ: Using current value: 100 00:11:11 file_header: OK 00:11:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:11:11 Statistics: 00:11:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:11:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:11:11 provisioning config files... 00:11:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3291203617679882404tmp [Pipeline] { [Pipeline] echo 00:11:11 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:11:11 ---> create-netrc.sh [Pipeline] echo 00:11:11 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:11:12 ---> logs-deploy.sh 00:11:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/23 00:11:12 INFO: archiving workspace using pattern(s): 00:11:13 Archives upload complete. 00:11:13 INFO: archiving logs to Nexus 00:11:14 ---> uname -a: 00:11:14 Linux 47bc316aa2e3 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:11:14 00:11:14 00:11:14 ---> lscpu: 00:11:14 Architecture: x86_64 00:11:14 CPU op-mode(s): 32-bit, 64-bit 00:11:14 Byte Order: Little Endian 00:11:14 Address sizes: 40 bits physical, 48 bits virtual 00:11:14 CPU(s): 4 00:11:14 On-line CPU(s) list: 0-3 00:11:14 Thread(s) per core: 1 00:11:14 Core(s) per socket: 1 00:11:14 Socket(s): 4 00:11:14 NUMA node(s): 1 00:11:14 Vendor ID: GenuineIntel 00:11:14 CPU family: 6 00:11:14 Model: 44 00:11:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:11:14 Stepping: 1 00:11:14 CPU MHz: 2933.438 00:11:14 BogoMIPS: 5866.87 00:11:14 Virtualization: VT-x 00:11:14 Hypervisor vendor: KVM 00:11:14 Virtualization type: full 00:11:14 L1d cache: 128 KiB 00:11:14 L1i cache: 128 KiB 00:11:14 L2 cache: 16 MiB 00:11:14 L3 cache: 64 MiB 00:11:14 NUMA node0 CPU(s): 0-3 00:11:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:11:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:11:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:11:14 Vulnerability Meltdown: Mitigation; PTI 00:11:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:11:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:11:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:11:14 Vulnerability Tsx async abort: Not affected 00:11:14 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 00:11:14 00:11:14 00:11:14 ---> nproc: 00:11:14 4 00:11:14 00:11:14 00:11:14 ---> df -h: 00:11:14 Filesystem Size Used Available Use% Mounted on 00:11:14 overlay 50.0G 8.2G 41.8G 16% / 00:11:14 tmpfs 64.0M 0 64.0M 0% /dev 00:11:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:11:14 shm 64.0M 0 64.0M 0% /dev/shm 00:11:14 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 00:11:14 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 00:11:14 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 00:11:14 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_device-modbus-go_master@tmp 00:11:14 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 00:11:14 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_device-modbus-go_master 00:11:14 00:11:14 00:11:14 ---> free -m: 00:11:14 total used free shared buff/cache available 00:11:14 Mem: 1837 800 123 0 913 971 00:11:14 Swap: 1023 2 1021 00:11:14 00:11:14 00:11:14 ---> ip addr: 00:11:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:11:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:11:14 inet 127.0.0.1/8 scope host lo 00:11:14 valid_lft forever preferred_lft forever 00:11:14 24: eth0@if25: mtu 1458 qdisc noqueue state UP 00:11:14 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 00:11:14 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 00:11:14 valid_lft forever preferred_lft forever 00:11:14 00:11:14 00:11:14 ---> sar -b -r -n DEV: 00:11:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 00:11:14 00:11:14 00:03:43 LINUX RESTART (4 CPU) 00:11:14 00:11:14 00:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:11:14 00:06:01 3.51 0.00 3.51 0.00 0.00 114.47 0.00 00:11:14 00:07:01 0.42 0.00 0.42 0.00 0.00 5.61 0.00 00:11:14 00:08:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 00:11:14 00:09:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 00:11:14 00:10:01 238.39 136.02 102.36 0.00 7300.28 32091.64 0.00 00:11:14 00:11:01 240.11 111.33 128.77 0.00 8270.26 32663.92 0.00 00:11:14 Average: 80.75 41.36 39.39 0.00 2603.35 10847.98 0.00 00:11:14 00:11:14 00:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:11:14 00:06:01 166648 0 562896 29.92 2620 1149392 1072652 36.61 422632 1132920 16 00:11:14 00:07:01 166744 0 562796 29.91 2620 1149396 1072652 36.61 422900 1132628 8 00:11:14 00:08:01 165068 0 564464 30.00 2620 1149404 1072904 36.62 424440 1132628 16 00:11:14 00:09:01 164056 0 565476 30.05 2620 1149404 1072928 36.62 427540 1130856 8 00:11:14 00:10:01 136932 0 688452 36.59 2596 1053576 1416800 48.35 568120 981388 64 00:11:14 00:11:01 123560 0 747572 39.73 1492 1008932 1109504 37.87 614180 853120 168 00:11:14 Average: 153835 0 615276 32.70 2428 1110017 1136240 38.78 479969 1060590 47 00:11:14 00:11:14 00:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:11:14 00:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:11:14 00:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:07:01 eth0 0.59 0.08 0.04 0.01 0.00 0.00 0.00 0.00 00:11:14 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:08:01 eth0 2.18 0.70 0.69 0.37 0.00 0.00 0.00 0.00 00:11:14 00:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:09:01 eth0 2.56 0.90 0.93 0.63 0.00 0.00 0.00 0.00 00:11:14 00:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:10:01 eth0 543.67 459.56 4062.07 106.38 0.00 0.00 0.00 0.00 00:11:14 00:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:10:01 vethf524fae 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:11:14 00:10:01 docker0 24.06 22.31 2.76 50.99 0.00 0.00 0.00 0.00 00:11:14 00:11:01 eth0 468.90 390.80 3452.44 91.20 0.00 0.00 0.00 0.00 00:11:14 00:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 00:11:01 docker0 24.76 29.64 1.46 198.68 0.00 0.00 0.00 0.00 00:11:14 Average: eth0 170.20 142.47 1256.65 33.21 0.00 0.00 0.00 0.00 00:11:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:11:14 Average: docker0 8.16 8.69 0.71 41.75 0.00 0.00 0.00 0.00 00:11:14 00:11:14 00:11:14 ---> sar -P ALL: 00:11:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/10/20 _x86_64_ (4 CPU) 00:11:14 00:11:14 00:03:43 LINUX RESTART (4 CPU) 00:11:14 00:11:14 00:05:01 CPU %user %nice %system %iowait %steal %idle 00:11:14 00:06:01 all 0.08 0.00 0.05 0.00 0.01 99.85 00:11:14 00:06:01 0 0.03 0.00 0.05 0.00 0.02 99.90 00:11:14 00:06:01 1 0.10 0.00 0.03 0.00 0.02 99.85 00:11:14 00:06:01 2 0.10 0.00 0.08 0.00 0.00 99.82 00:11:14 00:06:01 3 0.10 0.00 0.05 0.00 0.00 99.85 00:11:14 00:07:01 all 0.17 0.00 0.04 0.00 0.00 99.79 00:11:14 00:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:11:14 00:07:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:11:14 00:07:01 2 0.53 0.00 0.02 0.00 0.02 99.44 00:11:14 00:07:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:11:14 00:08:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:11:14 00:08:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:11:14 00:08:01 1 0.08 0.00 0.03 0.00 0.00 99.88 00:11:14 00:08:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:11:14 00:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:11:14 00:09:01 all 0.16 0.00 0.05 0.00 0.00 99.78 00:11:14 00:09:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:11:14 00:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:11:14 00:09:01 2 0.50 0.00 0.03 0.00 0.00 99.47 00:11:14 00:09:01 3 0.08 0.00 0.10 0.00 0.02 99.80 00:11:14 00:10:01 all 10.14 0.00 7.15 2.24 0.06 80.41 00:11:14 00:10:01 0 10.22 0.00 7.68 2.85 0.05 79.21 00:11:14 00:10:01 1 10.49 0.00 6.77 2.75 0.07 79.92 00:11:14 00:10:01 2 9.58 0.00 7.34 1.58 0.07 81.43 00:11:14 00:10:01 3 10.29 0.00 6.81 1.78 0.05 81.08 00:11:14 00:11:01 all 11.12 0.00 7.77 3.63 0.06 77.42 00:11:14 00:11:01 0 13.97 0.00 8.80 2.79 0.05 74.40 00:11:14 00:11:01 1 9.93 0.00 7.71 5.29 0.05 77.03 00:11:14 00:11:01 2 9.69 0.00 7.03 1.93 0.05 81.29 00:11:14 00:11:01 3 10.90 0.00 7.55 4.52 0.07 76.96 00:11:14 Average: all 3.61 0.00 2.49 0.97 0.02 92.91 00:11:14 Average: 0 4.01 0.00 2.74 0.93 0.02 92.31 00:11:14 Average: 1 3.42 0.00 2.42 1.33 0.02 92.82 00:11:14 Average: 2 3.46 0.00 2.40 0.58 0.02 93.53 00:11:14 Average: 3 3.54 0.00 2.41 1.04 0.02 92.99 00:11:14 00:11:14 00:11:14