Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 99df618622a9f54f94da4a2280a77aba81c63d12 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3798 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 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.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-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 --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 99df618622a9f54f94da4a2280a77aba81c63d12 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 99df618622a9f54f94da4a2280a77aba81c63d12 # timeout=10 Commit message: "Merge pull request #231 from ernestojeda/rename-makefile-images" > git rev-list --no-walk 94aa4268434e23c8f700f751c1eb2cf3b0794e00 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:50:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:50:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:50:31 ========================================================= 10:50:31 EdgeX Global Pipelines Version Info 10:50:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:50:35 ------------------- 10:50:35 stable info: 10:50:35 ------------------- 10:50:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:50:35 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:50:35 Message: update stable to v1.0.191 10:50:37 ------------------- 10:50:37 experimental info: 10:50:37 ------------------- 10:50:37 Commited By: **** collab-it+edgex@linuxfoundation.org 10:50:37 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:50:37 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:50:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 10:50:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 10:50:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:50:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:50:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:50:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:50:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99df618 [Pipeline] echo 10:50:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:50:38 provisioning config files... 10:50:38 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6299893876033927890tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:50:39 ---> docker-login.sh 10:50:39 nexus3.edgexfoundry.org:10001 10:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:41 Configure a credential helper to remove this warning. See 10:50:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:41 10:50:41 Login Succeeded 10:50:41 nexus3.edgexfoundry.org:10002 10:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:43 Configure a credential helper to remove this warning. See 10:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:43 10:50:43 Login Succeeded 10:50:43 nexus3.edgexfoundry.org:10003 10:50:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:44 Configure a credential helper to remove this warning. See 10:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:44 10:50:44 Login Succeeded 10:50:44 nexus3.edgexfoundry.org:10004 10:50:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:46 Configure a credential helper to remove this warning. See 10:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:46 10:50:46 Login Succeeded 10:50:46 docker.io 10:50:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:50:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:50:46 Configure a credential helper to remove this warning. See 10:50:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:50:46 10:50:46 Login Succeeded 10:50:46 ---> docker-login.sh ends [Pipeline] } 10:50:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:50:47 + git log --format=format:%s -1 99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] echo 10:50:48 GIT_COMMIT: 99df618622a9f54f94da4a2280a77aba81c63d12, Commit Message: Merge pull request #231 from ernestojeda/rename-makefile-images [Pipeline] echo 10:50:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:50:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:49 10:50:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:50:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:50 latest: Pulling from edgex-devops/git-semver 10:50:50 31603596830f: Pulling fs layer 10:50:50 54011a49482f: Pulling fs layer 10:50:50 a6820b24f6d8: Pulling fs layer 10:50:50 f581987b2513: Pulling fs layer 10:50:50 f581987b2513: Waiting 10:50:50 54011a49482f: Verifying Checksum 10:50:50 54011a49482f: Download complete 10:50:50 31603596830f: Verifying Checksum 10:50:50 31603596830f: Download complete 10:50:51 f581987b2513: Verifying Checksum 10:50:51 f581987b2513: Download complete 10:50:51 a6820b24f6d8: Verifying Checksum 10:50:51 a6820b24f6d8: Download complete 10:50:52 31603596830f: Pull complete 10:50:53 54011a49482f: Pull complete 10:50:56 a6820b24f6d8: Pull complete 10:50:58 f581987b2513: Pull complete 10:50:58 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:50:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:50:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:50:59 prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container 10:50:59 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:51:03 $ docker top ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:51:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:51:03 [ssh-agent] Looking for ssh-agent implementation... 10:51:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:51:04 $ docker exec ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent 10:51:05 SSH_AUTH_SOCK=/tmp/ssh-1vpCgF7gODh2/agent.11 10:51:05 SSH_AGENT_PID=16 10:51:05 Running ssh-add (command line suppressed) 10:51:06 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7130829580203184376.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7130829580203184376.key) 10:51:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:51:07 + git tag --points-at HEAD [Pipeline] } 10:51:07 $ docker exec --env ******** --env ******** ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent -k 10:51:07 unset SSH_AUTH_SOCK; 10:51:07 unset SSH_AGENT_PID; 10:51:07 echo Agent pid 16 killed; 10:51:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:51:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:51:08 [ssh-agent] Looking for ssh-agent implementation... 10:51:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:51:08 $ docker exec ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent 10:51:09 SSH_AUTH_SOCK=/tmp/ssh-JPLkSgPx9HL1/agent.45 10:51:09 SSH_AGENT_PID=50 10:51:09 Running ssh-add (command line suppressed) 10:51:10 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8977785884360653083.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8977785884360653083.key) 10:51:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:51:12 + git semver init 10:51:12 # -> Open(): unable to determine branch for HEAD 10:51:12 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 10:51:12 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 10:51:12 # $SEMVER_REMOTE_NAME = origin 10:51:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:51:12 # $SEMVER_USER_NAME = edgex-jenkins 10:51:12 # $SEMVER_BRANCH = master 10:51:12 # $SEMVER_TEMP = /tmp/semver-491256721 10:51:12 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 10:51:12 # '/tmp/semver-491256721' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 10:51:12 # -> Force: false 10:51:12 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 10:51:12 $ docker exec --env ******** --env ******** ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b ssh-agent -k 10:51:13 unset SSH_AUTH_SOCK; 10:51:13 unset SSH_AGENT_PID; 10:51:13 echo Agent pid 50 killed; 10:51:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:51:13 + git semver [Pipeline] } 10:51:13 $ docker stop --time=1 ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b 10:51:16 $ docker rm -f ff23a6145dc5c539351704fd991e2187a143be84a2ba3c081ad6c1048acc942b [Pipeline] // withDockerContainer [Pipeline] sh 10:51:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:51:18 Stashed 1 file(s) [Pipeline] echo 10:51:18 [edgeXSemver]: initialized semver on version 1.3.2-dev.6 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 10:51:33 Still waiting to schedule task 10:51:33 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3802’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3792’ doesn’t have label ‘centos7-docker-4c-2g’ 10:51:33 Still waiting to schedule task 10:51:33 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:52:36 Running on prd-centos7-docker-4c-2g-3805 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 10:52:36 Running in /w/workspace/device-modbus-go/44 [Pipeline] { [Pipeline] checkout 10:52:38 using credential edgex-jenkins-ssh 10:52:38 Cloning the remote Git repository 10:52:38 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 10:52:39 > git init /w/workspace/device-modbus-go/44 # timeout=10 10:52:39 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:52:39 > git --version # timeout=10 10:52:39 > git --version # 'git version 2.24.3' 10:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:52:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:52:39 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:52:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:52:39 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:52:39 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 10:52:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:52:40 Checking out Revision 99df618622a9f54f94da4a2280a77aba81c63d12 (master) 10:52:40 > git config core.sparsecheckout # timeout=10 10:52:40 > git checkout -f 99df618622a9f54f94da4a2280a77aba81c63d12 # timeout=10 10:52:43 Commit message: "Merge pull request #231 from ernestojeda/rename-makefile-images" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:52:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:52:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:52:45 + sudo service docker restart 10:52:45 + true 10:52:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:52:46 provisioning config files... 10:52:46 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config7111356154838227470tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:46 ---> docker-login.sh 10:52:46 nexus3.edgexfoundry.org:10001 10:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:47 Configure a credential helper to remove this warning. See 10:52:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:47 10:52:47 Login Succeeded 10:52:47 nexus3.edgexfoundry.org:10002 10:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:47 Configure a credential helper to remove this warning. See 10:52:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:47 10:52:47 Login Succeeded 10:52:47 nexus3.edgexfoundry.org:10003 10:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:47 Configure a credential helper to remove this warning. See 10:52:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:47 10:52:47 Login Succeeded 10:52:47 nexus3.edgexfoundry.org:10004 10:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:47 Configure a credential helper to remove this warning. See 10:52:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:47 10:52:47 Login Succeeded 10:52:47 docker.io 10:52:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:48 Configure a credential helper to remove this warning. See 10:52:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:48 10:52:48 Login Succeeded 10:52:48 ---> docker-login.sh ends [Pipeline] } 10:52:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:52:48 ========================================================= 10:52:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:52:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:52:48 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 10:52:48 Sending build context to Docker daemon 596kB 10:52:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:52:48 Step 2/8 : FROM ${BASE} 10:52:48 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:52:48 540db60ca938: Pulling fs layer 10:52:48 adcc1eea9eea: Pulling fs layer 10:52:48 4c4ab2625f07: Pulling fs layer 10:52:48 0510c868ecb4: Pulling fs layer 10:52:48 afea3b2eda06: Pulling fs layer 10:52:48 7809a108b3ef: Pulling fs layer 10:52:48 f706445af74f: Pulling fs layer 10:52:48 afea3b2eda06: Waiting 10:52:48 7809a108b3ef: Waiting 10:52:48 f706445af74f: Waiting 10:52:48 0510c868ecb4: Waiting 10:52:48 adcc1eea9eea: Download complete 10:52:48 afea3b2eda06: Verifying Checksum 10:52:48 afea3b2eda06: Download complete 10:52:48 7809a108b3ef: Verifying Checksum 10:52:48 7809a108b3ef: Download complete 10:52:48 540db60ca938: Verifying Checksum 10:52:48 540db60ca938: Download complete 10:52:49 540db60ca938: Pull complete 10:52:49 adcc1eea9eea: Pull complete 10:52:49 4c4ab2625f07: Pull complete 10:52:50 f706445af74f: Verifying Checksum 10:52:50 f706445af74f: Download complete 10:52:51 0510c868ecb4: Verifying Checksum 10:52:51 0510c868ecb4: Download complete 10:52:57 0510c868ecb4: Pull complete 10:52:57 afea3b2eda06: Pull complete 10:52:57 7809a108b3ef: Pull complete 10:53:01 f706445af74f: Pull complete 10:53:01 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:53:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:53:01 ---> b068be0155e3 10:53:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:53:03 ---> Running in 0fb85724023b 10:53:03 Removing intermediate container 0fb85724023b 10:53:03 ---> f6317d02dfc4 10:53:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:53:03 ---> Running in ff1633161534 10:53:04 Removing intermediate container ff1633161534 10:53:04 ---> cc0fd09c3022 10:53:04 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:53:04 ---> Running in 2fed22827d3b 10:53:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:53:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:53:07 (1/13) Installing libc-dev (0.7.2-r3) 10:53:08 (2/13) Installing libsodium (1.0.18-r0) 10:53:08 (3/13) Installing pkgconf (1.7.3-r0) 10:53:08 (4/13) Installing libsodium-dev (1.0.18-r0) 10:53:08 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:53:08 (6/13) Installing libedit (20191231.3.1-r1) 10:53:08 (7/13) Installing openssh-client (8.4_p1-r3) 10:53:09 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:53:09 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:53:09 (10/13) Installing openssh-server (8.4_p1-r3) 10:53:09 (11/13) Installing openssh (8.4_p1-r3) 10:53:10 (12/13) Installing libzmq (4.3.3-r1) 10:53:11 (13/13) Installing zeromq-dev (4.3.3-r1) 10:53:11 Executing busybox-1.32.1-r6.trigger 10:53:11 OK: 156 MiB in 53 packages 10:53:12 Removing intermediate container 2fed22827d3b 10:53:12 ---> 1f1a11ca53a3 10:53:12 Step 6/8 : WORKDIR /device-modbus-go 10:53:12 ---> Running in 06550d385239 10:53:12 Removing intermediate container 06550d385239 10:53:12 ---> 73558dac9a98 10:53:12 Step 7/8 : COPY . . 10:53:13 ---> 06ce4c9e35c9 10:53:13 Step 8/8 : RUN go mod download 10:53:13 ---> Running in d5f3b46320a6 10:53:39 Removing intermediate container d5f3b46320a6 10:53:39 ---> cdd0debc89d5 10:53:39 Successfully built cdd0debc89d5 10:53:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:53:40 + docker inspect -f . ci-base-image-x86_64 10:53:40 . [Pipeline] withDockerContainer 10:53:40 prd-centos7-docker-4c-2g-3805 does not seem to be running inside a container 10:53:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:53:41 $ docker top 581c59b6b213ea88618a6d0d1552a29bc19e129b2fcdb1834d4a090195639537 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:41 + go version 10:53:41 go version go1.16.3 linux/amd64 [Pipeline] } 10:53:41 $ docker stop --time=1 581c59b6b213ea88618a6d0d1552a29bc19e129b2fcdb1834d4a090195639537 10:53:42 $ docker rm -f 581c59b6b213ea88618a6d0d1552a29bc19e129b2fcdb1834d4a090195639537 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:53:43 + docker inspect -f . ci-base-image-x86_64 10:53:43 . [Pipeline] withDockerContainer 10:53:43 prd-centos7-docker-4c-2g-3805 does not seem to be running inside a container 10:53:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:53:44 $ docker top ba6730e4ed7b158ef7c911e7e90bb3b2da81d8175198eb487e7104527155f4e8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:44 + go mod tidy [Pipeline] sh 10:53:45 + make test 10:53:45 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:53:47 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:54:05 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:54:05 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.012s coverage: 50.1% of statements 10:54:05 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:54:12 gofmt -l . 10:54:12 [ "`gofmt -l .`" = "" ] 10:54:12 ./bin/test-attribution-txt.sh 10:54:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:54:13 $ docker stop --time=1 ba6730e4ed7b158ef7c911e7e90bb3b2da81d8175198eb487e7104527155f4e8 10:54:15 $ docker rm -f ba6730e4ed7b158ef7c911e7e90bb3b2da81d8175198eb487e7104527155f4e8 [Pipeline] // withDockerContainer [Pipeline] sh 10:54:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:54:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:54:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:54:19 + ls -al . 10:54:19 total 112 10:54:19 drwxrwxr-x. 9 jenkins jenkins 4096 May 9 10:54 . 10:54:19 drwxrwxr-x. 4 jenkins jenkins 30 May 9 10:52 .. 10:54:19 -rw-rw-r--. 1 jenkins jenkins 7127 May 9 10:52 Attribution.txt 10:54:19 drwxrwxr-x. 2 jenkins jenkins 87 May 9 10:52 bin 10:54:19 drwxrwxr-x. 3 jenkins jenkins 32 May 9 10:52 cmd 10:54:19 -rw-r--r--. 1 jenkins jenkins 23236 May 9 10:54 coverage.out 10:54:19 -rw-rw-r--. 1 jenkins jenkins 1457 May 9 10:52 Dockerfile 10:54:19 -rw-rw-r--. 1 jenkins jenkins 995 May 9 10:52 Dockerfile.build 10:54:19 -rw-rw-r--. 1 jenkins jenkins 140 May 9 10:52 .dockerignore 10:54:19 drwxrwxr-x. 8 jenkins jenkins 162 May 9 10:52 .git 10:54:19 drwxrwxr-x. 2 jenkins jenkins 103 May 9 10:52 .github 10:54:19 -rw-rw-r--. 1 jenkins jenkins 338 May 9 10:52 .gitignore 10:54:19 -rw-r--r--. 1 jenkins jenkins 377 May 9 10:54 go.mod 10:54:19 -rw-r--r--. 1 jenkins jenkins 21766 May 9 10:53 go.sum 10:54:19 drwxrwxr-x. 3 jenkins jenkins 20 May 9 10:52 internal 10:54:19 -rw-rw-r--. 1 jenkins jenkins 679 May 9 10:52 Jenkinsfile 10:54:19 -rw-rw-r--. 1 jenkins jenkins 11340 May 9 10:52 LICENSE 10:54:19 -rw-rw-r--. 1 jenkins jenkins 910 May 9 10:52 Makefile 10:54:19 -rw-rw-r--. 1 jenkins jenkins 2897 May 9 10:52 README.md 10:54:19 drwxrwxr-x. 2 jenkins jenkins 52 May 9 10:52 simulator 10:54:19 drwxrwxr-x. 4 jenkins jenkins 71 May 9 10:52 snap 10:54:19 -rw-rw-r--. 1 jenkins jenkins 11 May 9 10:51 VERSION 10:54:19 -rw-rw-r--. 1 jenkins jenkins 229 May 9 10:52 version.go [Pipeline] isUnix [Pipeline] sh 10:54:19 + 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=99df618622a9f54f94da4a2280a77aba81c63d12 --label arch=amd64 --label version=1.3.2-dev.6 . 10:54:19 Sending build context to Docker daemon 620kB 10:54:19 Step 1/21 : ARG BASE=golang:1.15-alpine3.12 10:54:19 Step 2/21 : FROM ${BASE} AS builder 10:54:19 ---> cdd0debc89d5 10:54:19 Step 3/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:20 ---> Running in 28f430939b38 10:54:22 Removing intermediate container 28f430939b38 10:54:22 ---> 4547a8a4fa23 10:54:22 Step 4/21 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:54:22 ---> Running in 878e69a9c028 10:54:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:54:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:54:26 OK: 156 MiB in 53 packages 10:54:26 Removing intermediate container 878e69a9c028 10:54:26 ---> b04c8b92814e 10:54:26 Step 5/21 : WORKDIR /device-modbus-go 10:54:26 ---> Running in f634bc6470a2 10:54:27 Removing intermediate container f634bc6470a2 10:54:27 ---> f1885f5926a7 10:54:27 Step 6/21 : COPY . . 10:54:28 ---> 55e2ef8d232d 10:54:28 Step 7/21 : RUN go mod download 10:54:28 ---> Running in a50db9c495fd 10:54:29 Removing intermediate container a50db9c495fd 10:54:29 ---> c1d393e8423e 10:54:29 Step 8/21 : RUN make build 10:54:29 ---> Running in 8e69454f78e9 10:54:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.6" -o cmd/device-modbus ./cmd 10:54:42 CGO_ENABLED=1 GO111MODULE=on go build ./... 10:54:46 Removing intermediate container 8e69454f78e9 10:54:46 ---> 98f825c868c9 10:54:46 Step 9/21 : FROM alpine:3.12 10:54:46 3.12: Pulling from library/alpine 10:54:46 339de151aab4: Pulling fs layer 10:54:46 339de151aab4: Verifying Checksum 10:54:46 339de151aab4: Download complete 10:54:46 339de151aab4: Pull complete 10:54:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:54:46 Status: Downloaded newer image for alpine:3.12 10:54:46 ---> 13621d1b12d4 10:54:46 Step 10/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 10:54:46 ---> Running in bbfb00034d9e 10:54:47 Removing intermediate container bbfb00034d9e 10:54:47 ---> 3a175e91a71a 10:54:47 Step 11/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:47 ---> Running in e04051053658 10:54:48 Removing intermediate container e04051053658 10:54:48 ---> 7453741be15a 10:54:48 Step 12/21 : RUN apk add --update --no-cache zeromq dumb-init 10:54:48 ---> Running in 3307fb4669b1 10:54:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3811 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 10:54:50 Running in /w/workspace/device-modbus-go/44 [Pipeline] { [Pipeline] checkout 10:54:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:51 (1/6) Installing dumb-init (1.2.2-r1) 10:54:51 (2/6) Installing libgcc (9.3.0-r2) 10:54:51 (3/6) Installing libsodium (1.0.18-r0) 10:54:51 (4/6) Installing libstdc++ (9.3.0-r2) 10:54:52 (5/6) Installing libzmq (4.3.3-r0) 10:54:52 (6/6) Installing zeromq (4.3.3-r0) 10:54:52 Executing busybox-1.31.1-r20.trigger 10:54:52 OK: 8 MiB in 20 packages 10:54:53 Removing intermediate container 3307fb4669b1 10:54:53 ---> ccb45ec48d06 10:54:53 Step 13/21 : COPY --from=builder /device-modbus-go/cmd / 10:54:53 ---> d42167d5ca81 10:54:53 Step 14/21 : COPY --from=builder /device-modbus-go/LICENSE / 10:54:54 ---> a31e40595ceb 10:54:54 Step 15/21 : COPY --from=builder /device-modbus-go/Attribution.txt / 10:54:54 ---> c205241edb61 10:54:54 Step 16/21 : EXPOSE 49991 10:54:54 ---> Running in 015211d3d000 10:54:54 Removing intermediate container 015211d3d000 10:54:54 ---> 7016eceb825a 10:54:54 Step 17/21 : ENTRYPOINT ["/device-modbus"] 10:54:54 ---> Running in a0401f281f3c 10:54:54 Removing intermediate container a0401f281f3c 10:54:54 ---> 86a4e55fd86b 10:54:54 Step 18/21 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:54:54 ---> Running in 083a92dd3348 10:54:55 Removing intermediate container 083a92dd3348 10:54:55 ---> 45d81955d5c2 10:54:55 Step 19/21 : LABEL arch=amd64 10:54:55 ---> Running in dd3e70d59203 10:54:55 Removing intermediate container dd3e70d59203 10:54:55 ---> c22342c86d1b 10:54:55 Step 20/21 : LABEL git_sha=99df618622a9f54f94da4a2280a77aba81c63d12 10:54:55 ---> Running in 712b3b1a0dd7 10:54:55 Removing intermediate container 712b3b1a0dd7 10:54:55 ---> f8ecaa99e5da 10:54:55 Step 21/21 : LABEL version=1.3.2-dev.6 10:54:55 ---> Running in b618bbbab288 10:54:55 Removing intermediate container b618bbbab288 10:54:55 ---> e6683b176354 10:54:55 [Warning] One or more build-args [ARCH MAKE] were not consumed 10:54:55 Successfully built e6683b176354 10:54:55 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:55 provisioning config files... 10:54:55 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config3175982746837892228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:54:56 ---> docker-login.sh 10:54:56 nexus3.edgexfoundry.org:10001 10:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:56 using credential edgex-jenkins-ssh 10:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:56 Configure a credential helper to remove this warning. See 10:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:56 10:54:56 Login Succeeded 10:54:56 nexus3.edgexfoundry.org:10002 10:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:56 Cloning the remote Git repository 10:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:56 Configure a credential helper to remove this warning. See 10:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:56 10:54:56 Login Succeeded 10:54:56 nexus3.edgexfoundry.org:10003 10:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:56 Configure a credential helper to remove this warning. See 10:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:56 10:54:56 Login Succeeded 10:54:56 nexus3.edgexfoundry.org:10004 10:54:56 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 10:54:56 > git init /w/workspace/device-modbus-go/44 # timeout=10 10:54:56 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:54:56 > git --version # timeout=10 10:54:56 > git --version # 'git version 2.17.1' 10:54:56 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:56 Configure a credential helper to remove this warning. See 10:54:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:56 10:54:56 Login Succeeded 10:54:56 docker.io 10:54:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:57 Configure a credential helper to remove this warning. See 10:54:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:57 10:54:57 Login Succeeded 10:54:57 ---> docker-login.sh ends [Pipeline] } 10:54:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:54:57 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 10:54:57 99df618622a9f54f94da4a2280a77aba81c63d12 10:54:57 latest 10:54:57 1.3.2-dev.6 10:54:57 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 10:54:57 master 10:54:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:57 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] isUnix [Pipeline] sh 10:54:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12 10:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 10:54:57 3281917af48a: Preparing 10:54:57 721249dc36cd: Preparing 10:54:57 16d0e839f581: Preparing 10:54:57 7f9b8aebc93d: Preparing 10:54:57 c248a4555511: Preparing 10:54:57 32f366d666a5: Preparing 10:54:57 32f366d666a5: Waiting 10:54:57 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:54:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:57 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:54:57 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:54:57 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:54:58 c248a4555511: Pushed 10:54:58 3281917af48a: Pushed 10:54:58 721249dc36cd: Pushed 10:54:58 32f366d666a5: Layer already exists 10:54:58 7f9b8aebc93d: Pushed 10:54:58 Checking out Revision 99df618622a9f54f94da4a2280a77aba81c63d12 (master) 10:54:59 16d0e839f581: Pushed 10:54:59 99df618622a9f54f94da4a2280a77aba81c63d12: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:54:58 > git config core.sparsecheckout # timeout=10 10:54:58 > git checkout -f 99df618622a9f54f94da4a2280a77aba81c63d12 # timeout=10 10:54:59 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 10:55:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 10:55:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 10:55:00 3281917af48a: Preparing 10:55:00 721249dc36cd: Preparing 10:55:00 16d0e839f581: Preparing 10:55:00 7f9b8aebc93d: Preparing 10:55:00 c248a4555511: Preparing 10:55:00 32f366d666a5: Preparing 10:55:00 32f366d666a5: Waiting 10:55:00 3281917af48a: Layer already exists 10:55:00 16d0e839f581: Layer already exists 10:55:00 721249dc36cd: Layer already exists 10:55:00 c248a4555511: Layer already exists 10:55:00 7f9b8aebc93d: Layer already exists 10:55:00 32f366d666a5: Layer already exists 10:55:00 latest: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:55:00 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 10:55:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.6 10:55:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 10:55:00 3281917af48a: Preparing 10:55:00 721249dc36cd: Preparing 10:55:00 16d0e839f581: Preparing 10:55:00 7f9b8aebc93d: Preparing 10:55:00 c248a4555511: Preparing 10:55:00 32f366d666a5: Preparing 10:55:00 32f366d666a5: Waiting 10:55:00 3281917af48a: Layer already exists 10:55:00 721249dc36cd: Layer already exists 10:55:00 16d0e839f581: Layer already exists 10:55:00 c248a4555511: Layer already exists 10:55:00 7f9b8aebc93d: Layer already exists 10:55:00 32f366d666a5: Layer already exists 10:55:00 1.3.2-dev.6: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:55:01 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 10:55:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 10:55:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 10:55:01 3281917af48a: Preparing 10:55:01 721249dc36cd: Preparing 10:55:01 16d0e839f581: Preparing 10:55:01 7f9b8aebc93d: Preparing 10:55:01 c248a4555511: Preparing 10:55:01 32f366d666a5: Preparing 10:55:01 32f366d666a5: Waiting 10:55:01 16d0e839f581: Layer already exists 10:55:01 c248a4555511: Layer already exists 10:55:01 3281917af48a: Layer already exists 10:55:01 721249dc36cd: Layer already exists 10:55:01 7f9b8aebc93d: Layer already exists 10:55:01 32f366d666a5: Layer already exists 10:55:01 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:55:01 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 10:55:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 10:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 10:55:02 3281917af48a: Preparing 10:55:02 721249dc36cd: Preparing 10:55:02 16d0e839f581: Preparing 10:55:02 7f9b8aebc93d: Preparing 10:55:02 c248a4555511: Preparing 10:55:02 32f366d666a5: Preparing 10:55:02 32f366d666a5: Waiting 10:55:02 721249dc36cd: Layer already exists 10:55:02 3281917af48a: Layer already exists 10:55:02 7f9b8aebc93d: Layer already exists 10:55:02 c248a4555511: Layer already exists 10:55:02 16d0e839f581: Layer already exists 10:55:02 32f366d666a5: Layer already exists 10:55:02 master: digest: sha256:2338d9b00c56e05aea36b331430efcea2cd1a19d6d2aef0f28efbf65128eb6c4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:55:02 ===================================================== [Pipeline] echo 10:55:02 taggedImages: 10:55:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12 10:55:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 10:55:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.6 10:55:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 10:55:02 - 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 Post stage [Pipeline] libraryResource [Pipeline] sh 10:55:02 ---> job-cost.sh 10:55:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FC9f 10:55:03 Commit message: "Merge pull request #231 from ernestojeda/rename-makefile-images" 10:55:03 10:55:03 GitHub has been notified of this commit’s build result 10:55:03 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:55:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:55:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:55:05 + sudo service docker restart+ 10:55:05 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:55:07 provisioning config files... 10:55:07 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config3071961267952140891tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:55:07 ---> docker-login.sh 10:55:07 nexus3.edgexfoundry.org:10001 10:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:09 Configure a credential helper to remove this warning. See 10:55:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:09 10:55:09 Login Succeeded 10:55:09 nexus3.edgexfoundry.org:10002 10:55:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:10 Configure a credential helper to remove this warning. See 10:55:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:10 10:55:10 Login Succeeded 10:55:10 nexus3.edgexfoundry.org:10003 10:55:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:10 Configure a credential helper to remove this warning. See 10:55:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:10 10:55:10 Login Succeeded 10:55:10 nexus3.edgexfoundry.org:10004 10:55:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:11 Configure a credential helper to remove this warning. See 10:55:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:11 10:55:11 Login Succeeded 10:55:11 docker.io 10:55:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:55:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:55:12 Configure a credential helper to remove this warning. See 10:55:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:55:12 10:55:12 Login Succeeded 10:55:12 ---> docker-login.sh ends [Pipeline] } 10:55:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:55:12 ========================================================= 10:55:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:55:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:55:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 10:55:13 Sending build context to Docker daemon 594.9kB 10:55:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:55:13 Step 2/8 : FROM ${BASE} 10:55:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:55:13 595b0fe564bb: Pulling fs layer 10:55:13 7186ed65a4f7: Pulling fs layer 10:55:13 316046926c0a: Pulling fs layer 10:55:13 4ebd0625c992: Pulling fs layer 10:55:13 207e8628e3a3: Pulling fs layer 10:55:13 c791037a9be2: Pulling fs layer 10:55:13 ffd874e62e21: Pulling fs layer 10:55:13 4ebd0625c992: Waiting 10:55:13 207e8628e3a3: Waiting 10:55:13 c791037a9be2: Waiting 10:55:13 ffd874e62e21: Waiting 10:55:13 316046926c0a: Verifying Checksum 10:55:13 316046926c0a: Download complete 10:55:13 7186ed65a4f7: Download complete 10:55:13 207e8628e3a3: Verifying Checksum 10:55:13 207e8628e3a3: Download complete 10:55:13 c791037a9be2: Download complete 10:55:13 595b0fe564bb: Download complete 10:55:14 595b0fe564bb: Pull complete 10:55:14 7186ed65a4f7: Pull complete 10:55:15 316046926c0a: Pull complete 10:55:15 ffd874e62e21: Verifying Checksum 10:55:15 ffd874e62e21: Download complete 10:55:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:55:17 4ebd0625c992: Verifying Checksum 10:55:17 4ebd0625c992: Download complete 10:55:27 4ebd0625c992: Pull complete 10:55:27 207e8628e3a3: Pull complete 10:55:27 c791037a9be2: Pull complete 10:55:31 ffd874e62e21: Pull complete 10:55:31 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 10:55:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:55:31 ---> cfc18b08335c 10:55:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:55:34 ---> Running in 30fe1b75b70f 10:55:34 Removing intermediate container 30fe1b75b70f 10:55:34 ---> 948fe03ef1c7 10:55:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:55:34 ---> Running in 38d0dfbe77c3 10:55:37 Removing intermediate container 38d0dfbe77c3 10:55:37 ---> de4da52e2010 10:55:37 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:55:37 ---> Running in e535ee2387ba 10:55:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:55:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:55:41 (1/13) Installing libc-dev (0.7.2-r3) 10:55:42 (2/13) Installing libsodium (1.0.18-r0) 10:55:42 (3/13) Installing pkgconf (1.7.3-r0) 10:55:42 (4/13) Installing libsodium-dev (1.0.18-r0) 10:55:42 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:55:42 (6/13) Installing libedit (20191231.3.1-r1) 10:55:42 (7/13) Installing openssh-client (8.4_p1-r3) 10:55:43 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:55:43 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:55:44 (10/13) Installing openssh-server (8.4_p1-r3) 10:55:44 (11/13) Installing openssh (8.4_p1-r3) 10:55:44 (12/13) Installing libzmq (4.3.3-r1) 10:55:44 (13/13) Installing zeromq-dev (4.3.3-r1) 10:55:44 Executing busybox-1.32.1-r6.trigger 10:55:44 OK: 145 MiB in 53 packages 10:55:45 lf-activate-venv(): INFO: Adding /tmp/venv-FC9f/bin to PATH 10:55:45 INFO: No Stack... 10:55:45 INFO: Retrieving Pricing Info for: v1-standard-2 10:55:45 INFO: Archiving Costs [Pipeline] sh 10:55:45 + cat /w/workspace/device-modbus-go/44/archives/cost.csv 10:55:45 + cut -d, -f6 [Pipeline] lock 10:55:45 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] 10:55:45 Resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] did not exist. Created. 10:55:45 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:55:45 + echo total: 0.029999999329447746 [Pipeline] stash 10:55:46 Stashed 1 file(s) [Pipeline] } 10:55:46 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:55:46 Removing intermediate container e535ee2387ba 10:55:46 ---> ebf99264cfb5 10:55:46 Step 6/8 : WORKDIR /device-modbus-go 10:55:46 ---> Running in 45d50bc70aac 10:55:47 Removing intermediate container 45d50bc70aac 10:55:47 ---> 453c8f033a5a 10:55:47 Step 7/8 : COPY . . 10:55:48 ---> 16a837addb51 10:55:48 Step 8/8 : RUN go mod download 10:55:48 ---> Running in a2c4c04c1d56 10:56:20 Removing intermediate container a2c4c04c1d56 10:56:20 ---> ca997e80a8c3 10:56:20 Successfully built ca997e80a8c3 10:56:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:56:21 + docker inspect -f . ci-base-image-arm64 10:56:21 . [Pipeline] withDockerContainer 10:56:21 prd-ubuntu18.04-docker-arm64-4c-16g-3811 does not seem to be running inside a container 10:56:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:56:23 $ docker top 59f4c3d81b17b02583053f1eeb74c6ae807240893faeb24c2461f39c4864ed7f -eo pid,comm [Pipeline] { [Pipeline] sh 10:56:24 + go version 10:56:24 go version go1.16.3 linux/arm64 [Pipeline] } 10:56:24 $ docker stop --time=1 59f4c3d81b17b02583053f1eeb74c6ae807240893faeb24c2461f39c4864ed7f 10:56:26 $ docker rm -f 59f4c3d81b17b02583053f1eeb74c6ae807240893faeb24c2461f39c4864ed7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:56:26 + docker inspect -f . ci-base-image-arm64 10:56:26 . [Pipeline] withDockerContainer 10:56:27 prd-ubuntu18.04-docker-arm64-4c-16g-3811 does not seem to be running inside a container 10:56:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/44 -v /w/workspace/device-modbus-go/44:/w/workspace/device-modbus-go/44:rw,z -v /w/workspace/device-modbus-go/44@tmp:/w/workspace/device-modbus-go/44@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:56:28 $ docker top 3e02a23e357ec297cbed5991cc0573dac8577a13c802f6e84593b9dfee3882d7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:56:29 + go mod tidy [Pipeline] sh 10:56:31 + make test 10:56:31 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:56:32 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:57:29 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:57:29 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.043s coverage: 50.1% of statements 10:57:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:57:56 gofmt -l . 10:57:56 [ "`gofmt -l .`" = "" ] 10:57:56 ./bin/test-attribution-txt.sh 10:57:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:57:56 $ docker stop --time=1 3e02a23e357ec297cbed5991cc0573dac8577a13c802f6e84593b9dfee3882d7 10:57:58 $ docker rm -f 3e02a23e357ec297cbed5991cc0573dac8577a13c802f6e84593b9dfee3882d7 [Pipeline] // withDockerContainer [Pipeline] sh 10:57:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:57:59 Warning: overwriting stash ‘coverage-report’ 10:58:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:58:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:58:01 + ls -al . 10:58:01 total 144 10:58:01 drwxrwxr-x 9 jenkins jenkins 4096 May 9 10:57 . 10:58:01 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:54 .. 10:58:01 -rw-rw-r-- 1 jenkins jenkins 140 May 9 10:54 .dockerignore 10:58:01 drwxrwxr-x 8 jenkins jenkins 4096 May 9 10:55 .git 10:58:01 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 .github 10:58:01 -rw-rw-r-- 1 jenkins jenkins 338 May 9 10:54 .gitignore 10:58:01 -rw-rw-r-- 1 jenkins jenkins 7127 May 9 10:54 Attribution.txt 10:58:01 -rw-rw-r-- 1 jenkins jenkins 1457 May 9 10:54 Dockerfile 10:58:01 -rw-rw-r-- 1 jenkins jenkins 995 May 9 10:54 Dockerfile.build 10:58:01 -rw-rw-r-- 1 jenkins jenkins 679 May 9 10:54 Jenkinsfile 10:58:01 -rw-rw-r-- 1 jenkins jenkins 11340 May 9 10:54 LICENSE 10:58:01 -rw-rw-r-- 1 jenkins jenkins 910 May 9 10:54 Makefile 10:58:01 -rw-rw-r-- 1 jenkins jenkins 2897 May 9 10:54 README.md 10:58:01 -rw-rw-r-- 1 jenkins jenkins 11 May 9 10:51 VERSION 10:58:01 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 bin 10:58:01 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:54 cmd 10:58:01 -rw-r--r-- 1 jenkins jenkins 23236 May 9 10:57 coverage.out 10:58:01 -rw-r--r-- 1 jenkins jenkins 377 May 9 10:57 go.mod 10:58:01 -rw-r--r-- 1 jenkins jenkins 21766 May 9 10:56 go.sum 10:58:01 drwxrwxr-x 3 jenkins jenkins 4096 May 9 10:54 internal 10:58:01 drwxrwxr-x 2 jenkins jenkins 4096 May 9 10:54 simulator 10:58:01 drwxrwxr-x 4 jenkins jenkins 4096 May 9 10:54 snap 10:58:01 -rw-rw-r-- 1 jenkins jenkins 229 May 9 10:54 version.go [Pipeline] isUnix [Pipeline] sh 10:58:01 + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=99df618622a9f54f94da4a2280a77aba81c63d12 --label arch=arm64 --label version=1.3.2-dev.6 . 10:58:01 Sending build context to Docker daemon 619kB 10:58:02 Step 1/21 : ARG BASE=golang:1.15-alpine3.12 10:58:02 Step 2/21 : FROM ${BASE} AS builder 10:58:02 ---> ca997e80a8c3 10:58:02 Step 3/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:02 ---> Running in 01891f168bfb 10:58:04 Removing intermediate container 01891f168bfb 10:58:04 ---> c663b116efc6 10:58:04 Step 4/21 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:58:04 ---> Running in ef2a9cfc4b99 10:58:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:58:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:58:10 OK: 145 MiB in 53 packages 10:58:11 Removing intermediate container ef2a9cfc4b99 10:58:11 ---> a5e787636e5f 10:58:11 Step 5/21 : WORKDIR /device-modbus-go 10:58:11 ---> Running in 5c452519ccbe 10:58:11 Removing intermediate container 5c452519ccbe 10:58:11 ---> b19b9e06847f 10:58:11 Step 6/21 : COPY . . 10:58:12 ---> 384f03ea3db0 10:58:12 Step 7/21 : RUN go mod download 10:58:12 ---> Running in a0daca9704ff 10:58:15 Removing intermediate container a0daca9704ff 10:58:15 ---> 33eec706d1f4 10:58:15 Step 8/21 : RUN make build 10:58:15 ---> Running in 6513f87cf490 10:58:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.6" -o cmd/device-modbus ./cmd 10:58:48 CGO_ENABLED=1 GO111MODULE=on go build ./... 10:58:56 Removing intermediate container 6513f87cf490 10:58:56 ---> 9c3bddcea97b 10:58:56 Step 9/21 : FROM alpine:3.12 10:58:56 3.12: Pulling from library/alpine 10:58:56 d2f70382dc9a: Pulling fs layer 10:58:56 d2f70382dc9a: Verifying Checksum 10:58:56 d2f70382dc9a: Download complete 10:58:57 d2f70382dc9a: Pull complete 10:58:57 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:58:57 Status: Downloaded newer image for alpine:3.12 10:58:57 ---> 9852663dfa18 10:58:57 Step 10/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 10:58:57 ---> Running in 394000d7475f 10:58:58 Removing intermediate container 394000d7475f 10:58:58 ---> 8c8091648289 10:58:58 Step 11/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:58:58 ---> Running in c8abab7ae85f 10:59:00 Removing intermediate container c8abab7ae85f 10:59:00 ---> 97a2fb79120a 10:59:00 Step 12/21 : RUN apk add --update --no-cache zeromq dumb-init 10:59:00 ---> Running in 5034f38460ab 10:59:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:59:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:59:04 (1/6) Installing dumb-init (1.2.2-r1) 10:59:04 (2/6) Installing libgcc (9.3.0-r2) 10:59:04 (3/6) Installing libsodium (1.0.18-r0) 10:59:04 (4/6) Installing libstdc++ (9.3.0-r2) 10:59:05 (5/6) Installing libzmq (4.3.3-r0) 10:59:05 (6/6) Installing zeromq (4.3.3-r0) 10:59:05 Executing busybox-1.31.1-r20.trigger 10:59:05 OK: 8 MiB in 20 packages 10:59:06 Removing intermediate container 5034f38460ab 10:59:06 ---> dfdadbd8ca5d 10:59:06 Step 13/21 : COPY --from=builder /device-modbus-go/cmd / 10:59:07 ---> b1c68fd7644d 10:59:07 Step 14/21 : COPY --from=builder /device-modbus-go/LICENSE / 10:59:08 ---> fa49c68674ed 10:59:08 Step 15/21 : COPY --from=builder /device-modbus-go/Attribution.txt / 10:59:09 ---> afef760b1a2c 10:59:09 Step 16/21 : EXPOSE 49991 10:59:09 ---> Running in 37371a879f1f 10:59:09 Removing intermediate container 37371a879f1f 10:59:09 ---> 313f33e0dd92 10:59:09 Step 17/21 : ENTRYPOINT ["/device-modbus"] 10:59:10 ---> Running in 5bb00078c290 10:59:10 Removing intermediate container 5bb00078c290 10:59:10 ---> a25e7d08ec7b 10:59:10 Step 18/21 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:59:10 ---> Running in 66e41df9de35 10:59:11 Removing intermediate container 66e41df9de35 10:59:11 ---> 21628a1b2275 10:59:11 Step 19/21 : LABEL arch=arm64 10:59:11 ---> Running in f421a5afdab2 10:59:11 Removing intermediate container f421a5afdab2 10:59:11 ---> ab41333e8891 10:59:11 Step 20/21 : LABEL git_sha=99df618622a9f54f94da4a2280a77aba81c63d12 10:59:11 ---> Running in a79063336955 10:59:12 Removing intermediate container a79063336955 10:59:12 ---> d7bb5d382cd6 10:59:12 Step 21/21 : LABEL version=1.3.2-dev.6 10:59:12 ---> Running in 3b24ab122501 10:59:13 Removing intermediate container 3b24ab122501 10:59:13 ---> 4f0593e262ef 10:59:13 [Warning] One or more build-args [MAKE ARCH] were not consumed 10:59:13 Successfully built 4f0593e262ef 10:59:13 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 10:59:13 provisioning config files... 10:59:13 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/44@tmp/config8290114945172426430tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:59:13 ---> docker-login.sh 10:59:13 nexus3.edgexfoundry.org:10001 10:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:13 Configure a credential helper to remove this warning. See 10:59:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:13 10:59:13 Login Succeeded 10:59:13 nexus3.edgexfoundry.org:10002 10:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:14 Configure a credential helper to remove this warning. See 10:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:14 10:59:14 Login Succeeded 10:59:14 nexus3.edgexfoundry.org:10003 10:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:15 Configure a credential helper to remove this warning. See 10:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:15 10:59:15 Login Succeeded 10:59:15 nexus3.edgexfoundry.org:10004 10:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:15 Configure a credential helper to remove this warning. See 10:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:15 10:59:15 Login Succeeded 10:59:15 docker.io 10:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:59:16 Configure a credential helper to remove this warning. See 10:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:59:16 10:59:16 Login Succeeded 10:59:16 ---> docker-login.sh ends [Pipeline] } 10:59:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:16 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 10:59:16 99df618622a9f54f94da4a2280a77aba81c63d12 10:59:16 latest 10:59:16 1.3.2-dev.6 10:59:16 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 10:59:16 master 10:59:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:59:17 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] isUnix [Pipeline] sh 10:59:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12 10:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 10:59:17 7e86a33ea24c: Preparing 10:59:17 cfbccb3c3350: Preparing 10:59:17 0b4c1003ced1: Preparing 10:59:17 cd150addd947: Preparing 10:59:17 5bc921f66ca8: Preparing 10:59:17 3fbe34a1663b: Preparing 10:59:17 3fbe34a1663b: Waiting 10:59:17 7e86a33ea24c: Pushed 10:59:17 cfbccb3c3350: Pushed 10:59:17 5bc921f66ca8: Pushed 10:59:17 3fbe34a1663b: Layer already exists 10:59:18 cd150addd947: Pushed 10:59:20 0b4c1003ced1: Pushed 10:59:20 99df618622a9f54f94da4a2280a77aba81c63d12: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh 10:59:21 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:59:21 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 10:59:21 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 10:59:21 7e86a33ea24c: Preparing 10:59:21 cfbccb3c3350: Preparing 10:59:21 0b4c1003ced1: Preparing 10:59:21 cd150addd947: Preparing 10:59:21 5bc921f66ca8: Preparing 10:59:21 3fbe34a1663b: Preparing 10:59:21 3fbe34a1663b: Waiting 10:59:21 cfbccb3c3350: Layer already exists 10:59:21 7e86a33ea24c: Layer already exists 10:59:21 5bc921f66ca8: Layer already exists 10:59:21 0b4c1003ced1: Layer already exists 10:59:21 cd150addd947: Layer already exists 10:59:21 3fbe34a1663b: Layer already exists 10:59:21 latest: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh 10:59:22 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 10:59:22 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.6 10:59:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 10:59:22 7e86a33ea24c: Preparing 10:59:22 cfbccb3c3350: Preparing 10:59:22 0b4c1003ced1: Preparing 10:59:22 cd150addd947: Preparing 10:59:22 5bc921f66ca8: Preparing 10:59:22 3fbe34a1663b: Preparing 10:59:22 3fbe34a1663b: Waiting 10:59:22 5bc921f66ca8: Layer already exists 10:59:22 cd150addd947: Layer already exists 10:59:22 cfbccb3c3350: Layer already exists 10:59:22 0b4c1003ced1: Layer already exists 10:59:22 7e86a33ea24c: Layer already exists 10:59:22 3fbe34a1663b: Layer already exists 10:59:22 1.3.2-dev.6: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh 10:59:22 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 [Pipeline] isUnix [Pipeline] sh 10:59:23 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 10:59:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 10:59:23 7e86a33ea24c: Preparing 10:59:23 cfbccb3c3350: Preparing 10:59:23 0b4c1003ced1: Preparing 10:59:23 cd150addd947: Preparing 10:59:23 5bc921f66ca8: Preparing 10:59:23 3fbe34a1663b: Preparing 10:59:23 3fbe34a1663b: Waiting 10:59:23 cd150addd947: Layer already exists 10:59:23 cfbccb3c3350: Layer already exists 10:59:23 7e86a33ea24c: Layer already exists 10:59:23 0b4c1003ced1: Layer already exists 10:59:23 5bc921f66ca8: Layer already exists 10:59:23 3fbe34a1663b: Layer already exists 10:59:23 99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] isUnix [Pipeline] sh 10:59:23 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:59:24 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 10:59:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 10:59:24 7e86a33ea24c: Preparing 10:59:24 cfbccb3c3350: Preparing 10:59:24 0b4c1003ced1: Preparing 10:59:24 cd150addd947: Preparing 10:59:24 5bc921f66ca8: Preparing 10:59:24 3fbe34a1663b: Preparing 10:59:24 3fbe34a1663b: Waiting 10:59:24 cd150addd947: Layer already exists 10:59:24 cfbccb3c3350: Layer already exists 10:59:24 0b4c1003ced1: Layer already exists 10:59:24 7e86a33ea24c: Layer already exists 10:59:24 5bc921f66ca8: Layer already exists 10:59:24 3fbe34a1663b: Layer already exists 10:59:24 master: digest: sha256:05980f8da26910d4fbfb4c028d3be0f2bb9c48b096f8a798e7d25b01b8a4718a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:59:24 ===================================================== [Pipeline] echo 10:59:24 taggedImages: 10:59:24 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12 10:59:24 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 10:59:24 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.6 10:59:24 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:99df618622a9f54f94da4a2280a77aba81c63d12-1.3.2-dev.6 10:59:24 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:59:25 ---> job-cost.sh 10:59:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WtOY 11:00:04 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:01:40 lf-activate-venv(): INFO: Adding /tmp/venv-WtOY/bin to PATH 11:01:40 INFO: No Stack... 11:01:40 INFO: Retrieving Pricing Info for: lf-standard-4 11:01:40 INFO: Archiving Costs [Pipeline] sh 11:01:41 + cat /w/workspace/device-modbus-go/44/archives/cost.csv 11:01:41 + cut -d, -f6 [Pipeline] lock 11:01:41 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] 11:01:41 Resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] did not exist. Created. 11:01:41 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:01:41 /w/workspace/device-modbus-go/44@tmp/durable-83ce58c1/script.sh: 1: /w/workspace/device-modbus-go/44@tmp/durable-83ce58c1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:01:42 + echo total: 0.20999999344348907 [Pipeline] stash 11:01:42 Warning: overwriting stash ‘stack-cost’ 11:01:42 Stashed 1 file(s) [Pipeline] } 11:01:42 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-44-stack-cost] [Pipeline] // lock [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) [Pipeline] unstash [Pipeline] wrap 11:01:42 provisioning config files... 11:01:42 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8918773856439054410tmp [Pipeline] { [Pipeline] sh 11:01:43 + set +x 11:01:43 + bash -s -- 11:01:43 + curl -s https://codecov.io/bash 11:01:43 11:01:43 _____ _ 11:01:43 / ____| | | 11:01:43 | | ___ __| | ___ ___ _____ __ 11:01:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:01:43 | |___| (_) | (_| | __/ (_| (_) \ V / 11:01:43 \_____\___/ \__,_|\___|\___\___/ \_/ 11:01:43 Bash-1.0.2 11:01:43 11:01:43 11:01:43 ==> git version 2.24.3 found 11:01:43 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 11:01:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:01:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:01:43 ==> Jenkins CI detected. 11:01:43 project root: . 11:01:43 --> token set from env 11:01:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:01:43 ==> Running gcov in . (disable via -X gcov) 11:01:43 ==> Python coveragepy not found 11:01:43 ==> Searching for coverage reports in: 11:01:43 + . 11:01:43 -> Found 1 reports 11:01:43 ==> Detecting git/mercurial file structure 11:01:43 ==> Reading reports 11:01:43 + ./coverage.out bytes=23236 11:01:43 ==> Appending adjustments 11:01:43 https://docs.codecov.io/docs/fixing-reports 11:01:44 + Found adjustments 11:01:44 ==> Gzipping contents 11:01:44 8.0K /tmp/codecov.bAHVNv.gz 11:01:44 ==> Uploading reports 11:01:44 url: https://codecov.io 11:01:44 query: branch=master&commit=99df618622a9f54f94da4a2280a77aba81c63d12&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:01:44 -> Pinging Codecov 11:01:44 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=99df618622a9f54f94da4a2280a77aba81c63d12&build=44&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F44%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:01:44 -> Uploading to 11:01:44 https://storage.googleapis.com/codecov/v4/raw/2021-05-09/55DBCA73C666E3227836607328DD7E49/99df618622a9f54f94da4a2280a77aba81c63d12/a1260173-e055-407b-99a1-a709ad135d2f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210509T110144Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d7b68e29ac0e67fff3e4b2668b6820a2c6e34aa62b6caa26eacaef3de50ab26 11:01:44 % Total % Received % Xferd Average Speed Time Time Time Current 11:01:44 Dload Upload Total Spent Left Speed 11:01:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4324 0 0 100 4324 0 6793 --:--:-- --:--:-- --:--:-- 6798 11:01:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] } 11:01:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 11:01:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:01:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:01:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:01:46 11:01:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 11:01:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:01:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 11:01:47 188c0c94c7c5: Pulling fs layer 11:01:47 0ef7d3d256c8: Pulling fs layer 11:01:47 de9db76c5a1d: Pulling fs layer 11:01:47 0eba1c9be4d2: Pulling fs layer 11:01:47 0d57e429df01: Pulling fs layer 11:01:47 4e4be7b47b0d: Pulling fs layer 11:01:47 e1f770b5df2f: Pulling fs layer 11:01:47 85a0685a4137: Pulling fs layer 11:01:47 0d57e429df01: Waiting 11:01:47 4e4be7b47b0d: Waiting 11:01:47 e1f770b5df2f: Waiting 11:01:47 85a0685a4137: Waiting 11:01:47 0eba1c9be4d2: Waiting 11:01:47 de9db76c5a1d: Verifying Checksum 11:01:47 de9db76c5a1d: Download complete 11:01:47 0ef7d3d256c8: Verifying Checksum 11:01:47 0ef7d3d256c8: Download complete 11:01:47 0d57e429df01: Verifying Checksum 11:01:47 0d57e429df01: Download complete 11:01:47 4e4be7b47b0d: Verifying Checksum 11:01:47 4e4be7b47b0d: Download complete 11:01:47 188c0c94c7c5: Verifying Checksum 11:01:47 188c0c94c7c5: Download complete 11:01:49 188c0c94c7c5: Pull complete 11:01:50 0ef7d3d256c8: Pull complete 11:01:50 e1f770b5df2f: Verifying Checksum 11:01:50 e1f770b5df2f: Download complete 11:01:50 de9db76c5a1d: Pull complete 11:02:01 0eba1c9be4d2: Verifying Checksum 11:02:01 0eba1c9be4d2: Download complete 11:02:02 85a0685a4137: Verifying Checksum 11:02:02 85a0685a4137: Download complete 11:02:15 0eba1c9be4d2: Pull complete 11:02:15 0d57e429df01: Pull complete 11:02:15 4e4be7b47b0d: Pull complete 11:02:17 e1f770b5df2f: Pull complete 11:02:32 85a0685a4137: Pull complete 11:02:32 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 11:02:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 11:02:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 11:02:33 prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container 11:02:33 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 11:02:35 $ docker top b2aff3fb02658246ceaa571b88362698b51b53727d963398b8e81223db9fef1d -eo pid,comm [Pipeline] { [Pipeline] echo 11:02:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 11:02:36 + set -o pipefail 11:02:36 + snyk monitor '--org=edgex-jenkins' 11:02:52 11:02:52 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 11:02:52 11:02:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/1b7e8be1-688d-422d-ba25-46f194267da1 11:02:52 11:02:52 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 11:02:52 11:02:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:02:52 11:02:52 [Pipeline] } 11:02:52 $ docker stop --time=1 b2aff3fb02658246ceaa571b88362698b51b53727d963398b8e81223db9fef1d 11:02:55 $ docker rm -f b2aff3fb02658246ceaa571b88362698b51b53727d963398b8e81223db9fef1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:02:57 + git log --format=format:%s -1 99df618622a9f54f94da4a2280a77aba81c63d12 [Pipeline] isUnix [Pipeline] sh 11:02:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:02:58 . [Pipeline] withDockerContainer 11:02:58 prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container 11:02:58 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:02:59 $ docker top 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:03:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:00 [ssh-agent] Looking for ssh-agent implementation... 11:03:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:01 $ docker exec 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 ssh-agent 11:03:01 SSH_AUTH_SOCK=/tmp/ssh-tpbrDElarIUb/agent.11 11:03:01 SSH_AGENT_PID=16 11:03:01 Running ssh-add (command line suppressed) 11:03:01 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2351007258232245816.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2351007258232245816.key) 11:03:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:02 + git semver tag 11:03:02 # -> Open(): unable to determine branch for HEAD 11:03:02 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 11:03:02 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 11:03:02 # $SEMVER_REMOTE_NAME = origin 11:03:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:03:02 # $SEMVER_USER_NAME = edgex-jenkins 11:03:02 # $SEMVER_BRANCH = master 11:03:02 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 11:03:02 # 99df618622a9f54f94da4a2280a77aba81c63d12 HEAD 11:03:02 # -> Force: false 11:03:02 # 4deec7757c08276591c68089d81a32eb8910ced0 refs/tags/v1.3.2-dev.6 [Pipeline] } 11:03:02 $ docker exec --env ******** --env ******** 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 ssh-agent -k 11:03:03 unset SSH_AUTH_SOCK; 11:03:03 unset SSH_AGENT_PID; 11:03:03 echo Agent pid 16 killed; 11:03:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:03:03 + git semver [Pipeline] } 11:03:03 $ docker stop --time=1 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 11:03:05 $ docker rm -f 9674999d6b303af0a75c5e3ce883c1a4d2ef02aaefc14e3ec66a2ca70ec44662 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 11:03:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:06 11:03:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 11:03:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:06 0.23.1-centos7: Pulling from edgex-lftools 11:03:06 ab5ef0e58194: Pulling fs layer 11:03:06 9712f1f96733: Pulling fs layer 11:03:06 63f879dbbcfc: Pulling fs layer 11:03:06 0d9ebad4ef96: Pulling fs layer 11:03:06 e9a5061849ea: Pulling fs layer 11:03:06 d747dcd14b5f: Pulling fs layer 11:03:06 2de7ff778b66: Pulling fs layer 11:03:06 0d9ebad4ef96: Waiting 11:03:06 e9a5061849ea: Waiting 11:03:06 d747dcd14b5f: Waiting 11:03:06 2de7ff778b66: Waiting 11:03:06 9712f1f96733: Download complete 11:03:10 63f879dbbcfc: Verifying Checksum 11:03:10 63f879dbbcfc: Download complete 11:03:10 e9a5061849ea: Verifying Checksum 11:03:10 e9a5061849ea: Download complete 11:03:10 d747dcd14b5f: Verifying Checksum 11:03:10 d747dcd14b5f: Download complete 11:03:10 2de7ff778b66: Verifying Checksum 11:03:10 2de7ff778b66: Download complete 11:03:11 0d9ebad4ef96: Verifying Checksum 11:03:11 0d9ebad4ef96: Download complete 11:03:11 ab5ef0e58194: Verifying Checksum 11:03:11 ab5ef0e58194: Download complete 11:03:24 ab5ef0e58194: Pull complete 11:03:24 9712f1f96733: Pull complete 11:03:28 63f879dbbcfc: Pull complete 11:03:43 0d9ebad4ef96: Pull complete 11:03:46 e9a5061849ea: Pull complete 11:03:46 d747dcd14b5f: Pull complete 11:03:52 2de7ff778b66: Pull complete 11:03:52 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:03:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:03:52 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 11:03:53 prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container 11:03:53 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:03:57 $ docker top 56cc852a46a27d7e8deb2632dddd7ede8e4f187e69a146e8b127d8bf65c69299 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:03:58 provisioning config files... 11:03:58 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6626782259249175366tmp 11:03:58 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2693389505855045874tmp 11:03:58 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6689026464183774381tmp [Pipeline] { [Pipeline] echo 11:03:58 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:03:59 ---> sigul-configuration.sh 11:03:59 gpg: directory `/root/.gnupg' created 11:03:59 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:03:59 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:03:59 gpg: keyring `/root/.gnupg/secring.gpg' created 11:03:59 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:03:59 gpg: CAST5 encrypted data 11:03:59 gpg: encrypted with 1 passphrase 11:03:59 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:04:00 + mkdir /home/jenkins 11:04:00 + mkdir /home/jenkins/sigul [Pipeline] sh 11:04:02 + 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 11:04:02 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:04:03 ---> sigul-install.sh 11:04:14 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 11:04:15 + git tag --list 11:04:15 0.7.1 11:04:15 v1.0.0 11:04:15 v1.1.0 11:04:15 v1.1.1 11:04:15 v1.2.2 11:04:15 v1.3.0 11:04:15 v1.3.1 11:04:15 v1.3.1-dev.1 11:04:15 v1.3.1-dev.2 11:04:15 v1.3.1-dev.3 11:04:15 v1.3.1-dev.4 11:04:15 v1.3.1-dev.5 11:04:15 v1.3.1-dev.6 11:04:15 v1.3.1-dev.7 11:04:15 v1.3.1-dev.8 11:04:15 v1.3.2-dev.1 11:04:15 v1.3.2-dev.2 11:04:15 v1.3.2-dev.3 11:04:15 v1.3.2-dev.4 11:04:15 v1.3.2-dev.5 11:04:15 v1.3.2-dev.6 [Pipeline] sh 11:04:16 + lftools sign git-tag v1.3.2-dev.6 11:04:18 Signing Git tag with Sigul... 11:04:18 Signing v1.3.2-dev.6 [Pipeline] echo 11:04:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:04:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:04:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:04:20 $ docker stop --time=1 56cc852a46a27d7e8deb2632dddd7ede8e4f187e69a146e8b127d8bf65c69299 11:04:23 $ docker rm -f 56cc852a46a27d7e8deb2632dddd7ede8e4f187e69a146e8b127d8bf65c69299 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 11:04:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:04:24 . [Pipeline] withDockerContainer 11:04:25 prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container 11:04:25 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:04:27 $ docker top 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:27 [ssh-agent] Looking for ssh-agent implementation... 11:04:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:28 $ docker exec 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 ssh-agent 11:04:29 SSH_AUTH_SOCK=/tmp/ssh-uhieP5L0Wm96/agent.12 11:04:29 SSH_AGENT_PID=17 11:04:29 Running ssh-add (command line suppressed) 11:04:29 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2369850381443662470.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2369850381443662470.key) 11:04:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:31 + git semver bump pre 11:04:31 # -> Open(): unable to determine branch for HEAD 11:04:31 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 11:04:31 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 11:04:31 # $SEMVER_REMOTE_NAME = origin 11:04:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:04:31 # $SEMVER_USER_NAME = edgex-jenkins 11:04:31 # $SEMVER_BRANCH = master 11:04:31 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 11:04:31 1.3.2-dev.7 [Pipeline] } 11:04:31 $ docker exec --env ******** --env ******** 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 ssh-agent -k 11:04:32 unset SSH_AUTH_SOCK; 11:04:32 unset SSH_AGENT_PID; 11:04:32 echo Agent pid 17 killed; 11:04:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:33 + git semver [Pipeline] } 11:04:33 $ docker stop --time=1 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 11:04:35 $ docker rm -f 242a54b78394105b70344e601c5a37a4a1dfe39355405b3724f43f1457fe1536 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 11:04:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:04:35 . [Pipeline] withDockerContainer 11:04:35 prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container 11:04:36 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:04:37 $ docker top cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:37 [ssh-agent] Looking for ssh-agent implementation... 11:04:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:38 $ docker exec cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece ssh-agent 11:04:38 SSH_AUTH_SOCK=/tmp/ssh-9ipeokipPW23/agent.11 11:04:38 SSH_AGENT_PID=16 11:04:38 Running ssh-add (command line suppressed) 11:04:39 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1563443918256255058.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1563443918256255058.key) 11:04:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:40 + git semver push 11:04:40 # -> Open(): unable to determine branch for HEAD 11:04:40 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 11:04:40 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 11:04:40 # $SEMVER_REMOTE_NAME = origin 11:04:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:04:40 # $SEMVER_USER_NAME = edgex-jenkins 11:04:40 # $SEMVER_BRANCH = master 11:04:40 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 11:04:44 $ docker exec --env ******** --env ******** cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece ssh-agent -k 11:04:44 unset SSH_AUTH_SOCK; 11:04:44 unset SSH_AGENT_PID; 11:04:44 echo Agent pid 16 killed; 11:04:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:46 + git semver [Pipeline] } 11:04:46 $ docker stop --time=1 cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece 11:04:48 $ docker rm -f cf356cd6b8f8881c714f456870e845c4ffadf84a2e24551e01f4d939aec76ece [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 11:04:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:04:50 ---> package-listing.sh 11:04:50 ++ tr '[:upper:]' '[:lower:]' 11:04:50 ++ facter osfamily 11:04:50 + OS_FAMILY=redhat 11:04:50 + workspace=/w/workspace/xfoundry_device-modbus-go_master 11:04:50 + START_PACKAGES=/tmp/packages_start.txt 11:04:50 + END_PACKAGES=/tmp/packages_end.txt 11:04:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:04:50 + PACKAGES=/tmp/packages_start.txt 11:04:50 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 11:04:50 + PACKAGES=/tmp/packages_end.txt 11:04:50 + case "${OS_FAMILY}" in 11:04:50 + sort 11:04:50 + rpm -qa 11:04:59 + '[' -f /tmp/packages_start.txt ']' 11:04:59 + '[' -f /tmp/packages_end.txt ']' 11:04:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:04:59 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 11:04:59 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 11:04:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo 11:04:59 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:04:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:05:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:05:00 11:05:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:05:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:05:01 alpine: Pulling from edgex-lftools-log-publisher 11:05:01 df20fa9351a1: Pulling fs layer 11:05:01 36b3adc4ff6f: Pulling fs layer 11:05:01 8ad3a11d3b57: Pulling fs layer 11:05:01 46f8f816bc3b: Pulling fs layer 11:05:01 93b61091891f: Pulling fs layer 11:05:01 93b9cdb0e59b: Pulling fs layer 11:05:01 5e14af77c1be: Pulling fs layer 11:05:01 01666e4c0597: Pulling fs layer 11:05:01 aa168da1d23b: Pulling fs layer 11:05:01 46f8f816bc3b: Waiting 11:05:01 93b61091891f: Waiting 11:05:01 01666e4c0597: Waiting 11:05:01 aa168da1d23b: Waiting 11:05:01 93b9cdb0e59b: Waiting 11:05:01 5e14af77c1be: Waiting 11:05:01 36b3adc4ff6f: Verifying Checksum 11:05:01 36b3adc4ff6f: Download complete 11:05:01 46f8f816bc3b: Verifying Checksum 11:05:01 46f8f816bc3b: Download complete 11:05:01 df20fa9351a1: Verifying Checksum 11:05:01 df20fa9351a1: Download complete 11:05:01 93b9cdb0e59b: Verifying Checksum 11:05:01 93b9cdb0e59b: Download complete 11:05:02 5e14af77c1be: Verifying Checksum 11:05:02 5e14af77c1be: Download complete 11:05:02 01666e4c0597: Verifying Checksum 11:05:02 01666e4c0597: Download complete 11:05:02 93b61091891f: Verifying Checksum 11:05:02 93b61091891f: Download complete 11:05:03 8ad3a11d3b57: Verifying Checksum 11:05:03 8ad3a11d3b57: Download complete 11:05:03 df20fa9351a1: Pull complete 11:05:03 36b3adc4ff6f: Pull complete 11:05:07 8ad3a11d3b57: Pull complete 11:05:07 46f8f816bc3b: Pull complete 11:05:09 93b61091891f: Pull complete 11:05:09 93b9cdb0e59b: Pull complete 11:05:10 5e14af77c1be: Pull complete 11:05:10 aa168da1d23b: Verifying Checksum 11:05:10 aa168da1d23b: Download complete 11:05:10 01666e4c0597: Pull complete 11:05:33 aa168da1d23b: Pull complete 11:05:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:05:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:05:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:05:33 prd-centos7-docker-4c-2g-3798 does not seem to be running inside a container 11:05:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:05:39 $ docker top cafaa08dc0ad6a4a3e604112f524c285ab51832033ee945c5a7e6f9f65b6d9e7 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:40 + touch /tmp/pre-build-complete [Pipeline] sh 11:05:41 + mkdir -p /var/log/sa [Pipeline] sh 11:05:42 + ls /var/log/sa-host 11:05:42 + sadf -c /var/log/sa-host/sa09 11:05:42 file_magic: OK 11:05:42 HZ: Using current value: 100 11:05:42 file_header: OK 11:05:42 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 11:05:42 Statistics: 11:05:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:05:42 File successfully converted to sysstat format version 12.2.1 11:05:42 + sadf -c /var/log/sa-host/sa23 11:05:42 file_magic: OK 11:05:42 HZ: Using current value: 100 11:05:42 file_header: OK 11:05:42 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 11:05:42 Statistics: 11:05:42 Hnuu...uuuununununu... 11:05:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:05:42 provisioning config files... 11:05:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3853277445648965692tmp [Pipeline] { [Pipeline] echo 11:05:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:05:43 ---> create-netrc.sh [Pipeline] } 11:05:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:05:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:05:44 ---> python-tools-install.sh [Pipeline] echo 11:05:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:05:45 ---> sudo-logs.sh 11:05:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:05:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:05:46 ---> job-cost.sh 11:05:46 lf-activate-venv: SKIPPING 11:05:46 DEBUG: total: 0.20999999344348907 11:05:46 INFO: Retrieving Stack Cost... 11:05:47 INFO: Retrieving Pricing Info for: v1-standard-2 11:05:48 INFO: Archiving Costs [Pipeline] echo 11:05:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:05:49 ---> logs-deploy.sh 11:05:49 lf-activate-venv: SKIPPING 11:05:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/44 11:05:49 INFO: archiving workspace using pattern(s): 11:05:53 Archives upload complete. 11:05:53 INFO: archiving logs to Nexus 11:05:55 ---> uname -a: 11:05:55 Linux prd-centos7-docker-4c-2g-3798.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:05:55 11:05:55 11:05:55 ---> lscpu: 11:05:55 Architecture: x86_64 11:05:55 CPU op-mode(s): 32-bit, 64-bit 11:05:55 Byte Order: Little Endian 11:05:55 Address sizes: 40 bits physical, 48 bits virtual 11:05:55 CPU(s): 4 11:05:55 On-line CPU(s) list: 0-3 11:05:55 Thread(s) per core: 1 11:05:55 Core(s) per socket: 1 11:05:55 Socket(s): 4 11:05:55 NUMA node(s): 1 11:05:55 Vendor ID: GenuineIntel 11:05:55 CPU family: 6 11:05:55 Model: 44 11:05:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:05:55 Stepping: 1 11:05:55 CPU MHz: 2933.438 11:05:55 BogoMIPS: 5866.87 11:05:55 Virtualization: VT-x 11:05:55 Hypervisor vendor: KVM 11:05:55 Virtualization type: full 11:05:55 L1d cache: 128 KiB 11:05:55 L1i cache: 128 KiB 11:05:55 L2 cache: 16 MiB 11:05:55 L3 cache: 64 MiB 11:05:55 NUMA node0 CPU(s): 0-3 11:05:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:05:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:05:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:05:55 Vulnerability Meltdown: Mitigation; PTI 11:05:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:05:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:05:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:05:55 Vulnerability Srbds: Not affected 11:05:55 Vulnerability Tsx async abort: Not affected 11:05:55 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 11:05:55 11:05:55 11:05:55 ---> nproc: 11:05:55 4 11:05:55 11:05:55 11:05:55 ---> df -h: 11:05:55 Filesystem Size Used Available Use% Mounted on 11:05:55 overlay 50.0G 8.2G 41.8G 16% / 11:05:55 tmpfs 64.0M 0 64.0M 0% /dev 11:05:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:05:55 shm 64.0M 0 64.0M 0% /dev/shm 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_device-modbus-go_master 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/xfoundry_device-modbus-go_master@tmp 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 11:05:55 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 11:05:55 11:05:55 11:05:55 ---> free -m: 11:05:55 total used free shared buff/cache available 11:05:55 Mem: 1837 848 153 0 835 923 11:05:55 Swap: 1023 3 1020 11:05:55 11:05:55 11:05:55 ---> ip addr: 11:05:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:05:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:05:55 inet 127.0.0.1/8 scope host lo 11:05:55 valid_lft forever preferred_lft forever 11:05:55 inet6 ::1/128 scope host 11:05:55 valid_lft forever preferred_lft forever 11:05:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:05:55 link/ether fa:16:3e:74:5f:7d brd ff:ff:ff:ff:ff:ff 11:05:55 inet 10.30.122.51/23 brd 10.30.123.255 scope global dynamic eth0 11:05:55 valid_lft 85392sec preferred_lft 85392sec 11:05:55 inet6 fe80::f816:3eff:fe74:5f7d/64 scope link 11:05:55 valid_lft forever preferred_lft forever 11:05:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:05:55 link/ether 02:42:9e:39:7e:37 brd ff:ff:ff:ff:ff:ff 11:05:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:05:55 valid_lft forever preferred_lft forever 11:05:55 inet6 fe80::42:9eff:fe39:7e37/64 scope link 11:05:55 valid_lft forever preferred_lft forever 11:05:55 11:05:55 11:05:55 ---> sar -b -r -n DEV: 11:05:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) 11:05:55 11:05:55 10:48:52 LINUX RESTART (4 CPU) 11:05:55 11:05:55 10:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:05:55 10:51:01 54.96 17.06 37.91 0.00 4684.71 3775.80 0.00 11:05:55 10:52:02 9.51 3.15 6.36 0.00 658.59 180.20 0.00 11:05:55 10:53:01 0.42 0.00 0.42 0.00 0.00 6.28 0.00 11:05:55 10:54:01 0.30 0.00 0.30 0.00 0.00 3.72 0.00 11:05:55 10:55:01 0.30 0.00 0.30 0.00 0.00 4.68 0.00 11:05:55 10:56:01 0.30 0.00 0.30 0.00 0.00 3.40 0.00 11:05:55 10:57:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 11:05:55 10:58:01 0.25 0.00 0.25 0.00 0.00 3.48 0.00 11:05:55 10:59:02 0.25 0.00 0.25 0.00 0.00 3.13 0.00 11:05:55 11:00:01 0.29 0.00 0.29 0.00 0.00 3.40 0.00 11:05:55 11:01:01 0.30 0.02 0.28 0.00 0.13 3.13 0.00 11:05:55 11:02:01 17.21 6.93 10.28 0.00 697.80 5841.12 0.00 11:05:55 11:03:02 312.36 190.33 122.03 0.00 8302.19 31251.73 0.00 11:05:55 11:04:01 189.85 45.75 144.10 0.00 2747.15 29722.69 0.00 11:05:55 11:05:02 94.60 76.24 18.35 0.00 5735.21 4445.04 0.00 11:05:55 Average: 45.43 22.71 22.72 0.00 1523.70 5012.13 0.00 11:05:55 11:05:55 10:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:05:55 10:51:01 75352 0 684280 36.37 2620 1119292 1934740 66.03 464104 1137960 40 11:05:55 10:52:02 162852 0 614484 32.66 2620 1101588 1146288 39.12 439328 1078776 8 11:05:55 10:53:01 166428 0 610904 32.47 2620 1101592 1113380 38.00 437336 1077644 20 11:05:55 10:54:01 163060 0 614268 32.65 2620 1101596 1102036 37.61 442728 1075924 20 11:05:55 10:55:01 160904 0 616420 32.76 2620 1101600 1102084 37.61 446452 1074464 20 11:05:55 10:56:01 158160 0 619156 32.91 2620 1101608 1102096 37.61 456628 1067032 8 11:05:55 10:57:01 157804 0 619512 32.93 2620 1101608 1102072 37.61 457372 1066828 20 11:05:55 10:58:01 156992 0 620316 32.97 2620 1101616 1102060 37.61 457808 1066832 20 11:05:55 10:59:02 162088 0 615216 32.70 2620 1101620 1073204 36.63 454768 1065924 8 11:05:55 11:00:01 160548 0 616752 32.78 2620 1101624 1073372 36.63 456220 1065924 16 11:05:55 11:01:01 157788 0 619508 32.93 2620 1101628 1076064 36.72 458440 1065924 8 11:05:55 11:02:01 65168 0 706628 37.56 2620 1107128 1590332 54.28 529308 1078580 93844 11:05:55 11:03:02 244460 0 713188 37.90 2596 921300 1240908 42.35 516300 862008 40 11:05:55 11:04:01 134632 0 808640 42.98 1880 936392 1439436 49.13 572152 844604 196 11:05:55 11:05:02 71844 0 850840 45.22 1544 957316 1622456 55.37 634184 837168 10700 11:05:55 Average: 146539 0 662007 35.18 2497 1070501 1254702 42.82 481542 1031039 6998 11:05:55 11:05:55 10:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:05:55 10:51:01 veth33069df 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:51:01 veth81c71ec 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:51:01 eth0 179.34 142.93 862.74 62.12 0.00 0.00 0.00 0.00 11:05:55 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:52:02 eth0 22.12 17.64 28.98 8.04 0.00 0.00 0.00 0.00 11:05:55 10:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:52:02 docker0 1.61 1.71 0.40 4.90 0.00 0.00 0.00 0.00 11:05:55 10:53:01 eth0 2.48 0.57 0.67 0.40 0.00 0.00 0.00 0.00 11:05:55 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:54:01 eth0 4.39 0.86 1.09 0.58 0.00 0.00 0.00 0.00 11:05:55 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:55:01 eth0 2.83 0.92 1.02 0.68 0.00 0.00 0.00 0.00 11:05:55 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:56:01 eth0 3.44 0.71 0.81 0.40 0.00 0.00 0.00 0.00 11:05:55 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:57:01 eth0 1.45 0.83 0.81 0.59 0.00 0.00 0.00 0.00 11:05:55 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:58:01 eth0 0.47 0.23 0.27 0.16 0.00 0.00 0.00 0.00 11:05:55 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:59:02 eth0 0.62 0.08 0.06 0.04 0.00 0.00 0.00 0.00 11:05:55 10:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 10:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:00:01 eth0 1.12 0.30 0.33 0.20 0.00 0.00 0.00 0.00 11:05:55 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:01:01 eth0 0.68 0.48 0.41 0.24 0.00 0.00 0.00 0.00 11:05:55 11:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:02:01 eth0 391.83 333.89 3926.63 67.13 0.00 0.00 0.00 0.00 11:05:55 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:03:02 veth4d85bbe 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:05:55 11:03:02 eth0 91.22 84.19 411.03 18.07 0.00 0.00 0.00 0.00 11:05:55 11:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:03:02 docker0 52.26 53.05 4.66 259.23 0.00 0.00 0.00 0.00 11:05:55 11:04:01 vethcfc0255 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 11:05:55 11:04:01 eth0 351.42 300.69 3246.32 88.13 0.00 0.00 0.00 0.00 11:05:55 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:05:02 eth0 106.92 78.47 485.41 34.41 0.00 0.00 0.00 0.00 11:05:55 11:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 11:05:02 docker0 20.78 34.83 1.36 256.76 0.00 0.00 0.00 0.00 11:05:55 Average: eth0 77.31 64.15 597.61 18.71 0.00 0.00 0.00 0.00 11:05:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:05:55 Average: docker0 5.01 6.01 0.43 34.98 0.00 0.00 0.00 0.00 11:05:55 11:05:55 11:05:55 ---> sar -P ALL: 11:05:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/09/21 _x86_64_ (4 CPU) 11:05:55 11:05:55 10:48:52 LINUX RESTART (4 CPU) 11:05:55 11:05:55 10:50:02 CPU %user %nice %system %iowait %steal %idle 11:05:55 10:51:01 all 9.86 0.00 4.00 1.70 35.97 48.47 11:05:55 10:51:01 0 7.80 0.00 3.93 1.75 37.60 48.92 11:05:55 10:51:01 1 9.89 0.00 3.94 2.42 36.47 47.28 11:05:55 10:51:01 2 11.08 0.00 4.06 1.23 34.56 49.07 11:05:55 10:51:01 3 10.77 0.00 4.06 1.40 35.16 48.61 11:05:55 10:52:02 all 1.00 0.00 1.61 0.21 12.38 84.80 11:05:55 10:52:02 0 0.92 0.00 1.82 0.02 13.08 84.17 11:05:55 10:52:02 1 1.07 0.00 1.32 0.26 11.69 85.66 11:05:55 10:52:02 2 0.83 0.00 1.46 0.23 12.53 84.94 11:05:55 10:52:02 3 1.20 0.00 1.84 0.33 12.20 84.44 11:05:55 10:53:01 all 0.03 0.00 0.05 0.00 1.75 98.16 11:05:55 10:53:01 0 0.02 0.00 0.08 0.00 1.72 98.18 11:05:55 10:53:01 1 0.03 0.00 0.03 0.00 0.86 99.08 11:05:55 10:53:01 2 0.07 0.00 0.03 0.00 1.95 97.95 11:05:55 10:53:01 3 0.02 0.00 0.07 0.00 2.48 97.43 11:05:55 10:54:01 all 0.08 0.00 0.26 0.00 2.47 97.19 11:05:55 10:54:01 0 0.07 0.00 0.15 0.00 2.32 97.47 11:05:55 10:54:01 1 0.03 0.00 0.07 0.00 2.22 97.68 11:05:55 10:54:01 2 0.15 0.00 0.69 0.00 2.37 96.80 11:05:55 10:54:01 3 0.06 0.00 0.13 0.00 2.98 96.83 11:05:55 10:55:01 all 0.07 0.00 0.05 0.00 1.21 98.67 11:05:55 10:55:01 0 0.05 0.00 0.12 0.00 1.30 98.53 11:05:55 10:55:01 1 0.03 0.00 0.03 0.00 1.32 98.62 11:05:55 10:55:01 2 0.07 0.00 0.03 0.00 1.73 98.18 11:05:55 10:55:01 3 0.12 0.00 0.03 0.00 0.50 99.35 11:05:55 10:56:01 all 0.07 0.00 0.12 0.00 2.30 97.51 11:05:55 10:56:01 0 0.10 0.00 0.18 0.00 1.85 97.87 11:05:55 10:56:01 1 0.00 0.00 0.03 0.00 2.41 97.56 11:05:55 10:56:01 2 0.15 0.00 0.11 0.00 2.99 96.75 11:05:55 10:56:01 3 0.02 0.00 0.16 0.00 1.93 97.89 11:05:55 10:57:01 all 0.12 0.00 0.03 0.00 0.91 98.93 11:05:55 10:57:01 0 0.00 0.00 0.02 0.00 1.20 98.78 11:05:55 10:57:01 1 0.10 0.00 0.07 0.00 1.04 98.79 11:05:55 10:57:01 2 0.17 0.00 0.02 0.00 0.81 99.01 11:05:55 10:57:01 3 0.23 0.00 0.03 0.00 0.58 99.15 11:05:55 10:58:01 all 0.07 0.00 0.02 0.00 0.56 99.35 11:05:55 10:58:01 0 0.02 0.00 0.02 0.00 0.40 99.57 11:05:55 10:58:01 1 0.20 0.00 0.02 0.00 0.40 99.38 11:05:55 10:58:01 2 0.03 0.00 0.03 0.00 0.66 99.27 11:05:55 10:58:01 3 0.03 0.00 0.02 0.00 0.78 99.17 11:05:55 10:59:02 all 0.08 0.00 0.03 0.00 0.76 99.12 11:05:55 10:59:02 0 0.03 0.00 0.05 0.00 1.89 98.03 11:05:55 10:59:02 1 0.28 0.00 0.02 0.00 0.50 99.20 11:05:55 10:59:02 2 0.02 0.00 0.05 0.00 0.33 99.60 11:05:55 10:59:02 3 0.00 0.00 0.02 0.00 0.32 99.67 11:05:55 11:00:01 all 0.09 0.00 0.04 0.00 0.69 99.18 11:05:55 11:00:01 0 0.03 0.00 0.07 0.00 1.17 98.73 11:05:55 11:00:01 1 0.29 0.00 0.02 0.00 0.56 99.14 11:05:55 11:00:01 2 0.03 0.00 0.03 0.00 0.79 99.14 11:05:55 11:00:01 3 0.02 0.00 0.03 0.00 0.22 99.73 11:05:55 11:01:01 all 0.08 0.00 0.04 0.00 1.21 98.67 11:05:55 11:01:01 0 0.05 0.00 0.02 0.00 0.86 99.07 11:05:55 11:01:01 1 0.20 0.00 0.05 0.00 1.38 98.37 11:05:55 11:01:01 2 0.05 0.00 0.03 0.00 1.14 98.78 11:05:55 11:01:01 3 0.03 0.00 0.07 0.00 1.43 98.47 11:05:55 11:05:55 11:01:01 CPU %user %nice %system %iowait %steal %idle 11:05:55 11:02:01 all 1.25 0.00 1.31 0.11 10.54 86.78 11:05:55 11:02:01 0 1.48 0.00 1.39 0.10 10.78 86.25 11:05:55 11:02:01 1 1.27 0.00 1.85 0.22 9.33 87.34 11:05:55 11:02:01 2 1.27 0.00 1.06 0.11 11.83 85.73 11:05:55 11:02:01 3 1.01 0.00 0.97 0.00 10.20 87.82 11:05:55 11:03:02 all 6.05 0.00 6.18 3.04 23.74 61.00 11:05:55 11:03:02 0 5.68 0.00 6.15 2.34 23.93 61.90 11:05:55 11:03:02 1 6.04 0.00 5.81 2.64 23.59 61.93 11:05:55 11:03:02 2 6.70 0.00 6.96 3.32 24.18 58.83 11:05:55 11:03:02 3 5.80 0.00 5.80 3.85 23.26 61.27 11:05:55 11:04:01 all 5.05 0.00 5.96 1.22 31.86 55.91 11:05:55 11:04:01 0 4.90 0.00 5.37 0.83 32.77 56.13 11:05:55 11:04:01 1 5.24 0.00 5.73 1.76 32.58 54.69 11:05:55 11:04:01 2 5.01 0.00 6.47 1.37 32.08 55.07 11:05:55 11:04:01 3 5.07 0.00 6.28 0.92 29.96 57.78 11:05:55 11:05:02 all 5.10 0.00 5.48 3.10 17.55 68.77 11:05:55 11:05:02 0 3.47 0.00 4.58 1.33 18.52 72.10 11:05:55 11:05:02 1 3.28 0.00 5.40 1.62 17.75 71.96 11:05:55 11:05:02 2 9.69 0.00 6.11 6.08 16.73 61.39 11:05:55 11:05:02 3 4.10 0.00 5.86 3.47 17.15 69.42 11:05:55 Average: all 2.05 0.00 1.77 0.66 10.09 85.43 11:05:55 Average: 0 1.76 0.00 1.69 0.46 10.58 85.51 11:05:55 Average: 1 1.98 0.00 1.72 0.63 10.00 85.67 11:05:55 Average: 2 2.47 0.00 1.89 0.86 10.07 84.72 11:05:55 Average: 3 2.01 0.00 1.77 0.70 9.70 85.82 11:05:55 11:05:55 11:05:55