Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 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-virtual-go] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-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-virtual-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: false 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-3203 in /w/workspace/foundry_device-virtual-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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 # timeout=10 Commit message: "Merge pull request #196 from hahattan/issue-195" > git rev-list --no-walk f22f876e599b70c9e0b9005e06686315ad76e5c7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:44:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:44:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:44:52 ========================================================= 10:44:52 EdgeX Global Pipelines Version Info 10:44:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:44:54 ------------------- 10:44:54 stable info: 10:44:54 ------------------- 10:44:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:44:54 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:44:54 Message: update stable to v1.0.191 10:44:55 ------------------- 10:44:55 experimental info: 10:44:55 ------------------- 10:44:55 Commited By: **** collab-it+edgex@linuxfoundation.org 10:44:55 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 10:44:55 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 630144a [Pipeline] echo 10:44:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:44:56 provisioning config files... 10:44:56 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config4923958042549466079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:44:57 ---> docker-login.sh 10:44:57 nexus3.edgexfoundry.org:10001 10:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:58 Configure a credential helper to remove this warning. See 10:44:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:58 10:44:58 Login Succeeded 10:44:58 nexus3.edgexfoundry.org:10002 10:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:44:59 Configure a credential helper to remove this warning. See 10:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:44:59 10:44:59 Login Succeeded 10:44:59 nexus3.edgexfoundry.org:10003 10:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:00 Configure a credential helper to remove this warning. See 10:45:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:00 10:45:00 Login Succeeded 10:45:00 nexus3.edgexfoundry.org:10004 10:45:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:00 Configure a credential helper to remove this warning. See 10:45:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:00 10:45:00 Login Succeeded 10:45:00 docker.io 10:45:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:45:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:45:01 Configure a credential helper to remove this warning. See 10:45:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:45:01 10:45:01 Login Succeeded 10:45:01 ---> docker-login.sh ends [Pipeline] } 10:45:01 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:45:02 + git log --format=format:%s -1 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] echo 10:45:02 GIT_COMMIT: 630144a10735cec8e2a8b402cbcf2c5516b5e8e8, Commit Message: Merge pull request #196 from hahattan/issue-195 [Pipeline] echo 10:45:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:45:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:45:03 10:45:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:45:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:45:03 latest: Pulling from edgex-devops/git-semver 10:45:03 31603596830f: Pulling fs layer 10:45:03 54011a49482f: Pulling fs layer 10:45:03 a6820b24f6d8: Pulling fs layer 10:45:03 f581987b2513: Pulling fs layer 10:45:03 f581987b2513: Waiting 10:45:04 54011a49482f: Verifying Checksum 10:45:04 54011a49482f: Download complete 10:45:04 31603596830f: Download complete 10:45:04 f581987b2513: Verifying Checksum 10:45:04 f581987b2513: Download complete 10:45:04 a6820b24f6d8: Verifying Checksum 10:45:04 a6820b24f6d8: Download complete 10:45:04 31603596830f: Pull complete 10:45:05 54011a49482f: Pull complete 10:45:08 a6820b24f6d8: Pull complete 10:45:08 f581987b2513: Pull complete 10:45:08 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 10:45:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:45:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:45:09 prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container 10:45:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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:45:13 $ docker top 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:45:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:45:13 [ssh-agent] Looking for ssh-agent implementation... 10:45:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:45:13 $ docker exec 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent 10:45:14 SSH_AUTH_SOCK=/tmp/ssh-ODoErJPSCn6e/agent.11 10:45:14 SSH_AGENT_PID=16 10:45:14 Running ssh-add (command line suppressed) 10:45:14 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_8761140834192033918.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_8761140834192033918.key) 10:45:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:45:15 + git tag --points-at HEAD [Pipeline] } 10:45:15 $ docker exec --env ******** --env ******** 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent -k 10:45:16 unset SSH_AUTH_SOCK; 10:45:16 unset SSH_AGENT_PID; 10:45:16 echo Agent pid 16 killed; 10:45:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:45:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:45:16 [ssh-agent] Looking for ssh-agent implementation... 10:45:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:45:16 $ docker exec 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent 10:45:17 SSH_AUTH_SOCK=/tmp/ssh-04VoE5fxiuWo/agent.45 10:45:17 SSH_AGENT_PID=50 10:45:17 Running ssh-add (command line suppressed) 10:45:17 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2065610443275530338.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2065610443275530338.key) 10:45:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:45:18 + git semver init 10:45:18 # -> Open(): unable to determine branch for HEAD 10:45:18 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:45:18 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:45:18 # $SEMVER_REMOTE_NAME = origin 10:45:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:45:18 # $SEMVER_USER_NAME = edgex-jenkins 10:45:18 # $SEMVER_BRANCH = master 10:45:18 # $SEMVER_TEMP = /tmp/semver-797650910 10:45:18 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 10:45:18 # '/tmp/semver-797650910' -> '/w/workspace/foundry_device-virtual-go_master/.semver' 10:45:18 # -> Force: false 10:45:18 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 10:45:18 $ docker exec --env ******** --env ******** 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d ssh-agent -k 10:45:19 unset SSH_AUTH_SOCK; 10:45:19 unset SSH_AGENT_PID; 10:45:19 echo Agent pid 50 killed; 10:45:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:45:19 + git semver [Pipeline] } 10:45:19 $ docker stop --time=1 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d 10:45:21 $ docker rm -f 73bf599fd871e4479b758c8d3cc3a24f1c6143aa34e9156c925a9b72fff2c88d [Pipeline] // withDockerContainer [Pipeline] sh 10:45:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:45:23 Stashed 1 file(s) [Pipeline] echo 10:45:23 [edgeXSemver]: initialized semver on version 1.3.2-dev.11 [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:45:38 Still waiting to schedule task 10:45:38 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:45:38 Still waiting to schedule task 10:45:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:47:18 Running on prd-centos7-docker-4c-2g-3206 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 10:47:18 Running in /w/workspace/device-virtual-go/50 [Pipeline] { [Pipeline] checkout 10:47:21 using credential edgex-jenkins-ssh 10:47:21 Cloning the remote Git repository 10:47:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3205 in /w/workspace/foundry_device-virtual-go_master [Pipeline] { [Pipeline] ws 10:47:21 Running in /w/workspace/device-virtual-go/50 [Pipeline] { [Pipeline] checkout 10:47:20 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 10:47:20 > git init /w/workspace/device-virtual-go/50 # timeout=10 10:47:20 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:47:20 > git --version # timeout=10 10:47:20 > git --version # 'git version 2.24.3' 10:47:20 using GIT_SSH to set credentials SSH Credentials for GitHub 10:47:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:47:22 Checking out Revision 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 (master) 10:47:21 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:47:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:47:21 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:47:21 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:47:21 using GIT_SSH to set credentials SSH Credentials for GitHub 10:47:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:47:21 > git config core.sparsecheckout # timeout=10 10:47:21 > git checkout -f 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 # timeout=10 10:47:25 Commit message: "Merge pull request #196 from hahattan/issue-195" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:47:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:47:26 using credential edgex-jenkins-ssh 10:47:26 Cloning the remote Git repository 10:47:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:47:27 + sudo service docker restart 10:47:27 + true 10:47:27 Redirecting to /bin/systemctl restart docker.service 10:47:26 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 10:47:27 > git init /w/workspace/device-virtual-go/50 # timeout=10 10:47:27 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:47:27 > git --version # timeout=10 10:47:27 > git --version # 'git version 2.17.1' 10:47:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:47:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:47:28 provisioning config files... 10:47:28 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config7018185422320472755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:47:28 ---> docker-login.sh 10:47:28 nexus3.edgexfoundry.org:10001 10:47:28 Checking out Revision 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 (master) 10:47:28 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:47:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:47:28 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 10:47:28 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 10:47:28 using GIT_SSH to set credentials SSH Credentials for GitHub 10:47:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 10:47:28 > git config core.sparsecheckout # timeout=10 10:47:28 > git checkout -f 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 # timeout=10 10:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:29 Configure a credential helper to remove this warning. See 10:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:29 10:47:29 Login Succeeded 10:47:29 nexus3.edgexfoundry.org:10002 10:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:29 Configure a credential helper to remove this warning. See 10:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:29 10:47:29 Login Succeeded 10:47:29 nexus3.edgexfoundry.org:10003 10:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:29 Configure a credential helper to remove this warning. See 10:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:29 10:47:29 Login Succeeded 10:47:29 nexus3.edgexfoundry.org:10004 10:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:29 Configure a credential helper to remove this warning. See 10:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:29 10:47:29 Login Succeeded 10:47:29 docker.io 10:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:29 Configure a credential helper to remove this warning. See 10:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:29 10:47:29 Login Succeeded 10:47:29 ---> docker-login.sh ends [Pipeline] } 10:47:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:47:30 ========================================================= 10:47:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 10:47:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:47:30 + 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:47:30 Sending build context to Docker daemon 523.8kB 10:47:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:47:30 Step 2/8 : FROM ${BASE} 10:47:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 10:47:30 540db60ca938: Pulling fs layer 10:47:30 adcc1eea9eea: Pulling fs layer 10:47:30 4c4ab2625f07: Pulling fs layer 10:47:30 0510c868ecb4: Pulling fs layer 10:47:30 afea3b2eda06: Pulling fs layer 10:47:30 7809a108b3ef: Pulling fs layer 10:47:30 f706445af74f: Pulling fs layer 10:47:30 afea3b2eda06: Waiting 10:47:30 7809a108b3ef: Waiting 10:47:30 f706445af74f: Waiting 10:47:30 0510c868ecb4: Waiting 10:47:30 4c4ab2625f07: Verifying Checksum 10:47:30 4c4ab2625f07: Download complete 10:47:30 adcc1eea9eea: Verifying Checksum 10:47:30 adcc1eea9eea: Download complete 10:47:30 afea3b2eda06: Verifying Checksum 10:47:30 afea3b2eda06: Download complete 10:47:30 540db60ca938: Verifying Checksum 10:47:30 540db60ca938: Download complete 10:47:30 7809a108b3ef: Verifying Checksum 10:47:30 7809a108b3ef: Download complete 10:47:31 540db60ca938: Pull complete 10:47:31 adcc1eea9eea: Pull complete 10:47:31 4c4ab2625f07: Pull complete 10:47:32 f706445af74f: Verifying Checksum 10:47:32 f706445af74f: Download complete 10:47:32 Commit message: "Merge pull request #196 from hahattan/issue-195" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:47:33 0510c868ecb4: Verifying Checksum 10:47:33 0510c868ecb4: Download complete 10:47:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:47:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:47:34 + true 10:47:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:47:37 provisioning config files... 10:47:37 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config6117873956612142357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:47:38 ---> docker-login.sh 10:47:38 nexus3.edgexfoundry.org:10001 10:47:38 0510c868ecb4: Pull complete 10:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:39 Configure a credential helper to remove this warning. See 10:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:39 10:47:39 Login Succeeded 10:47:39 nexus3.edgexfoundry.org:10002 10:47:39 afea3b2eda06: Pull complete 10:47:39 7809a108b3ef: Pull complete 10:47:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:39 Configure a credential helper to remove this warning. See 10:47:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:39 10:47:39 Login Succeeded 10:47:39 nexus3.edgexfoundry.org:10003 10:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:40 Configure a credential helper to remove this warning. See 10:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:40 10:47:40 Login Succeeded 10:47:40 nexus3.edgexfoundry.org:10004 10:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:40 Configure a credential helper to remove this warning. See 10:47:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:40 10:47:40 Login Succeeded 10:47:40 docker.io 10:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:47:41 Configure a credential helper to remove this warning. See 10:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:47:41 10:47:41 Login Succeeded 10:47:41 ---> docker-login.sh ends [Pipeline] } 10:47:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:47:42 ========================================================= 10:47:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 10:47:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:47:42 + 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:47:42 Sending build context to Docker daemon 522.8kB 10:47:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 10:47:42 Step 2/8 : FROM ${BASE} 10:47:43 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:47:43 595b0fe564bb: Pulling fs layer 10:47:43 7186ed65a4f7: Pulling fs layer 10:47:43 316046926c0a: Pulling fs layer 10:47:43 4ebd0625c992: Pulling fs layer 10:47:43 207e8628e3a3: Pulling fs layer 10:47:43 c791037a9be2: Pulling fs layer 10:47:43 ffd874e62e21: Pulling fs layer 10:47:43 4ebd0625c992: Waiting 10:47:43 207e8628e3a3: Waiting 10:47:43 c791037a9be2: Waiting 10:47:43 ffd874e62e21: Waiting 10:47:43 316046926c0a: Verifying Checksum 10:47:43 316046926c0a: Download complete 10:47:43 7186ed65a4f7: Verifying Checksum 10:47:43 7186ed65a4f7: Download complete 10:47:43 207e8628e3a3: Verifying Checksum 10:47:43 207e8628e3a3: Download complete 10:47:43 c791037a9be2: Verifying Checksum 10:47:43 c791037a9be2: Download complete 10:47:43 595b0fe564bb: Download complete 10:47:43 595b0fe564bb: Pull complete 10:47:43 f706445af74f: Pull complete 10:47:43 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 10:47:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 10:47:43 ---> b068be0155e3 10:47:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:47:44 7186ed65a4f7: Pull complete 10:47:44 316046926c0a: Pull complete 10:47:45 ffd874e62e21: Verifying Checksum 10:47:45 ffd874e62e21: Download complete 10:47:45 ---> Running in fc1fe25794a5 10:47:45 Removing intermediate container fc1fe25794a5 10:47:45 ---> a160b409cd6e 10:47:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:47:45 ---> Running in 4c161b1e852c 10:47:46 4ebd0625c992: Verifying Checksum 10:47:46 4ebd0625c992: Download complete 10:47:46 Removing intermediate container 4c161b1e852c 10:47:46 ---> 8ce28c223e90 10:47:46 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 10:47:46 ---> Running in 4c216bcb7ffa 10:47:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:47:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:47:49 (1/13) Installing libc-dev (0.7.2-r3) 10:47:49 (2/13) Installing libsodium (1.0.18-r0) 10:47:49 (3/13) Installing pkgconf (1.7.3-r0) 10:47:49 (4/13) Installing libsodium-dev (1.0.18-r0) 10:47:49 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:47:49 (6/13) Installing libedit (20191231.3.1-r1) 10:47:49 (7/13) Installing openssh-client (8.4_p1-r3) 10:47:50 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:47:50 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:47:50 (10/13) Installing openssh-server (8.4_p1-r3) 10:47:51 (11/13) Installing openssh (8.4_p1-r3) 10:47:51 (12/13) Installing libzmq (4.3.3-r1) 10:47:51 (13/13) Installing zeromq-dev (4.3.3-r1) 10:47:51 Executing busybox-1.32.1-r6.trigger 10:47:51 OK: 156 MiB in 53 packages 10:47:52 Removing intermediate container 4c216bcb7ffa 10:47:52 ---> 5b79a4815517 10:47:52 Step 6/8 : WORKDIR /device-virtual-go 10:47:52 ---> Running in b114017fb8ed 10:47:52 Removing intermediate container b114017fb8ed 10:47:52 ---> 19340662adae 10:47:52 Step 7/8 : COPY . . 10:47:53 ---> 4aac307a196a 10:47:53 Step 8/8 : RUN go mod download 10:47:53 ---> Running in 99ab72f22dd9 10:47:56 4ebd0625c992: Pull complete 10:47:56 207e8628e3a3: Pull complete 10:47:57 c791037a9be2: Pull complete 10:48:00 ffd874e62e21: Pull complete 10:48:00 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 10:48:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 10:48:00 ---> cfc18b08335c 10:48:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:48:03 ---> Running in 96aae719152b 10:48:03 Removing intermediate container 96aae719152b 10:48:03 ---> 108edb06bda6 10:48:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:48:03 ---> Running in 485039ea8336 10:48:06 Removing intermediate container 485039ea8336 10:48:06 ---> 4464b9a9457b 10:48:06 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 10:48:06 ---> Running in 506188548b9a 10:48:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:48:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:48:09 (1/13) Installing libc-dev (0.7.2-r3) 10:48:09 (2/13) Installing libsodium (1.0.18-r0) 10:48:10 (3/13) Installing pkgconf (1.7.3-r0) 10:48:10 (4/13) Installing libsodium-dev (1.0.18-r0) 10:48:10 (5/13) Installing openssh-keygen (8.4_p1-r3) 10:48:10 (6/13) Installing libedit (20191231.3.1-r1) 10:48:10 (7/13) Installing openssh-client (8.4_p1-r3) 10:48:11 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 10:48:11 (9/13) Installing openssh-server-common (8.4_p1-r3) 10:48:11 (10/13) Installing openssh-server (8.4_p1-r3) 10:48:12 (11/13) Installing openssh (8.4_p1-r3) 10:48:12 (12/13) Installing libzmq (4.3.3-r1) 10:48:12 (13/13) Installing zeromq-dev (4.3.3-r1) 10:48:12 Executing busybox-1.32.1-r6.trigger 10:48:12 OK: 145 MiB in 53 packages 10:48:14 Removing intermediate container 506188548b9a 10:48:14 ---> 8a3b0bbe899a 10:48:14 Step 6/8 : WORKDIR /device-virtual-go 10:48:14 ---> Running in 2ca9e66ff11c 10:48:15 Removing intermediate container 2ca9e66ff11c 10:48:15 ---> f118af84b874 10:48:15 Step 7/8 : COPY . . 10:48:15 ---> 027b5d2b0662 10:48:15 Step 8/8 : RUN go mod download 10:48:15 ---> Running in 4cae6603dea5 10:48:20 Removing intermediate container 99ab72f22dd9 10:48:20 ---> c7a2182202a9 10:48:20 Successfully built c7a2182202a9 10:48:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:48:20 + docker inspect -f . ci-base-image-x86_64 10:48:20 . [Pipeline] withDockerContainer 10:48:20 prd-centos7-docker-4c-2g-3206 does not seem to be running inside a container 10:48:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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:48:21 $ docker top a3aad2c9aab34b3003e2b6184fc870a0d02f53ecb4e364acb7caf4caac7ffec3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:21 + go version 10:48:21 go version go1.16.3 linux/amd64 [Pipeline] } 10:48:21 $ docker stop --time=1 a3aad2c9aab34b3003e2b6184fc870a0d02f53ecb4e364acb7caf4caac7ffec3 10:48:23 $ docker rm -f a3aad2c9aab34b3003e2b6184fc870a0d02f53ecb4e364acb7caf4caac7ffec3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:48:23 + docker inspect -f . ci-base-image-x86_64 10:48:23 . [Pipeline] withDockerContainer 10:48:23 prd-centos7-docker-4c-2g-3206 does not seem to be running inside a container 10:48:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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:48:24 $ docker top 62673f99dd4ba63269b63881ebe3463f3a774a381c08704ac6aa1d9198b88003 -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:25 + go mod tidy [Pipeline] sh 10:48:25 + make test 10:48:25 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:48:27 ? github.com/edgexfoundry/device-virtual-go [no test files] 10:48:48 Removing intermediate container 4cae6603dea5 10:48:48 ---> 26f5cfa1d87b 10:48:48 Successfully built 26f5cfa1d87b 10:48:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:48:48 + docker inspect -f . ci-base-image-arm64 10:48:48 . [Pipeline] withDockerContainer 10:48:48 prd-ubuntu18.04-docker-arm64-4c-16g-3205 does not seem to be running inside a container 10:48:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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-arm64 cat 10:48:49 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 10:48:49 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.439s coverage: 63.8% of statements 10:48:49 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:48:50 $ docker top 0c3565ea25e6133ee216dd678a7871e5b1efd7065814af5c271b5a20783f1a0b -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:51 + go version 10:48:51 go version go1.16.3 linux/arm64 [Pipeline] } 10:48:51 $ docker stop --time=1 0c3565ea25e6133ee216dd678a7871e5b1efd7065814af5c271b5a20783f1a0b 10:48:53 $ docker rm -f 0c3565ea25e6133ee216dd678a7871e5b1efd7065814af5c271b5a20783f1a0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:48:54 + docker inspect -f . ci-base-image-arm64 10:48:54 . [Pipeline] withDockerContainer 10:48:54 prd-ubuntu18.04-docker-arm64-4c-16g-3205 does not seem to be running inside a container 10:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/50 -v /w/workspace/device-virtual-go/50:/w/workspace/device-virtual-go/50:rw,z -v /w/workspace/device-virtual-go/50@tmp:/w/workspace/device-virtual-go/50@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-arm64 cat 10:48:56 $ docker top 52bb3131737829f4a61598ef21d6a09d1d9665b4a6e7e2a3e1132e86a94fd1a7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:48:56 + go mod tidy [Pipeline] sh 10:48:58 + make test 10:48:58 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:48:59 ? github.com/edgexfoundry/device-virtual-go [no test files] 10:48:59 gofmt -l . 10:48:59 [ "`gofmt -l .`" = "" ] 10:48:59 ./bin/test-attribution-txt.sh 10:48:59 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:48:59 $ docker stop --time=1 62673f99dd4ba63269b63881ebe3463f3a774a381c08704ac6aa1d9198b88003 10:49:01 $ docker rm -f 62673f99dd4ba63269b63881ebe3463f3a774a381c08704ac6aa1d9198b88003 [Pipeline] // withDockerContainer [Pipeline] sh 10:49:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:49:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:49:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:49:04 + ls -al . 10:49:04 total 132 10:49:04 drwxrwxr-x. 7 jenkins jenkins 4096 May 6 10:48 . 10:49:04 drwxrwxr-x. 4 jenkins jenkins 30 May 6 10:47 .. 10:49:04 -rw-rw-r--. 1 jenkins jenkins 8153 May 6 10:47 Attribution.txt 10:49:04 drwxrwxr-x. 2 jenkins jenkins 64 May 6 10:47 bin 10:49:04 drwxrwxr-x. 3 jenkins jenkins 32 May 6 10:47 cmd 10:49:04 -rw-r--r--. 1 jenkins jenkins 47247 May 6 10:48 coverage.out 10:49:04 -rw-rw-r--. 1 jenkins jenkins 1905 May 6 10:47 Dockerfile 10:49:04 -rw-rw-r--. 1 jenkins jenkins 998 May 6 10:47 Dockerfile.build 10:49:04 drwxrwxr-x. 8 jenkins jenkins 162 May 6 10:47 .git 10:49:04 drwxrwxr-x. 2 jenkins jenkins 103 May 6 10:47 .github 10:49:04 -rw-rw-r--. 1 jenkins jenkins 277 May 6 10:47 .gitignore 10:49:04 -rw-r--r--. 1 jenkins jenkins 809 May 6 10:48 go.mod 10:49:04 -rw-r--r--. 1 jenkins jenkins 23585 May 6 10:48 go.sum 10:49:04 drwxrwxr-x. 3 jenkins jenkins 20 May 6 10:47 internal 10:49:04 -rw-rw-r--. 1 jenkins jenkins 660 May 6 10:47 Jenkinsfile 10:49:04 -rw-rw-r--. 1 jenkins jenkins 11340 May 6 10:47 LICENSE 10:49:04 -rw-rw-r--. 1 jenkins jenkins 921 May 6 10:47 Makefile 10:49:04 -rw-rw-r--. 1 jenkins jenkins 2745 May 6 10:47 README.md 10:49:04 -rw-rw-r--. 1 jenkins jenkins 12 May 6 10:45 VERSION 10:49:04 -rw-rw-r--. 1 jenkins jenkins 235 May 6 10:47 version.go [Pipeline] isUnix [Pipeline] sh 10:49:05 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 --label arch=amd64 --label version=1.3.2-dev.11 . 10:49:05 Sending build context to Docker daemon 596.5kB 10:49:05 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 10:49:05 Step 2/25 : FROM ${BASE} AS builder 10:49:05 ---> c7a2182202a9 10:49:05 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:49:05 ---> Running in 1bbc37c0571e 10:49:05 Removing intermediate container 1bbc37c0571e 10:49:05 ---> 63ccadc7fabb 10:49:05 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 10:49:05 ---> Running in 57d3b77a8a0c 10:49:06 Removing intermediate container 57d3b77a8a0c 10:49:06 ---> 3112c5e7185e 10:49:06 Step 5/25 : WORKDIR /device-virtual-go 10:49:06 ---> Running in bbe6b9938fbc 10:49:06 Removing intermediate container bbe6b9938fbc 10:49:06 ---> 88540d030304 10:49:06 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:49:06 ---> Running in 6762c06186c6 10:49:07 Removing intermediate container 6762c06186c6 10:49:07 ---> 2f911b013bd6 10:49:07 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:49:07 ---> Running in 3a1856364b4c 10:49:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 10:49:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 10:49:09 OK: 156 MiB in 53 packages 10:49:10 Removing intermediate container 3a1856364b4c 10:49:10 ---> e354a21a943a 10:49:10 Step 8/25 : COPY . . 10:49:11 ---> 4d4e5f12a6b7 10:49:11 Step 9/25 : RUN go mod download 10:49:11 ---> Running in 827f3a60ae6a 10:49:12 Removing intermediate container 827f3a60ae6a 10:49:12 ---> bf97cefa3775 10:49:12 Step 10/25 : ARG MAKE='make build' 10:49:12 ---> Running in 0297d5b6fbc1 10:49:12 Removing intermediate container 0297d5b6fbc1 10:49:12 ---> f7c08ea364a3 10:49:12 Step 11/25 : RUN $MAKE 10:49:12 ---> Running in e7ea5db6f77d 10:49:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.11" -o cmd/device-virtual ./cmd 10:49:31 CGO_ENABLED=1 GO111MODULE=on go build ./... 10:49:34 Removing intermediate container e7ea5db6f77d 10:49:34 ---> d69efe075e25 10:49:34 Step 12/25 : FROM alpine:3.12 10:49:34 3.12: Pulling from library/alpine 10:49:35 339de151aab4: Pulling fs layer 10:49:35 339de151aab4: Verifying Checksum 10:49:35 339de151aab4: Download complete 10:49:35 339de151aab4: Pull complete 10:49:35 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:49:35 Status: Downloaded newer image for alpine:3.12 10:49:35 ---> 13621d1b12d4 10:49:35 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 10:49:35 ---> Running in 2c489fa20cf9 10:49:35 Removing intermediate container 2c489fa20cf9 10:49:35 ---> 8265144f352b 10:49:35 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:49:36 ---> Running in ae4678df5594 10:49:37 Removing intermediate container ae4678df5594 10:49:37 ---> cbca9f7dfafa 10:49:37 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 10:49:37 ---> Running in 2dc94dd48a63 10:49:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:49:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:49:39 (1/6) Installing dumb-init (1.2.2-r1) 10:49:39 (2/6) Installing libgcc (9.3.0-r2) 10:49:40 (3/6) Installing libsodium (1.0.18-r0) 10:49:40 (4/6) Installing libstdc++ (9.3.0-r2) 10:49:40 (5/6) Installing libzmq (4.3.3-r0) 10:49:40 (6/6) Installing zeromq (4.3.3-r0) 10:49:40 Executing busybox-1.31.1-r20.trigger 10:49:40 OK: 8 MiB in 20 packages 10:49:41 Removing intermediate container 2dc94dd48a63 10:49:41 ---> 24eef58db33c 10:49:41 Step 16/25 : WORKDIR / 10:49:41 ---> Running in cb17bd86fd1f 10:49:41 Removing intermediate container cb17bd86fd1f 10:49:41 ---> e23a54b997d6 10:49:41 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 10:49:41 ---> f2eba6aec145 10:49:41 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 10:49:41 ---> d568f15521fd 10:49:41 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 10:49:42 ---> 40b578feee05 10:49:42 Step 20/25 : EXPOSE 49990 10:49:42 ---> Running in e4964100d753 10:49:42 Removing intermediate container e4964100d753 10:49:42 ---> 01039d627e22 10:49:42 Step 21/25 : ENTRYPOINT ["/device-virtual"] 10:49:43 ---> Running in b9eea8cb659d 10:49:43 Removing intermediate container b9eea8cb659d 10:49:43 ---> f710c61be5b6 10:49:43 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:49:43 ---> Running in 71afb0af29d4 10:49:43 Removing intermediate container 71afb0af29d4 10:49:43 ---> bf677a7e30d5 10:49:43 Step 23/25 : LABEL arch=amd64 10:49:43 ---> Running in ae820bf27185 10:49:43 Removing intermediate container ae820bf27185 10:49:43 ---> f58c75bc3c72 10:49:43 Step 24/25 : LABEL git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:49:43 ---> Running in e7c5b0bfd8e5 10:49:43 Removing intermediate container e7c5b0bfd8e5 10:49:43 ---> 1ff08de9267c 10:49:43 Step 25/25 : LABEL version=1.3.2-dev.11 10:49:43 ---> Running in 05d2057027c4 10:49:44 Removing intermediate container 05d2057027c4 10:49:44 ---> 18180f3fcaa3 10:49:44 [Warning] One or more build-args [ARCH] were not consumed 10:49:44 Successfully built 18180f3fcaa3 10:49:44 Successfully tagged docker-device-virtual-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:49:44 provisioning config files... 10:49:44 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config5312325021048066401tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:49:44 ---> docker-login.sh 10:49:44 nexus3.edgexfoundry.org:10001 10:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:44 Configure a credential helper to remove this warning. See 10:49:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:44 10:49:44 Login Succeeded 10:49:44 nexus3.edgexfoundry.org:10002 10:49:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:45 Configure a credential helper to remove this warning. See 10:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:45 10:49:45 Login Succeeded 10:49:45 nexus3.edgexfoundry.org:10003 10:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:45 Configure a credential helper to remove this warning. See 10:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:45 10:49:45 Login Succeeded 10:49:45 nexus3.edgexfoundry.org:10004 10:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:45 Configure a credential helper to remove this warning. See 10:49:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:45 10:49:45 Login Succeeded 10:49:45 docker.io 10:49:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:46 Configure a credential helper to remove this warning. See 10:49:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:46 10:49:46 Login Succeeded 10:49:46 ---> docker-login.sh ends [Pipeline] } 10:49:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:49:46 [edgeXDocker.push] Tagging docker image docker-device-virtual-go with the following tags: 10:49:46 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:49:46 latest 10:49:46 1.3.2-dev.11 10:49:46 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 10:49:46 master 10:49:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:49:46 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] isUnix [Pipeline] sh 10:49:46 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:49:46 6a50ee6a43e3: Preparing 10:49:46 a3e3c778b000: Preparing 10:49:46 ca9a9b8bcf72: Preparing 10:49:46 c1c438ed7d94: Preparing 10:49:46 00f29329b8bf: Preparing 10:49:46 32f366d666a5: Preparing 10:49:46 32f366d666a5: Waiting 10:49:47 a3e3c778b000: Pushed 10:49:47 00f29329b8bf: Pushed 10:49:47 ca9a9b8bcf72: Pushed 10:49:47 32f366d666a5: Layer already exists 10:49:47 c1c438ed7d94: Pushed 10:49:48 6a50ee6a43e3: Pushed 10:49:48 630144a10735cec8e2a8b402cbcf2c5516b5e8e8: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:49:48 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest [Pipeline] isUnix [Pipeline] sh 10:49:49 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 10:49:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:49:49 6a50ee6a43e3: Preparing 10:49:49 a3e3c778b000: Preparing 10:49:49 ca9a9b8bcf72: Preparing 10:49:49 c1c438ed7d94: Preparing 10:49:49 00f29329b8bf: Preparing 10:49:49 32f366d666a5: Preparing 10:49:49 32f366d666a5: Waiting 10:49:49 c1c438ed7d94: Layer already exists 10:49:49 00f29329b8bf: Layer already exists 10:49:49 a3e3c778b000: Layer already exists 10:49:49 6a50ee6a43e3: Layer already exists 10:49:49 ca9a9b8bcf72: Layer already exists 10:49:49 32f366d666a5: Layer already exists 10:49:49 latest: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:49:49 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh 10:49:49 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.11 10:49:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:49:49 6a50ee6a43e3: Preparing 10:49:49 a3e3c778b000: Preparing 10:49:49 ca9a9b8bcf72: Preparing 10:49:49 c1c438ed7d94: Preparing 10:49:49 00f29329b8bf: Preparing 10:49:49 32f366d666a5: Preparing 10:49:49 32f366d666a5: Waiting 10:49:49 6a50ee6a43e3: Layer already exists 10:49:49 ca9a9b8bcf72: Layer already exists 10:49:49 c1c438ed7d94: Layer already exists 10:49:49 00f29329b8bf: Layer already exists 10:49:49 a3e3c778b000: Layer already exists 10:49:49 32f366d666a5: Layer already exists 10:49:49 1.3.2-dev.11: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:49:50 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh 10:49:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 10:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:49:50 6a50ee6a43e3: Preparing 10:49:50 a3e3c778b000: Preparing 10:49:50 ca9a9b8bcf72: Preparing 10:49:50 c1c438ed7d94: Preparing 10:49:50 00f29329b8bf: Preparing 10:49:50 32f366d666a5: Preparing 10:49:50 32f366d666a5: Waiting 10:49:50 6a50ee6a43e3: Layer already exists 10:49:50 c1c438ed7d94: Layer already exists 10:49:50 a3e3c778b000: Layer already exists 10:49:50 00f29329b8bf: Layer already exists 10:49:50 ca9a9b8bcf72: Layer already exists 10:49:50 32f366d666a5: Layer already exists 10:49:50 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:49:50 + docker tag docker-device-virtual-go nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] isUnix [Pipeline] sh 10:49:50 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master 10:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go] 10:49:50 6a50ee6a43e3: Preparing 10:49:50 a3e3c778b000: Preparing 10:49:50 ca9a9b8bcf72: Preparing 10:49:50 c1c438ed7d94: Preparing 10:49:50 00f29329b8bf: Preparing 10:49:50 32f366d666a5: Preparing 10:49:50 32f366d666a5: Waiting 10:49:50 6a50ee6a43e3: Layer already exists 10:49:50 a3e3c778b000: Layer already exists 10:49:50 c1c438ed7d94: Layer already exists 10:49:50 00f29329b8bf: Layer already exists 10:49:50 ca9a9b8bcf72: Layer already exists 10:49:50 32f366d666a5: Layer already exists 10:49:50 master: digest: sha256:f27f09e058bbc8f60a27b6e2fe27f1bdc6e9db211b033853243297212b17c894 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:49:51 ===================================================== [Pipeline] echo 10:49:51 taggedImages: 10:49:51 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:49:51 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:latest 10:49:51 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:1.3.2-dev.11 10:49:51 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 10:49:51 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:49:51 ---> job-cost.sh 10:49:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JcpU 10:50:06 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:50:07 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 10:50:07 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.697s coverage: 63.8% of statements 10:50:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:50:33 lf-activate-venv(): INFO: Adding /tmp/venv-JcpU/bin to PATH 10:50:33 INFO: No Stack... 10:50:33 INFO: Retrieving Pricing Info for: v1-standard-2 10:50:34 gofmt -l . 10:50:34 [ "`gofmt -l .`" = "" ] 10:50:34 ./bin/test-attribution-txt.sh 10:50:34 INFO: Archiving Costs [Pipeline] sh 10:50:34 + cat /w/workspace/device-virtual-go/50/archives/cost.csv 10:50:34 + cut -d, -f6 [Pipeline] lock 10:50:34 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] 10:50:34 Resource [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] did not exist. Created. 10:50:34 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:50:35 + echo total: 0.029999999329447746 [Pipeline] stash 10:50:35 Stashed 1 file(s) [Pipeline] } 10:50:35 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:50:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 10:50:36 $ docker stop --time=1 52bb3131737829f4a61598ef21d6a09d1d9665b4a6e7e2a3e1132e86a94fd1a7 10:50:38 $ docker rm -f 52bb3131737829f4a61598ef21d6a09d1d9665b4a6e7e2a3e1132e86a94fd1a7 [Pipeline] // withDockerContainer [Pipeline] sh 10:50:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:50:39 Warning: overwriting stash ‘coverage-report’ 10:50:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:50:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:50:41 + ls -al . 10:50:41 total 156 10:50:41 drwxrwxr-x 7 jenkins jenkins 4096 May 6 10:50 . 10:50:41 drwxrwxr-x 4 jenkins jenkins 4096 May 6 10:47 .. 10:50:41 drwxrwxr-x 8 jenkins jenkins 4096 May 6 10:47 .git 10:50:41 drwxrwxr-x 2 jenkins jenkins 4096 May 6 10:47 .github 10:50:41 -rw-rw-r-- 1 jenkins jenkins 277 May 6 10:47 .gitignore 10:50:41 -rw-rw-r-- 1 jenkins jenkins 8153 May 6 10:47 Attribution.txt 10:50:41 -rw-rw-r-- 1 jenkins jenkins 1905 May 6 10:47 Dockerfile 10:50:41 -rw-rw-r-- 1 jenkins jenkins 998 May 6 10:47 Dockerfile.build 10:50:41 -rw-rw-r-- 1 jenkins jenkins 660 May 6 10:47 Jenkinsfile 10:50:41 -rw-rw-r-- 1 jenkins jenkins 11340 May 6 10:47 LICENSE 10:50:41 -rw-rw-r-- 1 jenkins jenkins 921 May 6 10:47 Makefile 10:50:41 -rw-rw-r-- 1 jenkins jenkins 2745 May 6 10:47 README.md 10:50:41 -rw-rw-r-- 1 jenkins jenkins 12 May 6 10:45 VERSION 10:50:41 drwxrwxr-x 2 jenkins jenkins 4096 May 6 10:47 bin 10:50:41 drwxrwxr-x 3 jenkins jenkins 4096 May 6 10:47 cmd 10:50:41 -rw-r--r-- 1 jenkins jenkins 47247 May 6 10:50 coverage.out 10:50:41 -rw-r--r-- 1 jenkins jenkins 809 May 6 10:50 go.mod 10:50:41 -rw-r--r-- 1 jenkins jenkins 23585 May 6 10:48 go.sum 10:50:41 drwxrwxr-x 3 jenkins jenkins 4096 May 6 10:47 internal 10:50:41 -rw-rw-r-- 1 jenkins jenkins 235 May 6 10:47 version.go [Pipeline] isUnix [Pipeline] sh 10:50:41 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 --label arch=arm64 --label version=1.3.2-dev.11 . 10:50:42 Sending build context to Docker daemon 595.5kB 10:50:42 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 10:50:42 Step 2/25 : FROM ${BASE} AS builder 10:50:42 ---> 26f5cfa1d87b 10:50:42 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 10:50:42 ---> Running in d8d3ae2ee004 10:50:43 Removing intermediate container d8d3ae2ee004 10:50:43 ---> 13dcbb0c8f4a 10:50:43 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 10:50:43 ---> Running in dd93cccc7781 10:50:43 Removing intermediate container dd93cccc7781 10:50:43 ---> 9563c26b8f02 10:50:43 Step 5/25 : WORKDIR /device-virtual-go 10:50:43 ---> Running in 3bca29fcc594 10:50:44 Removing intermediate container 3bca29fcc594 10:50:44 ---> b5cf7def0ccf 10:50:44 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:50:44 ---> Running in cead1b32f363 10:50:46 Removing intermediate container cead1b32f363 10:50:46 ---> 333b621ed47c 10:50:46 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 10:50:46 ---> Running in d173193d7cf0 10:50:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 10:50:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 10:50:49 OK: 145 MiB in 53 packages 10:50:51 Removing intermediate container d173193d7cf0 10:50:51 ---> edf50a049d5b 10:50:51 Step 8/25 : COPY . . 10:50:52 ---> bdfea119ff7b 10:50:52 Step 9/25 : RUN go mod download 10:50:52 ---> Running in 8bd0696eb213 10:50:54 Removing intermediate container 8bd0696eb213 10:50:54 ---> 6fd4b409dd7c 10:50:54 Step 10/25 : ARG MAKE='make build' 10:50:54 ---> Running in 1a9650d53d97 10:50:55 Removing intermediate container 1a9650d53d97 10:50:55 ---> 0ccf10a7b71e 10:50:55 Step 11/25 : RUN $MAKE 10:50:55 ---> Running in f5a89b1e323d 10:50:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.3.2-dev.11" -o cmd/device-virtual ./cmd 10:51:43 CGO_ENABLED=1 GO111MODULE=on go build ./... 10:51:53 Removing intermediate container f5a89b1e323d 10:51:53 ---> f11c87c4ec1c 10:51:53 Step 12/25 : FROM alpine:3.12 10:51:53 3.12: Pulling from library/alpine 10:51:53 d2f70382dc9a: Pulling fs layer 10:51:53 d2f70382dc9a: Download complete 10:51:53 d2f70382dc9a: Pull complete 10:51:53 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:51:53 Status: Downloaded newer image for alpine:3.12 10:51:53 ---> 9852663dfa18 10:51:53 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 10:51:53 ---> Running in 0dbd18555a53 10:51:53 Removing intermediate container 0dbd18555a53 10:51:53 ---> a52d40c53d69 10:51:53 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:51:53 ---> Running in 8693e529adb5 10:51:55 Removing intermediate container 8693e529adb5 10:51:55 ---> d481a2321f9e 10:51:55 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 10:51:56 ---> Running in 8a8a10f5ce04 10:51:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:51:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:51:59 (1/6) Installing dumb-init (1.2.2-r1) 10:51:59 (2/6) Installing libgcc (9.3.0-r2) 10:51:59 (3/6) Installing libsodium (1.0.18-r0) 10:51:59 (4/6) Installing libstdc++ (9.3.0-r2) 10:51:59 (5/6) Installing libzmq (4.3.3-r0) 10:52:00 (6/6) Installing zeromq (4.3.3-r0) 10:52:00 Executing busybox-1.31.1-r20.trigger 10:52:00 OK: 8 MiB in 20 packages 10:52:01 Removing intermediate container 8a8a10f5ce04 10:52:01 ---> a2e90ce261f7 10:52:01 Step 16/25 : WORKDIR / 10:52:01 ---> Running in 38acfff74ce8 10:52:02 Removing intermediate container 38acfff74ce8 10:52:02 ---> 6b59275247cf 10:52:02 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 10:52:02 ---> 10521fcdd579 10:52:02 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 10:52:03 ---> fc6c9cad6e08 10:52:03 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 10:52:04 ---> 704068a65648 10:52:04 Step 20/25 : EXPOSE 49990 10:52:05 ---> Running in 53789bb49830 10:52:05 Removing intermediate container 53789bb49830 10:52:05 ---> b215965d04c1 10:52:05 Step 21/25 : ENTRYPOINT ["/device-virtual"] 10:52:05 ---> Running in b8f27f79d81c 10:52:06 Removing intermediate container b8f27f79d81c 10:52:06 ---> 7180a316b8a8 10:52:06 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:52:06 ---> Running in 95ec06f13f28 10:52:06 Removing intermediate container 95ec06f13f28 10:52:06 ---> 8041295b2fae 10:52:06 Step 23/25 : LABEL arch=arm64 10:52:06 ---> Running in cd4d0fb99d06 10:52:07 Removing intermediate container cd4d0fb99d06 10:52:07 ---> a172bd9a4ebf 10:52:07 Step 24/25 : LABEL git_sha=630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:52:07 ---> Running in e22abef67ddb 10:52:07 Removing intermediate container e22abef67ddb 10:52:07 ---> ed5c007e4e26 10:52:07 Step 25/25 : LABEL version=1.3.2-dev.11 10:52:07 ---> Running in 117612f4e74f 10:52:08 Removing intermediate container 117612f4e74f 10:52:08 ---> 2e6a5bab04c1 10:52:08 [Warning] One or more build-args [ARCH] were not consumed 10:52:08 Successfully built 2e6a5bab04c1 10:52:08 Successfully tagged docker-device-virtual-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:52:08 provisioning config files... 10:52:08 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/50@tmp/config7785638400527115957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:09 ---> docker-login.sh 10:52:09 nexus3.edgexfoundry.org:10001 10:52:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:09 Configure a credential helper to remove this warning. See 10:52:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:09 10:52:09 Login Succeeded 10:52:09 nexus3.edgexfoundry.org:10002 10:52:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:10 Configure a credential helper to remove this warning. See 10:52:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:10 10:52:10 Login Succeeded 10:52:10 nexus3.edgexfoundry.org:10003 10:52:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:10 Configure a credential helper to remove this warning. See 10:52:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:10 10:52:10 Login Succeeded 10:52:10 nexus3.edgexfoundry.org:10004 10:52:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:11 Configure a credential helper to remove this warning. See 10:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:11 10:52:11 Login Succeeded 10:52:11 docker.io 10:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:52:11 Configure a credential helper to remove this warning. See 10:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:52:11 10:52:11 Login Succeeded 10:52:11 ---> docker-login.sh ends [Pipeline] } 10:52:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:52:11 [edgeXDocker.push] Tagging docker image docker-device-virtual-go-arm64 with the following tags: 10:52:11 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:52:11 latest 10:52:11 1.3.2-dev.11 10:52:11 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 10:52:11 master 10:52:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:52:12 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] isUnix [Pipeline] sh 10:52:12 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:52:12 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 10:52:12 afd5efbd24bc: Preparing 10:52:12 87c72f0d97d8: Preparing 10:52:12 899c0bb88780: Preparing 10:52:12 14ab2241caed: Preparing 10:52:12 4d27eb581887: Preparing 10:52:12 3fbe34a1663b: Preparing 10:52:12 3fbe34a1663b: Waiting 10:52:12 87c72f0d97d8: Pushed 10:52:12 899c0bb88780: Pushed 10:52:12 4d27eb581887: Pushed 10:52:12 3fbe34a1663b: Layer already exists 10:52:13 14ab2241caed: Pushed 10:52:16 afd5efbd24bc: Pushed 10:52:16 630144a10735cec8e2a8b402cbcf2c5516b5e8e8: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:52:17 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:52:17 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 10:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 10:52:17 afd5efbd24bc: Preparing 10:52:17 87c72f0d97d8: Preparing 10:52:17 899c0bb88780: Preparing 10:52:17 14ab2241caed: Preparing 10:52:17 4d27eb581887: Preparing 10:52:17 3fbe34a1663b: Preparing 10:52:17 3fbe34a1663b: Waiting 10:52:17 afd5efbd24bc: Layer already exists 10:52:17 899c0bb88780: Layer already exists 10:52:17 14ab2241caed: Layer already exists 10:52:17 87c72f0d97d8: Layer already exists 10:52:17 4d27eb581887: Layer already exists 10:52:17 3fbe34a1663b: Layer already exists 10:52:17 latest: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:52:18 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh 10:52:18 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.11 10:52:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 10:52:18 afd5efbd24bc: Preparing 10:52:18 87c72f0d97d8: Preparing 10:52:18 899c0bb88780: Preparing 10:52:18 14ab2241caed: Preparing 10:52:18 4d27eb581887: Preparing 10:52:18 3fbe34a1663b: Preparing 10:52:18 3fbe34a1663b: Waiting 10:52:18 899c0bb88780: Layer already exists 10:52:18 afd5efbd24bc: Layer already exists 10:52:18 87c72f0d97d8: Layer already exists 10:52:18 14ab2241caed: Layer already exists 10:52:18 4d27eb581887: Layer already exists 10:52:18 3fbe34a1663b: Layer already exists 10:52:18 1.3.2-dev.11: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:52:18 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 [Pipeline] isUnix [Pipeline] sh 10:52:19 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 10:52:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 10:52:19 afd5efbd24bc: Preparing 10:52:19 87c72f0d97d8: Preparing 10:52:19 899c0bb88780: Preparing 10:52:19 14ab2241caed: Preparing 10:52:19 4d27eb581887: Preparing 10:52:19 3fbe34a1663b: Preparing 10:52:19 3fbe34a1663b: Waiting 10:52:19 4d27eb581887: Layer already exists 10:52:19 87c72f0d97d8: Layer already exists 10:52:19 899c0bb88780: Layer already exists 10:52:19 afd5efbd24bc: Layer already exists 10:52:19 14ab2241caed: Layer already exists 10:52:19 3fbe34a1663b: Layer already exists 10:52:19 630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] isUnix [Pipeline] sh 10:52:19 + docker tag docker-device-virtual-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] isUnix [Pipeline] sh 10:52:20 + docker push nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master 10:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64] 10:52:20 afd5efbd24bc: Preparing 10:52:20 87c72f0d97d8: Preparing 10:52:20 899c0bb88780: Preparing 10:52:20 14ab2241caed: Preparing 10:52:20 4d27eb581887: Preparing 10:52:20 3fbe34a1663b: Preparing 10:52:20 3fbe34a1663b: Waiting 10:52:20 14ab2241caed: Layer already exists 10:52:20 afd5efbd24bc: Layer already exists 10:52:20 4d27eb581887: Layer already exists 10:52:20 899c0bb88780: Layer already exists 10:52:20 87c72f0d97d8: Layer already exists 10:52:20 3fbe34a1663b: Layer already exists 10:52:20 master: digest: sha256:05f3d32f18133e11fd4feedda9c26cee29f2e7f7590a58b50e7f4aea4ae77a04 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:52:20 ===================================================== [Pipeline] echo 10:52:20 taggedImages: 10:52:20 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8 10:52:20 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:latest 10:52:20 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:1.3.2-dev.11 10:52:20 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:630144a10735cec8e2a8b402cbcf2c5516b5e8e8-1.3.2-dev.11 10:52:20 - nexus3.edgexfoundry.org:10004/docker-device-virtual-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:52:20 ---> job-cost.sh 10:52:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sb9P 10:53:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:54:29 lf-activate-venv(): INFO: Adding /tmp/venv-sb9P/bin to PATH 10:54:29 INFO: No Stack... 10:54:29 INFO: Retrieving Pricing Info for: lf-standard-4 10:54:30 INFO: Archiving Costs [Pipeline] sh 10:54:30 + cut -d, -f6 10:54:30 + cat /w/workspace/device-virtual-go/50/archives/cost.csv [Pipeline] lock 10:54:30 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] 10:54:31 Resource [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] did not exist. Created. 10:54:31 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-master-50-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:54:31 /w/workspace/device-virtual-go/50@tmp/durable-0ae52efb/script.sh: 1: /w/workspace/device-virtual-go/50@tmp/durable-0ae52efb/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:54:31 + echo total: 0.20999999344348907 [Pipeline] stash 10:54:31 Warning: overwriting stash ‘stack-cost’ 10:54:31 Stashed 1 file(s) [Pipeline] } 10:54:31 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-master-50-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 10:54:32 provisioning config files... 10:54:32 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config8294403136297572922tmp [Pipeline] { [Pipeline] sh 10:54:32 + set +x 10:54:32 + curl -s https://codecov.io/bash 10:54:32 + bash -s -- 10:54:33 10:54:33 _____ _ 10:54:33 / ____| | | 10:54:33 | | ___ __| | ___ ___ _____ __ 10:54:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:54:33 | |___| (_) | (_| | __/ (_| (_) \ V / 10:54:33 \_____\___/ \__,_|\___|\___\___/ \_/ 10:54:33 Bash-1.0.2 10:54:33 10:54:33 10:54:33 ==> git version 2.24.3 found 10:54:33 ==> 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 10:54:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:54:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:54:33 ==> Jenkins CI detected. 10:54:33 project root: . 10:54:33 --> token set from env 10:54:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:54:33 ==> Running gcov in . (disable via -X gcov) 10:54:33 ==> Python coveragepy not found 10:54:33 ==> Searching for coverage reports in: 10:54:33 + . 10:54:33 -> Found 1 reports 10:54:33 ==> Detecting git/mercurial file structure 10:54:33 ==> Reading reports 10:54:33 + ./coverage.out bytes=47247 10:54:33 ==> Appending adjustments 10:54:33 https://docs.codecov.io/docs/fixing-reports 10:54:33 + Found adjustments 10:54:33 ==> Gzipping contents 10:54:33 8.0K /tmp/codecov.cR10sN.gz 10:54:33 ==> Uploading reports 10:54:33 url: https://codecov.io 10:54:33 query: branch=master&commit=630144a10735cec8e2a8b402cbcf2c5516b5e8e8&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:54:33 -> Pinging Codecov 10:54:33 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=630144a10735cec8e2a8b402cbcf2c5516b5e8e8&build=50&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmaster%2F50%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:54:34 -> Uploading to 10:54:34 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/5E52B4B073DB2E39498172D8E973AA87/630144a10735cec8e2a8b402cbcf2c5516b5e8e8/738ce5e3-8353-48a9-8a0f-024af09c4813.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T105434Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7516afc76eaac6acd01ff1557a89269e81151cdb45802d936411e955f1360dc7 10:54:34 % Total % Received % Xferd Average Speed Time Time Time Current 10:54:34 Dload Upload Total Spent Left Speed 10:54:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5788 0 0 100 5788 0 9327 --:--:-- --:--:-- --:--:-- 9320 100 5788 0 0 100 5788 0 9324 --:--:-- --:--:-- --:--:-- 9320 10:54:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] } 10:54:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 10:54:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:54:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:54:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:54:36 10:54:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 10:54:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:54:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 10:54:36 188c0c94c7c5: Pulling fs layer 10:54:36 0ef7d3d256c8: Pulling fs layer 10:54:36 de9db76c5a1d: Pulling fs layer 10:54:36 0eba1c9be4d2: Pulling fs layer 10:54:36 0d57e429df01: Pulling fs layer 10:54:36 4e4be7b47b0d: Pulling fs layer 10:54:36 e1f770b5df2f: Pulling fs layer 10:54:36 85a0685a4137: Pulling fs layer 10:54:36 0d57e429df01: Waiting 10:54:36 4e4be7b47b0d: Waiting 10:54:36 e1f770b5df2f: Waiting 10:54:36 85a0685a4137: Waiting 10:54:36 0eba1c9be4d2: Waiting 10:54:36 de9db76c5a1d: Verifying Checksum 10:54:36 de9db76c5a1d: Download complete 10:54:36 0ef7d3d256c8: Verifying Checksum 10:54:36 0ef7d3d256c8: Download complete 10:54:37 0d57e429df01: Verifying Checksum 10:54:37 0d57e429df01: Download complete 10:54:37 188c0c94c7c5: Verifying Checksum 10:54:37 4e4be7b47b0d: Verifying Checksum 10:54:37 4e4be7b47b0d: Download complete 10:54:37 188c0c94c7c5: Pull complete 10:54:38 0ef7d3d256c8: Pull complete 10:54:38 de9db76c5a1d: Pull complete 10:54:39 e1f770b5df2f: Verifying Checksum 10:54:39 e1f770b5df2f: Download complete 10:54:45 0eba1c9be4d2: Download complete 10:54:45 85a0685a4137: Verifying Checksum 10:54:45 85a0685a4137: Download complete 10:54:58 0eba1c9be4d2: Pull complete 10:54:58 0d57e429df01: Pull complete 10:54:58 4e4be7b47b0d: Pull complete 10:55:00 e1f770b5df2f: Pull complete 10:55:15 85a0685a4137: Pull complete 10:55:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 10:55:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 10:55:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 10:55:16 prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container 10:55:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 10:55:18 $ docker top 99ece7b486c703b7815b91668f3c4d02e728309e42fcf6c8d9664a3dca738e57 -eo pid,comm [Pipeline] { [Pipeline] echo 10:55:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 10:55:19 + set -o pipefail 10:55:19 + snyk monitor '--org=edgex-jenkins' 10:55:35 10:55:35 Monitoring /w/workspace/foundry_device-virtual-go_master (github.com/edgexfoundry/device-virtual-go)... 10:55:35 10:55:35 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/3924f214-7ae4-42a4-961a-cd664290c3c8/history/6b17f0ec-57b7-4311-8938-477bf74e0822 10:55:35 10:55:35 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:55:35 10:55:35 [Pipeline] } 10:55:35 $ docker stop --time=1 99ece7b486c703b7815b91668f3c4d02e728309e42fcf6c8d9664a3dca738e57 10:55:38 $ docker rm -f 99ece7b486c703b7815b91668f3c4d02e728309e42fcf6c8d9664a3dca738e57 [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 10:55:41 + git log --format=format:%s -1 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 [Pipeline] isUnix [Pipeline] sh 10:55:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:55:41 . [Pipeline] withDockerContainer 10:55:42 prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container 10:55:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 10:55:44 $ docker top 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:55:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:55:44 [ssh-agent] Looking for ssh-agent implementation... 10:55:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:55:44 $ docker exec 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 ssh-agent 10:55:45 SSH_AUTH_SOCK=/tmp/ssh-ALVT80NqwMxv/agent.12 10:55:45 SSH_AGENT_PID=17 10:55:45 Running ssh-add (command line suppressed) 10:55:45 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_7586080495550272887.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_7586080495550272887.key) 10:55:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:55:46 + git semver tag 10:55:46 # -> Open(): unable to determine branch for HEAD 10:55:46 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:55:46 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:55:46 # $SEMVER_REMOTE_NAME = origin 10:55:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:55:46 # $SEMVER_USER_NAME = edgex-jenkins 10:55:46 # $SEMVER_BRANCH = master 10:55:46 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 10:55:46 # 630144a10735cec8e2a8b402cbcf2c5516b5e8e8 HEAD 10:55:46 # -> Force: false 10:55:46 # e26daa9619521108ded62ce37963e3988dadcc5c refs/tags/v1.3.2-dev.11 [Pipeline] } 10:55:46 $ docker exec --env ******** --env ******** 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 ssh-agent -k 10:55:46 unset SSH_AUTH_SOCK; 10:55:46 unset SSH_AGENT_PID; 10:55:46 echo Agent pid 17 killed; 10:55:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:55:47 + git semver [Pipeline] } 10:55:47 $ docker stop --time=1 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 10:55:49 $ docker rm -f 9c4c278a54bfe2852189e525004343477baf134b9edad3bb3e33200b54b92759 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 10:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:55:50 10:55:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 10:55:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:55:50 0.23.1-centos7: Pulling from edgex-lftools 10:55:50 ab5ef0e58194: Pulling fs layer 10:55:50 9712f1f96733: Pulling fs layer 10:55:50 63f879dbbcfc: Pulling fs layer 10:55:50 0d9ebad4ef96: Pulling fs layer 10:55:50 e9a5061849ea: Pulling fs layer 10:55:50 d747dcd14b5f: Pulling fs layer 10:55:50 2de7ff778b66: Pulling fs layer 10:55:50 0d9ebad4ef96: Waiting 10:55:50 e9a5061849ea: Waiting 10:55:50 d747dcd14b5f: Waiting 10:55:50 2de7ff778b66: Waiting 10:55:50 9712f1f96733: Verifying Checksum 10:55:50 9712f1f96733: Download complete 10:55:54 63f879dbbcfc: Verifying Checksum 10:55:54 63f879dbbcfc: Download complete 10:55:55 e9a5061849ea: Verifying Checksum 10:55:55 e9a5061849ea: Download complete 10:55:55 d747dcd14b5f: Verifying Checksum 10:55:55 d747dcd14b5f: Download complete 10:55:56 2de7ff778b66: Verifying Checksum 10:55:56 2de7ff778b66: Download complete 10:55:56 0d9ebad4ef96: Verifying Checksum 10:55:56 0d9ebad4ef96: Download complete 10:55:56 ab5ef0e58194: Verifying Checksum 10:55:56 ab5ef0e58194: Download complete 10:56:06 ab5ef0e58194: Pull complete 10:56:06 9712f1f96733: Pull complete 10:56:09 63f879dbbcfc: Pull complete 10:56:24 0d9ebad4ef96: Pull complete 10:56:25 e9a5061849ea: Pull complete 10:56:25 d747dcd14b5f: Pull complete 10:56:29 2de7ff778b66: Pull complete 10:56:29 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:56:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:56:29 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 10:56:30 prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container 10:56:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 10:56:34 $ docker top 38dc4ffc47851cc372d98963c02b72fd74d7bbcb26fcf7449b9a46f30739dfbe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:56:34 provisioning config files... 10:56:34 copy managed file [sigul-config] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config3393468252726673417tmp 10:56:34 copy managed file [sigul-password] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config2786573801131390484tmp 10:56:35 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config6669993468076338694tmp [Pipeline] { [Pipeline] echo 10:56:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:56:35 ---> sigul-configuration.sh 10:56:35 gpg: directory `/root/.gnupg' created 10:56:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:56:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:56:35 gpg: keyring `/root/.gnupg/secring.gpg' created 10:56:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:56:35 gpg: CAST5 encrypted data 10:56:35 gpg: encrypted with 1 passphrase 10:56:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:56:36 + mkdir /home/jenkins 10:56:36 + mkdir /home/jenkins/sigul [Pipeline] sh 10:56:37 + 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 10:56:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:56:37 ---> sigul-install.sh 10:56:50 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 10:56:51 + git tag --list 10:56:51 v1.0.0 10:56:51 v1.1.0 10:56:51 v1.1.1 10:56:51 v1.2.1 10:56:51 v1.2.2 10:56:51 v1.2.3 10:56:51 v1.3.0 10:56:51 v1.3.1 10:56:51 v1.3.1-dev.1 10:56:51 v1.3.1-dev.2 10:56:51 v1.3.1-dev.3 10:56:51 v1.3.1-dev.4 10:56:51 v1.3.1-dev.5 10:56:51 v1.3.2-dev.1 10:56:51 v1.3.2-dev.10 10:56:51 v1.3.2-dev.11 10:56:51 v1.3.2-dev.2 10:56:51 v1.3.2-dev.3 10:56:51 v1.3.2-dev.4 10:56:51 v1.3.2-dev.5 10:56:51 v1.3.2-dev.6 10:56:51 v1.3.2-dev.7 10:56:51 v1.3.2-dev.8 10:56:51 v1.3.2-dev.9 [Pipeline] sh 10:56:52 + lftools sign git-tag v1.3.2-dev.11 10:56:54 Signing Git tag with Sigul... 10:56:54 Signing v1.3.2-dev.11 [Pipeline] echo 10:56:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:56:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:56:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:56:55 $ docker stop --time=1 38dc4ffc47851cc372d98963c02b72fd74d7bbcb26fcf7449b9a46f30739dfbe 10:56:57 $ docker rm -f 38dc4ffc47851cc372d98963c02b72fd74d7bbcb26fcf7449b9a46f30739dfbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 10:56:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:56:58 . [Pipeline] withDockerContainer 10:56:58 prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container 10:56:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 10:57:00 $ docker top 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:57:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:57:00 [ssh-agent] Looking for ssh-agent implementation... 10:57:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:57:01 $ docker exec 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 ssh-agent 10:57:01 SSH_AUTH_SOCK=/tmp/ssh-5BU3y4kBCrTy/agent.11 10:57:01 SSH_AGENT_PID=16 10:57:01 Running ssh-add (command line suppressed) 10:57:01 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_2648892456926565976.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_2648892456926565976.key) 10:57:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:57:02 + git semver bump pre 10:57:02 # -> Open(): unable to determine branch for HEAD 10:57:02 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:57:02 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:57:02 # $SEMVER_REMOTE_NAME = origin 10:57:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:57:02 # $SEMVER_USER_NAME = edgex-jenkins 10:57:02 # $SEMVER_BRANCH = master 10:57:02 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver 10:57:02 1.3.2-dev.12 [Pipeline] } 10:57:02 $ docker exec --env ******** --env ******** 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 ssh-agent -k 10:57:03 unset SSH_AUTH_SOCK; 10:57:03 unset SSH_AGENT_PID; 10:57:03 echo Agent pid 16 killed; 10:57:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:57:03 + git semver [Pipeline] } 10:57:04 $ docker stop --time=1 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 10:57:05 $ docker rm -f 72baf044c4612807b2956a66bfc57635c72ac340feea49ab4f0e21ed28349a73 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 10:57:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:57:06 . [Pipeline] withDockerContainer 10:57:06 prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container 10:57:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 10:57:08 $ docker top 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:57:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:57:08 [ssh-agent] Looking for ssh-agent implementation... 10:57:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:57:09 $ docker exec 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 ssh-agent 10:57:09 SSH_AUTH_SOCK=/tmp/ssh-GnzRdAN1b5fi/agent.11 10:57:09 SSH_AGENT_PID=17 10:57:09 Running ssh-add (command line suppressed) 10:57:10 Identity added: /w/workspace/foundry_device-virtual-go_master@tmp/private_key_3661912748607400168.key (/w/workspace/foundry_device-virtual-go_master@tmp/private_key_3661912748607400168.key) 10:57:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:57:11 + git semver push 10:57:11 # -> Open(): unable to determine branch for HEAD 10:57:11 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_master/.git 10:57:11 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_master 10:57:11 # $SEMVER_REMOTE_NAME = origin 10:57:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:57:11 # $SEMVER_USER_NAME = edgex-jenkins 10:57:11 # $SEMVER_BRANCH = master 10:57:11 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_master/.semver [Pipeline] } 10:57:15 $ docker exec --env ******** --env ******** 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 ssh-agent -k 10:57:15 unset SSH_AUTH_SOCK; 10:57:15 unset SSH_AGENT_PID; 10:57:15 echo Agent pid 17 killed; 10:57:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:57:16 + git semver [Pipeline] } 10:57:16 $ docker stop --time=1 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 10:57:18 $ docker rm -f 407c3635640f37a0b93d1884da072f921e82ab1cd049f4bce3390fab767e38e5 [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 10:57:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:57:20 ---> package-listing.sh 10:57:20 ++ facter osfamily 10:57:20 ++ tr '[:upper:]' '[:lower:]' 10:57:20 + OS_FAMILY=redhat 10:57:20 + workspace=/w/workspace/foundry_device-virtual-go_master 10:57:20 + START_PACKAGES=/tmp/packages_start.txt 10:57:20 + END_PACKAGES=/tmp/packages_end.txt 10:57:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:57:20 + PACKAGES=/tmp/packages_start.txt 10:57:20 + '[' /w/workspace/foundry_device-virtual-go_master ']' 10:57:20 + PACKAGES=/tmp/packages_end.txt 10:57:20 + case "${OS_FAMILY}" in 10:57:20 + rpm -qa 10:57:20 + sort 10:57:27 + '[' -f /tmp/packages_start.txt ']' 10:57:27 + '[' -f /tmp/packages_end.txt ']' 10:57:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:57:27 + '[' /w/workspace/foundry_device-virtual-go_master ']' 10:57:27 + mkdir -p /w/workspace/foundry_device-virtual-go_master/archives/ 10:57:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_master/archives/ [Pipeline] echo 10:57:27 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/foundry_device-virtual-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:57:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:57:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:57:28 10:57:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:57:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:57:29 alpine: Pulling from edgex-lftools-log-publisher 10:57:29 df20fa9351a1: Pulling fs layer 10:57:29 36b3adc4ff6f: Pulling fs layer 10:57:29 8ad3a11d3b57: Pulling fs layer 10:57:29 46f8f816bc3b: Pulling fs layer 10:57:29 93b61091891f: Pulling fs layer 10:57:29 93b9cdb0e59b: Pulling fs layer 10:57:29 5e14af77c1be: Pulling fs layer 10:57:29 01666e4c0597: Pulling fs layer 10:57:29 aa168da1d23b: Pulling fs layer 10:57:29 93b9cdb0e59b: Waiting 10:57:29 5e14af77c1be: Waiting 10:57:29 01666e4c0597: Waiting 10:57:29 aa168da1d23b: Waiting 10:57:29 46f8f816bc3b: Waiting 10:57:29 93b61091891f: Waiting 10:57:29 36b3adc4ff6f: Verifying Checksum 10:57:29 36b3adc4ff6f: Download complete 10:57:29 46f8f816bc3b: Verifying Checksum 10:57:29 46f8f816bc3b: Download complete 10:57:29 df20fa9351a1: Verifying Checksum 10:57:29 df20fa9351a1: Download complete 10:57:29 93b9cdb0e59b: Verifying Checksum 10:57:29 93b9cdb0e59b: Download complete 10:57:29 93b61091891f: Verifying Checksum 10:57:29 93b61091891f: Download complete 10:57:29 5e14af77c1be: Verifying Checksum 10:57:29 5e14af77c1be: Download complete 10:57:29 01666e4c0597: Verifying Checksum 10:57:29 01666e4c0597: Download complete 10:57:30 df20fa9351a1: Pull complete 10:57:30 8ad3a11d3b57: Verifying Checksum 10:57:30 8ad3a11d3b57: Download complete 10:57:30 36b3adc4ff6f: Pull complete 10:57:32 8ad3a11d3b57: Pull complete 10:57:33 46f8f816bc3b: Pull complete 10:57:34 93b61091891f: Pull complete 10:57:34 93b9cdb0e59b: Pull complete 10:57:35 5e14af77c1be: Pull complete 10:57:35 01666e4c0597: Pull complete 10:57:36 aa168da1d23b: Verifying Checksum 10:57:36 aa168da1d23b: Download complete 10:57:51 aa168da1d23b: Pull complete 10:57:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:57:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:57:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:57:52 prd-centos7-docker-4c-2g-3203 does not seem to be running inside a container 10:57:52 $ 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/foundry_device-virtual-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/foundry_device-virtual-go_master -v /w/workspace/foundry_device-virtual-go_master:/w/workspace/foundry_device-virtual-go_master:rw,z -v /w/workspace/foundry_device-virtual-go_master@tmp:/w/workspace/foundry_device-virtual-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 10:57:56 $ docker top 0a70504ecd611ca9318ef99c5c09a7e4ed3cce123a32e16f3a08a278d2c142c0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:57:57 + touch /tmp/pre-build-complete [Pipeline] sh 10:57:57 + mkdir -p /var/log/sa [Pipeline] sh 10:57:58 + ls /var/log/sa-host 10:57:58 + sadf -c /var/log/sa-host/sa06 10:57:58 file_magic: OK 10:57:58 HZ: Using current value: 100 10:57:58 file_header: OK 10:57:58 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 10:57:58 Statistics: 10:57:58 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... 10:57:58 File successfully converted to sysstat format version 12.2.1 10:57:58 + sadf -c /var/log/sa-host/sa23 10:57:58 file_magic: OK 10:57:58 HZ: Using current value: 100 10:57:58 file_header: OK 10:57:58 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 10:57:58 Statistics: 10:57:58 Hnuu...uuuununununu... 10:57:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:57:58 provisioning config files... 10:57:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_master@tmp/config5451589688979254110tmp [Pipeline] { [Pipeline] echo 10:57:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:57:59 ---> create-netrc.sh [Pipeline] } 10:57:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:57:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:57:59 ---> python-tools-install.sh [Pipeline] echo 10:57:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:58:00 ---> sudo-logs.sh 10:58:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:58:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:58:01 ---> job-cost.sh 10:58:01 lf-activate-venv: SKIPPING 10:58:01 DEBUG: total: 0.20999999344348907 10:58:01 INFO: Retrieving Stack Cost... 10:58:02 INFO: Retrieving Pricing Info for: v1-standard-2 10:58:03 INFO: Archiving Costs [Pipeline] echo 10:58:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:58:03 ---> logs-deploy.sh 10:58:03 lf-activate-venv: SKIPPING 10:58:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/master/50 10:58:03 INFO: archiving workspace using pattern(s): 10:58:06 Archives upload complete. 10:58:06 INFO: archiving logs to Nexus 10:58:08 ---> uname -a: 10:58:08 Linux prd-centos7-docker-4c-2g-3203.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:58:08 10:58:08 10:58:08 ---> lscpu: 10:58:08 Architecture: x86_64 10:58:08 CPU op-mode(s): 32-bit, 64-bit 10:58:08 Byte Order: Little Endian 10:58:08 Address sizes: 40 bits physical, 48 bits virtual 10:58:08 CPU(s): 4 10:58:08 On-line CPU(s) list: 0-3 10:58:08 Thread(s) per core: 1 10:58:08 Core(s) per socket: 1 10:58:08 Socket(s): 4 10:58:08 NUMA node(s): 1 10:58:08 Vendor ID: GenuineIntel 10:58:08 CPU family: 6 10:58:08 Model: 44 10:58:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:58:08 Stepping: 1 10:58:08 CPU MHz: 2933.438 10:58:08 BogoMIPS: 5866.87 10:58:08 Virtualization: VT-x 10:58:08 Hypervisor vendor: KVM 10:58:08 Virtualization type: full 10:58:08 L1d cache: 128 KiB 10:58:08 L1i cache: 128 KiB 10:58:08 L2 cache: 16 MiB 10:58:08 L3 cache: 64 MiB 10:58:08 NUMA node0 CPU(s): 0-3 10:58:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:58:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:58:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:58:08 Vulnerability Meltdown: Mitigation; PTI 10:58:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:58:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:58:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:58:08 Vulnerability Srbds: Not affected 10:58:08 Vulnerability Tsx async abort: Not affected 10:58:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:58:08 10:58:08 10:58:08 ---> nproc: 10:58:08 4 10:58:08 10:58:08 10:58:08 ---> df -h: 10:58:08 Filesystem Size Used Available Use% Mounted on 10:58:08 overlay 50.0G 8.5G 41.4G 17% / 10:58:08 tmpfs 64.0M 0 64.0M 0% /dev 10:58:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:58:08 shm 64.0M 0 64.0M 0% /dev/shm 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/foundry_device-virtual-go_master@tmp 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 10:58:08 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 10:58:08 10:58:08 10:58:08 ---> free -m: 10:58:08 total used free shared buff/cache available 10:58:08 Mem: 1837 834 152 0 850 937 10:58:08 Swap: 1023 3 1020 10:58:08 10:58:08 10:58:08 ---> ip addr: 10:58:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:58:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:58:08 inet 127.0.0.1/8 scope host lo 10:58:08 valid_lft forever preferred_lft forever 10:58:08 inet6 ::1/128 scope host 10:58:08 valid_lft forever preferred_lft forever 10:58:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:58:08 link/ether fa:16:3e:53:e8:53 brd ff:ff:ff:ff:ff:ff 10:58:08 inet 10.30.123.4/23 brd 10.30.123.255 scope global dynamic eth0 10:58:08 valid_lft 85537sec preferred_lft 85537sec 10:58:08 inet6 fe80::f816:3eff:fe53:e853/64 scope link 10:58:08 valid_lft forever preferred_lft forever 10:58:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:58:08 link/ether 02:42:48:cc:46:b4 brd ff:ff:ff:ff:ff:ff 10:58:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:58:08 valid_lft forever preferred_lft forever 10:58:08 inet6 fe80::42:48ff:fecc:46b4/64 scope link 10:58:08 valid_lft forever preferred_lft forever 10:58:08 10:58:08 10:58:08 ---> sar -b -r -n DEV: 10:58:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 10:58:08 10:58:08 10:43:30 LINUX RESTART (4 CPU) 10:58:08 10:58:08 10:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:58:08 10:45:02 150.22 81.27 68.96 0.00 7763.36 36581.02 0.00 10:58:08 10:46:01 23.38 5.12 18.27 0.00 1592.03 2349.62 0.00 10:58:08 10:47:01 0.42 0.00 0.42 0.00 0.00 6.43 0.00 10:58:08 10:48:01 0.50 0.00 0.50 0.00 0.00 5.99 0.00 10:58:08 10:49:01 0.62 0.00 0.62 0.00 0.00 6.95 0.00 10:58:08 10:50:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 10:58:08 10:51:01 0.20 0.00 0.20 0.00 0.00 2.18 0.00 10:58:08 10:52:01 0.29 0.00 0.29 0.00 0.00 3.81 0.00 10:58:08 10:53:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 10:58:08 10:54:01 0.27 0.00 0.27 0.00 0.00 3.34 0.00 10:58:08 10:55:01 79.69 27.65 52.03 0.00 1752.00 18830.39 0.00 10:58:08 10:56:01 302.19 179.23 122.96 0.00 7902.89 30004.04 0.00 10:58:08 10:57:01 182.87 59.32 123.55 0.00 3710.42 23462.37 0.00 10:58:08 Average: 57.17 27.20 29.96 0.00 1751.99 8586.63 0.00 10:58:08 10:58:08 10:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:58:08 10:45:02 109728 0 601064 31.95 2620 1168132 1113920 38.02 458184 1119528 16596 10:58:08 10:46:01 160756 0 629076 33.43 2620 1089092 1147756 39.17 451280 1070564 24 10:58:08 10:47:01 166988 0 622840 33.10 2620 1089096 1112168 37.96 459408 1056864 8 10:58:08 10:48:01 170812 0 619012 32.90 2620 1089100 1072304 36.60 452324 1061052 8 10:58:08 10:49:01 170828 0 618992 32.90 2620 1089104 1072124 36.59 464140 1049416 8 10:58:08 10:50:01 169836 0 619980 32.95 2620 1089108 1072352 36.60 464180 1050600 16 10:58:08 10:51:01 169696 0 620116 32.96 2620 1089112 1072388 36.60 464312 1050600 12 10:58:08 10:52:01 171156 0 618652 32.88 2620 1089116 1072124 36.59 463132 1050600 12 10:58:08 10:53:01 171140 0 618660 32.88 2620 1089124 1072124 36.59 463140 1050600 8 10:58:08 10:54:01 171148 0 618648 32.88 2620 1089128 1072124 36.59 463144 1050600 8 10:58:08 10:55:01 94156 0 749964 39.86 2620 1034804 1573796 53.71 510616 1036232 76932 10:58:08 10:56:01 79868 0 765964 40.71 2408 1033304 1575464 53.77 669804 875836 23428 10:58:08 10:57:01 236476 0 800268 42.53 1492 843308 1458036 49.76 585956 722076 44 10:58:08 Average: 157122 0 654095 34.76 2517 1067810 1191283 40.66 489971 1018813 9008 10:58:08 10:58:08 10:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:58:08 10:45:02 eth0 234.05 169.11 736.52 63.53 0.00 0.00 0.00 0.00 10:58:08 10:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:46:01 eth0 57.69 42.61 339.93 12.55 0.00 0.00 0.00 0.00 10:58:08 10:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:46:01 docker0 2.35 1.92 0.45 4.43 0.00 0.00 0.00 0.00 10:58:08 10:47:01 eth0 1.68 0.28 0.38 0.18 0.00 0.00 0.00 0.00 10:58:08 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:48:01 eth0 0.50 0.47 0.27 0.24 0.00 0.00 0.00 0.00 10:58:08 10:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:49:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 10:58:08 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:50:01 eth0 1.26 0.55 0.48 0.28 0.00 0.00 0.00 0.00 10:58:08 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:51:01 eth0 0.45 0.42 0.27 0.20 0.00 0.00 0.00 0.00 10:58:08 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:52:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:08 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:53:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:58:08 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:54:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:58:08 10:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:55:01 eth0 405.00 333.83 4067.03 68.53 0.00 0.00 0.00 0.00 10:58:08 10:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:56:01 eth0 421.90 358.53 3610.24 38.48 0.00 0.00 0.00 0.00 10:58:08 10:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:56:01 docker0 60.77 68.81 5.27 399.98 0.00 0.00 0.00 0.00 10:58:08 10:57:01 veth7347a60 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:57:01 eth0 96.46 60.48 303.01 71.53 0.00 0.00 0.00 0.00 10:58:08 10:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 10:57:01 docker0 17.77 45.80 1.03 258.88 0.00 0.00 0.00 0.00 10:58:08 Average: veth7347a60 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 Average: eth0 94.10 74.56 698.68 19.71 0.00 0.00 0.00 0.00 10:58:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:58:08 Average: docker0 6.24 8.99 0.52 51.16 0.00 0.00 0.00 0.00 10:58:08 10:58:08 10:58:08 ---> sar -P ALL: 10:58:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 10:58:08 10:58:08 10:43:30 LINUX RESTART (4 CPU) 10:58:08 10:58:08 10:44:01 CPU %user %nice %system %iowait %steal %idle 10:58:08 10:45:02 all 13.34 0.00 8.23 5.88 28.85 43.70 10:58:08 10:45:02 0 14.73 0.00 7.18 5.36 29.70 43.03 10:58:08 10:45:02 1 11.50 0.00 9.44 6.54 28.16 44.36 10:58:08 10:45:02 2 11.49 0.00 7.47 5.71 28.37 46.96 10:58:08 10:45:02 3 15.78 0.00 8.86 5.90 29.19 40.27 10:58:08 10:46:01 all 1.96 0.00 2.17 0.44 10.45 84.98 10:58:08 10:46:01 0 1.51 0.00 2.52 0.40 11.76 83.80 10:58:08 10:46:01 1 1.45 0.00 2.12 0.93 10.29 85.21 10:58:08 10:46:01 2 1.68 0.00 1.74 0.35 10.37 85.85 10:58:08 10:46:01 3 3.22 0.00 2.30 0.08 9.35 85.05 10:58:08 10:47:01 all 0.05 0.00 0.06 0.00 1.37 98.52 10:58:08 10:47:01 0 0.12 0.00 0.05 0.00 1.39 98.45 10:58:08 10:47:01 1 0.02 0.00 0.05 0.00 0.81 99.12 10:58:08 10:47:01 2 0.02 0.00 0.05 0.00 1.90 98.03 10:58:08 10:47:01 3 0.03 0.00 0.10 0.00 1.38 98.49 10:58:08 10:48:01 all 0.06 0.00 0.15 0.00 1.93 97.86 10:58:08 10:48:01 0 0.15 0.00 0.05 0.00 1.22 98.58 10:58:08 10:48:01 1 0.03 0.00 0.43 0.00 1.43 98.11 10:58:08 10:48:01 2 0.02 0.00 0.05 0.00 2.20 97.73 10:58:08 10:48:01 3 0.03 0.00 0.08 0.00 2.85 97.04 10:58:08 10:49:01 all 0.07 0.00 0.10 0.00 1.33 98.49 10:58:08 10:49:01 0 0.02 0.00 0.13 0.00 0.78 99.07 10:58:08 10:49:01 1 0.05 0.00 0.03 0.00 2.25 97.66 10:58:08 10:49:01 2 0.03 0.00 0.12 0.00 0.93 98.93 10:58:08 10:49:01 3 0.20 0.00 0.13 0.00 1.37 98.30 10:58:08 10:50:01 all 0.07 0.00 0.05 0.00 0.67 99.20 10:58:08 10:50:01 0 0.07 0.00 0.07 0.00 0.43 99.44 10:58:08 10:50:01 1 0.03 0.00 0.05 0.00 1.04 98.88 10:58:08 10:50:01 2 0.03 0.00 0.07 0.00 0.33 99.57 10:58:08 10:50:01 3 0.17 0.00 0.03 0.00 0.86 98.94 10:58:08 10:51:01 all 0.08 0.00 0.03 0.00 0.37 99.51 10:58:08 10:51:01 0 0.02 0.00 0.02 0.00 0.42 99.55 10:58:08 10:51:01 1 0.25 0.00 0.03 0.00 0.33 99.38 10:58:08 10:51:01 2 0.02 0.00 0.03 0.00 0.20 99.75 10:58:08 10:51:01 3 0.05 0.00 0.05 0.00 0.55 99.35 10:58:08 10:52:01 all 0.09 0.00 0.05 0.00 0.51 99.34 10:58:08 10:52:01 0 0.02 0.00 0.05 0.00 0.20 99.73 10:58:08 10:52:01 1 0.24 0.00 0.07 0.00 0.56 99.14 10:58:08 10:52:01 2 0.05 0.00 0.03 0.00 0.47 99.44 10:58:08 10:52:01 3 0.07 0.00 0.07 0.00 0.81 99.06 10:58:08 10:53:01 all 0.07 0.00 0.02 0.00 0.30 99.61 10:58:08 10:53:01 0 0.03 0.00 0.02 0.00 0.33 99.62 10:58:08 10:53:01 1 0.22 0.00 0.05 0.00 0.28 99.45 10:58:08 10:53:01 2 0.02 0.00 0.02 0.00 0.15 99.82 10:58:08 10:53:01 3 0.02 0.00 0.02 0.00 0.42 99.55 10:58:08 10:54:01 all 0.07 0.00 0.03 0.00 0.36 99.53 10:58:08 10:54:01 0 0.07 0.00 0.08 0.00 0.75 99.10 10:58:08 10:54:01 1 0.17 0.00 0.02 0.00 0.32 99.50 10:58:08 10:54:01 2 0.07 0.00 0.02 0.00 0.23 99.68 10:58:08 10:54:01 3 0.00 0.00 0.00 0.00 0.15 99.85 10:58:08 10:55:01 all 3.62 0.00 3.09 0.45 11.72 81.12 10:58:08 10:55:01 0 4.92 0.00 3.70 0.22 11.92 79.23 10:58:08 10:55:01 1 2.87 0.00 2.90 0.79 11.50 81.94 10:58:08 10:55:01 2 4.01 0.00 3.42 0.75 11.30 80.53 10:58:08 10:55:01 3 2.74 0.00 2.35 0.05 12.17 82.69 10:58:08 10:58:08 10:55:01 CPU %user %nice %system %iowait %steal %idle 10:58:08 10:56:01 all 7.11 0.00 6.30 3.86 21.16 61.56 10:58:08 10:56:01 0 6.77 0.00 6.76 4.68 22.09 59.70 10:58:08 10:56:01 1 8.40 0.00 6.89 3.34 21.16 60.22 10:58:08 10:56:01 2 6.27 0.00 5.71 3.96 20.81 63.25 10:58:08 10:56:01 3 7.00 0.00 5.87 3.46 20.60 63.07 10:58:08 10:57:01 all 7.70 0.00 7.40 1.79 20.05 63.06 10:58:08 10:57:01 0 8.47 0.00 8.45 1.28 21.02 60.78 10:58:08 10:57:01 1 8.64 0.00 6.99 1.76 20.08 62.52 10:58:08 10:57:01 2 8.06 0.00 7.17 1.39 19.81 63.58 10:58:08 10:57:01 3 5.63 0.00 7.01 2.71 19.31 65.34 10:58:08 Average: all 2.70 0.00 2.18 0.98 7.77 86.36 10:58:08 Average: 0 2.91 0.00 2.28 0.95 8.02 85.84 10:58:08 Average: 1 2.68 0.00 2.30 1.06 7.74 86.22 10:58:08 Average: 2 2.51 0.00 2.04 0.97 7.65 86.83 10:58:08 Average: 3 2.71 0.00 2.09 0.95 7.69 86.56 10:58:08 10:58:08 10:58:08